Are you using a multilib system ? Build it yesterday without problems.
Search Criteria
Package Details: qemu-git 26:10.1.0.r95.gca18b336e1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qemu-git.git (read-only, click to copy) |
---|---|
Package Base: | qemu-git |
Description: | QEMU Git version. |
Upstream URL: | https://wiki.qemu.org/ |
Keywords: | git kvm qemu |
Licenses: | GPL-2.0-or-later, LGPL-2.1-or-later |
Conflicts: | qemu, qemu-desktop, qemu-headless |
Provides: | qemu, qemu-headless |
Submitter: | None |
Maintainer: | FredBezies |
Last Packager: | FredBezies |
Votes: | 30 |
Popularity: | 0.59 |
First Submitted: | 2009-09-19 20:02 (UTC) |
Last Updated: | 2025-08-28 07:21 (UTC) |
Dependencies (140)
- alsa-lib
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- capstone (capstone-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- dtc (dtc-gitAUR)
- fuse3 (fuse3-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gnutls (gnutls-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- libaio (libaio-gitAUR)
- libasound.so (alsa-lib, lib32-alsa-lib)
- libbpf (libbpf-gitAUR)
- libbpf.so (libbpf-gitAUR, lib32-libbpf, libbpf)
- libbz2.so (bzip2-gitAUR, bzip2)
- libcacard
- libcap-ng (libcap-ng-gitAUR)
- Show 120 more dependencies...
Required by (96)
- android-desktop-x86-64-system-image (requires qemu) (optional)
- android-google-apis-armv7a-eabi (requires qemu) (optional)
- android-google-apis-playstore-x86-64-system-image (requires qemu) (optional)
- android-google-apis-playstore-x86-64-system-image-29 (requires qemu) (optional)
- android-google-apis-playstore-x86-64-system-image-31 (requires qemu) (optional)
- android-google-apis-playstore-x86-64-system-image-33 (requires qemu) (optional)
- android-google-apis-playstore-x86-system-image (requires qemu) (optional)
- android-google-apis-playstore-x86-system-image-28 (requires qemu) (optional)
- android-google-apis-playstore-x86-system-image-29 (requires qemu) (optional)
- android-google-apis-x86-64-22 (requires qemu) (optional)
- android-google-apis-x86-64-system-image (requires qemu) (optional)
- android-google-apis-x86-64-system-image-29 (requires qemu) (optional)
- android-google-apis-x86-64-system-image-30 (requires qemu) (optional)
- android-google-apis-x86-64-system-image-31 (requires qemu) (optional)
- android-google-apis-x86-system-image (requires qemu) (optional)
- android-google-apis-x86-system-image-23 (requires qemu) (optional)
- android-google-apis-x86-system-image-28 (requires qemu) (optional)
- android-google-apis-x86-system-image-29 (requires qemu) (optional)
- android-wear-x86-system-image-28 (requires qemu) (optional)
- android-x86-64-system-image (requires qemu) (optional)
- Show 76 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 25 Next › Last »
FredBezies commented on 2014-04-08 05:08 (UTC)
zelluz commented on 2014-04-07 21:32 (UTC)
Having issues with the latest qemu-git.
Output of makepkg -s:
==> Starting build()...
Disabling libtool due to broken toolchain support
ERROR: User requested feature spice
configure was not able to find it.
Install spice-server and spice-protocol devel
==> ERROR: A failure occurred in build().
Aborting...
Deleting --enable-spice from build() and the package is compiling.
pacman -Qi spice
Name : spice
Version : 0.12.4-3
Description : SPICE client and server
Architecture : x86_64
URL : http://spice-space.org
Licenses : LGPL2.1
Groups : None
Provides : None
Depends On : alsa-lib celt0.5.1 libcacard libjpeg-turbo libsasl libxinerama libxfixes libxrandr pixman
Optional Deps : None
Required By : qemu-git
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 2438.00 KiB
Packager : Tobias Powalowski <tpowa@archlinux.org>
Build Date : Mon Nov 18 08:34:40 2013
Install Date : Mon Apr 7 10:38:37 2014
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : Signature
FredBezies commented on 2014-03-14 20:22 (UTC)
As of version 31734, bios loading is fixed. No need to add anymore -bios /usr/share/qemu/bios.bin to your qemu command line.
And some cleanup for qemu 2.0-rc0 version :)
FredBezies commented on 2014-02-23 09:14 (UTC)
Following official qemu package options, enabled TPM feature.
FredBezies commented on 2013-12-16 18:11 (UTC)
About bios bug, I forgot to talk about it.
A cleaner way to do things is to use this option in command line :
-bios /usr/share/qemu/bios.bin
I will look at qemu bug tracker and see if it is known.
dougvj commented on 2013-12-16 17:49 (UTC)
After installing, launching qemu gives the following error:
qemu: could not load PC BIOS 'bios-256k.bin'
Attempting to install seabios-git informs me that qemu-git conflicts.
Workaround:
In /usr/share/qemu:
ln -s bios.bin bios-256k.bin
FredBezies commented on 2013-12-11 15:58 (UTC)
2.0.r29821.g6747f64-2 (December 11, 2013) : in order to get qemu-git working, removed seabios removal code and libcacard removal code too.
Added conflicts and provides to reflect these modifications.
FredBezies commented on 2013-12-08 21:51 (UTC)
@walkindude : fixed.
Added a new package, seabios-git in order to sync qemu-git and seabios which is used by qemu.
Pinned Comments