Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38236 - compiling binutils-2.14.90.0.6-r6 fails in stage 1 install
Summary: compiling binutils-2.14.90.0.6-r6 fails in stage 1 install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-14 17:00 UTC by Ákos Maróy
Modified: 2004-01-19 06:55 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 Ákos Maróy 2004-01-14 17:00:14 UTC
I'm just trying to do a stage 1 install, and for scripts/bootstrap.sh I get the following error:

gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DTRAD_CORE -I. -I. -I./../include -I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O3 -mcpu=i686 -funroll-loops -pipe -c elf32.c -o elf32.o >/dev/null 2>&1
{standard input}: Assembler messages:
{standard input}:14942: Warning: end of file not at end of a line; newline inserted
{standard input}:15589: Error: unbalanced parenthesis in operand 1.
gcc: Internal error: Terminated (program cc1)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
make[3]: *** [elf.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/binutils-2.14.90.0.6-r6/work/binutils-2.14.90.0.6/bfd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/binutils-2.14.90.0.6-r6/work/binutils-2.14.90.0.6/bfd'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/binutils-2.14.90.0.6-r6/work/binutils-2.14.90.0.6/bfd'
make: *** [all-bfd] Error 2
 
!!! ERROR: sys-devel/binutils-2.14.90.0.6-r6 failed.
!!! Function src_compile, Line 140, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
1. start a stage 1 install from a LiveCD
2. get until bootstrapping
3. issue scripts/bootstrap.sh

Actual Results:  
I got the error message above

Expected Results:  
compile correctly

cdimage portage # cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 5
model name      : Pentium II (Deschutes)
stepping        : 2
cpu MHz         : 398.272
cache size      : 512 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat
pse36 mmx fxsr
bogomips        : 794.62
Comment 1 Ákos Maróy 2004-01-19 06:55:47 UTC
version binutils-2.14.90.0.7-r4 compiles fine...