@katt: done.
Search Criteria
Package Details: qemu-headless-arch-extra-git 23:9.2.0.rc2.r0.g7872e5fdf3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qemu-git.git (read-only, click to copy) |
---|---|
Package Base: | qemu-git |
Description: | QEMU without GUI, for foreign architectures. 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-emulators-full, qemu-headless-arch-extra |
Provides: | qemu-headless-arch-extra |
Submitter: | None |
Maintainer: | FredBezies |
Last Packager: | FredBezies |
Votes: | 28 |
Popularity: | 0.000006 |
First Submitted: | 2009-09-19 20:02 (UTC) |
Last Updated: | 2024-11-27 10:46 (UTC) |
Dependencies (99)
- dtc (dtc-gitAUR)
- fuse3 (fuse3-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gnutls (gnutls-gitAUR)
- libaio (libaio-gitAUR)
- libbpf (libbpf-gitAUR)
- libbpf.so (libbpf-gitAUR, lib32-libbpf, libbpf)
- libgio-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libglib-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libgmodule-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libgobject-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libjpeg.so (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, lib32-mozjpeg-gitAUR, mozjpegAUR, jpegli-gitAUR, lib32-libjpeg-turbo, libjpeg-turbo)
- libnuma.so (numactl-gitAUR, numactl)
- libpam.so (pam-selinuxAUR, pam)
- libpixman-1.so (pixman-gitAUR, pixman)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libsasl
- libseccomp (libseccomp-gitAUR)
- Show 79 more dependencies...
Required by (2)
- pvs-studio (requires qemu-headless-arch-extra)
- qemu-headless-git (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 25 Next › Last »
FredBezies commented on 2020-06-13 20:28 (UTC)
katt commented on 2020-06-13 11:17 (UTC)
Hey could you drop the "v" prefix of the pkgver? Cheers :)
FredBezies commented on 2020-05-13 06:12 (UTC)
@HaimenToshi: done.
@@ -70,6 +70,7 @@ _build() (
--enable-modules \
--enable-sdl \
--disable-werror \
+ --enable-vhost-user \
--enable-slirp=system \
--enable-xfsctl \
"${@:2}"
HaimenToshi commented on 2020-05-12 20:22 (UTC)
@FredBezies Please add "--enable-vhost-user" to the ./configure flags. It builds vhost-user-gpu along with qemu and that enables the useage of Virgl gpu in a seperate proccess which enhances performance. Thanks!
titaniumtown commented on 2020-04-22 15:48 (UTC)
I'm getting this error:
/home/simon/.cache/yay/qemu-git/src/qemu/include/disas/capstone.h:6:10: fatal error: capstone.h: No such file or directory 6 | #include <capstone.h> | ^~~~~~~~~~~~
FredBezies commented on 2020-01-06 21:06 (UTC) (edited on 2020-01-06 22:36 (UTC) by FredBezies)
Thanks for the info about python2 deprecation.
Updated: https://aur.archlinux.org/cgit/aur.git/commit/?h=qemu-git&id=47d135b2b6c2
drgr33n commented on 2020-01-06 20:51 (UTC) (edited on 2020-01-06 20:52 (UTC) by drgr33n)
Hey, building this today failed wit the following error.
ERROR: Cannot use '/usr/bin/python2', Python >= 3.5 is required.
Use --python=/path/to/python to specify a supported Python.
I had to swap out python2 for python within the package build.
diff --git a/PKGBUILD b/PKGBUILD
index b74aaff..be0efc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgbase=qemu-git
_gitname=qemu
pkgname=(qemu-git qemu-headless-git qemu-arch-extra-git qemu-headless-arch-extra-git qemu-block-{iscsi-git,rbd-git,gluster-git} qemu-guest-agent-git)
pkgdesc="A generic and open source machine emulator and virtualizer. Git version."
-pkgver=v4.2.0.r403.gf0dcfddece
+pkgver=v4.2.0.r473.gf4d8cf148e
pkgrel=1
epoch=9
arch=(i686 x86_64)
@@ -70,7 +70,7 @@ _build() (
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib/qemu \
- --python=/usr/bin/python2 \
+ --python=/usr/bin/python \
--smbd=/usr/bin/smbd \
--enable-modules \
--enable-sdl \
amelia commented on 2019-12-15 15:28 (UTC)
@FredBezies For some reason it builds just fine with the capstone-git package but not with the normal one, very odd.
FredBezies commented on 2019-12-14 21:06 (UTC)
@danhyal: try cleaning yay cache. It is miracolous :D
amelia commented on 2019-12-14 15:13 (UTC)
I have the same issue reported by paumars
Pinned Comments
FredBezies commented on 2022-04-22 08:38 (UTC) (edited on 2022-11-09 10:49 (UTC) by FredBezies)
Note: I won't use the ultimate splitting for Qemu (introduced by Qemu 7.0) until I get some help to migrate to the splitted PKGBUILD.
Note 2 : qemu-git packages are conflicting with qemu-desktop meta package. This package will need a lot of work and time to be corrected. Sorry.