when compiling labplot i encountered a race several time when using parallel make (-j3) (on dual core athlon64) i tried compiling again, the error occured again i used MAKEOPTS="-j1" labplot compiled fine afterwards i had problems reproducing the compile error with or without ccache i finally managed to reproduce: <snip> Making all in liborigin make[1]: Entering directory `/var/tmp/portage/labplot-1.5.1/work/LabPlot-1.5.1/liborigin' /bin/sh ../libtool --silent --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DLVERSION=\"1.5.1\" -DLVERSION_DATE=1 -DHAVE_STRTOD=1 -DHAVE_LOG2=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_TIFF=1 -DHAVE_GSL=1 -DHAVE_GSL14=1 -DHAVE_GSL16=1 -DHAVE_GSL17=1 -DGSL_DISABLE_DEPRECATED=1 -DHAVE_FFTW3=1 -DHAVE_FFTW3_THREADS=1 -DHAVE_JASPER=1 -DHAVE_MAGICK=1 -DHAVE_KEXIDB=1 -DHAVE_GL=1 -DHAVE_UNDO=1 -DKDELIBSUFF=\"64\" -DHAVE_DLFCN_H=1 -DHAVE_SGI_STL=1 -DHAVE_CRYPT=1 -Dkde_socklen_t=socklen_t -Dksize_t=socklen_t -DHAVE_SYS_TYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_BITYPES_H=1 -DHAVE_RES_INIT=1 -DHAVE_RES_INIT=1 -DHAVE_RES_INIT_PROTO=1 -DSIZEOF_INT=4 -DSIZEOF_SHORT=2 -DSIZEOF_LONG=8 -DSIZEOF_CHAR_P=8 -DSIZEOF_SIZE_T=8 -DSIZEOF_UNSIGNED_LONG=8 -DHAVE_VSNPRINTF=1 -DHAVE_SNPRINTF=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBPTHREAD=1 -DSTDC_HEADERS=1 -I. -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -march=athlon64 -mmmx -msse -msse2 -msse3 -m3dnow -mfpmath=sse -maccumulate-outgoing-args -mno-tls-direct-seg-refs -momit-leaf-frame-pointer -O3 -pipe -fomit-frame-pointer -fweb -frename-registers -floop-optimize2 -fgcse-sm -fgcse-las -fgcse-after-reload -funswitch-loops -funroll-loops -fprefetch-loop-arrays -fvariable-expansion-in-unroller --param max-gcse-passes=5 -ftree-loop-ivcanon -fivopts -ftree-vectorize -ftree-loop-im -ffriend-injection -Wformat-security -Wmissing-format-attribute -fno-check-new -fno-common -c -o OPJFile.lo OPJFile.cc x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DLVERSION=\"1.5.1\" -DLVERSION_DATE=1 -DHAVE_STRTOD=1 -DHAVE_LOG2=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_TIFF=1 -DHAVE_GSL=1 -DHAVE_GSL14=1 -DHAVE_GSL16=1 -DHAVE_GSL17=1 -DGSL_DISABLE_DEPRECATED=1 -DHAVE_FFTW3=1 -DHAVE_FFTW3_THREADS=1 -DHAVE_JASPER=1 -DHAVE_MAGICK=1 -DHAVE_KEXIDB=1 -DHAVE_GL=1 -DHAVE_UNDO=1 -DKDELIBSUFF=\"64\" -DHAVE_DLFCN_H=1 -DHAVE_SGI_STL=1 -DHAVE_CRYPT=1 -Dkde_socklen_t=socklen_t -Dksize_t=socklen_t -DHAVE_SYS_TYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_BITYPES_H=1 -DHAVE_RES_INIT=1 -DHAVE_RES_INIT=1 -DHAVE_RES_INIT_PROTO=1 -DSIZEOF_INT=4 -DSIZEOF_SHORT=2 -DSIZEOF_LONG=8 -DSIZEOF_CHAR_P=8 -DSIZEOF_SIZE_T=8 -DSIZEOF_UNSIGNED_LONG=8 -DHAVE_VSNPRINTF=1 -DHAVE_SNPRINTF=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBPTHREAD=1 -DSTDC_HEADERS=1 -I. -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -march=athlon64 -mmmx -msse -msse2 -msse3 -m3dnow -mfpmath=sse -maccumulate-outgoing-args -mno-tls-direct-seg-refs -momit-leaf-frame-pointer -O3 -pipe -fomit-frame-pointer -fweb -frename-registers -floop-optimize2 -fgcse-sm -fgcse-las -fgcse-after-reload -funswitch-loops -funroll-loops -fprefetch-loop-arrays -fvariable-expansion-in-unroller --param max-gcse-passes=5 -ftree-loop-ivcanon -fivopts -ftree-vectorize -ftree-loop-im -ffriend-injection -Wformat-security -Wmissing-format-attribute -fno-check-new -fno-common -c -o opj2dat.o opj2dat.cc x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DLVERSION=\"1.5.1\" -DLVERSION_DATE=1 -DHAVE_STRTOD=1 -DHAVE_LOG2=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_TIFF=1 -DHAVE_GSL=1 -DHAVE_GSL14=1 -DHAVE_GSL16=1 -DHAVE_GSL17=1 -DGSL_DISABLE_DEPRECATED=1 -DHAVE_FFTW3=1 -DHAVE_FFTW3_THREADS=1 -DHAVE_JASPER=1 -DHAVE_MAGICK=1 -DHAVE_KEXIDB=1 -DHAVE_GL=1 -DHAVE_UNDO=1 -DKDELIBSUFF=\"64\" -DHAVE_DLFCN_H=1 -DHAVE_SGI_STL=1 -DHAVE_CRYPT=1 -Dkde_socklen_t=socklen_t -Dksize_t=socklen_t -DHAVE_SYS_TYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_BITYPES_H=1 -DHAVE_RES_INIT=1 -DHAVE_RES_INIT=1 -DHAVE_RES_INIT_PROTO=1 -DSIZEOF_INT=4 -DSIZEOF_SHORT=2 -DSIZEOF_LONG=8 -DSIZEOF_CHAR_P=8 -DSIZEOF_SIZE_T=8 -DSIZEOF_UNSIGNED_LONG=8 -DHAVE_VSNPRINTF=1 -DHAVE_SNPRINTF=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBPTHREAD=1 -DSTDC_HEADERS=1 -I. -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -march=athlon64 -mmmx -msse -msse2 -msse3 -m3dnow -mfpmath=sse -maccumulate-outgoing-args -mno-tls-direct-seg-refs -momit-leaf-frame-pointer -O3 -pipe -fomit-frame-pointer -fweb -frename-registers -floop-optimize2 -fgcse-sm -fgcse-las -fgcse-after-reload -funswitch-loops -funroll-loops -fprefetch-loop-arrays -fvariable-expansion-in-unroller --param max-gcse-passes=5 -ftree-loop-ivcanon -fivopts -ftree-vectorize -ftree-loop-im -ffriend-injection -Wformat-security -Wmissing-format-attribute -fno-check-new -fno-common -c -o OPJFile.o OPJFile.cc OPJFile.cc: In member function 'int OPJFile::Parse()': OPJFile.cc:278: warning: 'ATYPE' may be used uninitialized in this function OPJFile.cc:216: warning: 'LAYER' may be used uninitialized in this function /bin/sh ../libtool --silent --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -march=athlon64 -mmmx -msse -msse2 -msse3 -m3dnow -mfpmath=sse -maccumulate-outgoing-args -mno-tls-direct-seg-refs -momit-leaf-frame-pointer -O3 -pipe -fomit-frame-pointer -fweb -frename-registers -floop-optimize2 -fgcse-sm -fgcse-las -fgcse-after-reload -funswitch-loops -funroll-loops -fprefetch-loop-arrays -fvariable-expansion-in-unroller --param max-gcse-passes=5 -ftree-loop-ivcanon -fivopts -ftree-vectorize -ftree-loop-im -ffriend-injection -Wformat-security -Wmissing-format-attribute -fno-check-new -fno-common -Wl,-O1,-z,now,--enable-new-dtags -o opj2dat opj2dat.o OPJFile.o OPJFile.cc: In member function 'int OPJFile::Parse()': OPJFile.cc:278: warning: 'ATYPE' may be used uninitialized in this function OPJFile.cc:216: warning: 'LAYER' may be used uninitialized in this function x86_64-pc-linux-gnu-g++: OPJFile.o: No such file or directory make[1]: *** [opj2dat] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory `/var/tmp/portage/labplot-1.5.1/work/LabPlot-1.5.1/liborigin' make: *** [all-recursive] Error 1 !!! ERROR: sci-visualization/labplot-1.5.1 failed. Call stack: ebuild.sh, line 1525: Called dyn_compile ebuild.sh, line 928: Called src_compile labplot-1.5.1.ebuild, line 68: Called kde_src_compile kde.eclass, line 113: Called kde_src_compile 'all' kde.eclass, line 231: Called kde_src_compile 'myconf' 'configure' 'make' kde.eclass, line 227: Called die !!! died running emake, kde_src_compile:make !!! If you need support, post the topmost build error, and the call stack if relevant.
emerge --info, please
Can you also file this bug with the labplot folks so they might be able to fix it in their sources?
Portage 2.1_pre10-r2 (default-linux/amd64/2006.0, gcc-4.1.0, glibc-2.3.6-r3, 2.6.16.12 x86_64) ================================================================= System uname: 2.6.16.12 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ Gentoo Base System version 1.12.0_pre19 distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled] ccache version 2.4 [enabled] dev-lang/python: 2.3.5-r2, 2.4.3-r1 dev-util/ccache: 2.4-r1 dev-util/confcache: 0.4.2 sys-apps/sandbox: 1.2.18 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2 sys-devel/binutils: 2.16.1-r2 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r3 ABI="amd64" ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="" ANT_HOME="/usr/share/ant-core" ARCH="amd64" AUTOCLEAN="yes" CBUILD="x86_64-pc-linux-gnu" CCACHE_DIR="/var/devel/ccache" CCACHE_NLEVELS="2" CCACHE_NOLINK="1" CCACHE_PREFIX="distcc" CCACHE_SIZE="5120M" CCACHE_UMASK="007" CDEFINE_amd64="__x86_64__" CDEFINE_x86="__i386__" CFLAGS="-march=athlon64 -mmmx -msse -msse2 -msse3 -m3dnow -mfpmath=sse -maccumulate-outgoing-args -mno-tls-direct-seg-refs -momit-leaf-frame-pointer -O3 -pipe -fomit-frame-pointer -fweb -frename-registers -floop-optimize2 -fgcse-sm -fgcse-las -fgcse-after-reload -funswitch-loops -funroll-loops -fprefetch-loop-arrays -fvariable-expansion-in-unroller --param max-gcse-passes=5 -ftree-loop-ivcanon -fivopts -ftree-vectorize -ftree-loop-im" CFLAGS_x86="-m32 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib" CHOST="x86_64-pc-linux-gnu" CHOST_amd64="x86_64-pc-linux-gnu" CHOST_x86="i686-pc-linux-gnu" CLASSPATH="." CLEAN_DELAY="5" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib64/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/env.d /etc/eselect/compiler /etc/gconf /etc/init.d /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/env.d" CVS_RSH="ssh" CXXFLAGS="-march=athlon64 -mmmx -msse -msse2 -msse3 -m3dnow -mfpmath=sse -maccumulate-outgoing-args -mno-tls-direct-seg-refs -momit-leaf-frame-pointer -O3 -pipe -fomit-frame-pointer -fweb -frename-registers -floop-optimize2 -fgcse-sm -fgcse-las -fgcse-after-reload -funswitch-loops -funroll-loops -fprefetch-loop-arrays -fvariable-expansion-in-unroller --param max-gcse-passes=5 -ftree-loop-ivcanon -fivopts -ftree-vectorize -ftree-loop-im -ffriend-injection" DCCC_PATH="/usr/lib/distcc/bin" DEFAULT_ABI="amd64" DISPLAY=":0.0" DISTCC_DIR="/var/devel/distcc" DISTCC_LOG="/dev/null" DISTCC_UMASK="007" DISTCC_VERBOSE="0" DISTDIR="/usr/portage/distfiles" EDITOR="/bin/nano" ELIBC="glibc" EMERGE_DEFAULT_OPTS="-v" EMERGE_WARNING_DELAY="10" FEATURES="autoconfig ccache distcc distlocks metadata-transfer parallel-fetch sfperms strict" FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp -P ${DISTDIR} ${URI}" FLTK_DOCDIR="/usr/share/doc/fltk-1.1.7/html" GCC_SPECS="" GDK_USE_XFT="1" GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/linux/gentoo http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo" GUILE_LOAD_PATH="/usr/share/guile/1.6" G_BROKEN_FILENAMES="1" G_FILENAME_ENCODING="UTF-8" HISTCONTROL="ignoredups" HISTFILESIZE="10240" HISTSIZE="1024" HOME="/root" INFOPATH="/usr/share/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.16.1/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.0/info:/usr/share/gcc-data/powerpc-unknown-linux-gnu/3.4.6/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.0/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.0/info:/opt/xmingw/info:/usr/share/info/emacs-21" INPUT_DEVICES="aiptek evdev hyperpen joystick keyboard mouse viod" I_PROMISE_TO_SUPPLY_PATCHES_WITH_BUGS="1" JAVAC="/opt/sun-jdk-1.5.0.06/bin/javac" JAVA_HOME="/opt/sun-jdk-1.5.0.06" JDK_HOME="/opt/sun-jdk-1.5.0.06" KDEDIRS="/usr" KERNEL="linux" LDFLAGS="-Wl,-O1,-z,now,--enable-new-dtags" LDFLAGS_x86="-m elf_i386 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib" LESS="-R -M --shift 5" LESSOPEN="|lesspipe.sh %s" LIBDIR_amd64="lib64" LIBDIR_x86="lib32" LINGUAS="de de_DE en en_US zh_CN zh_TW" LIRC_OPTS="--with-driver=livedrive_midi" LOGNAME="root" MAKEOPTS="-j3" MANPATH="/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.16.1/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.0/man:/usr/share/gcc-data/powerpc-unknown-linux-gnu/3.4.6/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.0/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.0/man:/opt/xmingw/man::/opt/sun-jdk-1.5.0.06/man:/usr/qt/3/doc/man:/opt/vmware/workstation/man" MOZILLA_FIVE_HOME="/usr/lib64/mozilla" MULTILIB_ABIS="x86 amd64" MULTILIB_STRICT_DENY="64-bit.*shared object" MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib" MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3|debug|portage)" OPENGL_PROFILE="nvidia" PAGER="/usr/bin/less" PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.0:/opt/xmingw/bin:/opt/xmingw/i386-mingw32msvc/bin:/opt/sun-jdk-1.5.0.06/bin:/opt/sun-jdk-1.5.0.06/jre/bin:/usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/qt/3/bin:/opt/vmware/workstation/bin" PKGDIR="/usr/portage/packages" PORTAGE_ARCHLIST="ppc s390 amd64 ppc64 x86-fbsd m68k arm sparc sh mips ia64 alpha ppc-macos hppa x86" PORTAGE_BINHOST_CHUNKSIZE="3000" PORTAGE_BIN_PATH="/usr/lib/portage/bin" PORTAGE_CALLER="emerge" PORTAGE_CONFIGROOT="/" PORTAGE_ELOG_CLASSES="warn error log" PORTAGE_ELOG_MAILFROM="portage@emerald.home.localnet" PORTAGE_ELOG_MAILSUBJECT="[${HOST}] package ${PACKAGE} merged with notice !" PORTAGE_ELOG_MAILURI="emerald@home.localnet mail.home.localnet" PORTAGE_ELOG_SYSTEM="save mail" PORTAGE_GID="250" PORTAGE_INST_GID="0" PORTAGE_INST_UID="0" PORTAGE_NICENESS="10" PORTAGE_PYM_PATH="/usr/lib/portage/pym" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'" PORTAGE_RSYNC_RETRIES="3" PORTAGE_TMPDIR="/var/tmp" PORTAGE_TMPFS="/tmp" PORTAGE_WORKDIR_MODE="0700" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage /usr/local/gentoo-de" PRELINK_PATH="" PRELINK_PATH_MASK="/usr/lib/gstreamer-0.8" PVM_ARCH="LINUX64" PVM_ROOT="/usr/share/pvm3" PWD="/root" PYTHONPATH="/usr/lib/portage/pym" QMAKESPEC="linux-g++" QTDIR="/usr/qt/3" RESUMECOMMAND="/usr/bin/wget -c -t 5 --passive-ftp -P ${DISTDIR} ${URI}" ROOT="/" RPMDIR="/usr/portage/rpm" SANE_CONFIG_DIR="/etc/sane.d" SEARCH_DIRS_MASK="/opt/opera/lib/opera/plugins" SHELL="/bin/bash" SHLVL="1" SYMLINK_LIB="yes" SYNC="rsync://proxy.home.localnet/gentoo-portage" TERM="xterm" TEXINPUTS="/usr/lib64/ocaml/ocamldoc:" USE="amd64 3ds 7zip X Xaw3d a52 aac aalib acl acpi aio alsa ao aotuv apache2 arts artswrappersuid artworkextra asf async athena atk audiofile automount avahi avi bash-completion batch bcmath bdf berkdb big-tables bitmap-fonts bl blas bluetooth bonobo boo browserplugin bzip2 cairo calendar caps cdb cdda cddb cdparanoia cdr cgi chipcard cjk clearcase cli corba crosscompile crypt css cups curl curlwrappers cvs cxx daap dbus dga directfb djbfft djvu dlloader dmx dnd double-precision dri dts dv dvd dvdr dvdread dvi dynagraph dynamic ecc edl eds emacs emboss encode erandom esd examples exif expat extraengine fame fast fbcon ffmpeg fftw firefox flac flash flatfile fltk font-server fontconfig foomaticdb fortran fpx freetds freewnn gcj gd gdbm geldkarte ggi gif gimp gimpprint glade glibc-omitfp glitz glut gmp gnome gnutls gphoto2 gpm graphviz gs gstreamer gtk gtk2 gtkhtml guile hal hash hbci howl iconv idea idn ieee1394 imagemagick imap imlib immqt-bc inifile iodbc ipv6 isdnlog jack jack-tmpfs java java-external javascript jbig jikes jit jpeg jpeg2k jython kde kdeenablefinal kexi kqemu latex lcms leim lesstif libcaca libclamav libg++ libvisual lirc live lm_sensors logitech-mouse logrotate lua lzo lzw lzw-tiff mad mailwrapper mapeditor matroska mcve md5sum mhash mikmod ming mjpeg mmap mng mod modplug mono motif mozcalendar mozilla mozsha1 mozsvg mp3 mp4 mpe mpeg mpi mplayer mpm-worker mule multislot multiuser musepack musicbrainz mysql mysqli nautilus ncurses neXt netcdf network new-login nfs nls nntp nptl nptlonly nsplugin numeric nvidia oav objc objc++ odbc offensive ofx ogg on-the-fly-crypt openal opengl pam pam_console pam_timestamp pascal pcntl pcre pcsc-lite pdf pdflib perl php physfs pic plotutils png portaudio postgres povray ppds pppd pwdb python qt quicktime quotas quotes rar rdesktop readline reflection rhino rle rtc rtsp ruby samba scanner scenarios screen script sdl sensord session sftplogging shout silc skey slang slp smp sndfile source sox speex spell spl sql sqlite sqlite3 ssl stats stream subtitles subversion svg swat sysfs sysvipc t1lib tcltk tcpd test tetex tga theora threads tiff toolbar tools truetype truetype-fonts type1-fonts ucs2 udev underscores unicode urandom usb utf8 v4l v4l2 vcd vlm vorbis vorbis-psy wddx winbind wmf wxwindows x264 xanim xcomposite xemacs xface xine xinetd xml xml2 xmldoclet xmlreader xmlrpc xmlwriter xmms xorg xosd xpm xprint xscreensaver xv xvid xvmc yaz yv12 zeroconf zip zlib elibc_glibc input_devices_aiptek input_devices_evdev input_devices_hyperpen input_devices_joystick input_devices_keyboard input_devices_mouse input_devices_viod kernel_linux linguas_de linguas_de_DE linguas_en linguas_en_US linguas_zh_CN linguas_zh_TW userland_GNU video_cards_dummy video_cards_fbdev video_cards_glint video_cards_nv video_cards_nvidia video_cards_v4l video_cards_vesa video_cards_vga" USER="root" USERLAND="GNU" USE_EXPAND="DVB_CARDS ELIBC FCDSL_CARDS FRITZCAPI_CARDS INPUT_DEVICES KERNEL LINGUAS USERLAND VIDEO_CARDS" USE_EXPAND_HIDDEN="" USE_ORDER="env:pkg:conf:defaults" VIDEO_CARDS="dummy fbdev glint nv nvidia v4l vesa vga" XARGS="xargs -r" XAUTHORITY="/root/.xauthlGT8Rx" _="/usr/bin/emerge" http_proxy="http://proxy.home.localnet:3128/" https_proxy="http://proxy.home.localnet:3128/"
1.5.1.3 should fix that, otherwise reopen please.