axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] build-improvements revision 491


From: Gabriel Dos Reis
Subject: Re: [Axiom-developer] build-improvements revision 491
Date: 08 Apr 2007 02:03:33 -0500

"Bill Page" <address@hidden> writes:

| Gaby,
| 
| After 'svn update' to revision 491 my attempt to build Axiom
| from build-improvements threw the following error:
| 
| ...
| ./../../build/scripts/document --tangle --output=i-output.boot
| ../../../build-improvements/src/interp/i-output.boot.pamphlet
| ./../../build/scripts/document --tag=boot --mode=translate
| --use=./../../build/i386-pc-solaris2.10/bin/bootsys     i-output.boot
| ERROR IN LINE 448
| ;  REVERSIP head
| |
| syntax error
| ERROR IN LINE 449
| ; REVERSIP is a function specific to CCL
| |
| syntax error
| i-output.clisp PRODUCED
| make[3]: *** [i-output.clisp] Error 1
| make[3]: Leaving directory `/export/home0/wspage/axiom-test/src/interp'
| make[2]: *** [all-interpsys] Error 2
| make[2]: Leaving directory `/export/home0/wspage/axiom-test/src/interp'
| make[1]: *** [all-interpsys] Error 2
| make[1]: Leaving directory `/export/home0/wspage/axiom-test/src'
| make: *** [all-src] Error 2
| 
| -------
| 
| Revision 490 builds with no problems.

Grrr, I did not know I commited that change that was trying to
translate i-output.boot by bootsys.  The issue is that
i-output.boot contains an invalid boot comment -- someone was using
Lisp comment instead of boot comment, and ';' means sequencing, not
comment.  That but was there undetected since before
build-improvements was created and nobody noticed!
I'll fix that.

-- Gaby




reply via email to

[Prev in Thread] Current Thread [Next in Thread]