Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54060 - binutils fails with unknown error line 39
Summary: binutils fails with unknown error line 39
Status: RESOLVED DUPLICATE of bug 54059
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-15 22:38 UTC by Jory A. Pratt
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 Jory A. Pratt 2004-06-15 22:38:35 UTC
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"
Comment 1 Jory A. Pratt 2004-06-15 23:02:53 UTC
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.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2004-06-15 23:12:17 UTC

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