classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: classpath: build failure on m68k


From: Brian Jones
Subject: Re: classpath: build failure on m68k
Date: 31 May 2003 10:45:50 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

John Leuner <address@hidden> writes:

> 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

Check to see if 'bash' is /bin/sh on this box.  I suspect the
commands for install-data-local are not friendly to the shell in use.
Quick fix may be to use `SHELL=/bin/bash make install' instead.

Brian

> 
> 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 <address@hidden>
> 
> 
> 
> _______________________________________________
> Classpath mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/classpath
> 

-- 
Brian Jones <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]