Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 256685 - app-emulation/kvm-83 compile failes with CONFIG_DMAR (vtd.o)
Summary: app-emulation/kvm-83 compile failes with CONFIG_DMAR (vtd.o)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal with 1 vote (vote)
Assignee: Daniel Gryniewicz (RETIRED)
URL: http://git.kernel.org/?p=virt/kvm/kvm...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-28 20:34 UTC by RB
Modified: 2009-02-08 20:57 UTC (History)
7 users (show)

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 RB 2009-01-28 20:34:23 UTC
Relevant error text:

make[2]: Entering directory `/usr/src/linux-2.6.28-gentoo-r1'
make[4]: *** No rule to make target `/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/vtd.o', needed by `/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/kvm.o'.  Stop.

See URL above for yet-unreleased canonical fix, 'vtd.o' was renamed to 'iommu.o' and uses CONFIG_IOMMU_API, but the Makefile (kernel/x86/Kbuild) wasn't updated for the release.

Given the average release cycle of the project it may or may not be fruitful to issue an updated ebuild, but it _is_ broken in the current form.
Comment 1 Fabien MAUREL 2009-01-29 10:01:18 UTC
I also confirm it.

 * Preparing kvm module
make -j6 HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- LDFLAGS= all 
rm -f include/asm include-compat/asm
ln -sf asm-x86 include/asm
ln -sf asm-x86 include-compat/asm
make -C /usr/src/linux M=`pwd` \
		LINUXINCLUDE="-I`pwd`/include -Iinclude \
		 \
		-Iarch/x86/include -I`pwd`/include-compat \
		-include include/linux/autoconf.h \
		-include `pwd`/x86/external-module-compat.h "
make[1]: Entering directory `/usr/src/linux-2.6.27.13'
  LD      /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/built-in.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/svm.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/../external-module-compat.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/vmx.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/vmx-debug.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/kvm_main.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/x86.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/mmu.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/x86_emulate.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/../anon_inodes.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/irq.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/i8259.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/lapic.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/ioapic.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/preempt.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/i8254.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/coalesced_mmio.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/irq_comm.o
make[3]: *** No rule to make target `/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/vtd.o', needed by `/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/kvm.o'.  Stop.
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86] Error 2
make[1]: *** [_module_/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.27.13'
make: *** [all] Error 2
 * 
 * ERROR: app-emulation/kvm-83 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3641:  Called linux-mod_src_compile
 *             environment, line 2723:  Called die
 * The specific snippet of code:
 *               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}";
 *  The die message:
 *   Unable to emake HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- LDFLAGS=   all
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/app-emulation/kvm-83/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-emulation/kvm-83/temp/environment'.
 * 


My emerge --info

Portage 2.1.6.7 (default/linux/amd64/2008.0, gcc-4.3.3, glibc-2.9_p20081201-r1, 2.6.27.13 x86_64)
=================================================================
System uname: Linux-2.6.27.13-x86_64-Intel-R-_Core-TM-2_Quad_CPU_Q6600_@_2.40GHz-with-glibc2.2.5
Timestamp of tree: Thu, 29 Jan 2009 09:35:01 +0000
app-shells/bash:     3.2_p48
dev-java/java-config: 1.3.7-r1, 2.1.7
dev-lang/python:     2.5.4-r2
dev-util/cmake:      2.6.2-r1
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.4.2
sys-apps/sandbox:    1.3.3
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.19
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.28-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=core2 -msse3 -msse2 -msse"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/4.1/env /usr/kde/4.1/share/config /usr/kde/4.1/shutdown /usr/kde/4.2/env /usr/kde/4.2/share/config /usr/kde/4.2/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/eselect/postgresql /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://ftp.free.fr/mirrors/ftp.gentoo.org"
LANG="fr_FR@euro"
LC_ALL="fr_FR@euro"
LDFLAGS="-Wl,-O1"
LINGUAS="fr"
MAKEOPTS="-j6"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="   "
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac aalib acl additions alsa amd64 avahi berkdb bittorrent bzip2 cairo cddb cli cracklib crypt cups dbus dri dts dvb dvd dvdr dvdread embedded fat ffmpeg flac fortran gdbm geoip gif gnome gpm gtk hal iconv imagemagick ipv6 isdnlog jpeg kde kdeprefix lame lm_sensors logitech-mouse mad mdnsresponder-compat midi mikmod mjpeg mmx mmxext mp3 mp4 mpeg mplayer mudflap multilib mysql ncurses nepomuk nfs nls nptl nptlonly nsplugin ntfs ogg opengl openmp pam pcre pdf perl plasma png postgres pppd python qt3 qt3support qt4 readline reflection reiserfs scanner sdl semantic-desktop session smp spl sqlite sse sse2 ssl ssse3 subtitles svg sysfs tcpd theora threads truetype unicode usb v4l v4l2 vcd visualization vorbis webkit wma x264 xcb xcomposite xine xorg xscreensaver xulrunner xvid yahoo zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="fr" USERLAND="GNU" VIDEO_CARDS="vesa nvidia nv"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


