Issue tracker moved to https://gitlab.archlinux.org/archlinux/aurweb/-/issues
FS#43606 - [aur/binfmt-qemu-static 20141225] binfmt qemu-* file formats are incurrect.
Attached to Project:
AUR web interface
Opened by Rains (rains31) - Wednesday, 28 January 2015, 06:40 GMT
Last edited by Allan McRae (Allan) - Wednesday, 28 January 2015, 08:24 GMT
Opened by Rains (rains31) - Wednesday, 28 January 2015, 06:40 GMT
Last edited by Allan McRae (Allan) - Wednesday, 28 January 2015, 08:24 GMT
|
Detailsi want to execute some cross platform binaries on my PC, eg: MIPS, arm
i found binfmt-qemu-static meet my requirements. when i try it, some error occurred. use the 'qemu-arm' for example, sudo update-binfmts --enable qemu-arm i got this error when i run ./busybox-arm % ./busybox-arm zsh: exec format error: ./busybox-arm sudo update-binfmts --display qemu-arm qemu-arm (enabled): package = package qemu-user-static type = interpreter /usr/bin/qemu-arm-static offset = credentials yes magic = offset 0 mask = magic \x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00 interpreter = mask \xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff detector = ---------------------------------------- you can see that 'magic *' line doesn't aligned with 'magic =' line, the same issue can be seen on the type/offset/mask/interpreter lines. |
This task depends upon
Comment by Rains (rains31) -
Wednesday, 28 January 2015, 07:28 GMT
i'm sorry, this bug should not post here. just ignore it.