axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] clisp and sbcl


From: C Y
Subject: Re: [Axiom-developer] clisp and sbcl
Date: Tue, 22 May 2007 20:52:08 -0700 (PDT)

--- Waldek Hebisch <address@hidden> wrote:

> I commited next batch of fixes.  As of revision 563 algebra in
> wh-sandbox should bootstrap using clisp or sbcl.  Note that
> to build with clisp or sbcl you stil need to replace 
> interp-proclaims.lisp by empty file (or, if you prefer safety
> declaration).  ATM sockets and writablep are not supported,
> so some tests fail.  If you configure Hyperdoc build
> may hang trying to generate .pht pages (this is due to
> missing sockets).

Sweeeeet!  Thank you, Waldek!  I did a fresh checkout of wh-sandbox,
and tried a build as follows:

address@hidden ~/mathtoplevel/axiomtoplevel/testwork/wh-sandbox $ svn
update
At revision 563.
address@hidden ~/mathtoplevel/axiomtoplevel/testwork/wh-sandbox $
./configure --disable-x --with-lisp=sbcl
[stuff]
address@hidden ~/mathtoplevel/axiomtoplevel/testwork/wh-sandbox $ make
[stuff]
/usr/bin/install -c -m 644
/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbo
x/src/doc/msgs/s2-us.msgs \
                
/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbox/target/i
686-pc-linux/share/msgs
3 making
/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbox/build/i686-pc-li
nux/bin/depsys
for A in postpar.clisp parse.clisp parsing.lisp metalex.lisp \
                 bootlex.lisp newaux.lisp preparse.lisp def.lisp \
                 metameta.lisp fnewmeta.lisp clam.clisp slam.clisp \
                 g-boot.clisp g-util.clisp; do \
           B=${A%.*} ; \
           echo '(unless (probe-file "'$B'.fasl")' \
                '(compile-file "'$A'" :output-file "'$B'.fasl"))' \
                  >> makedep.lisp ; \
          echo '(load "'$B'")' >> makedep.lisp ; \
        done
echo '(load "makedep.lisp") (BOOT::spad-save
"/home/cyapp/mathtoplevel/axiomtoplevel
/testwork/wh-sandbox/build/i686-pc-linux/bin/depsys" nil)' |
/home/cyapp/mathtopleve
l/axiomtoplevel/testwork/wh-sandbox/build/i686-pc-linux/bin/lisp
* 
debugger invoked on a SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread #<THREAD
"initial thr
ead" {A7BDDD9}>:
  The name "USER" does not designate any package.

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [ABORT] Exit debugger, returning to top level.

(SB-INT:%FIND-PACKAGE-OR-LOSE "USER")
0] 
* 4
/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbox/build/i686-pc-linux/b
in/depsys created
/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbox/src/interp/../.././build/
scripts/document --tag=lisp --mode=compile --output=vmlisp.fasl
--use=/home/cyapp/ma
thtoplevel/axiomtoplevel/testwork/wh-sandbox/build/i686-pc-linux/bin/depsys
vmlisp.l
isp >>
/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbox/build/i686-pc-linu
x/trace
/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbox/src/interp/../.././build/
scripts/document: line 124:
/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandb
ox/build/i686-pc-linux/bin/depsys: No such file or directory
make[3]: *** [vmlisp.fasl] Error 127
make[3]: Leaving directory
`/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandb
ox/src/interp'
make[2]: *** [all-interpsys] Error 2
make[2]: Leaving directory
`/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandb
ox/src/interp'
make[1]: *** [all-interpsys] Error 2
make[1]: Leaving directory
`/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandb
ox/src'
make: *** [all-src] Error 2

On clisp:

address@hidden ~/mathtoplevel/axiomtoplevel/testwork/wh-sandbox $
./configure --disable-x --with-lisp=clisp
address@hidden ~/mathtoplevel/axiomtoplevel/testwork/wh-sandbox $ make
echo '(load "makedep.lisp") (BOOT::spad-save
"/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbox/build/i686-pc-linux/bin/depsys"
nil)' |
/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbox/build/i686-pc-linux/bin/lisp
  i i i i i i i       ooooo    o        ooooooo   ooooo   ooooo
  I I I I I I I      8     8   8           8     8     o  8    8
  I  \ `+' /  I      8         8           8     8        8    8
   \  `-+-'  /       8         8           8      ooooo   8oooo
    `-__|__-'        8         8           8           8  8
        |            8     o   8           8     o     8  8
  ------+------       ooooo    8oooooo  ooo8ooo   ooooo   8

Copyright (c) Bruno Haible, Michael Stoll 1992, 1993
Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
Copyright (c) Bruno Haible, Sam Steingold 1999-2000
Copyright (c) Sam Steingold, Bruno Haible 2001-2006

[1]> 
;; Loading file makedep.lisp ...
;;  Loading file sys-pkg.lisp ...
;;  Loaded file sys-pkg.lisp
;;  Loading file ./interp-proclaims.lisp ...
** - Continuable Error
INTERN("GAZONK-NAME"): #<PACKAGE SYSTEM> is locked
If you continue (by typing 'continue'): Ignore the lock and proceed
The following restarts are also available:
SKIP           :R1      skip (PROGN # #)
STOP           :R2      stop loading file
/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbox/src/interp/makedep.lisp
ABORT          :R3      ABORT

*** - READ from #<INPUT BUFFERED FILE-STREAM CHARACTER
#P"./interp-proclaims.lisp" @2383>: #<PACKAGE SYSTEM> has no
      external symbol with name "PNAME"
The following restarts are available:
SKIP           :R1      skip (PROGN # #)
STOP           :R2      stop loading file
/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbox/src/interp/makedep.lisp
ABORT          :R3      ABORT
Bye.
4
/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbox/build/i686-pc-linux/bin/depsys
created
/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbox/src/interp/../.././build/scripts/document
--tag=lisp --mode=compile --output=vmlisp.fas
--use=/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbox/build/i686-pc-linux/bin/depsys
vmlisp.lisp >>
/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbox/build/i686-pc-linux/trace
/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbox/src/interp/../.././build/scripts/document:
line 124:
/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbox/build/i686-pc-linux/bin/depsys:
No such file or directory
make[3]: *** [vmlisp.fas] Error 127
make[3]: Leaving directory
`/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbox/src/interp'
make[2]: *** [all-interpsys] Error 2
make[2]: Leaving directory
`/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbox/src/interp'
make[1]: *** [all-interpsys] Error 2
make[1]: Leaving directory
`/home/cyapp/mathtoplevel/axiomtoplevel/testwork/wh-sandbox/src'
make: *** [all-src] Error 2



      
____________________________________________________________________________________Shape
 Yahoo! in your own image.  Join our Network Research Panel today!   
http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 






reply via email to

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