THx
Comment 2 Knoedel 2009-02-02 15:40:02 UTC
I have the same issue with kvm-83, kvm-82 builts well. 

/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/kvm-tpr-opt.c:227: warning: unused variable `sregs'
gcc  -I. -I.. -I/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/target-i386 -I/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu -MMD -MT qemu-kvm-helper.o -MP -DNEED_CPU_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D__user= -I/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/tcg -I/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/tcg/x86_64 -I/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/fpu -DHAS_AUDIO -DHAS_AUDIO_CHOICE -I/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/slirp -I /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/../libkvm  -DCONFIG_X86 -O2 -g -fno-strict-aliasing -Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls  -m64 -I /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/include -c -o qemu-kvm-helper.o /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/qemu-kvm-helper.c
gcc -I. -I.. -I/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/target-i386 -I/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu -MMD -MT disas.o -MP -DNEED_CPU_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D__user= -I/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/tcg -I/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/tcg/x86_64 -I/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/fpu -DHAS_AUDIO -DHAS_AUDIO_CHOICE -I/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/slirp -I /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/../libkvm  -DCONFIG_X86 -O2 -g -fno-strict-aliasing -Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls  -m64 -I /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/include -c -o disas.o /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/disas.c
gcc -I. -I.. -I/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/target-i386 -I/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu -MMD -MT i386-dis.o -MP -DNEED_CPU_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D__user= -I/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/tcg -I/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/tcg/x86_64 -I/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/fpu -DHAS_AUDIO -DHAS_AUDIO_CHOICE -I/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/slirp -I /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/../libkvm  -DCONFIG_X86 -O2 -g -fno-strict-aliasing -Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls  -m64 -I /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/include -c -o i386-dis.o /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/i386-dis.c
rm -f libqemu.a
ar rcs libqemu.a exec.o kqemu.o cpu-exec.o host-utils.o translate-all.o translate.o tcg/tcg.o tcg/tcg-runtime.o qemu-kvm.o fpu/softfloat-native.o op_helper.o helper.o helper.o qemu-kvm-x86.o kvm-tpr-opt.o qemu-kvm-helper.o op_helper.o helper.o disas.o i386-dis.o
gcc -L /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/../libkvm  -g -Wl,--warn-common  -m64 -o kvm vl.o /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o virtio.o virtio-blk.o virtio-balloon.o virtio-net.o fw_cfg.o /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/posix-aio-compat.o /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/block-raw-posix.o /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/compatfd.o lsi53c895a.o esp.o usb-ohci.o eeprom93xx.o eepro100.o ne2000.o pcnet.o rtl8139.o e1000.o device-hotplug.o device-assignment.o ide.o pckbd.o ps2.o vga.o sb16.o es1370.o dma.o fdc.o mc146818rtc.o serial.o i8259.o i8254.o pcspk.o pc.o cirrus_vga.o apic.o parallel.o acpi.o piix_pci.o usb-uhci.o vmmouse.o vmport.o vmware_vga.o hpet.o extboot.o i8254-kvm.o gdbstub.o gdbstub-xml.o ../libqemu_common.a libqemu.a /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/../libkvm/libkvm.a  -lm -lz  -lkvm -lpthread -lrt -lutil
make[2]: Leaving directory `/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu/x86_64-softmmu'
make[1]: Leaving directory `/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/qemu'
 * Preparing kvm module
make HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- 'LDFLAGS=-m elf_x86_64' all
rm -f include/asm include-compat/asm
ln -sf asm-x86 include/asm
ln -sf asm-x86 include-compat/asm
make -C /usr/src/linux M=`pwd` \
                LINUXINCLUDE="-I`pwd`/include -Iinclude \
                 \
                -Iarch/x86/include -I`pwd`/include-compat \
                -include include/linux/autoconf.h \
                -include `pwd`/x86/external-module-compat.h "
make[1]: Entering directory `/usr/src/linux-2.6.27-ccs_hardened-r1'
  LD      /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/built-in.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/svm.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/../external-module-compat.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/vmx.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/vmx-debug.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/kvm_main.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/x86.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/mmu.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/x86_emulate.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/../anon_inodes.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/irq.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/i8259.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/lapic.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/ioapic.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/preempt.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/i8254.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/coalesced_mmio.o
  CC [M]  /var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/irq_comm.o
