diff options
Diffstat (limited to 'gitlab/issues/target_mips/host_missing/accel_missing/909.toml')
| -rw-r--r-- | gitlab/issues/target_mips/host_missing/accel_missing/909.toml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gitlab/issues/target_mips/host_missing/accel_missing/909.toml b/gitlab/issues/target_mips/host_missing/accel_missing/909.toml new file mode 100644 index 00000000..e67b3e6e --- /dev/null +++ b/gitlab/issues/target_mips/host_missing/accel_missing/909.toml @@ -0,0 +1,23 @@ +id = 909 +title = "qemu-mipsn32(el) user mode emulator fails to execute any recently built n32 binaries" +state = "closed" +created_at = "2022-03-14T22:12:55.273Z" +closed_at = "2022-09-26T19:55:15.531Z" +labels = ["target: mips"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/909" +host-os = "Gentoo Linux" +host-arch = "x86-64" +qemu-version = "6.2.0" +guest-os = "Gentoo Linux" +guest-arch = "-march=mips64 -mabi=n32 (both EL and EB), both recent bootstrap and archived binaries from 2020" +description = """**Note: Before trying to reproduce this issue, have a look at issue 843 - the binfmt-misc magic for n32 needs to be fixed.** + +Trying to chroot into a mips n32 installation fails with +``` +/bin/bash: error while loading shared libraries: /lib32/libc.so.6: cannot read file data +``` +however, bash, libc.so.6, and qemu all exist and have the proper abi + +The problem occurs for both big and little endian N32 ABI. O32 and N64 work fine. The same N32 binaries also work fine on native hardware.""" +reproduce = "n/a" +additional = "n/a" |