Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7170 - gcc 3.2-r1 won't merge
Summary: gcc 3.2-r1 won't merge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-28 10:10 UTC by Sloan Poe
Modified: 2003-02-04 19:42 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 Sloan Poe 2002-08-28 10:10:48 UTC
I've tried several times to merge gcc-3.2-r1 and it fails with different errors
each time..

the first is:

/gcc/../include /var/tmp/portage/gcc-3.2-r1/work/gcc-3.2/gcc/simplify-rtx.c -o
simplify-rtx.o
stage1/xgcc -Bstage1/ -B/usr/i686-pc-linux-gnu/bin/ -c -DIN_GCC    -g -O2 -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional
-pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I.
-I/var/tmp/portage/gcc-3.2-r1/work/gcc-3.2/gcc
-I/var/tmp/portage/gcc-3.2-r1/work/gcc-3.2/gcc/.
-I/var/tmp/portage/gcc-3.2-r1/work/gcc-3.2/gcc/config
-I/var/tmp/portage/gcc-3.2-r1/work/gcc-3.2/gcc/../include
/var/tmp/portage/gcc-3.2-r1/work/gcc-3.2/gcc/ssa.c -o ssa.o
/var/tmp/portage/gcc-3.2-r1/temp/cchAYMwC.s: Assembler messages:
/var/tmp/portage/gcc-3.2-r1/temp/cchAYMwC.s:10619: Error: unknown pseudo-op:
`.uleb12'
make[2]: *** [simplify-rtx.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/gcc-3.2-r1/work/build/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/var/tmp/portage/gcc-3.2-r1/work/build/gcc'
make: *** [bootstrap-lean] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 22, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/sys-devel/gcc/gcc-3.2-r1.ebuild .
Comment 1 Sloan Poe 2002-08-28 10:27:28 UTC
Ok, So I tried to emerge again and got a different error:

gcc -DIN_GCC    -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H   
-I. -I. -I/var/tmp/portage/gcc-3.2-r1/work/gcc-3.2/gcc
-I/var/tmp/portage/gcc-3.2-r1/work/gcc-3.2/gcc/.
-I/var/tmp/portage/gcc-3.2-r1/work/gcc-3.2/gcc/config
-I/var/tmp/portage/gcc-3.2-r1/work/gcc-3.2/gcc/../include -c insn-peep.c \
  -o insn-peep.o
/var/tmp/portage/gcc-3.2-r1/temp/ccwsMmbh.s: Assembler messages:
/var/tmp/portage/gcc-3.2-r1/temp/ccwsMmbh.s:3466: Warning: rest of line ignored;
first ignored character valued 0x10
/var/tmp/portage/gcc-3.2-r1/temp/ccwsMmbh.s:13924: Error: unknown pseudo-op: `.lc6'
make[2]: *** [insn-peep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/gcc-3.2-r1/work/build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/var/tmp/portage/gcc-3.2-r1/work/build/gcc'
make: *** [bootstrap-lean] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 22, Exitcode 2
!!! (no error message)
Comment 2 Sloan Poe 2002-08-28 15:27:32 UTC
So after about the seventh try, gcc emerged..

I wish I had all the different errors to show.