Package Details: qemu-block-gluster-git 22:9.0.0.r92.g88daa112d4-1

Git Clone URL: https://aur.archlinux.org/qemu-git.git (read-only, click to copy)
Package Base: qemu-git
Description: QEMU GlusterFS block module. Git version.
Upstream URL: https://wiki.qemu.org/
Keywords: git kvm qemu
Licenses: GPL2, LGPL2.1
Conflicts: qemu-block-gluster
Provides: qemu-block-gluster
Submitter: None
Maintainer: FredBezies
Last Packager: FredBezies
Votes: 29
Popularity: 0.000530
First Submitted: 2009-09-19 20:02 (UTC)
Last Updated: 2024-04-24 10:20 (UTC)

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.

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 25 Next › Last »

FredBezies commented on 2014-08-04 17:39 (UTC)

qemu 2.2 development is started. http://git.qemu.org/?p=qemu.git;a=commit;h=c79805802ba0463713c253307d99ebef56436b8c "author Peter Maydell <peter.maydell@linaro.org> Fri, 1 Aug 2014 17:30:08 +0000 (18:30 +0100) committer Peter Maydell <peter.maydell@linaro.org> Fri, 1 Aug 2014 17:30:08 +0000 (18:30 +0100)"

FredBezies commented on 2014-06-25 09:24 (UTC)

You can remove --enable-tpm from configure line. This commit set it on by default. http://git.qemu.org/?p=qemu.git;a=commit;h=e91c793cb50b83a695bbbf677ebfff478d8c62f2

trialuser commented on 2014-06-17 21:30 (UTC)

I don't have xen installed. All good though, I have new hardware coming soon and am going to do a fresh install. Just wanted to make sure it was something to do with my system and not failing for everyone.

<deleted-account> commented on 2014-06-17 21:15 (UTC)

Hm… do you have xen installed maybe, because I don't? How about pasting the complete makepkg output, right from the start until the error occurs? I tried compiling this package yesterday and it works for me, so maybe report it upstream?

trialuser commented on 2014-06-17 19:18 (UTC)

still fails to build for me, anyone else have this error? /tmp/makepkg/qemu-git/src/qemu/rules.mak:31: recipe for target 'xen-hvm.o' failed make[1]: *** [xen-hvm.o] Error 1 make[1]: Leaving directory '/tmp/makepkg/qemu-git/src/qemu/i386-softmmu' Makefile:163: recipe for target 'subdir-i386-softmmu' failed make: *** [subdir-i386-softmmu] Error 2 ==> ERROR: A failure occurred in build().

<deleted-account> commented on 2014-06-15 03:16 (UTC)

When in doubt, blame upstream! I'll see if I can do something about it in a few days…

trialuser commented on 2014-06-14 07:54 (UTC)

failed for me with: /tmp/makepkg/qemu-git/src/qemu/xen-hvm.c:993:41: error: ‘HVM_PARAM_IOREQ_PFN’ undeclared (first use in this function) xc_get_hvm_param(xen_xc, xen_domid, HVM_PARAM_IOREQ_PFN, &ioreq_pfn); ^ /tmp/makepkg/qemu-git/src/qemu/xen-hvm.c:993:41: note: each undeclared identifier is reported only once for each function it appears in /tmp/makepkg/qemu-git/src/qemu/xen-hvm.c:1002:41: error: ‘HVM_PARAM_BUFIOREQ_PFN’ undeclared (first use in this function) xc_get_hvm_param(xen_xc, xen_domid, HVM_PARAM_BUFIOREQ_PFN, &ioreq_pfn); ^ /tmp/makepkg/qemu-git/src/qemu/rules.mak:31: recipe for target 'xen-hvm.o' failed make[1]: *** [xen-hvm.o] Error 1 make[1]: Leaving directory '/tmp/makepkg/qemu-git/src/qemu/i386-softmmu' Makefile:163: recipe for target 'subdir-i386-softmmu' failed make: *** [subdir-i386-softmmu] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

FredBezies commented on 2014-06-04 20:25 (UTC)

@ajs124 : thanks for keeping it alive !

<deleted-account> commented on 2014-06-04 19:19 (UTC)

I removed !strip and added --disable-strip, which _should_ fix this issue. This is also using the built-in seabios now.

<deleted-account> commented on 2014-06-04 18:58 (UTC)

The virtfs-proxy-helper thing seems to be an upstream bug (https://lists.gnu.org/archive/html/qemu-devel/2014-05/msg02856.html)