[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug #2192] "make install" fails in docs/api directory
From: |
nobody |
Subject: |
[Bug #2192] "make install" fails in docs/api directory |
Date: |
Sun, 12 Jan 2003 11:18:46 -0500 |
=================== BUG #2192: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2192&group_id=85
Submitted by: crawley Project: classpath
Submitted on: 2003-Jan-13 02:18
Severity: 5 - Major Resolution: None
Assigned to: None Status: Open
Platform Version: Red Hat 7.x
Summary: "make install" fails in docs/api directory
Original Submission:
./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
No Followups Have Been Posted
CC list is empty
No files currently attached
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2192&group_id=85
- [Bug #2192] "make install" fails in docs/api directory,
nobody <=