Gentoo Archives: gentoo-user

From: Brian Wince <bwince@×××××××.com>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: [gentoo-user] trouble installing kvm on gentoo-2.6.24.-r4
Date: Wed, 22 Apr 2009 21:30:57
Message-Id: AD300F292705ED4089373955E129C178253C581DE3@RBSJX.ad.redback.com
1 All,
2 I am trying to install kvm (kernel virtual machine) on a box running gentoo-2.6.24.-r4.
3 # uname -a
4 Linux rbos-hybrid-02 2.6.24-gentoo-r4-nosctp-nomsi #3 SMP Fri Aug 1 12:12:33 PDT 2008 i686 AMD Athlon(tm) Dual Core Processor 4450e AuthenticAMD GNU/Linux
5
6 When I first went to install it all of the KVM's were masked due to EAP so I upgraded portage to 2.1.6.7.
7
8 Now when I try and install kvm it complains with the following:
9
10 >>> Failed to emerge app-emulation/kvm-84, Log file:
11
12 >>> '/var/tmp/portage/app-emulation/kvm-84/temp/build.log'
13
14 * Messages for package app-emulation/kvm-84:
15
16 *
17 * ERROR: app-emulation/kvm-84 failed.
18 * Call stack:
19 * ebuild.sh, line 49: Called src_compile
20 * environment, line 3590: Called linux-mod_src_compile
21 * environment, line 2687: Called die
22 * The specific snippet of code:
23 * eval "emake HOSTCC="$(tc-getBUILD_CC)" CROSS_COMPILE=${CHOST}- LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS} " || die "Unable to emake HOSTCC="$(tc-getBUILD_CC)" CROSS_COMPILE=${CHOST}- LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}";
24 * The die message:
25 * Unable to emake HOSTCC=i686-pc-linux-gnu-gcc CROSS_COMPILE=i686-pc-linux-gnu- LDFLAGS= all
26 *
27 * If you need support, post the topmost build error, and the call stack if relevant.
28 * A complete build log is located at '/var/tmp/portage/app-emulation/kvm-84/temp/build.log'.
29 * The ebuild environment file is located at '/var/tmp/portage/app-emulation/kvm-84/temp/environment'.
30
31 I have the following in /etc/portage/package.use app-emulation/kvm kvm sdl qemu
32
33 and in package.keywords I have
34 app-emulation/kvm ~x86
35
36 Is this due to upgrading portage or something else and what is it that needs to be done to make this work.
37 Please let me know if you require further information and I will post it.
38
39 TIA,
40
41 brian

Replies

Subject Author
Re: [gentoo-user] trouble installing kvm on gentoo-2.6.24.-r4 Xavier Parizet <xav@×××××××××.com>