This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: multilib build broken...


>>>>> "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


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