Search Criteria
Package Details: qemu-user-static-bin 5.2-3
Git Clone URL: | https://aur.archlinux.org/qemu-user-static-bin.git (read-only, click to copy) |
---|---|
Package Base: | qemu-user-static-bin |
Description: | A generic and open source machine emulator, statically linked |
Upstream URL: | http://wiki.qemu.org |
Keywords: | emulation qemu |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | dvdhrm |
Maintainer: | JerryXiao (jpegxguy) |
Last Packager: | jpegxguy |
Votes: | 81 |
Popularity: | 1.33 |
First Submitted: | 2017-10-05 07:33 |
Last Updated: | 2021-03-03 23:15 |
Dependencies (1)
Required by (10)
- armutils-git (requires qemu-user-static)
- binfmt-qemu (requires qemu-user) (optional)
- binfmt-qemu-static (requires qemu-user-static) (optional)
- binfmt-qemu-static-all-arch (requires qemu-user-static) (optional)
- devtools-qemu
- halium-devel (requires qemu-user-static)
- mmdebstrap (requires qemu-user-static) (optional)
- packer-builder-arm-image (requires qemu-user-static)
- python-ros-cross-compile (requires qemu-user-static)
- rpicustomiser (requires qemu-user-static)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
jhlink commented on 2017-02-07 18:02
Hello everyone!
I'm still having this problem that @maleadt was describing.
Using binfmt-support, I'm getting these warning messages and exiting.
Is there a certain format standard that these qemu-* files must adhere to for binfmt-support?
update-binfmts: warning: /var/lib/binfmts/qemu-sparc64: required 'package' line missing
update-binfmts: warning: /var/lib/binfmts/qemu-sparc32plus: required 'package' line missing
update-binfmts: warning: /var/lib/binfmts/qemu-sparc: required 'package' line missing
update-binfmts: warning: /var/lib/binfmts/qemu-sh4eb: required 'package' line missing
update-binfmts: warning: /var/lib/binfmts/qemu-sh4: required 'package' line missing
update-binfmts: warning: /var/lib/binfmts/qemu-s390x: required 'package' line missing
update-binfmts: warning: /var/lib/binfmts/qemu-ppc64abi32: required 'package' line missing
update-binfmts: warning: /var/lib/binfmts/qemu-ppc64: required 'package' line missing
update-binfmts: warning: /var/lib/binfmts/qemu-ppc: required 'package' line missing
update-binfmts: warning: /var/lib/binfmts/qemu-mipsel: required 'package' line missing
update-binfmts: warning: /var/lib/binfmts/qemu-mips: required 'package' line missing
update-binfmts: warning: /var/lib/binfmts/qemu-microblaze: required 'package' line missing
update-binfmts: warning: /var/lib/binfmts/qemu-m68k: required 'package' line missing
update-binfmts: warning: /var/lib/binfmts/qemu-cris: required 'package' line missing
update-binfmts: warning: /var/lib/binfmts/qemu-armeb: required 'package' line missing
update-binfmts: warning: /var/lib/binfmts/qemu-arm: required 'package' line missing
update-binfmts: warning: /var/lib/binfmts/qemu-alpha: required 'package' line missing
update-binfmts: warning: /var/lib/binfmts/qemu-aarch64: required 'package' line missing
update-binfmts: exiting due to previous errors
Thanks a lot!
acssilva commented on 2016-11-12 05:22
Naming scheme changed.
In order to make it work:
-_debsrc=${pkgname}_${pkgver}+dfsg-3_${_arch}.deb
-sha1sums=('1ed56046786a7a722289ad83b0f77874a9c605e6')
-[ "$CARCH" = 'i686' ] && sha1sums=('709f0949cf4e07060a9239998e88d4165a3b087f')
+_debsrc=${pkgname}_${pkgver}+dfsg-3+b1_${_arch}.deb
+md5sums=('c28ff4f2e1270335a72f38896e546717')
gdamjan commented on 2016-06-04 11:05
what are the files in /var/lib/binfmts/ ?
are they used by something in ArchLinux?
TioDuke commented on 2016-02-24 02:35
I finally created a script that will (hopefully) tell me whenever a new version is available, so updates should be coming sooner from now on. That been said, I still count on your help to give me a heads up if an update is available and the package is not updated (the script could be wrong or debian changed its naming scheme). Thank you.
TioDuke commented on 2016-02-20 12:38
@greyltc: please read my reaply on 2015-10-24 09:49
If you want to contribute, please contribute a script that tells me whenver a new version is available on Debian's servers : it would be highly appreciated.
greyltc commented on 2016-02-18 12:05
This package should have the -bin suffix. It's just unpacking a .deb, not actually building anything.
netidjeg commented on 2016-01-30 16:53
Looks like new/updated version, if I understand their numbering scheme correctly. (It sure doesn't lend itself much to automated/scripted checking very easily.)
-_debsrc=${pkgname}_${pkgver}+dfsg-3_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-5_${_arch}.deb
-sha1sums=('9d2ad8848c4135e5443a400917e29363cfd822ba')
+sha1sums=('2a71f280c899dc2fc6702289c3f3453ae8e3f81b')
Swizz commented on 2016-01-14 18:15
The sources download raise a 404.
Use :
9d2ad8848c4135e5443a400917e29363cfd822ba qemu-user-static_2.5+dfsg-3_amd64.deb
bricewge commented on 2015-12-07 21:00
The sources changed. Here is a working PKGBUILD: https://gist.github.com/bricewge/1e404c293cb902e2a9b0
maleadt commented on 2015-11-21 13:34
Using this package with binfmt-support from AUR I'm getting:
update-binfmts: warning: /var/lib/binfmts/qemu-m68k: required 'package' line missing
Am I doing something wrong?