make[3]: *** No rule to make target `/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/vtd.o', needed by `/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86/kvm.o'.  Stop.
make[2]: *** [/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel/x86] Error 2
make[1]: *** [_module_/var/tmp/portage/app-emulation/kvm-83/work/kvm-83/kernel] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.27-ccs_hardened-r1'
make: *** [all] Error 2
 *
 * ERROR: app-emulation/kvm-83 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3565:  Called linux-mod_src_compile
 *             environment, line 2656:  Called die
 * The specific snippet of code:
 *               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}";
 *  The die message:
 *   Unable to emake HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- LDFLAGS=-m elf_x86_64   all
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/app-emulation/kvm-83/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-emulation/kvm-83/temp/environment'.
 *

localhost ccs # emerge --info
Portage 2.1.6.4 (hardened/amd64/multilib, gcc-3.4.6, glibc-2.6.1-r0, 2.6.27-ccs_hardened-r1 x86_64)
=================================================================
System uname: Linux-2.6.27-ccs_hardened-r1-x86_64-Intel-R-_Xeon-R-_CPU_E5335_@_2.00GHz-with-glibc2.3.2
Timestamp of tree: Mon, 02 Feb 2009 14:45:02 +0000
app-shells/bash:     3.2_p17-r1
dev-lang/python:     2.4.4-r6, 2.5.2-r7
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.61-r1
sys-devel/automake:  1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -fforce-addr"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib/ccs/conf"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe -fforce-addr"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://gentoo.mneisen.org/ http://de-mirror.org/distro/gentoo/ ftp://de-mirror.org/distro/gentoo/ http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ ftp://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ http://mirror.jamit.de/gentoo/ http://mirror.netcologne.de/gentoo/ ftp://mirror.netcologne.de/gentoo/ ftp://files.gentoo.gr http://files.gentoo.gr "
LDFLAGS=""
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/tomoyo"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="amd64 berkdb cracklib crypt hardened justify midi nls nptl nptlonly pam pic readline sse sse2 ssl tcpd urandom xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x   ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3       trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="mouse keyboard evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i810 intel mach64      mga neomagic nv r128 radeon rendition s3 s3virge savage siliconmotion sis     sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 3 RB 2009-02-02 21:09:42 UTC
The problem (and solution) are pretty well-established, I'd say no more need for build.log and 'emerge --info' output.  Just add a vote and/or CC.
Comment 4 Patrizio Bassi 2009-02-02 21:48:07 UTC
same issue here
Comment 5 Daniel Gryniewicz (RETIRED) gentoo-dev 2009-02-04 02:42:12 UTC
Sorry, I'm on a jury in a criminal trial right now and have zero free time.  I'll get back to this as soon as I can.
Comment 6 Daniel Gryniewicz (RETIRED) gentoo-dev 2009-02-08 20:57:05 UTC
Fixed without a bump.