diff options
Diffstat (limited to '')
| -rw-r--r-- | results/scraper/box64/231 | 34 | ||||
| -rw-r--r-- | results/scraper/box64/2312 | 15 | ||||
| -rw-r--r-- | results/scraper/box64/2315 | 2 |
3 files changed, 51 insertions, 0 deletions
diff --git a/results/scraper/box64/231 b/results/scraper/box64/231 new file mode 100644 index 000000000..39577989e --- /dev/null +++ b/results/scraper/box64/231 @@ -0,0 +1,34 @@ +Can't compile - Rock64 Armbian Buster +I'm running a fresh install of Armbian Debian Buster server on my Rock64 (RK3288): + +`Linux rock64 5.10.60-rockchip64 #21.08.1 SMP PREEMPT Wed Aug 25 18:56:55 UTC 2021 aarch64 GNU/Linux` + +I updated and upgraded the server as usual. + +I followed the compiling steps but couldn't compile box64, here's a log: + + +`[ 29%] Building C object CMakeFiles/arm64_pass3.dir/src/dynarec/dynarec_arm64_db.c.o +during GIMPLE pass: dom +In file included from /home/rock/box64/src/dynarec/dynarec_arm64_db.c:23: +/home/rock/box64/src/dynarec/dynarec_arm64_db.c: In function ‘dynarec64_DB3’: +/home/rock/box64/src/dynarec/dynarec_arm64_helper.h:684:37: internal compiler error: in wide_int_to_tree_1, at tree.c:1549 + #define dynarec64_DB STEPNAME(dynarec64_DB) + ^~~~~~~~~~~~ +/home/rock/box64/src/dynarec/dynarec_arm64_helper.h:668:24: note: in definition of macro ‘STEPNAME3’ + #define STEPNAME3(N,M) N##M + ^ +/home/rock/box64/src/dynarec/dynarec_arm64_helper.h:670:21: note: in expansion of macro ‘STEPNAME2’ + #define STEPNAME(N) STEPNAME2(N, STEP) + ^~~~~~~~~ +/home/rock/box64/src/dynarec/dynarec_arm64_helper.h:684:28: note: in expansion of macro ‘STEPNAME’ + #define dynarec64_DB STEPNAME(dynarec64_DB) + ^~~~~~~~ +/home/rock/box64/src/dynarec/dynarec_arm64_db.c:27:11: note: in expansion of macro ‘dynarec64_DB’ + uintptr_t dynarec64_DB(dynarec_arm_t* dyn, uintptr_t addr, uintptr_t ip, int ninst, rex_t rex, int rep, int* ok, int* need_epilog) + ^~~~~~~~~~~~ +Please submit a full bug report, +with preprocessed source if appropriate. +See <file:///usr/share/doc/gcc-8/README.Bugs> for instructions. +make[2]: *** [CMakeFiles/arm64_pass3.dir/build.make:232: CMakeFiles/arm64_pass3.dir/src/dynarec/dynarec_arm64_db.c.o] Error 1 +make[2]: *** Waiting for unfinished jobs....` \ No newline at end of file diff --git a/results/scraper/box64/2312 b/results/scraper/box64/2312 new file mode 100644 index 000000000..6f413926c --- /dev/null +++ b/results/scraper/box64/2312 @@ -0,0 +1,15 @@ +When building Box 64 with the -D ANDROID=1 flag, the make command fails with an error related to shm_open and shm_unlink. +/home/user/box64/src/tools/env.c:219:12: error: static declaration of ‘shm_open’ follows non-static declaration + 219 | static int shm_open(const char *name, int oflag, mode_t mode) { + | ^~~~~~~~ +In file included from /home/user/box64/src/tools/env.c:5: +/usr/include/x86_64-linux-gnu/sys/mman.h:144:12: note: previous declaration of ‘shm_open’ with type ‘int(const char *, int, mode_t)’ {aka ‘int(const char *, int, unsigned int)’} + 144 | extern int shm_open (const char *__name, int __oflag, mode_t __mode); + | ^~~~~~~~ +/home/user/box64/src/tools/env.c:222:12: error: static declaration of ‘shm_unlink’ follows non-static declaration + 222 | static int shm_unlink(const char *name) { + | ^~~~~~~~~~ +/usr/include/x86_64-linux-gnu/sys/mman.h:147:12: note: previous declaration of ‘shm_unlink’ with type ‘int(const char * +’ + 147 | extern int shm_unlink (const char *__name); + | ^~~~~~~~~~ \ No newline at end of file diff --git a/results/scraper/box64/2315 b/results/scraper/box64/2315 new file mode 100644 index 000000000..6fd90ad7b --- /dev/null +++ b/results/scraper/box64/2315 @@ -0,0 +1,2 @@ +[WoW64] Graphical artifacts and performance issues in Overlord II +Kinda hard to find the bad commit here because the drivers are really unreliable right now \ No newline at end of file |