Search Criteria
Package Details: qemu-guest-agent-git 12:5.2.0.r1284.gfef80ea073-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: | http://wiki.qemu.org/ |
Keywords: | git kvm qemu |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | None |
Maintainer: | FredBezies |
Last Packager: | FredBezies |
Votes: | 29 |
Popularity: | 0.93 |
First Submitted: | 2009-09-19 20:02 |
Last Updated: | 2021-01-21 15:35 |
Dependencies (12)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-git, glib2-nodocs-git, glib2-patched-thumbnailer)
- libudev.so (systemd-light-libs, systemd-cdown-libs-git, libeudev, lib32-eudev, systemd-libs-git, libeudev-git, systemd-libs-selinux, systemd-libs)
- ceph (ceph-git) (make)
- git (git-git) (make)
- glusterfs (make)
- libiscsi (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- python (python-dbg) (make)
- python-sphinx (python-sphinx-git, python-sphinx-2) (make)
- spice-protocol (spice-protocol-git) (make)
- xfsprogs (xfsprogs-git) (make)
Required by (1)
- ovirt-guest-agent (requires qemu-guest-agent)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
rpls commented on 2020-11-27 21:21
Build seems to trigger some gcc bug on my machine.
tinywrkb commented on 2020-11-25 13:26
The package does not build in a clean chroot, git is missing from makedepends (not part of base-devel or required by).
Oggz commented on 2020-09-22 00:12
@FredBezies: There has been some activity in the comments on the bug report that you filed upstream. From the information posted there about -pie being added to the LDFLAGS from the configure script, they were able to get it to build.
I was also able to replicate this and get 5.1.0.r1440 to compile by interrupting makepkg after it cloned source to srcdir and modifying src/qemu/configure.sh such that it does not add -pie to LDFLAGS. Then run 'makepkg -e' which prevents makepkg from clobbering your changes to configure.sh.
Just manually comment the following lines starting with LDFLAGS and CFLAGS in the following conditional block:
Alternatively a sed one liner could be added to the prepare() in the PKGBUILD to automate the process.Edit: This is a hack for now and may have unintended consequences. I needed my VM up and running and didn't have time to check too deeply into the ramifications of removing this compile option.
FredBezies commented on 2020-09-17 17:54
Opened a bug report about building crashes: https://bugs.launchpad.net/qemu/+bug/1896096
Edit: bug closed as invalid. Looks like this PKGBUILD is going to be busted for a long time. Sorry.
Using nixnack comment, I fixed qemu-git on a buildable version until a fix is provided. Sorry once again.
nixknack commented on 2020-09-17 03:07
Still not building :( you would think they would leave the main repo for stable-ish releases.
For those that absolutely need to compile from source, the v5.0.1 (r4? it's the latest one) tagged commit is d0ed6a69d399ae193959225cdeaa9382746c91cc. This could be common knowledge, but I had to RTFM a bit to figure it out.
Patched and built without complaining. Obviously this is a one time fix for this single release.
rudolf commented on 2020-09-10 14:27
@FredBezies sorry, the patch should be included and is for a raspbian issue.
but i got the same problem as you.
build fails with the same error. At least building works for me:
The weird thing is, that it should be exactly the same as the PKGBUILD is doing
Edit: weirder: After doing the above manually recalling pikaur -S qemu-git builds...
FredBezies commented on 2020-09-10 11:12
@rudolf: will test it right now and we'll see :)
Well, still broken in block/gluster.c
So, your patch is not fixing building process.
rudolf commented on 2020-09-10 10:33
https://launchpadlibrarian.net/495419913/SO_PEERGROUPS.patch
FredBezies commented on 2020-09-06 09:31
@nixknack: it is an upstream issue. They're making a lot of modifications to build process.
nixknack commented on 2020-09-05 19:59
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?