@katt: done.
Search Criteria
Package Details: qemu-guest-agent-git 24:9.2.0.r28.ga5ba0a7e4e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qemu-git.git (read-only, click to copy) |
---|---|
Package Base: | qemu-git |
Description: | QEMU Guest Agent. 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-guest-agent |
Provides: | qemu-guest-agent |
Submitter: | None |
Maintainer: | FredBezies |
Last Packager: | FredBezies |
Votes: | 28 |
Popularity: | 0.000005 |
First Submitted: | 2009-09-19 20:02 (UTC) |
Last Updated: | 2024-12-12 16:49 (UTC) |
Dependencies (63)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- libudev.so (systemd-chromiumos-libsAUR, libeudevAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR, lib32-systemd-gitAUR, lib32-systemd, systemd-libs)
- liburing (liburing-gitAUR)
- alsa-lib (make)
- brltty (brltty-gitAUR) (make)
- bzip2 (bzip2-gitAUR) (make)
- cairo (cairo-gitAUR) (make)
- cdrtools (make)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- dtc (dtc-gitAUR) (make)
- fuse3 (fuse3-gitAUR) (make)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR) (make)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR) (make)
- glusterfs (make)
- gnutls (gnutls-gitAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack) (make)
- Show 43 more dependencies...
Required by (1)
- x-resize (requires qemu-guest-agent)
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.