bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/22661] "make install" fails in docs/api directory


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/22661] "make install" fails in docs/api directory
Date: 16 Oct 2005 01:26:23 -0000

./configure --enable-jni
make
make install
...
Making install in lib
make[1]: Entering directory `/home/stephen/classpath/lib'
top_builddir=.. /bin/sh ./gen-classlist.sh standard
make[2]: Entering directory `/home/stephen/classpath/lib'
top_builddir=.. /bin/sh ./gen-classlist.sh standard
make[2]: Nothing to be done for `install-exec-am'.
../mkinstalldirs /usr/local/classpath/share/classpath
if ! [ -e glibj.zip ]; then cp -R gnu /usr/local/classpath/share/classpath; fi
if ! [ -e glibj.zip ]; then cp -R java /usr/local/classpath/share/classpath; fi
if ! [ -e glibj.zip ]; then cp -R javax /usr/local/classpath/share/classpath;
fi/bin/sh ../mkinstalldirs /usr/local/classpath/share/classpath
 /usr/bin/install -c -m 644 glibj.zip
/usr/local/classpath/share/classpath/glibj.zip
make[2]: Leaving directory `/home/stephen/classpath/lib'
make[1]: Leaving directory `/home/stephen/classpath/lib'
Making install in doc
make[1]: Entering directory `/home/stephen/classpath/doc'
Making install in api
/usr/bin/find: html: No such file or directory
make[2]: Entering directory `/home/stephen/classpath/doc/api'
/usr/bin/find: html: No such file or directory
make[3]: Entering directory `/home/stephen/classpath/doc/api'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /usr/local/classpath/share/classpath/api
/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `for p in ; do  f="`echo $p | sed -e 's|^.*/||'`";  if
test -f "$p"; then  echo " /usr/bin/install -c -m 644 $p
/usr/local/classpath/share/classpath/api/$f";  /usr/bin/install -c -m 644 $p
/usr/local/classpath/share/classpath/api/$f;  elif test -d "$p"; then  /bin/sh
../../mkinstalldirs /usr/local/classpath/share/classpath/api/$f;  fi;  done'
make[3]: *** [install-data-local] Error 2
make[3]: Leaving directory `/home/stephen/classpath/doc/api'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/stephen/classpath/doc/api'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/stephen/classpath/doc'
make: *** [install-recursive] Error 1


------- Comment #1 from from-classpath at savannah dot gnu dot org  2003-01-13 
23:53 -------
I cannot reproduce this problem on my machine which is unfortunately running
Red Hat 8.0.  I think maybe this has something to do with the shell.  What
shell is SHELL set to in Makefile?  What version/name is that shell, ie bash
2.05b.0(1)-release or ash..., etc.?  I've tested with both bash and ash on this
system without being able to produce the error.  You may want to try running
"SHELL=/bin/bash make install" as a workaround.


------- Comment #2 from from-classpath at savannah dot gnu dot org  2003-01-14 
19:02 -------
This problem will only occur if $(htmllist) is empty.
I'm checking in a fix.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22661





reply via email to

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