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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 25 Next › Last »

saivert commented on 2016-07-16 12:30 (UTC)

This currently doesn't include the Spice OpenGL support as per: https://cgit.freedesktop.org/spice/spice/commit/?id=782c7508e28fdeee786cdcebffd22f772d7f09ec

FredBezies commented on 2016-06-01 07:18 (UTC)

Package virglrenderer has to be added as a depend.

timofonic commented on 2016-03-11 06:51 (UTC)

-> Saved package: qemu-git-2.5.0.r44516.a648c13-1-x86_64.pkg.tar.gz loading packages... resolving dependencies... looking for conflicting packages... :: qemu-git and seabios are in conflict. Remove seabios? [y/N] y Packages (3) libnfs-1.10.0-1 seabios-1.9.1-1 [removal] qemu-git-2.5.0.r44516.a648c13-1 Total Download Size: 0.08 MiB Total Installed Size: 28.74 MiB Net Upgrade Size: 27.91 MiB :: Proceed with installation? [Y/n] y :: Retrieving packages... libnfs-1.10.0-1-x86_64 86.4 KiB 720K/s 00:00 [########################################################################################################################] 100% (2/2) checking keys in keyring [########################################################################################################################] 100% (1/2) checking package integrity [########################################################################################################################] 100% (1/2) loading package files [########################################################################################################################] 100% (2/2) checking for file conflicts [########################################################################################################################] 100% (3/3) checking available disk space [########################################################################################################################] 100% :: Processing package changes... (1/1) removing seabios [########################################################################################################################] 100% (1/2) installing libnfs [########################################################################################################################] 100% (2/2) installing qemu-git [########################################################################################################################] 100% unable to open the device '/dev/vhost-net' error: command failed to execute correctly Optional dependencies for qemu-git ovmf: Tianocore UEFI firmware for qemu samba: SMB/CIFS server support qemu-arch-extra-git: extra architectures support qemu-block-iscsi-git: iSCSI block support qemu-block-rbd-git: RBD block support qemu-block-gluster-git: glusterfs block support

EndlessEden commented on 2016-02-18 03:17 (UTC)

new error, error: ‘i’ may be used uninitialized in this function [-Werror=maybe-uninitialized]

ohetfi commented on 2016-02-15 00:50 (UTC)

Hi, I encountered this error at the end of making the package qemu-git-2.5.0.r43972.a5af128-1 rm: cannot remove 'usr/share/qemu/s390-zipl.rom': No such file or directory ==> ERROR: A failure occurred in package_qemu-git(). Aborting... I removed s390-zipl.rom from the PKGBUILD and re-"makepkg -s" again with success.

aaronp commented on 2016-01-31 21:35 (UTC)

This fails to build currently (possibly and upstream issue). block/vmdk.c: In function ‘vmdk_open_desc_file.isra.11’: block/vmdk.c:860:39: error: ‘extent’ may be used uninitialized in this function [-Werror=maybe-uninitialized] extent->flat_start_offset = flat_offset << 9; ^ block/vmdk.c:790:17: note: ‘extent’ was declared here VmdkExtent *extent; ^ block/vmdk.c: In function ‘vmdk_open_vmdk4’: block/vmdk.c:705:24: error: ‘extent’ may be used uninitialized in this function [-Werror=maybe-uninitialized] extent->has_marker = le32_to_cpu(header.flags) & VMDK4_FLAG_MARKER; ^ block/vmdk.c: In function ‘vmdk_open_sparse’: block/vmdk.c:517:9: error: ‘extent’ may be used uninitialized in this function [-Werror=maybe-uninitialized] ret = vmdk_init_tables(bs, extent, errp); ^ block/vmdk.c:496:17: note: ‘extent’ was declared here VmdkExtent *extent; ^ cc1: all warnings being treated as errors /home/aaron/Documents/source-packages/qemu-git/src/qemu/rules.mak:57: recipe for target 'block/vmdk.o' failed make: *** [block/vmdk.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...

Sandman007 commented on 2016-01-16 18:09 (UTC)

Update to 2.5 Final. http://wiki.qemu.org/ChangeLog/2.5 http://wiki.qemu-project.org/download/qemu-2.5.0.tar.bz2

sl1pkn07 commented on 2015-12-25 14:40 (UTC)

from namcap: http://sl1pkn07.wtf/paste/view/ba9b6d23 qemu configure: http://sl1pkn07.wtf/paste/view/915d6b8d build ok

FredBezies commented on 2015-11-25 13:28 (UTC)

Just a suggestion. Could it be possible to modify pkgver part ? It will be more clear for users to know which version is built. Using : git describe --long | sed -r 's/^v//;s/([^-]*-g)/r\1/;s/-/./g' instead of echo "2.5.r$(git rev-list --count master).g$(git log -1 --format="%h")" With the modified line : qemu-git 2.5.0.rc1.r21.g1aae36d-1 insead of qemu-git 2.5.r42520.g4b6eda6-1 Which one is simpler to understand ? :D

BugMaze commented on 2015-09-08 22:17 (UTC)

Well who would've thought that the culprit was using O3 in makepkg.conf . Using O2 (default in Arch) solves the build issue for me . Cheers !