diff options
Diffstat (limited to 'results/scraper/box64/1231')
| -rw-r--r-- | results/scraper/box64/1231 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/results/scraper/box64/1231 b/results/scraper/box64/1231 new file mode 100644 index 000000000..9957fbff1 --- /dev/null +++ b/results/scraper/box64/1231 @@ -0,0 +1,23 @@ +box64.asahi fails with missing libraries in qemu +I am currently trying to get JetBrains Toolbox running on Asahi Fedora Remix on my M1 MBP. Unfortunately, `box64.asahi` fails for me with the following message: + +``` +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:16384 Running on Icestorm-M1 Firestorm-M1 with 8 Cores +Params database has 25 entries +Box64 with Dynarec v0.2.4 nogit built on Aug 23 2023 00:00:00 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 52 Env var +Looking for jetbrains-toolbox +Rename process to "jetbrains-toolbox" +Using native(wrapped) libdl.so.2 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libutil.so.1 +Using native(wrapped) librt.so.1 +Using native(wrapped) libz.so.1 +Using native(wrapped) libfuse.so.2 +qemu-x86_64-static: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory +/tmp/.mount_jetbraIa80kL/AppRun: line 29: [: : integer expression expected +``` \ No newline at end of file |