Search Criteria
Package Details: qemu-arm-static 5.2.0r2-1
Git Clone URL: | https://aur.archlinux.org/qemu-arm-static.git (read-only, click to copy) |
---|---|
Package Base: | qemu-arm-static |
Description: | Statically linked qemu-arm, qemu-armeb and qemu-aarch64 executables from Alpine |
Upstream URL: | https://alpinelinux.org/ |
Licenses: | |
Submitter: | Barthalion |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 13 |
Popularity: | 0.81 |
First Submitted: | 2017-05-30 12:52 |
Last Updated: | 2020-12-23 20:30 |
Dependencies (0)
Required by (2)
- brickstrap-git (optional)
- packer-builder-arm-git
Sources (6)
- aarch64.binfmt
- arm.binfmt
- armeb.binfmt
- https://alpine.global.ssl.fastly.net/alpine/edge/community/x86_64/qemu-aarch64-5.2.0-r2.apk
- https://alpine.global.ssl.fastly.net/alpine/edge/community/x86_64/qemu-arm-5.2.0-r2.apk
- https://alpine.global.ssl.fastly.net/alpine/edge/community/x86_64/qemu-armeb-5.2.0-r2.apk
Latest Comments
mariodsantana commented on 2020-12-24 15:11
@robertfoster Understood about managing time! I'm not sure what kind of pipeline you're thinking of, but if you can point me in a direction, maybe I can help...
robertfoster commented on 2020-12-23 20:25
@mariodsantana a pipeline should fix this issue, but I have to manage my time for this
mariodsantana commented on 2020-12-22 22:19
5.2.0r2 is out. Inconvenient how they remove the previous version, immediately breaking this PKGBUILD every time there's an upgrade....
gifts commented on 2020-12-18 12:21
Version updated from 5.1.0 to 5.2.0. Relevant patch for PKGBUILD:
EasyIP2023 commented on 2020-09-18 21:27
Please update pkgver=5.1.0r0 to pkgver=5.1.0r1.
qemu-aarch64-5.1.0-r0.apk no longer exists
UPDATE: Tested myself
md5sums=( 'ea656213fbe750169349b462a91b3e56'
'81f38cb574b374310906904b413f81d3'
'b660cfbfc76a24b51a849f6124556827'
'11c56ac5b0463055b7e3bc1216fe639e'
'990e3e260665c1da56b5b1c71f480664'
'89569b9c545af650dfeab24d4f8bb677')
xuv commented on 2020-08-26 12:08
I'm getting
Failed to add binary format: No such file or directory
when installing this package. Not sure what is going on.patrickelectric commented on 2020-08-17 19:43
5.0.0-r3 does not exist, it needs to update to 5.1.0-r0
z3ntu commented on 2019-12-29 12:17
I second the proposal to change the binfmt flags from
F
toOCF
, it takes forever to figure out why sudo in foreign-arch docker container doesn't work :)falstaff_ch commented on 2019-01-11 09:45
The F flag is fix-binary which makes sure that the interpreter is opened at registration time. This is helpful for containers since you won't need to have the emulator inside the container. We probably want
OCF
, which is what the latest Debian package is doing.AlanLyon commented on 2018-12-22 02:39
The
flags
field in *.binfmt config file isF
, which prevents running executables with suid attr, like su, sudo, etc. FYI, binfmt is registered with flagOC
in Debian.Here is the post that I encountered and solved the problem: https://bbs.archlinux.org/viewtopic.php?pid=1821703