Linux Testing
#36
In my latest builds, the emulator cores were not compiling. I am working on fixing it now. Some of them currently compile, but the process is still failing. First, Stella was failing because I had no github email or user set up on my build machine. Now that that is corrected, snes9x-next is failing, which stops my script from compiling any more emulators:

Code:
Scanning dependencies of target snes9x-next
[ 31%] Creating directories for 'snes9x-next'
[ 31%] Performing download step (git clone) for 'snes9x-next'
Cloning into 'snes9x-next'...
Already on 'master'
Your branch is up-to-date with 'origin/master'.
[ 31%] Performing patch step for 'snes9x-next'
patching file Makefile.libretro
Hunk #1 FAILED at 224.
1 out of 1 hunk FAILED -- saving rejects to file Makefile.libretro.rej
[ 31%] Performing update step for 'snes9x-next'
Current branch master is up to date.
Already up-to-date!
[ 31%] Performing configure step for 'snes9x-next'
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    BUILD_SHARED_LIBS
    ENABLE_STATIC
    OUTPUT_DIR


-- Build files have been written to: /data/kodibuild/game.addons-build/build/snes9x-next/src/snes9x-next-build
[ 31%] Performing build step for 'snes9x-next'
Scanning dependencies of target snes9x-next
[ 12%] Creating directories for 'snes9x-next'
[ 25%] No download step for 'snes9x-next'
[ 37%] No patch step for 'snes9x-next'
[ 50%] No update step for 'snes9x-next'
[ 62%] No configure step for 'snes9x-next'
[ 75%] Performing build step for 'snes9x-next'
src/memmap.c: In function ‘HeaderRemove’:
src/memmap.c:747:3: warning: value computed is not used [-Wunused-value]
   *(headerCount)++;
   ^
src/seta.c: In function ‘S9xSetST010’:
src/seta.c:546:116: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     ST010_Scale(*(int16 *) &Memory.SRAM[0x0004], *(int16 *) &Memory.SRAM[0x0000], *(int16 *) &Memory.SRAM[0x0002], (int32 *) Memory.SRAM[0x0010], (int32 *) Memory.SRAM[0x0014]);
                                                                                                                    ^
src/seta.c:546:147: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     ST010_Scale(*(int16 *) &Memory.SRAM[0x0004], *(int16 *) &Memory.SRAM[0x0000], *(int16 *) &Memory.SRAM[0x0002], (int32 *) Memory.SRAM[0x0010], (int32 *) Memory.SRAM[0x0014]);
                                                                                                                                                   ^
src/seta.c:575:86: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     ST010_Multiply(*(int16 *) &Memory.SRAM[0x0000], *(int16 *) &Memory.SRAM[0x0002], (int32 *) Memory.SRAM[0x0010]);
                                                                                      ^
src/seta.c:651:117: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     ST010_Rotate(*(int16 *) &Memory.SRAM[0x0004], *(int16 *) &Memory.SRAM[0x0000], *(int16 *) &Memory.SRAM[0x0002], (int16 *) Memory.SRAM[0x0010], (int16 *) Memory.SRAM[0x0012]);
                                                                                                                     ^
src/seta.c:651:148: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     ST010_Rotate(*(int16 *) &Memory.SRAM[0x0004], *(int16 *) &Memory.SRAM[0x0000], *(int16 *) &Memory.SRAM[0x0002], (int16 *) Memory.SRAM[0x0010], (int16 *) Memory.SRAM[0x0012]);
                                                                                                                                                    ^
src/seta.c:680:82: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     ST010_OP01(*(int16 *) &Memory.SRAM[0x0000], *(int16 *) &Memory.SRAM[0x0002], (int16 *)Memory.SRAM[0x0000], (int16 *) Memory.SRAM[0x0002], (int16 *) Memory.SRAM[0x0004], (int16 *) Memory.SRAM[0x0010]);
                                                                                  ^
src/seta.c:680:112: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     ST010_OP01(*(int16 *) &Memory.SRAM[0x0000], *(int16 *) &Memory.SRAM[0x0002], (int16 *)Memory.SRAM[0x0000], (int16 *) Memory.SRAM[0x0002], (int16 *) Memory.SRAM[0x0004], (int16 *) Memory.SRAM[0x0010]);
                                                                                                                ^
