I have the same issue reported by paumars
Search Criteria
Package Details: qemu-guest-agent-git 24:9.2.0.r900.g3214bec13d-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: | 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) |
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-fmlAUR, lib32-systemd-gitAUR, systemd-libs-selinuxAUR, systemd-libs-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-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-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR) (make)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-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 10 .. 25 Next › Last »
amelia commented on 2019-12-14 15:13 (UTC)
FredBezies commented on 2019-07-08 10:19 (UTC) (edited on 2019-07-08 13:43 (UTC) by FredBezies)
@paumars: I built it before pushing the new version. Will look at it asap.
Tried again on my real computer and in a chroot. Build process worked flawlessly. I do not understand.
paumars commented on 2019-07-08 10:12 (UTC) (edited on 2019-07-08 10:14 (UTC) by paumars)
My build just failed.
CC aarch64-softmmu/disas.o
In file included from /home/pradana/.cache/yay/qemu-git/src/qemu/disas.c:9:
/home/pradana/.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>
| ^~~~~~~~~~~~
compilation terminated.
make[1]: *** [/home/pradana/.cache/yay/qemu-git/src/qemu/rules.mak:69: disas.o] Error 1
make: *** [Makefile:472: aarch64-softmmu/all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Error making: qemu-git
FredBezies commented on 2019-04-08 15:41 (UTC)
@Icarus_Radio : this package is modular. Some parts are conflicting. Just build it and install which parts you want.
Icarus_Radio commented on 2019-04-08 14:53 (UTC) (edited on 2019-04-08 14:54 (UTC) by Icarus_Radio)
error: unresolvable package conflicts detected error: failed to prepare transaction (conflicting dependencies) :: qemu-headless-git and qemu-git are in conflict
How to solve this problem?
alexei commented on 2018-07-06 14:50 (UTC) (edited on 2018-07-06 14:50 (UTC) by alexei)
Currently '!strip' option doesn't have an effect when added, due to the stripping stage in the upstream build system. Please consider this patch to save the next person some trouble:
diff --git a/PKGBUILD b/PKGBUILD
index fb33afe..a14c8aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -78,6 +78,7 @@ _build() (
--enable-modules \
--enable-jemalloc \
--disable-werror \
+ $(if ! check_option "strip" "y"; then echo "--disable-strip"; fi) \
"${@:2}"
make
I can send this to the Arch repo qemu package maintainer, if you would rather avoid forking from them any further.
FredBezies commented on 2018-03-15 10:27 (UTC)
@Linux2Brain :
https://wiki.archlinux.org/index.php/QEMU
"virtio
virtio-vga / virtio-gpu is a paravirtual 3D graphics driver based on virgl. Currently a work in progress, supporting only very recent (>= 4.4) Linux guests with mesa (>=11.2) compiled with the option --with-gallium-drivers=virgl.
To enable 3D acceleration on the guest system select this vga with -vga virtio and enable the opengl context in the display device with -display sdl,gl=on or -display gtk,gl=on for the sdl and gtk display output respectively."
Just try to look at this section in Archlinux wiki.
Linux2Brain commented on 2018-03-13 09:58 (UTC) (edited on 2018-03-13 10:21 (UTC) by Linux2Brain)
NB: HOW DO I GET NEWLINES IN COMMENTS? \n, \r\n or <br> don't work.
@FredBezies: since packages were built successfully, I installed them manually from /tmp/yaourt... and it worked.
After reboot I tried virgl in a knoppix live-iso (native window, not via vnc or spice), but it doesn't seem to work:knoppix@Microknoppix:~$ dmesg|grep drm
[ 4.524009] [drm] pci: virtio-vga detected at 0000:00:02.0
[ 4.524231] [drm] virgl 3d acceleration not supported by host
[ 4.529853] [drm] number of scanouts: 1
[ 4.529858] [drm] number of cap sets: 0
[ 4.555031] virtio_gpu virtio0: fb0: virtiodrmfb frame buffer device
[ 4.572203] [drm] Initialized virtio_gpu 0.0.1 0 for virtio0 on minor 0
glxinfo | grep OpenGL gives:
knoppix@Microknoppix:~$ glxinfo | grep OpenGL
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: llvmpipe (LLVM 5.0, 256 bits)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 17.2.0
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 17.2.0
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 17.2.0
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:
FredBezies commented on 2018-03-13 09:23 (UTC)
@linux2brain: or use an AUR wrapper which supports split packages.
See https://wiki.archlinux.org/index.php/AUR_helpers#Comparison_table
Just try a fully green line :)
Linux2Brain commented on 2018-03-13 09:20 (UTC)
@FredBezies: ...so manual install from sources directly ?
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.