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 ?
Search Criteria
Package Details: qemu-guest-agent-git 24:9.2.0.r28.ga5ba0a7e4e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qemu-git.git (read-only, click to copy) |
---|---|
Package Base: | qemu-git |
Description: | QEMU Guest Agent. 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-guest-agent |
Provides: | qemu-guest-agent |
Submitter: | None |
Maintainer: | FredBezies |
Last Packager: | FredBezies |
Votes: | 28 |
Popularity: | 0.000005 |
First Submitted: | 2009-09-19 20:02 (UTC) |
Last Updated: | 2024-12-12 16:49 (UTC) |
Dependencies (63)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- libudev.so (systemd-chromiumos-libsAUR, libeudevAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR, lib32-systemd-gitAUR, lib32-systemd, systemd-libs)
- liburing (liburing-gitAUR)
- alsa-lib (make)
- brltty (brltty-gitAUR) (make)
- bzip2 (bzip2-gitAUR) (make)
- cairo (cairo-gitAUR) (make)
- cdrtools (make)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, 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-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack) (make)
- libaio (libaio-gitAUR) (make)
- libbpf (libbpf-gitAUR) (make)
- libcacard (make)
- libcap-ng (libcap-ng-gitAUR) (make)
- libepoxy (libepoxy-gitAUR) (make)
- libiscsi (libiscsi-gitAUR) (make)
- libnfs (libnfs-gitAUR) (make)
- libpng (libpng-gitAUR, libpng-apngAUR) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (make)
- libsasl (make)
- libseccomp (libseccomp-gitAUR) (make)
- libslirp (make)
- libssh (libssh-gitAUR) (make)
- liburing (liburing-gitAUR) (make)
- libusb (libusb-gitAUR) (make)
- libvte-2.91.so (vte3-notificationAUR, vte3-gitAUR, vte3) (make)
- libx11 (libx11-gitAUR) (make)
- libxkbcommon (libxkbcommon-gitAUR) (make)
- lzo (make)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber) (make)
- meson (meson-gitAUR) (make)
- ncurses (ncurses-gitAUR) (make)
- ndctl (make)
- numactl (numactl-gitAUR) (make)
- pam (pam-selinuxAUR) (make)
- pixman (pixman-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-sphinx_rtd_theme (make)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR) (make)
- sdl2_image (make)
- seabios (make)
- snappy (snappy-gitAUR) (make)
- spice (spice-gitAUR, spice-gstreamerAUR) (make)
- spice-protocol (spice-protocol-gitAUR) (make)
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, systemd-gitAUR, systemd-fmlAUR) (make)
- usbredir (usbredir-gitAUR) (make)
- vde2 (vdeplug4-gitAUR) (make)
- virglrenderer (virglrenderer-gitAUR) (make)
- vte3 (vte3-notificationAUR, vte3-gitAUR) (make)
- xfsprogs (xfsprogs-gitAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
Required by (1)
- x-resize (requires qemu-guest-agent)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 Next › Last »
FredBezies commented on 2011-07-23 18:41 (UTC)
<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.
FredBezies commented on 2011-03-28 05:24 (UTC)
Here is what I get after I removed spice from my archlinux install and with your PKGBUILD
[fred@fredo-arch ~]$ qemu-system-x86_64
qemu-system-x86_64: error while loading shared libraries: libspice-server.so.1: cannot open shared object file: No such file or directory
Erh... --disable-spice maybe in configure options ?
<deleted-account> commented on 2011-03-27 19:18 (UTC)
spice does not build without edits to its PKGBUILD, not using it for now.
<deleted-account> commented on 2011-03-27 19:11 (UTC)
Thanks, updated.
Using repo.or.cz mirror because qemu.com is slow as molasses.
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.