Re: [Sablevm-developer] sablevm-classpath broken in staging?
Brought to you by:
egagnon
|
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
>>
>>
>
>
|