AUR web interface

Tasklist

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
Task Type Bug Report
Category Backend
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version 3.5.0
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

i 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

Closed by  Allan McRae (Allan)
Wednesday, 28 January 2015, 08:24 GMT
Reason for closing:  Not a bug
Comment by Rains (rains31) - Wednesday, 28 January 2015, 07:28 GMT
i'm sorry, this bug should not post here. just ignore it.

Loading...