Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 528386 - app-emulation/libguestfs-1.26.1 with >=app-emulation/qemu-2.0 - checking for qemu... no
Summary: app-emulation/libguestfs-1.26.1 with >=app-emulation/qemu-2.0 - checking for...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreis Vinogradovs ( slepnoga )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-05 20:09 UTC by Reuben Martin
Modified: 2014-11-08 18:55 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
app-emulation:libguestfs-1.26.1:20141106-102328.log (app-emulation:libguestfs-1.26.1:20141106-102328.log,53.00 KB, text/plain)
2014-11-06 10:38 UTC, Jeroen Roovers (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Reuben Martin 2014-11-05 20:09:41 UTC
configure has a short sighted check to ensure qemu version is >= 1:

if $QEMU -version | grep -sq 'version [1-]'; then

which of course fails starting with version qemu-2.0

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-11-06 10:11:09 UTC
1) Please post your `emerge --info' output in a comment.
2) Please attach the entire build log to this bug report.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-11-06 10:38:04 UTC
checking for qemu-kvm... no
checking for kvm... no
checking for qemu-system-x86_64... no
checking for qemu... no
configure: error: qemu must be installed
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-11-06 10:38:30 UTC
Created attachment 388664 [details]
app-emulation:libguestfs-1.26.1:20141106-102328.log
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2014-11-06 10:40:11 UTC
app-emulation/qemu-2.1.2-r1 was built with the following:
USE="aio alsa bluetooth caps curl fdt filecaps gtk jpeg ncurses nfs nls opengl pin-upstream-blobs png python seccomp threads uuid vhost-net vnc xattr -accessibility -debug -glusterfs -infiniband -iscsi -lzo -numa (-pulseaudio) -rbd -sasl -sdl -selinux -smartcard -snappy -spice -ssh -static -static-softmmu -static-user -systemtap -tci -test -tls -usb -usbredir -vde -virtfs -xen -xfs" PYTHON_TARGETS="python2_7" QEMU_SOFTMMU_TARGETS="sparc64 -aarch64 (-alpha) (-arm) -cris -i386 -lm32 (-m68k) -microblaze -microblazeel (-mips) -mips64 -mips64el -mipsel -moxie -or32 (-ppc) (-ppc64) -ppcemb -s390x -sh4 -sh4eb (-sparc) -unicore32 -x86_64 -xtensa -xtensaeb" QEMU_USER_TARGETS="sparc64 -aarch64 (-alpha) (-arm) -armeb -cris -i386 (-m68k) -microblaze -microblazeel (-mips) -mips64 -mips64el -mipsel -mipsn32 -mipsn32el -or32 (-ppc) (-ppc64) -ppc64abi32 -s390x -sh4 -sh4eb (-sparc) -sparc32plus -unicore32 -x86_64"
Comment 5 Richard Jones 2014-11-06 12:22:09 UTC
This was fixed in April 2014 by this upstream commit:
https://github.com/libguestfs/libguestfs/commit/101d728e80cce73b882aac7af457013491d03311
Comment 6 SpanKY gentoo-dev 2014-11-08 18:55:34 UTC
should be all set now in the tree; thanks for the report!

Commit message: Fix from upstream for building w/newer qemu
http://sources.gentoo.org/app-emulation/libguestfs/files/1.26/0020_all_qemu_configure.patch?rev=1.1