|
|
|
last edited 17 years ago by kratt6 |
| 1 2 | ||
|
Editor: kratt6
Time: 2008/01/04 04:15:54 GMT-8 |
||
| Note: wh-sandbox is outdated | ||
added:
From kratt6 Fri Jan 4 04:15:54 -0800 2008
From: kratt6
Date: Fri, 04 Jan 2008 04:15:54 -0800
Subject: wh-sandbox is outdated
Message-ID: <20080104041554-0800@axiom-wiki.newsynthesis.org>
Status: open => rejected
../wh-sandbox/configure ran with no errors
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
#