Re: [Sablevm-developer] sablevm-classpath broken in staging?
Brought to you by:
egagnon
From: Etienne G. <gag...@uq...> - 2004-04-30 04:24:17
|
Hi Chris, I've tested it already quite many times, and it simply works for me on Debian/ppc, and even on OpenBSD/sparc. Maybe somebody else will be able to reproduce the problem? Make sure to: $ svn st --no-ignore | grep ^I | awk '{print $2}' | xargs rm -rf then make sure that $ svn st --no-ignore returns nothing. Etienne Chris Pickett wrote: > 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 > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Sablevm-developer mailing list > Sab...@li... > https://lists.sourceforge.net/lists/listinfo/sablevm-developer > > -- Etienne M. Gagnon, Ph.D. http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |