I've emerged --sync today (20090321) and emerged -nuvtDNa system and then world. Emerge world fails on gimp. Looking at the build file, there is this line: ---- checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... failed ---- Which, in the process, leads to all symbol generation steps to fail, such as: --- generating symbol list for `_gimpenums.la' /usr/bin/nm -B .libs/gimpenumsmodule.o | | /bin/sed 's/.* //' | sort | uniq > .libs/_gimpenums.exp ../../libtool: eval: line 4388: syntax error near unexpected token `|' ---- and the build process stops at these steps. Reproducible: Always Steps to Reproduce: 1. Have a stable amd64 system (I do have some keyworded packages, not gimp though, I'll join the package.keywords as an attachment) 2. Emerge --sync dated 20090321 3. emerge gimp Actual Results: Gimp wasn't updated (stays to 2.4.6) Expected Results: Gimp should have been updated to 2.6.4
Created attachment 185756 [details] The failed build log
Created attachment 185758 [details] My package.keywords
This is the emerge --info output (note that the rsync mirror is on my LAN, it is updated via cron every day at 2pm GMT+1) Portage 2.1.6.9 (default/linux/amd64/2008.0, gcc-4.1.2, glibc-2.8_p20080602-r1, 2.6.28.8 x86_64) ================================================================= System uname: Linux-2.6.28.8-x86_64-Intel-R-_Core-TM-2_Quad_CPU_@_2.40GHz-with-glibc2.2.5 Timestamp of tree: Sat, 21 Mar 2009 13:15:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7-r1, 2.1.7 dev-lang/python: 2.5.2-r7 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.6.2-r1 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.63 sys-devel/automake: 1.7.9-r1, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe" 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/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ http://ftp.club-internet.fr/pub/mirrors/gentoo" LANG="en" LC_ALL="en_US.UTF8" LDFLAGS="-Wl,-O1" LINGUAS="fr" MAKEOPTS="-j4" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" 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" SYNC="rsync://carmen.kitchen.eel/gentoo-portage" USE="X a52 aac acl aiglx alsa amd64 berkdb bzip2 cli cracklib crypt cups dbus dri dvd dvdr fortran gdbm gif gpm gstreamer hal iconv ipv6 isdnlog java java6 jpeg kde kdeprefix midi mmx mp3 mudflap multilib ncurses nls nptl nptlonly nsplugin ogg opengl openmp pam pcre perl png pppd python qt3 quicktime readline reflection session smp source spl sse sse2 ssl svg sysfs syslog tcpd theora unicode v4l2 vim-syntax vorbis xcomposite xorg xscreensaver 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="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="fr" USERLAND="GNU" VIDEO_CARDS="radeon" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Attach your config.log.
Created attachment 185787 [details] config.log for gimp 2.6.4 The config.log, as required.
This looks a bit similar to bug 196243, but that's not really helpful.
It was something to do with my setup, the problem has been long solved.