Advertisement
Guest User

onlyerrors

a guest
May 27th, 2014
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.67 KB | None | 0 0
  1. ==> Scaricamento del PKGBUILD di advancemame da AUR...
  2. x PKGBUILD
  3. ==> Modificare PKGBUILD [S/n] ("A" per annullare)
  4. ==> ----------------------------------------------
  5. ==> n
  6. ==> Dipendenze di advancemame
  7. ==> Continuare la compilazione di advancemame [S/n]
  8. ==> -----------------------------------------------
  9. ==> ==> Compilazione e installazione del pacchetto
  10. ==> Creazione del pacchetto: advancemame 1.2-2 (mar 27 mag 2014, 10.22.36, CEST)
  11. ==> Controllo delle dipendenze durante l'avvio in corso...
  12. ==> Controllo delle dipendenze durante la compilazione in corso...
  13. ==> Download dei sorgenti in corso...
  14. -> Download di advancemame-1.2.tar.gz in corso...
  15.  
  16. ==> Validazione dei sorgenti con md5sums in corso...
  17. advancemame-1.2.tar.gz ... Verificato
  18. ==> Estrazione dei sorgenti in corso...
  19. -> Estrazione di advancemame-1.2.tar.gz con bsdtar in corso...
  20. ==> Avvio di build() in corso...
  21. config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
  22. configure: WARNING: the SDL library was not found. You will not able to use this program in a window manager environment! If you have the SDL library installed somewhere try using the --with-sdl-prefix option.
  23. src/cheat.c: In function ‘RebuildStringTables’:
  24. src/cheat.c:2100:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  25. (int)menuStrings.mainList,
  26. ^
  27. src/cheat.c:2101:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  28. (int)menuStrings.subList,
  29. ^
  30. src/cheat.c:2102:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  31. (int)menuStrings.flagList,
  32. ^
  33. src/cheat.c:2103:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  34. (int)menuStrings.mainStrings,
  35. ^
  36. src/cheat.c:2104:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  37. (int)menuStrings.subStrings,
  38. ^
  39. src/cheat.c:2105:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  40. (int)menuStrings.buf);
  41. ^
  42. src/cheat.c: In function ‘DefaultEnableRegion’:
  43. src/cheat.c:7947:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  44. UINT32 handlerAddress = (UINT32)handler;
  45. ^
  46. src/cheat.c:8003:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  47. if( (handlerAddress >= ((UINT32)MWA8_BANK1)) &&
  48. ^
  49. src/cheat.c:8004:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  50. (handlerAddress <= ((UINT32)MWA8_BANK24)))
  51. ^
  52. src/cheat.c: In function ‘SetSearchRegionDefaultName’:
  53. src/cheat.c:8045:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  54. UINT32 handlerAddress = (UINT32)handler;
  55. ^
  56. src/cheat.c:8047:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  57. if( (handlerAddress >= ((UINT32)MWA8_BANK1)) &&
  58. ^
  59. src/cheat.c:8048:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  60. (handlerAddress <= ((UINT32)MWA8_BANK24)))
  61. ^
  62. src/cheat.c:8050:51: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  63. sprintf(desc, "BANK%.2d", (handlerAddress - ((UINT32)MWA8_BANK1)) + 1);
  64. ^
  65. src/cheat.c:8056:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  66. case (UINT32)MWA8_NOP: strcpy(desc, "NOP "); break;
  67. ^
  68. src/cheat.c:8057:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  69. case (UINT32)MWA8_RAM: strcpy(desc, "RAM "); break;
  70. ^
  71. src/cheat.c:8058:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  72. case (UINT32)MWA8_ROM: strcpy(desc, "ROM "); break;
  73. ^
  74. In file included from src/driver.h:74:0,
  75. from src/cheat.c:397:
  76. src/cheat.c: In function ‘BuildCPUInfoList’:
  77. src/romload.h:187:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  78. #define ROMREGION_GETTYPE(r) ((UINT32)(r)->_hashdata)
  79. ^
  80. src/cheat.c:10396:24: note: in expansion of macro ‘ROMREGION_GETTYPE’
  81. UINT8 regionType = ROMREGION_GETTYPE(traverse);
  82. ^
  83. In file included from src/driver.h:74:0,
  84. from src/info.c:14:
  85. src/info.c: In function ‘print_game_rom’:
  86. src/romload.h:187:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  87. #define ROMREGION_GETTYPE(r) ((UINT32)(r)->_hashdata)
  88. ^
  89. src/info.c:438:12: note: in expansion of macro ‘ROMREGION_GETTYPE’
  90. switch (ROMREGION_GETTYPE(region))
  91. ^
  92. src/romload.h:187:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  93. #define ROMREGION_GETTYPE(r) ((UINT32)(r)->_hashdata)
  94. ^
  95. src/info.c:474:47: note: in expansion of macro ‘ROMREGION_GETTYPE’
  96. default: fprintf(out, " region=\"0x%x\"", ROMREGION_GETTYPE(region));
  97. ^
  98. src/memory.c: In function ‘_memory_install_read_handler’:
  99. src/memory.c:941:75: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  100. install_mem_handler(space, 0, space->dbits, 0, start, end, mask, mirror, (genf *)handler, 0, handler_name);
  101. ^
  102. src/memory.c: In function ‘_memory_install_write_handler’:
  103. src/memory.c:989:75: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  104. install_mem_handler(space, 1, space->dbits, 0, start, end, mask, mirror, (genf *)handler, 0, handler_name);
  105. ^
  106. src/memory.c: In function ‘_memory_install_read_matchmask_handler’:
  107. src/memory.c:1038:82: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  108. install_mem_handler(space, 0, space->dbits, 1, matchval, maskval, mask, mirror, (genf *)handler, 0, handler_name);
  109. ^
  110. src/memory.c: In function ‘_memory_install_write_matchmask_handler’:
  111. src/memory.c:1087:82: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  112. install_mem_handler(space, 1, space->dbits, 1, matchval, maskval, mask, mirror, (genf *)handler, 0, handler_name);
  113. ^
  114. src/memory.c: In function ‘assign_dynamic_bank’:
  115. src/memory.c:152:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  116. #define BANK_TO_HANDLER(b) ((genf *)(b))
  117. ^
  118. src/memory.c:1625:11: note: in expansion of macro ‘BANK_TO_HANDLER’
  119. return BANK_TO_HANDLER(bank);
  120. ^
  121. src/memory.c: In function ‘amentry_needs_backing_store’:
  122. src/memory.c:1998:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  123. handler = (int)map->write.handler;
  124. ^
  125. src/memory.c:2008:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  126. handler = (int)map->read.handler;
  127. ^
  128. In file included from src/driver.h:74:0,
  129. from src/romload.c:14:
  130. src/romload.c: In function ‘region_post_process’:
  131. src/romload.h:187:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  132. #define ROMREGION_GETTYPE(r) ((UINT32)(r)->_hashdata)
  133. ^
  134. src/romload.c:416:13: note: in expansion of macro ‘ROMREGION_GETTYPE’
  135. int type = ROMREGION_GETTYPE(regiondata);
  136. ^
  137. src/romload.c: In function ‘read_rom_data’:
  138. src/romload.c:567:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  139. debugload(" Copying to %08X\n", (int)base);
  140. ^
  141. src/romload.c: In function ‘fill_rom_data’:
  142. src/romload.c:652:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  143. memset(base, (UINT32)ROM_GETHASHDATA(romp) & 0xff, numbytes);
  144. ^
  145. src/romload.c: In function ‘copy_rom_data’:
  146. src/romload.c:666:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  147. UINT32 srcoffs = (UINT32)ROM_GETHASHDATA(romp); /* srcoffset in place of hashdata */
  148. ^
  149. In file included from src/driver.h:74:0,
  150. from src/romload.c:14:
  151. src/romload.c: In function ‘rom_init’:
  152. src/romload.h:187:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  153. #define ROMREGION_GETTYPE(r) ((UINT32)(r)->_hashdata)
  154. ^
  155. src/romload.c:959:20: note: in expansion of macro ‘ROMREGION_GETTYPE’
  156. int regiontype = ROMREGION_GETTYPE(region);
  157. ^
  158. src/romload.c:980:66: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  159. debugload("Allocated %X bytes @ %08X\n", romdata.regionlength, (int)romdata.regionbase);
  160. ^
  161. src/state.c: In function ‘register_func_int’:
  162. src/state.c:396:86: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  163. fatalerror("Duplicate save state function (%d, %d, 0x%x)", ss_current_tag, param, (int)func);
  164. ^
  165. src/state.c: In function ‘register_func_ptr’:
  166. src/state.c:439:86: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  167. fatalerror("Duplicate save state function (%d, %p, 0x%x)", ss_current_tag, param, (int)func);
  168. ^
  169. src/validity.c: In function ‘build_quarks’:
  170. src/validity.c:192:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  171. add_quark(roms_table, drivnum, (UINT32)driver->rom);
  172. ^
  173. src/validity.c: In function ‘validate_driver’:
  174. src/validity.c:300:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  175. crc = (UINT32)driver->rom;
  176. ^
  177. In file included from src/driver.h:74:0,
  178. from src/validity.c:13:
  179. src/validity.c: In function ‘validate_roms’:
  180. src/romload.h:187:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  181. #define ROMREGION_GETTYPE(r) ((UINT32)(r)->_hashdata)
  182. ^
  183. src/validity.c:343:15: note: in expansion of macro ‘ROMREGION_GETTYPE’
  184. int type = ROMREGION_GETTYPE(romp);
  185. ^
  186. src/validity.c: In function ‘validate_inputs’:
  187. src/validity.c:694:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  188. crc = (UINT32)driver->construct_ipt;
  189. ^
  190. src/sound/iremga20.c: In function ‘IremGA20_update’:
  191. src/sound/iremga20.c:92:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  192. esi = (UINT32)chip->rom;
  193. ^
  194. src/sound/iremga20.c:39:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  195. eax = *(INT8 *)(esi + eax); \
  196. ^
  197. src/sound/iremga20.c:103:3: note: in expansion of macro ‘MIX_CH’
  198. MIX_CH(0);
  199. ^
  200. src/sound/iremga20.c:39:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  201. eax = *(INT8 *)(esi + eax); \
  202. ^
  203. src/sound/iremga20.c:104:3: note: in expansion of macro ‘MIX_CH’
  204. MIX_CH(1);
  205. ^
  206. src/sound/iremga20.c:39:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  207. eax = *(INT8 *)(esi + eax); \
  208. ^
  209. src/sound/iremga20.c:105:3: note: in expansion of macro ‘MIX_CH’
  210. MIX_CH(2);
  211. ^
  212. src/sound/iremga20.c:39:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  213. eax = *(INT8 *)(esi + eax); \
  214. ^
  215. src/sound/iremga20.c:106:3: note: in expansion of macro ‘MIX_CH’
  216. MIX_CH(3);
  217. ^
  218. src/sndhrdw/cchasm.c: In function ‘tone_update’:
  219. src/sndhrdw/cchasm.c:174:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  220. int num = (int)param;
  221. ^
  222. src/drivers/gaelco3d.c: In function ‘analog_bit_r’:
  223. src/drivers/gaelco3d.c:379:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  224. int which = (int)param;
  225. ^
  226. src/vidhrdw/megasys1.c: In function ‘megasys1_get_scroll_tile_info_8x8’:
  227. src/vidhrdw/megasys1.c:370:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  228. int tmap = (int)tile_info.user_data;
  229. ^
  230. src/vidhrdw/megasys1.c: In function ‘megasys1_get_scroll_tile_info_16x16’:
  231. src/vidhrdw/megasys1.c:377:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  232. int tmap = (int)tile_info.user_data;
  233. ^
  234. src/vidhrdw/megasys1.c: In function ‘create_tilemaps’:
  235. src/vidhrdw/megasys1.c:411:61: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  236. tilemap_set_user_data(megasys1_tilemap[layer][i/4][i%4], (void *)layer);
  237. ^
  238. src/drivers/wheelfir.c: In function ‘video_update_wheelfir’:
  239. src/drivers/wheelfir.c:313:23: warning: iteration 2730 invokes undefined behavior [-Waggressive-loop-optimizations]
  240. b = wheelfir_palette[x+2];
  241. ^
  242. src/drivers/wheelfir.c:306:2: note: containing loop
  243. for (x=0;x<8192;x+=3)
  244. ^
  245. src/drivers/micro3d.c: In function ‘sound_io_r’:
  246. src/drivers/micro3d.c:797:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  247. case 0x03: return (int)(upd7759_0_busy_r)<<3;
  248. ^
  249. src/vidhrdw/voodoo.c: In function ‘add_rasterizer’:
  250. src/vidhrdw/voodoo.c:4781:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  251. (UINT32)info->callback,
  252. ^
  253. /tmp/cchO0qGz.ltrans7.ltrans.o: nella funzione "mame_game_run.constprop.246":
  254. cchO0qGz.ltrans7.o:(.text+0x1b08d): riferimento non definito a "driver_puckman"
  255. cchO0qGz.ltrans7.o:(.text+0x1b327): riferimento non definito a "driver_puckman"
  256. /tmp/cchO0qGz.ltrans7.ltrans.o:(.rodata+0x1400): riferimento non definito a "driver_puckman"
  257. [Lots of undefined references]
  258.  
  259. /tmp/cchO0qGz.ltrans7.ltrans.o:(.rodata+0xd4a8): riferimento non definito a "driver_intrscti"
  260. /tmp/cchO0qGz.ltrans11.ltrans.o: nella funzione "rsp_execute":
  261. cchO0qGz.ltrans11.o:(.text+0x27bc1): riferimento non definito a "n64_dp_reg_w"
  262. cchO0qGz.ltrans11.o:(.text+0x27dd2): riferimento non definito a "n64_dp_reg_r"
  263. cchO0qGz.ltrans11.o:(.text+0x28c61): riferimento non definito a "sp_set_status"
  264. cchO0qGz.ltrans11.o:(.text+0x2ae6c): riferimento non definito a "sp_write_reg"
  265. cchO0qGz.ltrans11.o:(.text+0x2aeac): riferimento non definito a "sp_read_reg"
  266. /tmp/cchO0qGz.ltrans20.ltrans.o: nella funzione "print_mame_data.constprop.178":
  267. cchO0qGz.ltrans20.o:(.text+0x36728): riferimento non definito a "driver_puckman"
  268. cchO0qGz.ltrans20.o:(.text+0x36abc): riferimento non definito a "driver_puckman"
  269. /tmp/cchO0qGz.ltrans24.ltrans.o: nella funzione "select_lang":
  270. cchO0qGz.ltrans24.o:(.text+0x2fb47): riferimento non definito a "driver_puckman"
  271. /tmp/cchO0qGz.ltrans24.ltrans.o: nella funzione "select_game":
  272. cchO0qGz.ltrans24.o:(.text+0x30dcd): riferimento non definito a "driver_puckman"
  273. /tmp/cchO0qGz.ltrans24.ltrans.o: nella funzione "mame_playback_look":
  274. cchO0qGz.ltrans24.o:(.text+0x34332): riferimento non definito a "driver_puckman"
  275. /tmp/cchO0qGz.ltrans30.ltrans.o:cchO0qGz.ltrans30.o:(.text+0x54d3): seguono ulteriori riferimenti non definiti a "driver_puckman"
  276. collect2: error: ld returned 1 exit status
  277. make: *** [obj/mame/linux/blend/advmame] Errore 1
  278. ==> ERRORE: Si è verificato un errore in build().
  279. L'operazione sta per essere interrotta...
  280. ==> ERRORE: Makepkg non è riuscito a compilare advancemame.
  281. ==> Riavviare la compilazione di advancemame [s/N]
  282. ==> ----------------------------------------------
  283. ==>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement