Build started failed for me again, full build log is here:
https://dl.dropboxusercontent.com/u/25407371/qemu-git-2.2.r35161.gbb26a1e-1-x86_64-build.log
Any help is appreciated.
Search Criteria
Package Details: qemu-headless-arch-extra-git 23:9.2.0.rc2.r0.g7872e5fdf3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qemu-git.git (read-only, click to copy) |
---|---|
Package Base: | qemu-git |
Description: | QEMU without GUI, for foreign architectures. 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-emulators-full, qemu-headless-arch-extra |
Provides: | qemu-headless-arch-extra |
Submitter: | None |
Maintainer: | FredBezies |
Last Packager: | FredBezies |
Votes: | 28 |
Popularity: | 0.000006 |
First Submitted: | 2009-09-19 20:02 (UTC) |
Last Updated: | 2024-11-27 10:46 (UTC) |
Dependencies (99)
- dtc (dtc-gitAUR)
- fuse3 (fuse3-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gnutls (gnutls-gitAUR)
- libaio (libaio-gitAUR)
- libbpf (libbpf-gitAUR)
- libbpf.so (libbpf-gitAUR, lib32-libbpf, libbpf)
- libgio-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libglib-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libgmodule-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libgobject-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libjpeg.so (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, lib32-mozjpeg-gitAUR, mozjpegAUR, jpegli-gitAUR, lib32-libjpeg-turbo, libjpeg-turbo)
- libnuma.so (numactl-gitAUR, numactl)
- libpam.so (pam-selinuxAUR, pam)
- libpixman-1.so (pixman-gitAUR, pixman)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libsasl
- libseccomp (libseccomp-gitAUR)
- Show 79 more dependencies...
Required by (2)
- pvs-studio (requires qemu-headless-arch-extra)
- qemu-headless-git (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 25 Next › Last »
trialuser commented on 2014-09-18 21:05 (UTC)
FredBezies commented on 2014-08-04 17:39 (UTC)
qemu 2.2 development is started.
http://git.qemu.org/?p=qemu.git;a=commit;h=c79805802ba0463713c253307d99ebef56436b8c
"author Peter Maydell <peter.maydell@linaro.org>
Fri, 1 Aug 2014 17:30:08 +0000 (18:30 +0100)
committer Peter Maydell <peter.maydell@linaro.org>
Fri, 1 Aug 2014 17:30:08 +0000 (18:30 +0100)"
FredBezies commented on 2014-06-25 09:24 (UTC)
You can remove --enable-tpm from configure line. This commit set it on by default.
http://git.qemu.org/?p=qemu.git;a=commit;h=e91c793cb50b83a695bbbf677ebfff478d8c62f2
trialuser commented on 2014-06-17 21:30 (UTC)
I don't have xen installed. All good though, I have new hardware coming soon and am going to do a fresh install. Just wanted to make sure it was something to do with my system and not failing for everyone.
<deleted-account> commented on 2014-06-17 21:15 (UTC)
Hm… do you have xen installed maybe, because I don't? How about pasting the complete makepkg output, right from the start until the error occurs?
I tried compiling this package yesterday and it works for me, so maybe report it upstream?
trialuser commented on 2014-06-17 19:18 (UTC)
still fails to build for me, anyone else have this error?
/tmp/makepkg/qemu-git/src/qemu/rules.mak:31: recipe for target 'xen-hvm.o' failed
make[1]: *** [xen-hvm.o] Error 1
make[1]: Leaving directory '/tmp/makepkg/qemu-git/src/qemu/i386-softmmu'
Makefile:163: recipe for target 'subdir-i386-softmmu' failed
make: *** [subdir-i386-softmmu] Error 2
==> ERROR: A failure occurred in build().
<deleted-account> commented on 2014-06-15 03:16 (UTC)
When in doubt, blame upstream!
I'll see if I can do something about it in a few days…
trialuser commented on 2014-06-14 07:54 (UTC)
failed for me with:
/tmp/makepkg/qemu-git/src/qemu/xen-hvm.c:993:41: error: ‘HVM_PARAM_IOREQ_PFN’ undeclared (first use in this function)
xc_get_hvm_param(xen_xc, xen_domid, HVM_PARAM_IOREQ_PFN, &ioreq_pfn);
^
/tmp/makepkg/qemu-git/src/qemu/xen-hvm.c:993:41: note: each undeclared identifier is reported only once for each function it appears in
/tmp/makepkg/qemu-git/src/qemu/xen-hvm.c:1002:41: error: ‘HVM_PARAM_BUFIOREQ_PFN’ undeclared (first use in this function)
xc_get_hvm_param(xen_xc, xen_domid, HVM_PARAM_BUFIOREQ_PFN, &ioreq_pfn);
^
/tmp/makepkg/qemu-git/src/qemu/rules.mak:31: recipe for target 'xen-hvm.o' failed
make[1]: *** [xen-hvm.o] Error 1
make[1]: Leaving directory '/tmp/makepkg/qemu-git/src/qemu/i386-softmmu'
Makefile:163: recipe for target 'subdir-i386-softmmu' failed
make: *** [subdir-i386-softmmu] Error 2
==> ERROR: A failure occurred in build().
Aborting...
FredBezies commented on 2014-06-04 20:25 (UTC)
@ajs124 : thanks for keeping it alive !
<deleted-account> commented on 2014-06-04 19:19 (UTC)
I removed !strip and added --disable-strip, which _should_ fix this issue. This is also using the built-in seabios now.
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.