diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
| commit | 63d2e9d409831aa8582787234cae4741847504b7 (patch) | |
| tree | 595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/249 | |
| parent | 2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff) | |
| download | qemu-analysis-box64.tar.gz qemu-analysis-box64.zip | |
add box64 bug reports box64
Diffstat (limited to 'results/scraper/box64/249')
| -rw-r--r-- | results/scraper/box64/249 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/results/scraper/box64/249 b/results/scraper/box64/249 new file mode 100644 index 000000000..1dc357b65 --- /dev/null +++ b/results/scraper/box64/249 @@ -0,0 +1,23 @@ +Build error, unable to link +L4T Ubuntu (Nintendo switch) seen on multiple installs +Seems like a recently introduced bug within a week or two + +``` +[100%] Linking C executable box64 +CMakeFiles/box64.dir/src/main.c.o: In function `main': +/home/marlow/box64/src/main.c:1243: undefined reference to `pthread_atfork' +CMakeFiles/box64.dir/src/box64context.c.o: In function `NewBox64Context': +/home/marlow/box64/src/box64context.c:183: undefined reference to `pthread_atfork' +CMakeFiles/box64.dir/src/custommem.c.o: In function `init_custommem_helper': +/home/marlow/box64/src/custommem.c:1181: undefined reference to `pthread_atfork' +CMakeFiles/box64.dir/src/libtools/signals.c.o: In function `init_signal_helper': +/home/marlow/box64/src/libtools/signals.c:1421: undefined reference to `pthread_atfork' +collect2: error: ld returned 1 exit status +CMakeFiles/box64.dir/build.make:3750: recipe for target 'box64' failed +make[2]: *** [box64] Error 1 +CMakeFiles/Makefile2:283: recipe for target 'CMakeFiles/box64.dir/all' failed +make[1]: *** [CMakeFiles/box64.dir/all] Error 2 +Makefile:165: recipe for target 'all' failed +make: *** [all] Error 2 +[91mCompilation failed[39m +``` \ No newline at end of file |