when trying to update to binuitls-2.14.90.0.8-r2 it bombs out with Function src_unpack, Line 39, Exitcode 1 Reproducible: Always Steps to Reproduce: 1.emerge sync 2.emerge -u world 3. Actual Results: ERROR: sys-devel/binutils-2.14.90.0.8-r2 failed. Function src_unpack, Line 39, Exitcode 1 (no error message) Expected Results: full upgrade of binutils when emerge -u world Portage 2.0.50-r8 (default-x86-2004.0, gcc-3.4.0, glibc-2.3.3.20040420-r0, 2.6.5-gentoo-r1-3) ================================================================= System uname: 2.6.5-gentoo-r1-3 i686 AMD Duron(TM)Processor Gentoo Base System version 1.4.16 Autoconf: sys-devel/autoconf-2.59-r4 Automake: sys-devel/automake-1.8.5 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-O3 -march=athlon -funroll-loops -fpeel-loops -funswitch-loops -fprefetch-loop-arrays -funit-at-a-time -fomit-frame-pointer -pipe" CHOST="i686-pc-linux-gnu" COMPILER="gcc3" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O3 -march=athlon -funroll-loops -fpeel-loops -funswitch-loops -fprefetch-loop-arrays -funit-at-a-time -fomit-frame-pointer -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache sandbox" GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.gentoo.org/gentoo-portage"
I have found on line 39 the "use uclibc &&" cause the build to break removing this small section of line allows for the build to complete successfully. If someone has this use uclibc in there flags I could see it being there but as it stands this is only problem in ebuild I think it is implemented wrong I could be wrong.
*** This bug has been marked as a duplicate of 54059 ***