Package Details: qemu-guest-agent-git 24:9.2.0.r900.g3214bec13d-1

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: None
Last Packager: FredBezies
Votes: 28
Popularity: 0.000002
First Submitted: 2009-09-19 20:02 (UTC)
Last Updated: 2025-01-16 19:03 (UTC)

Pinned Comments

FredBezies commented on 2025-01-31 17:15 (UTC)

Don't have time to manage it anymore. It needs to be synchronized with the official qemu splitted PKGBUILD. I failed to migrate it. If somebody adopts it, please do this synchronization at first.

I had a lot of good time with this PKGBUILD, but time is come to disown it.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 25 Next › Last »

nixknack commented on 2020-09-05 19:59 (UTC)

Build is failing with many, many linking errors. The 5.1.0.r1 release compiled without issue and I haven't made any changes to my makepkg.conf. Is this an upstream issue?

/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib/Scrt1.o: in function `_start':
(.text+0x24): undefined reference to `main'

...

collect2: error: ld returned 1 exit status
make: *** [Makefile.ninja:1011: block-nfs.so] Error 1

FredBezies commented on 2020-06-13 20:28 (UTC)

@katt: done.

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.

https://aur.archlinux.org/cgit/aur.git/commit/?h=qemu-git&id=6724acc7eec372d1f769293ecac51ca93ca9d3a2

@@ -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