Package Details: qemu-block-iscsi-git 21:9.0.0.rc1.r0.g5012e522ac-1

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: GPL2, LGPL2.1
Conflicts: qemu-block-iscsi
Provides: qemu-block-iscsi
Submitter: None
Maintainer: FredBezies
Last Packager: FredBezies
Votes: 29
Popularity: 0.000977
First Submitted: 2009-09-19 20:02 (UTC)
Last Updated: 2024-03-27 11:11 (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 2 3 4 5 6 7 .. 25 Next › Last »

edacval commented on 2021-10-15 14:42 (UTC)

@FredBezies: I prepared the patch to sync changes from qemu@6.1.0-5

rpls commented on 2020-11-27 21:21 (UTC)

Build seems to trigger some gcc bug on my machine.

during GIMPLE pass: pre
In file included from [...]/qemu-git/src/qemu/include/qemu/osdep.h:37,
                 from [...]/qemu-git/src/qemu/tcg/tcg-op.c:25:
[...]/qemu-git/src/qemu/accel/tcg/tcg-runtime.h: In function ‘gen_helper_atomic_and_fetchq_be’:
[...]/qemu-git/src/qemu/include/exec/helper-gen.h:40:25: internal compiler error: Segmentation fault
   40 | static inline void glue(gen_helper_, name)(dh_retvar_decl(ret)          \
      |                         ^~~~~~~~~~~
[...]/qemu-git/src/qemu/include/qemu/compiler.h:41:20: note: in expansion of macro ‘xglue’
   41 | #define glue(x, y) xglue(x, y)
      |                    ^~~~~
[...]/qemu-git/src/qemu/include/exec/helper-gen.h:40:20: note: in expansion of macro ‘glue’
   40 | static inline void glue(gen_helper_, name)(dh_retvar_decl(ret)          \
      |                    ^~~~
[...]/qemu-git/src/qemu/accel/tcg/tcg-runtime.h:64:5: note: in expansion of macro ‘DEF_HELPER_FLAGS_4’
   64 |     DEF_HELPER_FLAGS_4(glue(glue(atomic_, NAME), q_be),           \
      |     ^~~~~~~~~~~~~~~~~~
[...]/qemu-git/src/qemu/accel/tcg/tcg-runtime.h:134:1: note: in expansion of macro ‘GEN_ATOMIC_HELPERS’
  134 | GEN_ATOMIC_HELPERS(and_fetch)
      | ^~~~~~~~~~~~~~~~~~~

tinywrkb commented on 2020-11-25 13:26 (UTC)

The package does not build in a clean chroot, git is missing from makedepends (not part of base-devel or required by).