summary refs log tree commit diff stats
path: root/results/scraper/box64/342
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-16 14:55:48 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-16 14:55:48 +0200
commit63d2e9d409831aa8582787234cae4741847504b7 (patch)
tree595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/342
parent2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff)
downloadqemu-analysis-box64.tar.gz
qemu-analysis-box64.zip
add box64 bug reports box64
Diffstat (limited to 'results/scraper/box64/342')
-rw-r--r--results/scraper/box64/34216
1 files changed, 16 insertions, 0 deletions
diff --git a/results/scraper/box64/342 b/results/scraper/box64/342
new file mode 100644
index 000000000..f48b1b4e9
--- /dev/null
+++ b/results/scraper/box64/342
@@ -0,0 +1,16 @@
+unable to build since https://github.com/ptitSeb/box64/commit/48b881f4912bc795e0467e334e359e9876f73c4f
+during building:

+```

+/home/gman/box64/src/libtools/threads.c: In function ‘my_pthread_cond_clockwait’:

+/home/gman/box64/src/libtools/threads.c:678:16: warning: implicit declaration of function ‘pthread_cond_clockwait’; did you mean ‘my_pthread_cond_clockwait’? [-Wimplicit-function-declaration]

+  678 |         return pthread_cond_clockwait(cond, getAlignedMutex((pthread_mutex_t*)mutex), __clock_id, __abstime);

+      |                ^~~~~~~~~~~~~~~~~~~~~~

+      |                my_pthread_cond_clockwait

+```

+

+and failure during linking

+```

+CMakeFiles/box64.dir/src/libtools/threads.c.o: In function `my_pthread_cond_clockwait':

+/home/gman/box64/src/libtools/threads.c:678: undefined reference to `pthread_cond_clockwait'

+collect2: error: ld returned 1 exit status

+```
\ No newline at end of file