I received a bug report from a Debian build daemon that could not build classpath on the m68k architecture.
Classpath builds on other architectures, so it's probably m68k specific. The problem seems to be with the build scripts however, can someone take a quick look at the output below and take a guess at what is missing/wrong? It appears to be while executing sh, but there seem to be many cases where sh is invoked. John Leuner On Fri, 2003-05-30 at 16:21, Adrian Bunk wrote: > Package: classpath > Version: 0.05-1 > Severity: serious > > > According to buildd.debian.org building classpath fails with the > following error on m68k: > > <-- snip --> > > ... > Making all in doc > make[2]: Entering directory `/build/buildd/classpath-0.05/doc' > Making all in api > /bin/sh: line 1: cd: ../../external/jaxp/source: No such file or directory > make[3]: Entering directory `/build/buildd/classpath-0.05/doc/api' > make[3]: Nothing to be done for `all'. > ... > make[2]: Entering directory `/build/buildd/classpath-0.05/doc' > Making install in api > /bin/sh: line 1: cd: ../../external/jaxp/source: No such file or directory > make[3]: Entering directory `/build/buildd/classpath-0.05/doc/api' > /bin/sh: line 1: cd: ../../external/jaxp/source: No such file or directory > make[4]: Entering directory `/build/buildd/classpath-0.05/doc/api' > make[4]: Nothing to be done for `install-exec-am'. > /bin/sh ../../mkinstalldirs /build/buildd/classpath-0.05/debian/classpath/usr/s > hare/classpath/api > mkdir -p -- /build/buildd/classpath-0.05/debian/classpath/usr/share/classpath/a > pi > /bin/sh: -c: line 1: unexpected EOF while looking for matching `'' > /bin/sh: -c: line 2: syntax error: unexpected end of file > make[4]: *** [install-data-local] Error 2 > make[4]: Leaving directory `/build/buildd/classpath-0.05/doc/api' > make[3]: *** [install-am] Error 2 > make[3]: Leaving directory `/build/buildd/classpath-0.05/doc/api' > make[2]: *** [install-recursive] Error 1 > make[2]: Leaving directory `/build/buildd/classpath-0.05/doc' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/build/buildd/classpath-0.05' > make: *** [install] Error 2 > > <-- snip --> > > > -- John Leuner <[EMAIL PROTECTED]> _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

