jelly : done. Also modified configure line adding --python=python2 option.
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 .. 17 18 19 20 21 22 23 24 25 Next › Last »
FredBezies commented on 2011-08-16 11:02 (UTC)
jelly commented on 2011-08-16 09:59 (UTC)
You should remove esound from the pkgbuild it has been removed from the repos
FredBezies commented on 2011-07-26 05:15 (UTC)
In order to get it build, you have to had this option in configure line --python=python2
See this checkin : http://repo.or.cz/w/qemu.git/commit/c886edfb851c0c590d4e77f058f2ec8ed95ad1b5
FredBezies commented on 2011-07-23 18:41 (UTC)
Cannot get it build :
GEN qemu-options.def
GEN qapi-generated/qga-qapi-types.h
File "/home/fred/download/qemu-git/src/qemu-build/scripts/qapi-types.py", line 164
except getopt.GetoptError, err:
^
SyntaxError: invalid syntax
make: *** [qapi-generated/qga-qapi-types.h] Erreur 1
Any idea ?
<deleted-account> commented on 2011-04-09 12:25 (UTC)
Thx it worked ... just dont understand why it is compiling x86_64 code @ Pentium 2 :)
FredBezies commented on 2011-04-09 11:26 (UTC)
Understood. Gcc 4.6 (if you use testing repo) thinks warning = errors.
Modify /etc/makepkg.conf and add -w to CFLAGS and CXXFLAGS line. For example :
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -w"
CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -w"
For amd64 archlinux.
<deleted-account> commented on 2011-04-09 10:07 (UTC)
CC x86_64-softmmu/translate-all.o
CC x86_64-softmmu/translate.o
{standard input}: Assembler messages:
{standard input}:298354: Warning: end of file not at end of a line; newline inse rted
{standard input}:300625: Error: unknown pseudo-op: `.lbb'
{standard input}:300625: Error: open CFI at the end of file; missing .cfi_endpro c directive
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [translate.o] Error 1
make: *** [subdir-x86_64-softmmu] Error 2
FredBezies commented on 2011-04-02 16:27 (UTC)
Spice is disable for now. I will switch it on again when spice code will be integrated in qemu-kvm.
Pinned Comments