Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17193 - binutils failed
Summary: binutils failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Sparc Linux
: High normal (vote)
Assignee: Stefan Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-10 02:33 UTC by Seemant Kulleen (RETIRED)
Modified: 2006-02-04 06:05 UTC (History)
3 users (show)

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 Seemant Kulleen (RETIRED) gentoo-dev 2003-03-10 02:33:12 UTC
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl
-I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -mcpu=ultrasparc -O3
-pipe -falign-functions=4 -fprefetch-loop-arrays -ffast-math -c elf32.c  -fPIC
-DPIC -o .libs/elf32.o
elf32-sparc.c: In function `elf32_sparc_relocate_section':
elf32-sparc.c:2535: structure has no member named `sec_info_type'
make[3]: *** [elf32-sparc.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl
-I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -mcpu=ultrasparc -O3
-pipe -falign-functions=4 -fprefetch-loop-arrays -ffast-math -c elf32.c -o
elf32.o >/dev/null 2>&1
make[3]: Leaving directory
`/var/tmp/portage/binutils-2.13.90.0.18-r1/work/binutils-2.13.90.0.18/bfd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/binutils-2.13.90.0.18-r1/work/binutils-2.13.90.0.18/bfd'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory
`/var/tmp/portage/binutils-2.13.90.0.18-r1/work/binutils-2.13.90.0.18/bfd'
make: *** [all-bfd] Error 2

!!! ERROR: sys-devel/binutils-2.13.90.0.18-r1 failed.
!!! Function src_compile, Line 98, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jason Wever (RETIRED) gentoo-dev 2003-03-14 06:05:53 UTC
*** Bug 17486 has been marked as a duplicate of this bug. ***
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2003-03-30 02:02:17 UTC
I think its a redundent patch .. try to comment:

  epatch ${FILESDIR}/2.13/${PN}-2.13.90.0.18-sparc-nonpic.patch

And see if that works.  It prob got invalidated by the branch update ...
Comment 3 Christian Birchinger (RETIRED) gentoo-dev 2003-03-30 19:27:53 UTC
Commenting out sparc-nonpic.patch makes it build on sparc.
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2003-04-01 23:22:58 UTC
yep, confirmed.

just out of curiosity -- how come the patches are not applied like in xfree -- so that arch-specific patches are applied on the specific arches they are meant for.  I just ask because I noticed x86-64 and alpha patches were applied.
Comment 5 Stefan Jones (RETIRED) gentoo-dev 2003-04-13 06:18:13 UTC
I guess this is fixed now ...