Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 437354 - net-voip/telepathy-salut-0.8.0 - .../work/telepathy-salut-0.8.0/src/.libs/libsalut-plugins.so: file not recognized: File truncated
Summary: net-voip/telepathy-salut-0.8.0 - .../work/telepathy-salut-0.8.0/src/.libs/lib...
Status: RESOLVED DUPLICATE of bug 413581
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-06 01:28 UTC by John Cox
Modified: 2012-11-11 19:39 UTC (History)
2 users (show)

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


Attachments
build log (build.log,471.93 KB, text/plain)
2012-10-06 19:05 UTC, Mohaa
Details
Build log of the problem. (build.log,447.55 KB, text/plain)
2012-10-06 19:19 UTC, John Cox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Cox 2012-10-06 01:28:17 UTC
I just tried to do an "emerge --newuse --deep --update world" and net-voip/telepathy-salut-0.8.0 is failing to emerge. The attached snippet of code seems to build libsalut-plugins-0.8.0.so and in the next step fails to find libsalut-plugins.so when it links the next step. 

Forum user Hu identified the problem as attempting to reference a product before it was built and suggested I set MAKEOPTS="-j1". This cured the problem.

Reference http://forums.gentoo.org/viewtopic-p-7156208.html#7156208

A snippet of the emerge step follows:



    /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -I .. -I .. -I ../lib -I ../lib -I ../salut -DG_LOG_DOMAIN=\"salut\" -DPLUGIN_DIR=\"/usr/lib64/telepathy/salut-0/plugins\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/libxml2 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/var/tmp/portage/net-voip/telepathy-salut-0.8.0/work/telepathy-salut-0.8.0/lib/ext/wocky -I/var/tmp/portage/net-voip/telepathy-salut-0.8.0/work/telepathy-salut-0.8.0/lib/ext/wocky/wocky -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/telepathy-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/uuid -pthread -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -pipe -export-dynamic -Wl,-O1 -Wl,--as-needed -o telepathy-salut salut.o libsalut-convenience.la ../lib/gibber/libgibber.la ../extensions/libsalut-extensions.la -ltelepathy-glib
    /bin/sh ../libtool --mode=install /usr/bin/install -c libsalut-plugins.la '/var/tmp/portage/net-voip/telepathy-salut-0.8.0/image//usr/lib64/telepathy/salut-0/lib'
    libtool: install: warning: relinking `libsalut-plugins.la'
    libtool: install: (cd /var/tmp/portage/net-voip/telepathy-salut-0.8.0/work/telepathy-salut-0.8.0/src; /bin/sh /var/tmp/portage/net-voip/telepathy-salut-0.8.0/work/telepathy-salut-0.8.0/libtool --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -std=gnu99 -I .. -I .. -I ../lib -I ../lib -I ../salut -DG_LOG_DOMAIN=\"salut\" -DPLUGIN_DIR=\"/usr/lib64/telepathy/salut-0/plugins\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/libxml2 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/var/tmp/portage/net-voip/telepathy-salut-0.8.0/work/telepathy-salut-0.8.0/lib/ext/wocky -I/var/tmp/portage/net-voip/telepathy-salut-0.8.0/work/telepathy-salut-0.8.0/lib/ext/wocky/wocky -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/telepathy-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/uuid -pthread -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -pipe -shared -no-undefined -release 0.8.0 -Wl,-O1 -Wl,--as-needed -o libsalut-plugins.la -rpath /usr/lib64/telepathy/salut-0/lib caps-channel-manager.lo plugin.lo plugin-connection.lo capability-set.lo debug.lo sidecar.lo -ltelepathy-glib -pthread -lgthread-2.0 -lrt -lgio-2.0 -lgobject-2.0 -lglib-2.0 /var/tmp/portage/net-voip/telepathy-salut-0.8.0/work/telepathy-salut-0.8.0/lib/ext/wocky/wocky/libwocky.la -inst-prefix-dir /var/tmp/portage/net-voip/telepathy-salut-0.8.0/image/)
    libtool: relink: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC .libs/caps-channel-manager.o .libs/plugin.o .libs/plugin-connection.o .libs/capability-set.o .libs/debug.o .libs/sidecar.o -Wl,-rpath -Wl,/usr/lib64/telepathy/salut-0/lib -ltelepathy-glib -lgthread-2.0 -lrt -lgio-2.0 -lgobject-2.0 -lglib-2.0 -L/var/tmp/portage/net-voip/telepathy-salut-0.8.0/image//usr/lib64/telepathy/salut-0/lib -L/usr/lib64/telepathy/salut-0/lib -lwocky -pthread -pthread -pthread -pthread -pthread -pthread -O2 -Wl,-O1 -Wl,--as-needed -pthread -pthread -Wl,-soname -Wl,libsalut-plugins-0.8.0.so -o .libs/libsalut-plugins-0.8.0.so
    libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -I .. -I .. -I ../lib -I ../lib -I ../salut -DG_LOG_DOMAIN=\"salut\" -DPLUGIN_DIR=\"/usr/lib64/telepathy/salut-0/plugins\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/libxml2 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/var/tmp/portage/net-voip/telepathy-salut-0.8.0/work/telepathy-salut-0.8.0/lib/ext/wocky -I/var/tmp/portage/net-voip/telepathy-salut-0.8.0/work/telepathy-salut-0.8.0/lib/ext/wocky/wocky -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/telepathy-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/uuid -pthread -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -pipe -Wl,-O1 -Wl,--as-needed -o .libs/telepathy-salut salut.o -Wl,--export-dynamic ./.libs/libsalut-convenience.a -luuid -lavahi-gobject -lavahi-common -lavahi-client /var/tmp/portage/net-voip/telepathy-salut-0.8.0/work/telepathy-salut-0.8.0/src/.libs/libsalut-plugins.so ../lib/gibber/.libs/libgibber.a /var/tmp/portage/net-voip/telepathy-salut-0.8.0/work/telepathy-salut-0.8.0/lib/ext/wocky/wocky/.libs/libwocky.so -lxml2 -lsqlite3 -lgnutls -lsoup-2.4 ../extensions/.libs/libsalut-extensions.a -ldbus-glib-1 -ldbus-1 -lgthread-2.0 -lrt -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ltelepathy-glib -pthread -Wl,-rpath -Wl,/usr/lib64/telepathy/salut-0/lib
    /var/tmp/portage/net-voip/telepathy-salut-0.8.0/work/telepathy-salut-0.8.0/src/.libs/libsalut-plugins.so: file not recognized: File truncated
    collect2: ld returned 1 exit status
    make[3]: *** [telepathy-salut] Error 1
    make[3]: *** Waiting for unfinished jobs....
    libtool: install: /usr/bin/install -c .libs/libsalut-plugins-0.8.0.soT /var/tmp/portage/net-voip/telepathy-salut-0.8.0/image//usr/lib64/telepathy/salut-0/lib/libsalut-plugins-0.8.0.so
    libtool: install: (cd /var/tmp/portage/net-voip/telepathy-salut-0.8.0/image//usr/lib64/telepathy/salut-0/lib && { ln -s -f libsalut-plugins-0.8.0.so libsalut-plugins.so || { rm -f libsalut-plugins.so && ln -s libsalut-plugins-0.8.0.so libsalut-plugins.so; }; })
    libtool: install: /usr/bin/install -c .libs/libsalut-plugins.lai /var/tmp/portage/net-voip/telepathy-salut-0.8.0/image//usr/lib64/telepathy/salut-0/lib/libsalut-plugins.la
    libtool: install: warning: remember to run `libtool --finish /usr/lib64/telepathy/salut-0/lib'
    make[3]: Leaving directory `/var/tmp/portage/net-voip/telepathy-salut-0.8.0/work/telepathy-salut-0.8.0/src'
    make[2]: *** [install-am] Error 2
    make[2]: Leaving directory `/var/tmp/portage/net-voip/telepathy-salut-0.8.0/work/telepathy-salut-0.8.0/src'
    make[1]: *** [install] Error 2
    make[1]: Leaving directory `/var/tmp/portage/net-voip/telepathy-salut-0.8.0/work/telepathy-salut-0.8.0/src'
    make: *** [install-recursive] Error 1
    * ERROR: net-voip/telepathy-salut-0.8.0 failed (install phase):
    * emake failed
    *
    * If you need support, post the output of `emerge --info '=net-voip/telepathy-salut-0.8.0'`,
    * the complete build log and the output of `emerge -pqv '=net-voip/telepathy-salut-0.8.0'`.
    * The complete build log is located at '/var/tmp/portage/net-voip/telepathy-salut-0.8.0/temp/build.log'.
    * The ebuild environment file is located at '/var/tmp/portage/net-voip/telepathy-salut-0.8.0/temp/environment'.
    * Working directory: '/var/tmp/portage/net-voip/telepathy-salut-0.8.0/work/telepathy-salut-0.8.0'
    * S: '/var/tmp/portage/net-voip/telepathy-salut-0.8.0/work/telepathy-salut-0.8.0'
    * QA Notice: Unrecognized configure options:
    *
    * configure: WARNING: unrecognized options: --disable-plugins, --disable-avahi-tests
    * configure: WARNING: unrecognized options: --disable-plugins, --disable-avahi-tests

    >>> Failed to emerge net-voip/telepathy-salut-0.8.0, Log file:



emerge --info follows:


    bopper portage # emerge --info telepathy-salut
    Portage 2.1.11.9 (default/linux/amd64/10.0/desktop, gcc-4.5.4, glibc-2.15-r2, 3.4.9-gentoo x86_64)
    =================================================================
    System Settings
    =================================================================
    System uname: Linux-3.4.9-gentoo-x86_64-AMD_Phenom-tm-_II_X4_970_Processor-with-gentoo-2.1
    Timestamp of tree: Fri, 05 Oct 2012 20:00:01 +0000
    app-shells/bash: 4.2_p37
    dev-java/java-config: 2.1.11-r3
    dev-lang/python: 2.7.3-r2, 3.1.5, 3.2.3
    dev-util/cmake: 2.8.9
    dev-util/pkgconfig: 0.27.1
    sys-apps/baselayout: 2.1-r1
    sys-apps/openrc: 0.9.8.4
    sys-apps/sandbox: 2.5
    sys-devel/autoconf: 2.13, 2.69
    sys-devel/automake: 1.10.3, 1.11.6
    sys-devel/binutils: 2.22-r1
    sys-devel/gcc: 4.5.4
    sys-devel/gcc-config: 1.7.3
    sys-devel/libtool: 2.4-r1
    sys-devel/make: 3.82-r3
    sys-kernel/linux-headers: 3.4-r2 (virtual/os-headers)
    sys-libs/glibc: 2.15-r2
    Repositories: gentoo
    ACCEPT_KEYWORDS="amd64"
    ACCEPT_LICENSE="* -@EULA"
    CBUILD="x86_64-pc-linux-gnu"
    CFLAGS="-O2 -pipe"
    CHOST="x86_64-pc-linux-gnu"
    CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
    CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.4/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
    CXXFLAGS="-O2 -pipe"
    DISTDIR="/usr/portage/distfiles"
    FCFLAGS="-O2 -pipe"
    FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles news parallel-fetch parse-eapi-ebuild-head protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
    FFLAGS="-O2 -pipe"
    GENTOO_MIRRORS="http://distfiles.gentoo.org"
    LANG="en_US.UTF-8"
    LDFLAGS="-Wl,-O1 -Wl,--as-needed"
    LINGUAS="en"
    MAKEOPTS="-j5"
    PKGDIR="/usr/portage/packages"
    PORTAGE_CONFIGROOT="/"
    PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --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="3dnow X Xaw3d a52 aac aalib acl acpi aim alsa amd64 ao apache2 apm audiofile avahi berkdb blas bluetooth branding bzip2 cairo calendar caps cdda cddb cdinstall cdparanoia cdr cgi clamav cli consolekit cracklib crypt css ctype cups curl cvs cxx dbi dbm dbus dbx dga directfb dri dts dv dvb dvd dvdr eds emboss encode enscript evo examples exif expat fam fastcgi fbcon ffmpeg firefox flac fontconfig foomaticdb fortran ftp gcj gdbm gif gimp glu gmp gnome gnuplot gnutls gphoto2 gpm graphviz gsl gsm gstreamer gtk gtkhtml guile gzip hal handbook hddtemp iconv icq icu idn ieee1394 imagemagick imlib innodb introspection iodbc ipv6 jabber java java6 javascript jbig jingle jpeg jpeg2k kde kontact lapack lcms ldap libcaca libedit libgda libnotify libwww lm_sensors lua lzma lzo mad maildir mikmod milter mime mmap mmx mng modules motif mozilla mp3 mp4 mpeg mpi mplayer msn mudflap multilib musepac mysql mysqli nas ncurses networkmanager nls nntp nptl nsplugin odbc offensive ofx ogg opengl openmp osc oscar oss pam pango pch pcntl pcre pdf perl php plasma plotutils png policykit portaudio posix postgres ppds pppd pulseaudio python qt3support qt4 quicktime raw rdesktop readline rss ruby samba sasl sdl semantic-desktop session sharedext sharedmem simplexml smp sndfile snmp soap sockets socks5 speex spell sqlite sqlite3 sse sse2 ssl startup-notification subversion suid svg symlink syslog sysvipc szip tcl tcpd theora threads tidy tiff timiditytk tokenizer truetype udev udisks unicode upower usb v4l v4l2 vcd vorbis wmf wxwidgets x264 xcb xcomposite xft xine xinerama xinetd xml xnlrpc xosd xv xvid yahoo zeroconf 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en" PHP_TARGETS="php5-3" PYTHON_TARGETS="python3_2 python2_7" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="nvidia" XFCE_PLUGINS="brightness menu trash" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
    Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

    =================================================================
    Package Settings
    =================================================================

    net-voip/telepathy-salut-0.6.0 was built with the following:
    USE="(multilib) -test"
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-10-06 16:20:49 UTC
Please attach the entire build log to this bug report.
Comment 2 Mohaa 2012-10-06 19:05:07 UTC
Created attachment 325822 [details]
build log
Comment 3 Mohaa 2012-10-06 19:07:39 UTC
same problem here.
build lod attached.

# emerge --info 
Portage 2.1.11.9 (default/linux/amd64/10.0, gcc-4.5.4, glibc-2.15-r2, 3.4.9-gentoo-0KuR x86_64)
=================================================================
System uname: Linux-3.4.9-gentoo-0KuR-x86_64-Intel-R-_Core-TM-_i5_CPU_M_450_@_2.40GHz-with-gentoo-2.1
Timestamp of tree: Sat, 06 Oct 2012 17:45:01 +0000
app-shells/bash:          4.2_p37
dev-java/java-config:     2.1.11-r3
dev-lang/python:          2.6.8, 2.7.3-r2, 3.1.5, 3.2.3
dev-util/cmake:           2.8.9
dev-util/pkgconfig:       0.27.1
sys-apps/baselayout:      2.1-r1
sys-apps/openrc:          0.9.8.4
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.68
sys-devel/automake:       1.11.6
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.4.7, 4.5.4
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r3
sys-kernel/linux-headers: 3.4-r2 (virtual/os-headers)
sys-libs/glibc:           2.15-r2
Repositories: gentoo
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.4/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/media/local/Unix/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles news parallel-fetch parse-eapi-ebuild-head protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="fr_FR.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="fr it"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/media/local/Unix/portage/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync1.de.gentoo.org/gentoo-portage/"
USE="X a52 aac aalib acl acpi alsa amd64 avahi bash-completion berkdb bluetooth branding bzip2 cairo caps cdda cdr cgi cjk cli consolekit cracklib crypt css cups curl cxx dbus dga directfb djvu dri dts dvd dvdr enscript exif faac faad fam ffmpeg flac fontconfig fortran fuse gdbm gif gimp gnome gnome-keyring gnutls gphoto2 gpm graphviz gstreamer gtk gtk3 iconv imagemagick imap imlib java jpeg jpeg2k kerberos lame lcms libnotify libsamplerate lzma lzo mad maildir matroska mbox mime mjpeg mmx mng modules mp3 mp4 mpeg mtp mudflap multilib musepack musicbrainz mysql nas nautilus ncurses nis nls nptl nsplugin odbc ogg ogm opengl openmp pam pango pch pcre perl png policykit pppd python qt3support raw readline sasl sdl session smp sndfile sockets sox speex spell sqlite sse sse2 sse3 ssl ssse3 svg syslog taglib tcpd theora tiff truetype unicode usb v4l vdpau vim-syntax vorbis wavpack wifi wmf x264 xattr xcb xml xmp xpm xulrunner xv xvid xvideo zeroconf zip zlib zsh-completion" 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="*" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="fr it" PHP_TARGETS="php5-3" PYTHON_TARGETS="python3_2 python2_7" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 4 John Cox 2012-10-06 19:19:05 UTC
Created attachment 325828 [details]
Build log of the problem.

Build log as requested.
Comment 5 Mohaa 2012-10-06 20:16:48 UTC
this looks like a duplicate of bug 413581
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2012-10-07 18:51:11 UTC

*** This bug has been marked as a duplicate of bug 413581 ***