Juho Snellman <jsnell@...> writes:
> Yes, you need to enable the :SB-THREAD and :SB-FUTEX features in
> customize-target-features.lisp. There's an example on how to do this
> in section 2.2 of INSTALL.
OK, thanks, this brought me one step further:
...
[building initial core file in "output/cold-sbcl.core":
writing 4096 bytes [1 page] from #<SB!FASL::GSPACE :READ-ONLY>
writing 4096 bytes [1 page] from #<SB!FASL::GSPACE :STATIC>
writing 34525184 bytes [8429 pages] from #<SB!FASL::GSPACE :DYNAMIC>
/(DESCRIPTOR-BITS INITIAL-FUN)=#X1001DF6BB9
done]
* //testing for consistency of first and second GENESIS passes
//header files match between first and second GENESIS -- good
real 7m47.887s
user 7m5.931s
sys 0m30.945s
//entering make-target-2.sh
//doing warm init
This is SBCL 0.8.19.3, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* [doing purification: roots handlers stack bindings static cleanup done]
NIL
*
10
*
5
*
T
* ; compiling file
"/home/vxsehk/CL-HOME/sbcl-amd64-pthread-branch/src/pcl/early-low.lisp"
(written 29 JUN 2004 09:51:01 AM):
; compiling top level form:
Unfortunately, the next pass breaks down quite soon:
...[snip]
; SYS:SRC;PCL;COMPILER-SUPPORT.FASL.NEWEST written
; compilation finished in 0:00:00
; compiling file
; "/home/vxsehk/CL-HOME/sbcl-amd64-pthread-branch/src/pcl/low.lisp"
(written 13 JAN 2005 10:12:19 AM):
; compiling top level form:
...[snip]
; compiling DEFMACRO FSC-INSTANCE-HASH:
; compiling top level form:
; compiling top level form:
; compiling top level form:
; recognizing DEFUN CLOS-SLOTS-REF
; compiling DEFUN CLOS-SLOTS-REF:
; compiling top level form:
; compiling top level form:
; recognizing DEFUN (SETF CLOS-SLOTS-REF)
; compiling DEFUN (SETF CLOS-SLOTS-REF):
; compiling top level form:
; compiling DEFMACRO STD-INSTANCE-P:
; compiling top level form:
; compiling top level form:
fatal error encountered in SBCL pid 4276:
no pointer at 0 in hash table
The system is too badly corrupted or confused to continue at the Lisp
level. If the system had been compiled with the SB-LDB feature, we'd drop
into the LDB low-level debugger now. But there's no LDB in this build, so
we can't really do anything but just exit, sorry.
real 0m2.427s
user 0m1.813s
sys 0m0.566s
----------------------------------------------------------------
|