[kaffe] build failure for nb1.6
Kiyo Inaba
inaba at src.ricoh.co.jp
Sat Dec 3 23:26:16 PST 2005
Hi,
The latest snap (05/12/01) failed for build on machines which does not
have TeX.
The error messages are
------------------------------------------------------------------------
if /usr/local/bin/bash /usr/proj/src/kaffe-snap-051201/libraries/javalib/external/classpath/missing --run makeinfo -I ../../../../../../kaffe-snap-051201/libraries/javalib/external/classpath/doc \
-o ../../../../../../kaffe-snap-051201/libraries/javalib/external/classpath/doc/hacking.info ../../../../../../kaffe-snap-051201/libraries/javalib/external/classpath/doc/hacking.texinfo; \
then \
rc=0; \
cd ../../../../../../kaffe-snap-051201/libraries/javalib/external/classpath/doc; \
else \
rc=$?; \
cd ../../../../../../kaffe-snap-051201/libraries/javalib/external/classpath/doc && \
$restore $backupdir/* `echo "./../../../../../../kaffe-snap-051201/libraries/javalib/external/classpath/doc/hacking.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
../../../../../../kaffe-snap-051201/libraries/javalib/external/classpath/doc/hacking.texinfo:16: Unknown command `ifnotplaintext'.
../../../../../../kaffe-snap-051201/libraries/javalib/external/classpath/doc/hacking.texinfo:22: Bad argument to `end', `ifnotplaintext', using `ifinfo'.
../../../../../../kaffe-snap-051201/libraries/javalib/external/classpath/doc/hacking.texinfo:22: Unmatched `@end'.
makeinfo: Removing output file `../../../../../../kaffe-snap-051201/libraries/javalib/external/classpath/doc/hacking.info' due to errors; use --force to preserve.
gmake[4]: *** [../../../../../../kaffe-snap-051201/libraries/javalib/external/classpath/doc/hacking.info] Error 1
------------------------------------------------------------------------
The latest make file tries to build 'hacking.info' (and maybe
'vmintegration.info') in source directory but I don't install TeX on
this machine and the build failed. Once I made (or copied) these two
files from other machine, the build going well.
I suggest that these two files are pre-built and put in CVS for less
dependencies of tools for build.
And good news for this latest snap is, it passed all regression tests
for jit3/intrp and only one failure (FPUStack) for jit ;-)
Kiyo
More information about the kaffe
mailing list