[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: |
Tue, 14 Jan 2003 14:02:33 -0500 |
=================== BUG #2192: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2192&group_id=85
Changes by: Tom Tromey <address@hidden>
Date: 2003-Jan-14 19:02 (GMT)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Fixed
Status | Analyzed | Closed
------------------ Additional Follow-up Comments ----------------------------
This problem will only occur if $(htmllist) is empty.
I'm checking in a fix.
=================== BUG #2192: FULL BUG SNAPSHOT ===================
Submitted by: crawley Project: classpath
Submitted on: 2003-Jan-12 16:18
Severity: 5 - Major Resolution: Fixed
Assigned to: cbj Status: Closed
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
Follow-up Comments
*******************
-------------------------------------------------------
Date: 2003-Jan-14 19:02 By: tromey
This problem will only occur if $(htmllist) is empty.
I'm checking in a fix.
-------------------------------------------------------
Date: 2003-Jan-13 23:53 By: cbj
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.
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