This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libgcj/2206: Bootrsap fails.



>Number:         2206
>Category:       libgcj
>Synopsis:       Bootrsap fails.
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Mar 07 08:16:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     sefer@hotmail.com
>Release:        unknown-1.0
>Organization:
>Environment:

>Description:
Hi!

I've been bootrsapping the latest CVS code (the gcc pre 3.1 version from the HEAD branch), and encountring some problems.
I have the newest binutils installed, so I suspect it's not a linker problems (running on i686 linux 2.2.18).
But the Java library seems to cause some headache to the linker ;-)

make[2]: Entering directory `/tmp/zzz/i686-pc-linux-gnu/libjava'
/bin/sh ./libtool --tag=GCJ --mode=compile /tmp/zzz/gcc/gcj -B/tmp/zzz/i686-pc-linux-gnu/libjava/ -B/tmp/zzz/gcc/ --encoding=UTF-8 -fassume-compiled -fclasspath=/tmp/zzz/i686-pc-linux-gnu/libjava -L/tmp/zzz/i686-pc-linux-gnu/libjava -g   -ffloat-store -MD -MT java/io/ObjectOutputStream.lo -MF java/io/ObjectOutputStream.d -c -o java/io/ObjectOutputStream.lo /tmp/egcs/libjava/java/io/ObjectOutputStream.java
/tmp/zzz/gcc/gcj -B/tmp/zzz/i686-pc-linux-gnu/libjava/ -B/tmp/zzz/gcc/ --encoding=UTF-8 -fassume-compiled -fclasspath=/tmp/zzz/i686-pc-linux-gnu/libjava -L/tmp/zzz/i686-pc-linux-gnu/libjava -g -ffloat-store -MD -MT java/io/ObjectOutputStream.lo -MF java/io/ObjectOutputStream.d -c /tmp/egcs/libjava/java/io/ObjectOutputStream.java -fPIC
/tmp/ccwtxO83.s: Assembler messages:
/tmp/ccwtxO83.s:4104: Error: Symbol .LBB0 already defined.
/tmp/ccwtxO83.s:4136: Error: Symbol .LBE0 already defined.
/tmp/ccwtxO83.s:4152: Error: Symbol .LBB0 already defined.
/tmp/ccwtxO83.s:4158: Error: Symbol .LBB0 already defined.
/tmp/ccwtxO83.s:4169: Error: Symbol .LBB0 already defined.
/tmp/ccwtxO83.s:4170: Error: Symbol .LBB0 already defined.
/tmp/ccwtxO83.s:4184: Error: Symbol .LBB0 already defined.
/tmp/ccwtxO83.s:4254: Error: Symbol .LBB0 already defined.
/tmp/ccwtxO83.s:4303: Error: Symbol .LBE0 already defined.
/tmp/ccwtxO83.s:4305: Error: Symbol .LBE0 already defined.
/tmp/ccwtxO83.s:4315: Error: Symbol .LBE0 already defined.
/tmp/ccwtxO83.s:4331: Error: Symbol .LBE0 already defined.
/tmp/ccwtxO83.s:4332: Error: Symbol .LBE0 already defined.
/tmp/ccwtxO83.s:4333: Error: Symbol .LBE0 already defined.
/tmp/ccwtxO83.s:4396: Error: Symbol .LBB0 already defined.
/tmp/ccwtxO83.s:4421: Error: Symbol .LBE0 already defined.
/tmp/ccwtxO83.s:4440: Error: Symbol .LBB0 already defined.
/tmp/ccwtxO83.s:4445: Error: Symbol .LBE0 already defined.
/tmp/ccwtxO83.s:4451: Error: Symbol .LBB0 already defined.
/tmp/ccwtxO83.s:4456: Error: Symbol .LBE0 already defined.
make[2]: *** [java/io/ObjectOutputStream.lo] Error 1
make[2]: Leaving directory `/tmp/zzz/i686-pc-linux-gnu/libjava'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/tmp/zzz/i686-pc-linux-gnu/libjava'
make: *** [install-target-libjava] Error 2
>How-To-Repeat:
./configure --prefix=/opt/gcc-test
make bootstrap
<fails after all the stages are complete>
make install
<yup still fails>
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]