This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/39940] [4.5 Regression] Bootstrap failure in libjava on i686-apple-darwin9
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Apr 2009 21:58:02 -0000
- Subject: [Bug java/39940] [4.5 Regression] Bootstrap failure in libjava on i686-apple-darwin9
- References: <bug-39940-12313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from dominiq at lps dot ens dot fr 2009-04-30 21:58 -------
> can you try the command-line I posted
I guess it is from comment #6. Using a stupid copy and paste, I get
RefTemplate: Undefined variable.
After some trial and error, I ran
/opt/gcc/gcc4.5w/libexec/gcc/i686-apple-darwin9/4.5.0/jc1
/opt/gcc/_gcc_clean/libjava/classpath/lib/gnu/CORBA/Poa/gnuPOA.class
-fhash-synchronization -fuse-divide-subroutine -fcheck-references
-fuse-boehm-gc -fkeep-inline-functions -fPIC -feliminate-unused-debug-symbols
-quiet -mmacosx-version-min=10.5.6 -m64 -mtune=generic -g -O2 -Wno-deprecated
-ffloat-store -fomit-frame-pointer -fencoding=UTF-8 -fbootstrap-classes -fjni
-findirect-dispatch -fno-indirect-classes -fno-common
-fbootclasspath=/opt/gcc/_gcc_clean/libjava/classpath/lib/
-fdump-tree-all-details
and the same variant on ppc, and got no errors but a bunch of files in
/opt/gcc/_gcc_clean/libjava/classpath/lib/gnu/CORBA/Poa/
I have moved them to another directory, but don't know what to do with them .
On Intel jc1 comes from revision 146795. For my last bootstrap I have only
(successfully) build c, c++, and fortran, so if I need a matching jc1, I'll
have to do a full (failing) bootstrap and won't have anything before tomorrow
morning.
Note, I really don't know anything about Java except the name.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39940