Search Criteria
Package Details: binfmt-qemu-static 20210119-1
Git Clone URL: | https://aur.archlinux.org/binfmt-qemu-static.git (read-only, click to copy) |
---|---|
Package Base: | binfmt-qemu-static |
Description: | Register qemu-static interpreters for various binary formats |
Upstream URL: | http://www.freedesktop.org/software/systemd/man/binfmt.d.html |
Licenses: | |
Submitter: | net147 |
Maintainer: | crab2313 |
Last Packager: | crab2313 |
Votes: | 26 |
Popularity: | 0.112906 |
First Submitted: | 2013-12-31 06:30 |
Last Updated: | 2021-01-19 04:05 |
Latest Comments
« First ‹ Previous 1 2
dariost commented on 2018-08-15 12:58
Could you add qemu-riscv32 and qemu-riscv64?
chungy commented on 2015-02-08 05:08
aarch64 can be enabled by uncommenting the arm64 line and replacing "arm64" with "aarch64". The existing magic and mask should be good.
rains commented on 2015-01-28 06:42
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.
chungy commented on 2014-05-29 10:40
Could the depends on qemu-static be dropped please, or at least changed to an optdepends=('qemu-static')?
I'm just wanting to use the binfmt conf to assist with creating a Debian SPARC chroot, and since Debian has its own qemu-user-static package, I don't really need to install one from AUR. Thanks :)