src/seta.c:680:143: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     ST010_OP01(*(int16 *) &Memory.SRAM[0x0000], *(int16 *) &Memory.SRAM[0x0002], (int16 *)Memory.SRAM[0x0000], (int16 *) Memory.SRAM[0x0002], (int16 *) Memory.SRAM[0x0004], (int16 *) Memory.SRAM[0x0010]);
                                                                                                                                               ^
src/seta.c:680:174: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     ST010_OP01(*(int16 *) &Memory.SRAM[0x0000], *(int16 *) &Memory.SRAM[0x0002], (int16 *)Memory.SRAM[0x0000], (int16 *) Memory.SRAM[0x0002], (int16 *) Memory.SRAM[0x0004], (int16 *) Memory.SRAM[0x0010]);
                                                                                                                                                                              ^
[ 87%] No install step for 'snes9x-next'
[100%] Completed 'snes9x-next'
[100%] Built target snes9x-next
[ 32%] Performing install step for 'snes9x-next'
[100%] Built target snes9x-next
Install the project...
-- Install configuration: "Debug"
CMake Error at cmake_install.cmake:44 (file):
  file INSTALL cannot find
  "/data/kodibuild/game.addons-build/build/snes9x-next/src/snes9x-next/snes9x_next_libretro.so".

Makefile:72: recipe for target 'install' failed
make[3]: *** [install] Error 1
CMakeFiles/snes9x-next.dir/build.make:73: recipe for target 'build/snes9x-next/src/snes9x-next-stamp/snes9x-next-install' failed
make[2]: *** [build/snes9x-next/src/snes9x-next-stamp/snes9x-next-install] Error 2
CMakeFiles/Makefile2:1977: recipe for target 'CMakeFiles/snes9x-next.dir/all' failed
make[1]: *** [CMakeFiles/snes9x-next.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
Reply


Messages In This Thread
Linux Testing - by MrTarantula - 2016-01-27, 00:08
RE: Linux Testing - by Dippo - 2016-01-27, 12:38
RE: Linux Testing - by garbear - 2016-01-27, 23:19
RE: Linux Testing - by MrTarantula - 2016-01-28, 00:17
RE: Linux Testing - by MrTarantula - 2016-01-28, 18:31
RE: Linux Testing - by garbear - 2016-01-28, 22:02
RE: Linux Testing - by natethomas - 2016-01-28, 21:16
RE: Linux Testing - by MrTarantula - 2016-01-29, 01:09
RE: Linux Testing - by OmniBlade - 2016-01-29, 12:13
RE: Linux Testing - by N3MIS15 - 2016-01-29, 04:22
RE: Linux Testing - by garbear - 2016-01-30, 00:02
RE: Linux Testing - by wsnipex - 2016-01-30, 09:59
RE: Linux Testing - by MrTarantula - 2016-03-24, 06:28
RE: Linux Testing - by ironic_monkey - 2016-03-24, 13:58
RE: Linux Testing - by MrTarantula - 2016-03-24, 14:14
RE: Linux Testing - by ironic_monkey - 2016-03-25, 12:25
RE: Linux Testing - by MrTarantula - 2016-03-25, 14:19
RE: Linux Testing - by wsnipex - 2016-03-25, 21:58
RE: Linux Testing - by MrTarantula - 2016-03-25, 23:06
RE: Linux Testing - by wsnipex - 2016-03-26, 09:17
RE: Linux Testing - by biggaz - 2016-05-10, 22:31
RE: Linux Testing - by biggaz - 2016-05-10, 22:41
RE: Linux Testing - by Serg86 - 2016-05-10, 22:49
RE: Linux Testing - by Martijn - 2016-05-10, 22:51
RE: Linux Testing - by Serg86 - 2016-05-10, 23:21
RE: Linux Testing - by OmniBlade - 2016-05-11, 09:45
RE: Linux Testing - by Serg86 - 2016-05-11, 10:29
RE: Linux Testing - by MrTarantula - 2016-05-11, 04:48
RE: Linux Testing - by wsnipex - 2016-05-11, 09:13
RE: Linux Testing - by MrTarantula - 2016-05-11, 16:33
RE: Linux Testing - by tutu - 2016-08-27, 13:47
RE: Linux Testing - by mezo - 2016-06-16, 13:09
RE: Linux Testing - by MrTarantula - 2016-06-16, 16:37
RE: Linux Testing - by MrTarantula - 2016-08-19, 23:45
RE: Linux Testing - by MrTarantula - 2016-10-28, 16:30
RE: Linux Testing - by MrTarantula - 2016-11-02, 16:59
RE: Linux Testing - by garbear - 2016-11-02, 20:35
RE: Linux Testing - by MrTarantula - 2016-11-02, 21:48
RE: Linux Testing - by darvs7 - 2016-12-05, 01:04
RE: Linux Testing - by MrTarantula - 2016-12-05, 17:17
RE: Linux Testing - by darvs7 - 2016-12-08, 15:32
RE: Linux Testing - by MrTarantula - 2016-12-06, 21:15
RE: Linux Testing - by MrTarantula - 2016-12-08, 16:40
RE: Linux Testing - by darwin - 2016-12-20, 05:16
RE: Linux Testing - by a1rwulf - 2016-12-21, 20:44
RE: Linux Testing - by ursli - 2016-12-29, 20:35
RE: Linux Testing - by fetzerch - 2016-12-30, 00:32
RE: Linux Testing - by ursli - 2016-12-30, 11:29
RE: Linux Testing - by fetzerch - 2016-12-30, 13:12
RE: Linux Testing - by ursli - 2016-12-30, 13:16
RE: Linux Testing - by fetzerch - 2017-01-01, 16:49
RE: Linux Testing - by ursli - 2017-01-01, 22:53
RE: Linux Testing - by valeyard - 2017-01-21, 22:25
RE: Linux Testing - by garbear - 2017-01-21, 23:03
RE: Linux Testing - by valeyard - 2017-01-21, 23:43
RE: Linux Testing - by MrTarantula - 2017-04-03, 21:35
RE: Linux Testing - by MrTarantula - 2017-04-03, 22:02
RE: Linux Testing - by lefty420 - 2017-05-17, 10:37
RE: Linux Testing - by MrTarantula - 2017-05-17, 16:04
RE: Linux Testing - by h.udo - 2017-05-17, 16:17
RE: Linux Testing - by lefty420 - 2017-05-17, 20:39
RE: Linux Testing - by MrTarantula - 2017-05-30, 19:44
RE: Linux Testing - by garbear - 2017-06-02, 20:31
RE: Linux Testing - by MrTarantula - 2017-06-02, 21:09
RE: Linux Testing - by lefty420 - 2017-06-03, 17:27
RE: Linux Testing - by ninjafuchs - 2018-03-06, 14:11
RE: Linux Testing - by MrTarantula - 2018-03-06, 20:04
RE: Linux Testing - by tutu - 2018-09-29, 17:03
RE: Linux Testing - by Klojum - 2018-09-29, 17:19
RE: Linux Testing - by tutu - 2018-09-29, 17:20
RE: Linux Testing - by MrTarantula - 2018-09-29, 17:24
RE: Linux Testing - by tutu - 2018-09-29, 17:32
RE: Linux Testing - by MrTarantula - 2018-09-29, 18:17
RE: Linux Testing - by tutu - 2018-09-29, 20:33
RE: Linux Testing - by MrTarantula - 2018-09-29, 23:07
RE: Linux Testing - by tutu - 2018-09-30, 10:45
RE: Linux Testing - by MrTarantula - 2018-09-30, 18:34
RE: Linux Testing - by ccope - 2018-10-06, 12:35
RE: Linux Testing - by velocity - 2018-10-11, 19:25
RE: Linux Testing - by garbear - 2018-10-12, 19:32
RE: Linux Testing - by tutu - 2018-10-28, 12:47
RE: Linux Testing - by garbear - 2018-10-28, 16:48
RE: Linux Testing - by MrTarantula - 2018-10-28, 16:59
RE: Linux Testing - by xekon - 2018-12-06, 08:47
RE: Linux Testing - by dafrenchyman - 2018-12-08, 08:43
Logout Mark Read Team Forum Stats Members Help
Linux Testing0