This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [head] Java bootstrap failure: natClip.cc:26: syntax error before`;'
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: [head] Java bootstrap failure: natClip.cc:26: syntax error before`;'
- From: "Zack Weinberg" <zackw at Stanford dot EDU>
- Date: Thu, 8 Mar 2001 15:11:37 -0800
- Cc: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>, Bryce McKinlay <bryce at albatross dot co dot nz>, java at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, Manfred Hollstein <manfredh at redhat dot com>
- References: <20010217120053.Y9664@wolery.stanford.edu> <or66i0vf82.fsf@guarana.lsd.ic.unicamp.br> <20010223211644.E26236@wolery.stanford.edu> <orwvagtzbz.fsf@guarana.lsd.ic.unicamp.br> <20010223223158.G26236@wolery.stanford.edu> <or3dcye91b.fsf@guarana.lsd.ic.unicamp.br> <20010301164815.C577@wolery.stanford.edu> <orpug0als4.fsf@guarana.lsd.ic.unicamp.br> <20010302092830.J577@wolery.stanford.edu> <orae6wvm1h.fsf@guarana.lsd.ic.unicamp.br>
On Thu, Mar 08, 2001 at 02:59:06AM -0300, Alexandre Oliva wrote:
> On Mar 2, 2001, "Zack Weinberg" <zackw@Stanford.EDU> wrote:
>
> > On Fri, Mar 02, 2001 at 12:32:11AM -0300, Alexandre Oliva wrote:
> >> On Mar 1, 2001, "Zack Weinberg" <zackw@Stanford.EDU> wrote:
>
> >> > The subdirectory configure is run with the wrong value of CXX.
>
> >> Are you 100% sure the wrong value of CXX wasn't being picked from
> >> <target-sub-dir>/config.cache?
>
> > Yes, I put "echo $CXX >&2" at the very top of libjava/configure:
>
> Here's a shot in the dark. Does this help?
Nope.
Configuring in i686-pc-linux-gnu/libjava
/home/zack/src/b/gcc_vanilla/gcc/g++
-B/home/zack/src/b/gcc_vanilla/gcc/ -nostdinc++
-L/home/zack/src/b/gcc_vanilla/i686-pc-linux-gnu/libstdc++-v3/src
-L/home/zack/src/b/gcc_vanilla/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/work/inst/i686-pc-linux-gnu/bin/
-B/work/inst/i686-pc-linux-gnu/lib/
-isystem /work/inst/i686-pc-linux-gnu/include
loading cache ../config.cache
However, this no longer causes the build to fail. I do get tons of
testsuite failures:
=== libjava Summary ===
# of expected passes 746
# of unexpected failures 402
# of unexpected successes 28
# of expected failures 548
This is with your patch, also with Kenner's change that causes
duplicate EH labels diked out.
> If not, could you (or
> anybody else that experiences the same problem) grant me temporary
> login access to a machine on which the problem can be observed?
I have to finish rebuilding this box first, but sure. I'll contact
you privately.
zw