Thread: [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 |
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/ |
From: Chris P. <chr...@ma...> - 2004-04-30 05:08:56
|
Hi Etienne, It was a fresh checkout, so generated files shouldn't be an issue. Anyway, I tried what you wrote on my failed tree, and 'svn st --noignore' returns nothing, and the build still fails. I thought it might have something to do with texinfo software being out of date at Sable, but I checked and the installed version is 4.1 and dates back to March 4th 2002 (i.e. it's fairly recent). I couldn't find "ifnotplaintext" in google, and I couldn't find it in `info texinfo` using 'i ifnotplaintext' either. Tomorrow I'll try installing the latest texinfo (4.7) and see if that fixes things. Cheers, Chris Etienne Gagnon wrote: > 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 >> >> > > |
From: Chris P. <chr...@ma...> - 2004-04-30 05:33:35
|
Chris Pickett wrote: > I couldn't find "ifnotplaintext" in google, and I couldn't find it in > `info texinfo` using 'i ifnotplaintext' either. > > Tomorrow I'll try installing the latest texinfo (4.7) and see if that > fixes things. I checked in Google again and ifnotplaintext turned up a link to texinfo 4.2. My apologies (I used exactly the same textbox entry, so I really don't know what happened). So I guess Classpath should now mark texinfo-4.2 as a dependency. For Classpath people: when trying to build sablevm-classpath with recent changes, makeinfo was telling me it didn't understand @ifnotplaintext, and my texinfo version was 4.1. Cheers, Chris |
From: Mark W. <ma...@kl...> - 2004-04-30 12:13:13
|
Hi, On Fri, 2004-04-30 at 07:34, Chris Pickett wrote: > Chris Pickett wrote: > > I couldn't find "ifnotplaintext" in google, and I couldn't find it in=20 > > `info texinfo` using 'i ifnotplaintext' either. > >=20 > > Tomorrow I'll try installing the latest texinfo (4.7) and see if that=20 > > fixes things. >=20 > I checked in Google again and ifnotplaintext turned up a link to texinfo=20 > 4.2. My apologies (I used exactly the same textbox entry, so I really=20 > don't know what happened). >=20 > So I guess Classpath should now mark texinfo-4.2 as a dependency. Yes, thanks for noticing. I add a little thing to the Hacker Guide and the INSTALL document mentioning texinfo and the minimal version needed. Texinfo 4.2 was release in April 2002 so I think we can safely recommend that version (we are now at version 4.7). Cheers, Mark |
From: Grzegorz B. P. <ga...@de...> - 2004-04-30 05:39:50
|
On (30/04/04 00:15), Etienne Gagnon wrote: > 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? Cleanly checkouted svm-cp compiles just fine on my x86 and w/o gtk peers, as Chris wanted. GBP -- Grzegorz B. Prokopski <ga...@de...> Debian GNU/Linux http://www.debian.org SableVM - LGPLed JVM http://www.sablevm.org Why SableVM ?!? http://devel.sablevm.org/wiki/WhySableVM |