[04:56] *** DopefishJ has joined #jsmess [05:05] *** DFJustin has quit IRC (Ping timeout: 745 seconds) [05:41] DopefishJ: [05:41] Linking psx.html... [05:41] wasm-ld: error: ../../../../asmjs/bin/mame_psx/liboptional.a(gbslot.o): undefined symbol: vtable for lr35902_disassembler [05:41] em++: error: '/1/EMSCRIPTEN/emsdk/upstream/bin/wasm-ld -o ../../../../../psx.wasm ../../../../asmjs/obj/Release/src/mame/mame.o ../../../../asmjs/obj/Release/generated/mame/psx/drivlist.o ../../../../asmjs/obj/Release/generated/version.o -L. -L../../../../asmjs/bin/mame_psx -L../../../../asmjs/bin ../../../../asmjs/bin/mame_psx/libmame_psx.a ../../../../asmjs/bin/libfrontend.a [05:41] ../../../../asmjs/bin/mame_psx/liboptional.a ../../../../asmjs/bin/libemu.a ../../../../asmjs/bin/mame_psx/libosd_sdl.a ../../../../asmjs/bin/libqtdbg_sdl.a ../../../../asmjs/bin/mame_psx/libformats.a ../../../../asmjs/bin/mame_psx/libdasm.a ../../../../asmjs/bin/libutils.a ../../../../asmjs/bin/libexpat.a ../../../../asmjs/bin/libsoftfloat.a ../../../../asmjs/bin/libsoftfloat3.a [05:42] ../../../../asmjs/bin/libwdlfft.a ../../../../asmjs/bin/libymfm.a ../../../../asmjs/bin/libjpeg.a ../../../../asmjs/bin/lib7z.a ../../../../asmjs/bin/liblua.a ../../../../asmjs/bin/liblualibs.a ../../../../asmjs/bin/liblinenoise.a ../../../../asmjs/bin/libzlib.a ../../../../asmjs/bin/libflac.a ../../../../asmjs/bin/libutf8proc.a ../../../../asmjs/bin/libsqlite3.a ../../../../asmjs/bin/libbgfx.a [05:42] ../../../../asmjs/bin/libbimg.a ../../../../asmjs/bin/libbx.a ../../../../asmjs/bin/mame_psx/libocore_sdl.a -L/1/EMSCRIPTEN/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten /1/EMSCRIPTEN/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libSDL2_ttf.a /1/EMSCRIPTEN/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libharfbuzz.a [05:42] /1/EMSCRIPTEN/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libSDL2.a /1/EMSCRIPTEN/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libfreetype.a --whole-archive -lGL-emu-webgl2 --no-whole-archive -lal -lhtml5 -lstubs -lc -lcompiler_rt -lc++-noexcept -lc++abi-noexcept -ldlmalloc -lc_rt -lsockets -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj [05:42] -mllvm -disable-lsr --import-undefined --strip-debug --export-if-defined=main --export-if-defined=malloc --export-if-defined=_ZN15running_machine30emscripten_get_running_machineEv --export-if-defined=_ZN15running_machine17emscripten_get_uiEv --export-if-defined=_ZN15running_machine20emscripten_get_soundEv --export-if-defined=_ZN15mame_ui_manager12set_show_fpsEb [05:42] --export-if-defined=_ZNK15mame_ui_manager8show_fpsEv --export-if-defined=_ZN13sound_manager4muteEbh --export-if-defined=SDL_PauseAudio --export-if-defined=SDL_SendKeyboardKey --export-if-defined=_ZN15running_machine15emscripten_saveEPKc --export-if-defined=_ZN15running_machine15emscripten_loadEPKc --export-if-defined=_ZN15running_machine21emscripten_hard_resetEv [05:42] --export-if-defined=_ZN15running_machine21emscripten_soft_resetEv --export-if-defined=_ZN15running_machine15emscripten_exitEv --export-if-defined=__start_em_asm --export-if-defined=__stop_em_asm --export-if-defined=stackSave --export-if-defined=stackRestore --export-if-defined=stackAlloc --export-if-defined=__wasm_call_ctors --export-if-defined=__errno_location --export-if-defined=malloc [05:42] --export-if-defined=free --export-if-defined=_get_tzname --export-if-defined=_get_daylight --export-if-defined=_get_timezone --export-if-defined=emscripten_main_thread_process_queued_calls --export-if-defined=setThrew --export-if-defined=ntohs --export-if-defined=htons --export-if-defined=saveSetjmp --export-if-defined=__cxa_is_pointer_type --export-if-defined=__cxa_can_catch [05:42] --export-if-defined=__dl_seterr --export-if-defined=memalign --export-if-defined=strlen --export-table -z stack-size=5242880 --initial-memory=16777216 --no-entry --max-memory=2147483648 --global-base=1024' failed (returned 1) [05:42] make[2]: *** [psx.make:269: ../../../../../psx.html] Error 1 [05:42] make[1]: *** [Makefile:100: psx] Error 2 [05:42] make: *** [makefile:1261: asmjs] Error 2 [05:42] Passing along. [05:42] *** SketchCo1 is now known as SketchCow [05:45] I'm also trying to build the ps2 although I assume that's not working well. [05:56] *** Sgeo_ has joined #jsmess [05:56] *** Sgeo has quit IRC (Read error: Connection reset by peer) [07:18] *** Sgeo_ has quit IRC (Read error: Connection reset by peer) [15:03] *** Sgeo has joined #jsmess [17:31] *** DopefishJ is now known as DFJustin [17:31] s/well/at all/ [17:34] I can reproduce the psx build issue, that'll be a bug on the mame side [18:15] https://github.com/mamedev/mame/commit/657c19f2a7c255e917ed4fd691c919fd835dd296 [18:15] you should be able to fix it by doing: git cherry-pick 657c19f2a7c255e917ed4fd691c919fd835dd296 [18:29] after a `git fetch`