This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: multilib build broken...
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Jaeger <aj at suse dot de>
- Cc: java at gcc dot gnu dot org
- Date: 25 Mar 2005 13:26:22 -0700
- Subject: Re: multilib build broken...
- References: <m3zmwr4ljn.fsf@gromit.moeb>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Jaeger <aj@suse.de> writes:
Andreas> I get the following failure bootstraping with multilibs:
Andreas> make[7]: Entering directory `/builds/gcc/misc/x86_64-suse-linux-gnu/32/libjava/external/sax'
Andreas> find org -name '*.class' -print | ../../../.././fastjar/fastjar -cfME@ sax.jar
Andreas> /bin/sh: ../../../.././fastjar/fastjar: No such file or directory
Andreas> make[7]: *** [sax.jar] Error 127
Andreas> Seems a wrong path is used - one that's not multilib aware :-(
Yeah, Mike Stump pointed this out yesterday.
I didn't touch anything in this area, so I don't think it is the
result of my recent patch. But I'm not sure.
I suspect the MULTISUBDIR setting in libjava/external/*/Makefile.am
is wrong. One question is, how did it ever work before?
Tom