Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133785 - qemu uses wrong kqemu ebuild
Summary: qemu uses wrong kqemu ebuild
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-19 08:30 UTC by Michael Heide
Modified: 2006-05-20 03:02 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Heide 2006-05-19 08:30:04 UTC
after emerging qemu i have:
app-emulation/qemu-user-0.8.1
app-emulation/qemu-0.8.1
app-emulation/qemu-softmmu-0.8.1
app-emulation/kqemu-0.7.2

which is incompatible:
Version mismatch between kqemu module and qemu (00010200 00010300) - disabling kqemu use

kqemu related things in /usr/portage/app-emulation/qemu-softmmu/qemu-softmmu-0.8.1.ebuild:

SRC_URI="${HOMEPAGE}${P/-softmmu/}.tar.gz
    kqemu? ( ${HOMEPAGE}kqemu-0.7.2.tar.gz )"
DEPEND="virtual/libc
    sdl? ( media-libs/libsdl )
    !<=app-emulation/qemu-0.7.0
    kqemu? ( app-emulation/kqemu )
    app-text/texi2html"
Comment 1 Michael Heide 2006-05-20 03:02:17 UTC
sorry, my fault.
in /etc/portage/package.keywords i had:
app-emulation/qemu ~x86
app-emulation/qemu-softmmu ~x86
app-emulation/qemu-user ~x86

and no "app-emulation/kqemu ~x86"

now i did kqemu ~x86 in package.keywords and so i got kqemu-1.3.0_pre7.
its working now.

but nevertheless i dont understand the kqemu-0.7.2-thing in softmmu-ebuild...
it seems kqemu-0.7.2 is not compatible with softmmu-0.8.1 so i think this should be fixed anyway.