The "make" step crashed with the following. It looks like the last thing it completed was "compiling axiom-lisp.lisp": OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3 Finished compiling axiom-lisp.lisp. #p"axiom-lisp.o" >echo '(compiler::link nil "prelisp" ' \ ' (format nil "(progn (let ((*load-path* (cons ~S *load-path*))'\ ' (si::*load-types* ~S))' \ ' (compiler::emit-fn t))' \ ' (when (fboundp (quote si::sgc-on))' \ ' (si::sgc-on t))' \ ' (setq compiler::*default-system-p* t))"' \ ' si::*system-directory* (quote (list ".lsp")))' \ ' "/home/axiom-test/ax-build/src/lisp/../.././src/lib/bsdsignal.o /home/axiom-test/ax-build/src/lisp/../.././src/lib/cfuns-c.o /home/axiom-test/ax-build/src/lisp/../.././src/lib/sockio-c.o -lutil")' \ | /usr/bin/gcl GCL (GNU Common Lisp) 2.6.7 ANSI Jun 27 2007 21:00:38 Source License: LGPL(gcl,gmp), GPL(unexec,bfd,xgcl) Binary License: GPL due to GPL'ed components: (XGCL READLINE BFD UNEXEC) Modifications of this banner must retain notice of a compatible license Dedicated to the memory of W. Schelter Use (help) to get some basic information on how to use GCL. Temporary directory for compiler files set to /tmp/ >GCL (GNU Common Lisp) April 1994 131072 pages Building symbol table for /home/axiom-test/ax-build/src/lisp/raw_prelisp .. loading /usr/lib/gcl-2.6.7/unixport/../lsp/gcl_export.lsp Initializing gcl_defmacro.o Can't open file ~s Lisp initialization failed. "prelisp" >echo '(load "axiom-package.lisp") (load "axiom-lisp.o")' \ '(in-package "AXIOM-LISP") (save-core "lisp")' \ | ./prelisp /bin/sh: line 2: ./prelisp: No such file or directory make[2]: *** [do_it.gcl] Error 127 make[2]: Leaving directory `/home/axiom-test/ax-build/src/lisp' make[1]: *** [all-lisp] Error 2 make[1]: Leaving directory `/home/axiom-test/ax-build/src' make: *** [all-src] Error 2 # Update on testing --znmeb, Fri, 29 Jun 2007 23:43:48 -0500 reply wh-sandbox appears to be building normally if I build the gcl from the source in the Axiom subversion repo as part of the Axiom build, but it doesn't build with gcl 2.6.7 from Gentoo. So it looks like I'm on the air. Having to use the Axiom version of gcl is not a big problem for me, since I don't normally install gcl but use SBCL as my preferred Lisp.
Everything looks good ... I noticed that the gcl in the Axiom repo is 2.6.8. Can you confirm that gcl 2.6.7 is incapable of building the wh-sandbox version of Axiom?
Status: open => rejected
|