Guest User

mame2003 log

a guest
Sep 24th, 2024
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.29 KB | None | 0 0
  1. Log started at: Tue Sep 24 12:50:36 PM EDT 2024
  2.  
  3. RetroPie-Setup version: 4.8.8 (49731df)
  4. 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
  5. /home/gare/RetroPie-Setup/tmp/build/lr-mame2003 /home/gare
  6.  
  7. = = = = = = = = = = = = = = = = = = = = =
  8. Getting sources for 'lr-mame2003' : Arcade emu - MAME 0.78 port for libretro
  9. = = = = = = = = = = = = = = = = = = = = =
  10.  
  11. git clone --recursive --depth 1 --shallow-submodules --branch master "https://github.com/libretro/mame2003-libretro.git" "/home/gare/RetroPie-Setup/tmp/build/lr-mame2003"
  12. Cloning into '/home/gare/RetroPie-Setup/tmp/build/lr-mame2003'...
  13. Updating files: 92% (2596/2817)
  14. Updating files: 93% (2620/2817)
  15. Updating files: 94% (2648/2817)
  16. Updating files: 95% (2677/2817)
  17. Updating files: 96% (2705/2817)
  18. Updating files: 97% (2733/2817)
  19. Updating files: 98% (2761/2817)
  20. Updating files: 99% (2789/2817)
  21. Updating files: 100% (2817/2817)
  22. Updating files: 100% (2817/2817), done.
  23. HEAD is now in branch 'master' at commit '1a268a709d611f6a84d473754ee2dbcaf1c37a2e'
  24. /home/gare
  25. /home/gare/RetroPie-Setup/tmp/build/lr-mame2003 /home/gare
  26.  
  27. = = = = = = = = = = = = = = = = = = = = =
  28. Building 'lr-mame2003' : Arcade emu - MAME 0.78 port for libretro
  29. = = = = = = = = = = = = = = = = = = = = =
  30.  
  31. Removing additional swap
  32. Cleaning project...
  33. Compiling src/mame2003/mame2003.c...
  34. Compiling src/mame2003/core_options.c...
  35. Compiling src/mame2003/video.c...
  36. In file included from src/mame2003/video.c:7:
  37. src/common.h:447:55: warning: ‘struct GameDriver’ declared inside parameter list will not be visible outside of this definition or declaration
  38. 447 | const struct RomModule *rom_first_region(const struct GameDriver *drv);
  39. | ^~~~~~~~~~
  40. src/mame2003/core_options.c: In function ‘update_variables’:
  41. src/mame2003/core_options.c:1171:39: warning: cast from function call of type ‘int’ to non-matching type ‘double’ [-Wbad-function-cast]
  42. 1171 | options.cpu_clock_scale = (double) atoi(var.value) / 100;
  43. | ^
  44. src/mame2003/mame2003.c: In function ‘retro_load_game’:
  45. src/mame2003/mame2003.c:280:20: warning: unused variable ‘port_index’ [-Wunused-variable]
  46. 280 | int port_index;
  47. | ^~~~~~~~~~
  48. src/mame2003/mame2003.c: In function ‘convert_analog_scale’:
  49. src/mame2003/mame2003.c:888:13: warning: cast from function call of type ‘double’ to non-matching type ‘int’ [-Wbad-function-cast]
  50. 888 | input = (int)round(scaled);
  51. | ^
  52. src/mame2003/core_options.c: At top level:
  53. src/mame2003/core_options.c:716:47: warning: ‘option_def_cyclone_mode’ defined but not used [-Wunused-variable]
  54. 716 | static struct retro_core_option_v2_definition option_def_cyclone_mode = {
  55. | ^~~~~~~~~~~~~~~~~~~~~~~
  56. src/mame2003/mame2003.c: At top level:
  57. src/mame2003/mame2003.c:56:38: warning: ‘empty’ defined but not used [-Wunused-variable]
  58. 56 | static struct retro_input_descriptor empty[] = { { 0 } };
  59. | ^~~~~
  60. src/mame2003/core_options.c: In function ‘update_variables’:
  61. src/mame2003/core_options.c:1050:45: warning: ‘.cfg’ directive writing 4 bytes into a region of size between 0 and 4095 [-Wformat-overflow=]
  62. 1050 | sprintf(cfg_file_path, "%s%s%s.cfg", buffer, PATH_DEFAULT_SLASH(), options.romset_filename_noext);
  63. | ^~~~
  64. In file included from /usr/include/stdio.h:970,
  65. from src/mame.h:12,
  66. from src/mame2003/core_options.c:9:
  67. In function ‘sprintf’,
  68. inlined from ‘update_variables’ at src/mame2003/core_options.c:1050:15:
  69. /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
  70. 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
  71. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  72. 31 | __glibc_objsize (__s), __fmt,
  73. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  74. 32 | __va_arg_pack ());
  75. | ~~~~~~~~~~~~~~~~~
  76. Compiling src/artwork.c...
  77. Compiling src/bootstrap.c...
  78. src/artwork.c: In function ‘render_ui_overlay’:
  79. src/artwork.c:1968:13: warning: variable ‘width’ set but not used [-Wunused-but-set-variable]
  80. 1968 | int width, height;
  81. | ^~~~~
  82. Compiling src/cheat.c...
  83. src/cheat.c: In function ‘UIPressedRepeatThrottle’:
  84. src/cheat.c:1453:33: warning: variable ‘pressed’ set but not used [-Wunused-but-set-variable]
  85. 1453 | int pressed = 0;
  86. | ^~~~~~~
  87. src/cheat.c: In function ‘RebuildStringTables’:
  88. src/cheat.c:2005:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  89. 2005 | (int)menuStrings.mainList,
  90. | ^
  91. src/cheat.c:2006:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  92. 2006 | (int)menuStrings.subList,
  93. | ^
  94. src/cheat.c:2007:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  95. 2007 | (int)menuStrings.flagList,
  96. | ^
  97. src/cheat.c:2008:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  98. 2008 | (int)menuStrings.mainStrings,
  99. | ^
  100. src/cheat.c:2009:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  101. 2009 | (int)menuStrings.subStrings,
  102. | ^
  103. src/cheat.c:2010:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  104. 2010 | (int)menuStrings.buf);
  105. | ^
  106. src/cheat.c: In function ‘DoSearchMenu’:
  107. src/cheat.c:4876:25: warning: variable ‘submenuChoice’ set but not used [-Wunused-but-set-variable]
  108. 4876 | static INT32 submenuChoice = 0;
  109. | ^~~~~~~~~~~~~
  110. src/cheat.c: In function ‘DefaultEnableRegion’:
  111. src/cheat.c:7695:58: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  112. 7695 | UINT32 handlerAddress = (UINT32)handler;
  113. | ^
  114. src/cheat.c:7750:53: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  115. 7750 | if( (handlerAddress >= ((UINT32)MWA_BANK1)) &&
  116. | ^
  117. src/cheat.c:7751:53: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  118. 7751 | (handlerAddress <= ((UINT32)MWA_BANK24)))
  119. | ^
  120. src/cheat.c: In function ‘SetSearchRegionDefaultName’:
  121. src/cheat.c:7792:82: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  122. 7792 | UINT32 handlerAddress = (UINT32)handler;
  123. | ^
  124. src/cheat.c:7794:61: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  125. 7794 | if( (handlerAddress >= ((UINT32)MWA_BANK1)) &&
  126. | ^
  127. src/cheat.c:7795:61: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  128. 7795 | (handlerAddress <= ((UINT32)MWA_BANK24)))
  129. | ^
  130. src/cheat.c:7797:86: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  131. 7797 | sprintf(desc, "BANK%.2d", (handlerAddress - ((UINT32)MWA_BANK1)) + 1);
  132. | ^
  133. src/cheat.c:7803:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  134. 7803 | case (UINT32)MWA_NOP: strcpy(desc, "NOP "); break;
  135. | ^
  136. src/cheat.c:7804:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  137. 7804 | case (UINT32)MWA_RAM: strcpy(desc, "RAM "); break;
  138. | ^
  139. src/cheat.c:7805:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  140. 7805 | case (UINT32)MWA_ROM: strcpy(desc, "ROM "); break;
  141. | ^
  142. src/cheat.c:7806:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  143. 7806 | case (UINT32)MWA_RAMROM: strcpy(desc, "RAMROM"); break;
  144. | ^
  145. In file included from src/driver.h:68,
  146. from src/cheat.c:374:
  147. src/cheat.c: In function ‘BuildCPUInfoList’:
  148. src/common.h:230:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  149. 230 | #define ROMREGION_GETTYPE(r) ((UINT32)(r)->_hashdata)
  150. | ^
  151. src/cheat.c:10098:54: note: in expansion of macro ‘ROMREGION_GETTYPE’
  152. 10098 | UINT8 regionType = ROMREGION_GETTYPE(traverse);
  153. | ^~~~~~~~~~~~~~~~~
  154. In function ‘ResizeWatchListNoDispose’,
  155. inlined from ‘DeleteWatchAt.part.0’ at src/cheat.c:7361:2:
  156. src/cheat.c:7324:66: warning: iteration 4294967294 invokes undefined behavior [-Waggressive-loop-optimizations]
  157. 7324 | for(i = watchListLength; i < newLength; i++)
  158. | ~^~
  159. src/cheat.c:7324:52: note: within this loop
  160. 7324 | for(i = watchListLength; i < newLength; i++)
  161. | ~~^~~~~~~~~~~
  162. In function ‘ResizeCheatListNoDispose’,
  163. inlined from ‘DeleteCheatAt.part.0’ at src/cheat.c:7130:2:
  164. src/cheat.c:7092:66: warning: iteration 4294967294 invokes undefined behavior [-Waggressive-loop-optimizations]
  165. 7092 | for(i = cheatListLength; i < newLength; i++)
  166. | ~^~
  167. src/cheat.c:7092:52: note: within this loop
  168. 7092 | for(i = cheatListLength; i < newLength; i++)
  169. | ~~^~~~~~~~~~~
  170. Compiling src/common.c...
  171. src/common.c:21:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  172. 21 | "CHDERR_NONE",
  173. | ^~~~~~~~~~~~~
  174. src/common.c:22:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  175. 22 | "CHDERR_NO_INTERFACE",
  176. | ^~~~~~~~~~~~~~~~~~~~~
  177. src/common.c:23:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  178. 23 | "CHDERR_OUT_OF_MEMORY",
  179. | ^~~~~~~~~~~~~~~~~~~~~~
  180. src/common.c:24:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  181. 24 | "CHDERR_INVALID_FILE",
  182. | ^~~~~~~~~~~~~~~~~~~~~
  183. src/common.c:25:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  184. 25 | "CHDERR_INVALID_PARAMETER",
  185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  186. src/common.c:26:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  187. 26 | "CHDERR_INVALID_DATA",
  188. | ^~~~~~~~~~~~~~~~~~~~~
  189. src/common.c:27:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  190. 27 | "CHDERR_FILE_NOT_FOUND",
  191. | ^~~~~~~~~~~~~~~~~~~~~~~
  192. src/common.c:28:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  193. 28 | "CHDERR_REQUIRES_PARENT",
  194. | ^~~~~~~~~~~~~~~~~~~~~~~~
  195. src/common.c:29:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  196. 29 | "CHDERR_FILE_NOT_WRITEABLE",
  197. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  198. src/common.c:30:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  199. 30 | "CHDERR_READ_ERROR",
  200. | ^~~~~~~~~~~~~~~~~~~
  201. src/common.c:31:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  202. 31 | "CHDERR_WRITE_ERROR",
  203. | ^~~~~~~~~~~~~~~~~~~~
  204. src/common.c:32:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  205. 32 | "CHDERR_CODEC_ERROR",
  206. | ^~~~~~~~~~~~~~~~~~~~
  207. src/common.c:33:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  208. 33 | "CHDERR_INVALID_PARENT",
  209. | ^~~~~~~~~~~~~~~~~~~~~~~
  210. src/common.c:34:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  211. 34 | "CHDERR_HUNK_OUT_OF_RANGE",
  212. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  213. src/common.c:35:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  214. 35 | "CHDERR_DECOMPRESSION_ERROR",
  215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  216. src/common.c:36:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  217. 36 | "CHDERR_COMPRESSION_ERROR",
  218. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  219. src/common.c:37:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  220. 37 | "CHDERR_CANT_CREATE_FILE",
  221. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  222. src/common.c:38:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  223. 38 | "CHDERR_CANT_VERIFY",
  224. | ^~~~~~~~~~~~~~~~~~~~
  225. src/common.c:39:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  226. 39 | "CHDERR_NOT_SUPPORTED",
  227. | ^~~~~~~~~~~~~~~~~~~~~~
  228. src/common.c:40:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  229. 40 | "CHDERR_METADATA_NOT_FOUND",
  230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  231. src/common.c:41:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  232. 41 | "CHDERR_INVALID_METADATA_SIZE",
  233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  234. src/common.c:42:9: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  235. 42 | "CHDERR_UNSUPPORTED_VERSION"
  236. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  237. src/common.c: In function ‘read_wav_sample’:
  238. src/common.c:439:46: error: assignment to ‘INT16 *’ {aka ‘short int *’} from incompatible pointer type ‘signed char *’ [-Wincompatible-pointer-types]
  239. 439 | flac_file.write_data = result->data;
  240. | ^
  241. src/common.c: In function ‘readsample’:
  242. src/common.c:473:28: warning: unused variable ‘SampleFile’ [-Wunused-variable]
  243. 473 | struct GameSample *SampleFile;
  244. | ^~~~~~~~~~
  245. src/common.c: In function ‘readsamples’:
  246. src/common.c:507:8: warning: variable ‘missing_sample’ set but not used [-Wunused-but-set-variable]
  247. 507 | bool missing_sample = false;
  248. | ^~~~~~~~~~~~~~
  249. In file included from src/driver.h:68,
  250. from src/common.c:6:
  251. src/common.c: In function ‘region_post_process’:
  252. src/common.h:230:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  253. 230 | #define ROMREGION_GETTYPE(r) ((UINT32)(r)->_hashdata)
  254. | ^
  255. src/common.c:1394:20: note: in expansion of macro ‘ROMREGION_GETTYPE’
  256. 1394 | int type = ROMREGION_GETTYPE(regiondata);
  257. | ^~~~~~~~~~~~~~~~~
  258. src/common.c: In function ‘read_rom_data’:
  259. src/common.c:1542:71: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  260. 1542 | log_cb(RETRO_LOG_DEBUG, LOGPRE " Copying to %08X\n", (int)base);
  261. | ^
  262. src/common.c: In function ‘fill_rom_data’:
  263. src/common.c:1627:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  264. 1627 | memset(base, (UINT32)ROM_GETHASHDATA(romp) & 0xff, numbytes);
  265. | ^
  266. src/common.c: In function ‘copy_rom_data’:
  267. src/common.c:1641:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  268. 1641 | UINT32 srcoffs = (UINT32)ROM_GETHASHDATA(romp); /* srcoffset in place of hashdata */
  269. | ^
  270. src/common.c: In function ‘rom_load’:
  271. src/common.h:230:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  272. 230 | #define ROMREGION_GETTYPE(r) ((UINT32)(r)->_hashdata)
  273. | ^
  274. src/common.c:1948:34: note: in expansion of macro ‘ROMREGION_GETTYPE’
  275. 1948 | int regiontype = ROMREGION_GETTYPE(region);
  276. | ^~~~~~~~~~~~~~~~~
  277. src/common.c:1973:101: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  278. 1973 | log_cb(RETRO_LOG_DEBUG, LOGPRE "Allocated %X bytes @ %08X\n", romdata.regionlength, (int)romdata.regionbase);
  279. | ^
  280. make: *** [Makefile:901: src/common.o] Error 1
  281. make: *** Waiting for unfinished jobs....
  282. Removing additional swap
  283. 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).
  284. /home/gare
  285.  
  286. Log ended at: Tue Sep 24 12:50:52 PM EDT 2024
  287. Total running time: 0 hours, 0 mins, 16 secs
  288.  
Add Comment
Please, Sign In to add comment