[Sablevm-developer] sablevm-classpath broken in staging?
Brought to you by:
egagnon
|
From: Chris P. <chr...@ma...> - 2004-04-30 03:18:51
|
Hi,
With a fresh checkout of public/sablevm-classpath/branches/staging
(r2139) I get the following:
$ ./autogen.sh
$ ./configure --enable-gtk-peer=no
$ make && make install
[...]
Making all in doc
make[1]: Entering directory
`/home/research/ccl/cpicke/sablevm-classpath/doc'
Making all in api
/usr/bin/find: html: No such file or directory
make[2]: Entering directory
`/home/research/ccl/cpicke/sablevm-classpath/doc/api'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/research/ccl/cpicke/sablevm-classpath/doc/api'
make[2]: Entering directory
`/home/research/ccl/cpicke/sablevm-classpath/doc'
restore=: && \
backupdir=".am$$" && \
am__cwd=`pwd` && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
for f in hacking.info hacking.info-[0-9] hacking.info-[0-9][0-9]
hacking.i[0-9] hacking.i[0-9][0-9]; do \
if test -f $f; then \
mv $f $backupdir; \
restore=mv; \
fi; \
done; \
cd "$am__cwd"; \
if /bin/sh /home/research/ccl/cpicke/sablevm-classpath/missing --run
makeinfo -I . \
-o hacking.info hacking.texinfo; \
then \
rc=0; \
cd .; \
else \
rc=$?; \
cd . && \
$restore $backupdir/* `echo "./hacking.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; \
exit $rc
hacking.texinfo:16: Unknown command `ifnotplaintext'.
hacking.texinfo:22: Bad argument to `end', `ifnotplaintext', using `ifinfo'.
hacking.texinfo:22: Unmatched `@end'.
makeinfo: Removing output file `hacking.info' due to errors; use --force
to preserve.
make[2]: *** [hacking.info] Error 1
make[2]: Leaving directory `/home/research/ccl/cpicke/sablevm-classpath/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/research/ccl/cpicke/sablevm-classpath/doc'
make: *** [all-recursive] Error 1
Classpath was working fine with a quasi-recent version (r2062, I
believe). Can anyone else confirm?
Cheers,
Chris
|