Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Log started at: Tue Sep 24 12:50:36 PM EDT 2024
- RetroPie-Setup version: 4.8.8 (49731df)
- System: x86_64 (x86_64) - Ubuntu Oracular Oriole (development branch) - Linux gare-defaultstring 6.11.0-8-generic #8-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 16 13:41:20 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
- /home/gare/RetroPie-Setup/tmp/build/lr-mame2003 /home/gare
- = = = = = = = = = = = = = = = = = = = = =
- Getting sources for 'lr-mame2003' : Arcade emu - MAME 0.78 port for libretro
- = = = = = = = = = = = = = = = = = = = = =
- git clone --recursive --depth 1 --shallow-submodules --branch master "https://github.com/libretro/mame2003-libretro.git" "/home/gare/RetroPie-Setup/tmp/build/lr-mame2003"
- Cloning into '/home/gare/RetroPie-Setup/tmp/build/lr-mame2003'...
- Updating files: 92% (2596/2817)
- Updating files: 93% (2620/2817)
- Updating files: 94% (2648/2817)
- Updating files: 95% (2677/2817)
- Updating files: 96% (2705/2817)
- Updating files: 97% (2733/2817)
- Updating files: 98% (2761/2817)
- Updating files: 99% (2789/2817)
- Updating files: 100% (2817/2817)
- Updating files: 100% (2817/2817), done.
- HEAD is now in branch 'master' at commit '1a268a709d611f6a84d473754ee2dbcaf1c37a2e'
- /home/gare
- /home/gare/RetroPie-Setup/tmp/build/lr-mame2003 /home/gare
- = = = = = = = = = = = = = = = = = = = = =
- Building 'lr-mame2003' : Arcade emu - MAME 0.78 port for libretro
- = = = = = = = = = = = = = = = = = = = = =
- Removing additional swap
- Cleaning project...
- Compiling src/mame2003/mame2003.c...
- Compiling src/mame2003/core_options.c...
- Compiling src/mame2003/video.c...
- In file included from src/mame2003/video.c:7:
- src/common.h:447:55: warning: ‘struct GameDriver’ declared inside parameter list will not be visible outside of this definition or declaration
- 447 | const struct RomModule *rom_first_region(const struct GameDriver *drv);
- | ^~~~~~~~~~
- src/mame2003/core_options.c: In function ‘update_variables’:
- src/mame2003/core_options.c:1171:39: warning: cast from function call of type ‘int’ to non-matching type ‘double’ [-Wbad-function-cast]
- 1171 | options.cpu_clock_scale = (double) atoi(var.value) / 100;
- | ^
- src/mame2003/mame2003.c: In function ‘retro_load_game’:
- src/mame2003/mame2003.c:280:20: warning: unused variable ‘port_index’ [-Wunused-variable]
- 280 | int port_index;
- | ^~~~~~~~~~
- src/mame2003/mame2003.c: In function ‘convert_analog_scale’:
- src/mame2003/mame2003.c:888:13: warning: cast from function call of type ‘double’ to non-matching type ‘int’ [-Wbad-function-cast]
- 888 | input = (int)round(scaled);
- | ^
- src/mame2003/core_options.c: At top level:
- src/mame2003/core_options.c:716:47: warning: ‘option_def_cyclone_mode’ defined but not used [-Wunused-variable]
- 716 | static struct retro_core_option_v2_definition option_def_cyclone_mode = {
- | ^~~~~~~~~~~~~~~~~~~~~~~
- src/mame2003/mame2003.c: At top level:
- src/mame2003/mame2003.c:56:38: warning: ‘empty’ defined but not used [-Wunused-variable]
- 56 | static struct retro_input_descriptor empty[] = { { 0 } };
- | ^~~~~
- src/mame2003/core_options.c: In function ‘update_variables’:
- src/mame2003/core_options.c:1050:45: warning: ‘.cfg’ directive writing 4 bytes into a region of size between 0 and 4095 [-Wformat-overflow=]
- 1050 | sprintf(cfg_file_path, "%s%s%s.cfg", buffer, PATH_DEFAULT_SLASH(), options.romset_filename_noext);
- | ^~~~
- In file included from /usr/include/stdio.h:970,
- from src/mame.h:12,
- from src/mame2003/core_options.c:9:
- In function ‘sprintf’,
- inlined from ‘update_variables’ at src/mame2003/core_options.c:1050:15:
- /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output 6 or more bytes (assuming 4101) into a destination of size 4096
- 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 31 | __glibc_objsize (__s), __fmt,
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 32 | __va_arg_pack ());
- | ~~~~~~~~~~~~~~~~~
- Compiling src/artwork.c...
- Compiling src/bootstrap.c...
- src/artwork.c: In function ‘render_ui_overlay’:
- src/artwork.c:1968:13: warning: variable ‘width’ set but not used [-Wunused-but-set-variable]
- 1968 | int width, height;
- | ^~~~~
- Compiling src/cheat.c...
- src/cheat.c: In function ‘UIPressedRepeatThrottle’:
- src/cheat.c:1453:33: warning: variable ‘pressed’ set but not used [-Wunused-but-set-variable]
- 1453 | int pressed = 0;
- | ^~~~~~~
- src/cheat.c: In function ‘RebuildStringTables’:
- src/cheat.c:2005:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 2005 | (int)menuStrings.mainList,
- | ^
- src/cheat.c:2006:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 2006 | (int)menuStrings.subList,
- | ^
- src/cheat.c:2007:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 2007 | (int)menuStrings.flagList,
- | ^
- src/cheat.c:2008:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 2008 | (int)menuStrings.mainStrings,
- | ^
- src/cheat.c:2009:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 2009 | (int)menuStrings.subStrings,
- | ^
- src/cheat.c:2010:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 2010 | (int)menuStrings.buf);
- | ^
- src/cheat.c: In function ‘DoSearchMenu’:
- src/cheat.c:4876:25: warning: variable ‘submenuChoice’ set but not used [-Wunused-but-set-variable]
- 4876 | static INT32 submenuChoice = 0;
- | ^~~~~~~~~~~~~
- src/cheat.c: In function ‘DefaultEnableRegion’:
- src/cheat.c:7695:58: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 7695 | UINT32 handlerAddress = (UINT32)handler;
- | ^
- src/cheat.c:7750:53: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 7750 | if( (handlerAddress >= ((UINT32)MWA_BANK1)) &&
- | ^
- src/cheat.c:7751:53: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 7751 | (handlerAddress <= ((UINT32)MWA_BANK24)))
- | ^
- src/cheat.c: In function ‘SetSearchRegionDefaultName’:
- src/cheat.c:7792:82: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 7792 | UINT32 handlerAddress = (UINT32)handler;
- | ^
- src/cheat.c:7794:61: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 7794 | if( (handlerAddress >= ((UINT32)MWA_BANK1)) &&
- | ^
- src/cheat.c:7795:61: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 7795 | (handlerAddress <= ((UINT32)MWA_BANK24)))
- | ^
- src/cheat.c:7797:86: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 7797 | sprintf(desc, "BANK%.2d", (handlerAddress - ((UINT32)MWA_BANK1)) + 1);
- | ^
- src/cheat.c:7803:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 7803 | case (UINT32)MWA_NOP: strcpy(desc, "NOP "); break;
- | ^
- src/cheat.c:7804:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 7804 | case (UINT32)MWA_RAM: strcpy(desc, "RAM "); break;
- | ^
- src/cheat.c:7805:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 7805 | case (UINT32)MWA_ROM: strcpy(desc, "ROM "); break;
- | ^
- src/cheat.c:7806:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 7806 | case (UINT32)MWA_RAMROM: strcpy(desc, "RAMROM"); break;
- | ^
- In file included from src/driver.h:68,
- from src/cheat.c:374:
- src/cheat.c: In function ‘BuildCPUInfoList’:
- src/common.h:230:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 230 | #define ROMREGION_GETTYPE(r) ((UINT32)(r)->_hashdata)
- | ^
- src/cheat.c:10098:54: note: in expansion of macro ‘ROMREGION_GETTYPE’
- 10098 | UINT8 regionType = ROMREGION_GETTYPE(traverse);
- | ^~~~~~~~~~~~~~~~~
- In function ‘ResizeWatchListNoDispose’,
- inlined from ‘DeleteWatchAt.part.0’ at src/cheat.c:7361:2:
- src/cheat.c:7324:66: warning: iteration 4294967294 invokes undefined behavior [-Waggressive-loop-optimizations]
- 7324 | for(i = watchListLength; i < newLength; i++)
- | ~^~
- src/cheat.c:7324:52: note: within this loop
- 7324 | for(i = watchListLength; i < newLength; i++)
- | ~~^~~~~~~~~~~
- In function ‘ResizeCheatListNoDispose’,
- inlined from ‘DeleteCheatAt.part.0’ at src/cheat.c:7130:2:
- src/cheat.c:7092:66: warning: iteration 4294967294 invokes undefined behavior [-Waggressive-loop-optimizations]
- 7092 | for(i = cheatListLength; i < newLength; i++)
- | ~^~
- src/cheat.c:7092:52: note: within this loop
- 7092 | for(i = cheatListLength; i < newLength; i++)
- | ~~^~~~~~~~~~~
- Compiling src/common.c...
- src/common.c:21:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 21 | "CHDERR_NONE",
- | ^~~~~~~~~~~~~
- src/common.c:22:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 22 | "CHDERR_NO_INTERFACE",
- | ^~~~~~~~~~~~~~~~~~~~~
- src/common.c:23:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 23 | "CHDERR_OUT_OF_MEMORY",
- | ^~~~~~~~~~~~~~~~~~~~~~
- src/common.c:24:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 24 | "CHDERR_INVALID_FILE",
- | ^~~~~~~~~~~~~~~~~~~~~
- src/common.c:25:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 25 | "CHDERR_INVALID_PARAMETER",
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- src/common.c:26:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 26 | "CHDERR_INVALID_DATA",
- | ^~~~~~~~~~~~~~~~~~~~~
- src/common.c:27:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 27 | "CHDERR_FILE_NOT_FOUND",
- | ^~~~~~~~~~~~~~~~~~~~~~~
- src/common.c:28:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 28 | "CHDERR_REQUIRES_PARENT",
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- src/common.c:29:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 29 | "CHDERR_FILE_NOT_WRITEABLE",
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/common.c:30:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 30 | "CHDERR_READ_ERROR",
- | ^~~~~~~~~~~~~~~~~~~
- src/common.c:31:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 31 | "CHDERR_WRITE_ERROR",
- | ^~~~~~~~~~~~~~~~~~~~
- src/common.c:32:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 32 | "CHDERR_CODEC_ERROR",
- | ^~~~~~~~~~~~~~~~~~~~
- src/common.c:33:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 33 | "CHDERR_INVALID_PARENT",
- | ^~~~~~~~~~~~~~~~~~~~~~~
- src/common.c:34:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 34 | "CHDERR_HUNK_OUT_OF_RANGE",
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- src/common.c:35:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 35 | "CHDERR_DECOMPRESSION_ERROR",
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/common.c:36:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 36 | "CHDERR_COMPRESSION_ERROR",
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- src/common.c:37:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 37 | "CHDERR_CANT_CREATE_FILE",
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- src/common.c:38:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 38 | "CHDERR_CANT_VERIFY",
- | ^~~~~~~~~~~~~~~~~~~~
- src/common.c:39:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 39 | "CHDERR_NOT_SUPPORTED",
- | ^~~~~~~~~~~~~~~~~~~~~~
- src/common.c:40:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 40 | "CHDERR_METADATA_NOT_FOUND",
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/common.c:41:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 41 | "CHDERR_INVALID_METADATA_SIZE",
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/common.c:42:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- 42 | "CHDERR_UNSUPPORTED_VERSION"
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/common.c: In function ‘read_wav_sample’:
- src/common.c:439:46: error: assignment to ‘INT16 *’ {aka ‘short int *’} from incompatible pointer type ‘signed char *’ [-Wincompatible-pointer-types]
- 439 | flac_file.write_data = result->data;
- | ^
- src/common.c: In function ‘readsample’:
- src/common.c:473:28: warning: unused variable ‘SampleFile’ [-Wunused-variable]
- 473 | struct GameSample *SampleFile;
- | ^~~~~~~~~~
- src/common.c: In function ‘readsamples’:
- src/common.c:507:8: warning: variable ‘missing_sample’ set but not used [-Wunused-but-set-variable]
- 507 | bool missing_sample = false;
- | ^~~~~~~~~~~~~~
- In file included from src/driver.h:68,
- from src/common.c:6:
- src/common.c: In function ‘region_post_process’:
- src/common.h:230:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 230 | #define ROMREGION_GETTYPE(r) ((UINT32)(r)->_hashdata)
- | ^
- src/common.c:1394:20: note: in expansion of macro ‘ROMREGION_GETTYPE’
- 1394 | int type = ROMREGION_GETTYPE(regiondata);
- | ^~~~~~~~~~~~~~~~~
- src/common.c: In function ‘read_rom_data’:
- src/common.c:1542:71: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 1542 | log_cb(RETRO_LOG_DEBUG, LOGPRE " Copying to %08X\n", (int)base);
- | ^
- src/common.c: In function ‘fill_rom_data’:
- src/common.c:1627:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 1627 | memset(base, (UINT32)ROM_GETHASHDATA(romp) & 0xff, numbytes);
- | ^
- src/common.c: In function ‘copy_rom_data’:
- src/common.c:1641:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 1641 | UINT32 srcoffs = (UINT32)ROM_GETHASHDATA(romp); /* srcoffset in place of hashdata */
- | ^
- src/common.c: In function ‘rom_load’:
- src/common.h:230:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 230 | #define ROMREGION_GETTYPE(r) ((UINT32)(r)->_hashdata)
- | ^
- src/common.c:1948:34: note: in expansion of macro ‘ROMREGION_GETTYPE’
- 1948 | int regiontype = ROMREGION_GETTYPE(region);
- | ^~~~~~~~~~~~~~~~~
- src/common.c:1973:101: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- 1973 | log_cb(RETRO_LOG_DEBUG, LOGPRE "Allocated %X bytes @ %08X\n", romdata.regionlength, (int)romdata.regionbase);
- | ^
- make: *** [Makefile:901: src/common.o] Error 1
- make: *** Waiting for unfinished jobs....
- Removing additional swap
- Could not successfully build lr-mame2003 - Arcade emu - MAME 0.78 port for libretro (/home/gare/RetroPie-Setup/tmp/build/lr-mame2003/mame2003_libretro.so not found).
- /home/gare
- Log ended at: Tue Sep 24 12:50:52 PM EDT 2024
- Total running time: 0 hours, 0 mins, 16 secs
Add Comment
Please, Sign In to add comment