Search Criteria
Package Details: qemu-user-static-bin 5.2-7
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: | 82 |
Popularity: | 0.89 |
First Submitted: | 2017-10-05 07:33 |
Last Updated: | 2021-04-17 12:33 |
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)
Sources (5)
- https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_5.2+dfsg-10_amd64.deb (x86_64)
- https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_5.2+dfsg-10_arm64.deb (aarch64)
- https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_5.2+dfsg-10_armel.deb (armv6h)
- https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_5.2+dfsg-10_armhf.deb (armv7h)
- https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_5.2+dfsg-10_i386.deb (i686)
Latest Comments
« First ‹ Previous ... 5 6 7 8 9 10
erholst commented on 2014-04-04 05:53
Changed again.
with yaourt i choose to Edit PKGBUILD to change this line:
cahnge from:
source=(http://mirrors.us.kernel.org/ubuntu/pool/universe/q/qemu/${_debsrc})
to:
source=(http://launchpadlibrarian.net/163116292/${_debsrc})
danwood76 commented on 2014-02-26 09:36
And again:
_debsrc=${pkgname}_${pkgver}+dfsg-3ubuntu3_${_arch}.deb
[ "$CARCH" = 'x86_64' ] && sha1sums=('739422db29e2806e5606592def2142f8209306c2')
gdw commented on 2014-02-14 03:49
Changed again:
_debsrc=${pkgname}_${pkgver}+dfsg-3ubuntu2_${_arch}.deb
[ "$CARCH" = 'x86_64' ] && sha1sums=('0c4e55227c53c21fc8119bdc75fe6d179bd8fc10')
WarheadsSE commented on 2014-02-07 15:57
And it has changed again.
http://mirrors.us.kernel.org/ubuntu/pool/universe/q/qemu/qemu-user-static_1.7.0+dfsg-3ubuntu1_amd64.deb
22ed410ad34be30cb4c5ab900428c416f21df4a3 qemu-user-static_1.7.0+dfsg-3ubuntu1_amd64.deb
OrdinaryMagician commented on 2014-01-29 12:42
file changed again, should now be "${pkgname}_${pkgver}+dfsg-2ubuntu9_${_arch}.deb"
sehraf commented on 2014-01-24 22:31
the file (name) has changed: qemu-user-static_1.7.0+dfsg-2ubuntu3_*arch*.deb doesn't exists anymore (it's qemu-user-static_1.7.0+dfsg-2ubuntu7_*arch*.deb now)
lvzongting commented on 2013-11-22 19:36
http://mirrors.us.kernel.org/ubuntu/pool/universe/q/qemu/qemu-user-static_1.6.0+dfsg-2ubuntu2_i386.deb
contant new structer mips64el mips64
please update PKGBUILD
- pkgver=1.4.0
+ pkgver=1.6.0
- _debsrc=${pkgname}_${pkgver}+dfsg-1expubuntu4_${_arch}.deb
+ _debsrc=${pkgname}_${pkgver}+dfsg-2ubuntu2_${_arch}.deb
- sha1sums=('826a66ad57ba1a51c8b0cdd2020f0c0e471ac3f3')
+ sha1sums=('c6e9d9d917f631608ece0fddc4d12a81b2ff69f7')
sergej commented on 2013-10-11 20:07
I've made
https://aur.archlinux.org/packages/qemu-static/
which builds qemu-*-static from sources.
Probably these packages should be merged.
TioDuke commented on 2013-07-21 03:38
@rustam: Done.
rustam commented on 2013-07-08 14:29
Can you pls add the contents of /usr/share/binfmts/ to the package and add aur/binfmt-support as either depends or optdepends to allow handling foreign ELF binaries and executing them via qemu?