Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

box64.asahi fails with missing libraries in qemu #1231

Open
Azer0s opened this issue Jan 30, 2024 · 4 comments
Open

box64.asahi fails with missing libraries in qemu #1231

Azer0s opened this issue Jan 30, 2024 · 4 comments

Comments

@Azer0s
Copy link

Azer0s commented Jan 30, 2024

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
@mcagabe19
Copy link
Contributor

why qemu x box64?

ptitSeb added a commit that referenced this issue Jan 31, 2024
…agesize not 4K. The define are still there but might be removed shortly (for #1231, #1226, #1189, #1175, #999, #384 and probably a few other)
@Azer0s
Copy link
Author

Azer0s commented Feb 1, 2024

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

@JuniorJPDJ
Copy link

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

@Ishimachi
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants