box64 icon indicating copy to clipboard operation
box64 copied to clipboard

box64.asahi fails with missing libraries in qemu

Open Azer0s opened this issue 2 years ago • 4 comments

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

Azer0s avatar Jan 30 '24 15:01 Azer0s

why qemu x box64?

ghost avatar Jan 31 '24 10:01 ghost

why qemu x box64?

I have no idea. I just installed box64 via dnf and tried to run JB Toolbox (box64.asahi ./jetbrains-toolbox) This error is what popped up

Azer0s avatar Feb 01 '24 01:02 Azer0s

Try removing qemu-static-* using dnf. Probably those 2 are conflicting and it seems like one is starting another (but why?).

JuniorJPDJ avatar Feb 16 '24 03:02 JuniorJPDJ

Try removing qemu-static-* using dnf. Probably those 2 are conflicting and it seems like one is starting another (but why?).

I have the same issue, but looking for anything related to qemu-static to remove with dnf gives no results that it ever existed/was installed via dnf?

Ishimachi avatar Feb 19 '24 09:02 Ishimachi