Package Details: qemu-block-gluster-git 23:9.1.0.r123.gec08d9a51e-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: 28
Popularity: 0.000024
First Submitted: 2009-09-19 20:02 (UTC)
Last Updated: 2024-09-07 10:13 (UTC)

Dependencies (61)

Required by (0)

Sources (3)

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 .. 11 12 13 14 15 16 17 18 19 20 21 .. 25 Next › Last »

ilikenwf commented on 2013-04-24 17:12 (UTC)

1. Not really, since the official PKGBUILD removes seabios and splits it up as another package. You should at least put provides=('seabios') if you aren't going to split it out, so that people don't get file conflicts or package dependency issues. 2. Apple doesn't care, so long as you buy the DVD to install with. Otherwise, they'd be going after qemu, the guy who made the patches, etc. Note that Linux was originally a clone of Unix, which I'm sure was considered copyright/trademark/process infringement. Hacking is what Linux is all about, and running a virtual Mac is one of those grey areas where people tend to look the other way. 3. I'm not really complaining, it's just constructive criticism. You've done a great job thus far. As for virt-manager, it's just nice, because I don't have to write a 4 line long command in zsh to get my machine configured.

FredBezies commented on 2013-04-24 08:51 (UTC)

My answer will be simple and short : 1) I will *not* split package. I want to give user the true git version. And my work is based on official PKGBUILD. 2) Piracy is piracy. If you want to use OS-X, just buy a mac. 3) If you're not happy with this version, just grab it, modify it and fork it. Sincerely yours, PS : just show me that virt-manager is something really needed to get qemu to work. You cannot. http://virt-manager.et.redhat.com/ "Initially Xen was the primary platform supported, however, since libvirt 0.2.0 and virt-manager 0.3.1 it is possible to manage QEMU and KVM guests too. It is expected that support for additional hypervisors / virtualization products will expand even further over time as additional libvirt drivers are written. "

ilikenwf commented on 2013-04-24 07:26 (UTC)

...and you should note that the arch package separates seabios out by removing it from qemu as well. You should at least split it off as a subpackage within the build.

ilikenwf commented on 2013-04-24 07:23 (UTC)

No need to get high and mighty about the seabios thing. Some would argue that "piracy" in this case is just a violation of TOS...which isn't actually piracy. Either way, you're not including some file(s) that are required, as virt-manager doesn't work with your package, either... Maybe compare it with the official one?

FredBezies commented on 2013-04-24 06:49 (UTC)

"seabios-osx-git provides the latest bios, probably more new than qemu's - it's also patched to support OSX guests." This is another reason I will not use it. OS-X is a non-free OS. And emulating it is piracy to be clear. And I saw that last version of seabios git is nearly one month old... As old as the one in qemu-git code. So don't ask anymore for including your package. I will not and never do it.

ilikenwf commented on 2013-04-24 06:37 (UTC)

seabios-osx-git provides the latest bios, probably more new than qemu's - it's also patched to support OSX guests.

FredBezies commented on 2013-04-24 06:20 (UTC)

Thanks for both PKGVER code and missing provide. But I will not remove for now bios files for one single reason : git code is providing up-to-date version.

ilikenwf commented on 2013-04-24 05:45 (UTC)

Please do the following: remove the installation of /usr/share/qemu/bios.bin and instead rely on seabios or seabios-osx-git to provide it... add: provides=('qemu-spice') add: pkgver() { cd "${srcdir}/$_gitname" git describe --always | sed 's|-|.|g' } Thanks! Got my vote.