@Haimen Toshi : thanks for the comment and --disable-werror option. I want to provide GUI version because it is working this way.
I try to stick as close as possible to official qemu package.
Search Criteria
Package Details: qemu-block-iscsi-git 24:10.0.0.rc0.r86.g170825d14d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qemu-git.git (read-only, click to copy) |
---|---|
Package Base: | qemu-git |
Description: | QEMU iSCSI block module. 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-block-iscsi |
Provides: | qemu-block-iscsi |
Submitter: | None |
Maintainer: | FredBezies |
Last Packager: | FredBezies |
Votes: | 28 |
Popularity: | 0.000001 |
First Submitted: | 2009-09-19 20:02 (UTC) |
Last Updated: | 2025-03-25 18:08 (UTC) |
Dependencies (61)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- libiscsi (libiscsi-gitAUR)
- alsa-lib (make)
- brltty (brltty-gitAUR) (make)
- bzip2 (bzip2-gitAUR) (make)
- cairo (cairo-gitAUR) (make)
- cdrtools (make)
- curl (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-classicAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack) (make)
- libaio (libaio-gitAUR) (make)
- libbpf (libbpf-gitAUR) (make)
- Show 41 more dependencies...
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 25 Next › Last »
FredBezies commented on 2017-05-30 18:28 (UTC) (edited on 2017-05-30 18:29 (UTC) by FredBezies)
HaimenToshi commented on 2017-05-26 08:13 (UTC) (edited on 2017-05-26 10:25 (UTC) by HaimenToshi)
@FredBezies :
Instead of editing makepkg.conf to disable error-checking, you can add "--disable-werror" to the configure parameters in PKGBUILD and it should work. At least that how it worked the last time I compiled. I'll test it as soon as I get home. Thanks.
EDIT : Taking a look into the PKGBUILD, it appears that it pulls unneeded deps. Some of them are for the GUI anyway. Please take a look at this PKGBUILD :
https://aur.archlinux.org/packages/qemu-minimal-git/
FredBezies commented on 2017-05-26 06:38 (UTC)
https://wiki.archlinux.org/index.php/QEMU#Installation
"Install the qemu package (or qemu-headless for the version without GUI) and below optional packages for your needs:"
Both qemu-git and qemu-headless-git are conflicting which each other. Same for extra packages.
polarathene commented on 2017-05-26 04:43 (UTC)
@FredBezies
I've tried to update, ran into this conflict and removed all other qemu packages besides qemu-git(perhaps I should remove it as well?) When updating qemu-git everything goes smoothly up until installation and I get the following:
loading packages...
resolving dependencies...
looking for conflicting packages...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: qemu-arch-extra-git and qemu-headless-arch-extra-git are in conflict
Since neither were installed prior, it must be something with the big changes you've made?
FredBezies commented on 2017-05-23 23:40 (UTC)
Tried to make something as clean as possible. It was not that easy.
1) Imported official PKGBUILD and tweaked it to make it work with a git source.
2) Testing users with gcc 7.x : please modify your /etc/makepkg.conf and add for build time -Wno-error to both CFLAGS and CXXFLAGS or it won't build successfully.
3) For some technical reasons, I keep official seabios in PKGBUILD for now.
4) Working on how to provide a cleaner revision number.
Any feedbacks are welcome!
saburouta commented on 2017-04-22 00:28 (UTC)
Fails for me:
install: cannot stat 'or32-*/qemu-*or32': No such file or directory
rockon commented on 2017-04-14 06:19 (UTC) (edited on 2017-04-14 06:31 (UTC) by rockon)
qemu-system-x86_64: -device virtio-balloon,automatic=true: Property '.automatic' not found
zcat /proc/config.gz | grep -ie CONFIG_MEMCG -e CONFIG_CGROUPS
CONFIG_CGROUPS=y
CONFIG_MEMCG=y
CONFIG_MEMCG_SWAP=y
CONFIG_MEMCG_SWAP_ENABLED=y
lol
Saren commented on 2017-02-17 17:41 (UTC)
Hi there, you might want to rename `or32` to `or1k` in `_extra_arches`.
jpbd commented on 2017-02-11 17:52 (UTC)
install -c -m 0644 /tmp/makepkg/qemu-git/src/qemu/trace-events-all "/tmp/makepkg/qemu-git/pkg/qemu-git/usr/share/qemu/trace-events-all"
install: cannot stat '/tmp/makepkg/qemu-git/src/qemu/trace-events-all': No such file or directory
make: *** [Makefile:602: install] Error 1
make: Leaving directory '/tmp/makepkg/qemu-git/src/qemu'
==> ERROR: A failure occurred in package_qemu-git().
Aborting...
==> ERROR: Makepkg was unable to build qemu-git.
Pinned Comments