[elephant-devel] Re: SBCL exits abnormally when compiling sleepycat.lisp
Howard Yeh
hayeah at gmail.com
Fri Jun 23 20:49:06 UTC 2006
I installed allegro lisp (80) to see if it works.
Looks like it has trouble loading pthread?
(do-backend-tests)
.
.
.
; Fast loading /home/howard/lisp/libs/elephant/src/db-bdb/package.fasl
;;; Compiling file
;;; /home/howard/lisp/libs/elephant/src/db-bdb/sleepycat.lisp
; Loading /lib/tls/libpthread.so.0
; While compiling (:TOP-LEVEL-FORM "sleepycat.lisp" 1604):
Can't have unescaped whitespace in token. [file position = 1]
[Condition of type READER-ERROR]
Restarts:
0: [RETRY] retry the load of /lib/tls/libpthread.so.0
1: [SKIP] skip loading /lib/tls/libpthread.so.0
2: [NIL] retry the compilation of
/home/howard/lisp/libs/elephant/src/db-bdb/sleepycat.lisp
3: [NIL] continue compiling
/home/howard/lisp/libs/elephant/src/db-bdb/sleepycat.lisp but generate
no output file
4: [RETRY] Retry performing #<ASDF:COMPILE-OP NIL @ #x71d7a9a2> on
#<ASDF:CL-SOURCE-FILE "sleepycat" @ #x71d78752>.
5: [ACCEPT] Continue, treating #<ASDF:COMPILE-OP NIL @ #x71d7a9a2>
on #<ASDF:CL-SOURCE-FILE "sleepycat" @ #x71d78752> as having been
successful.
6: [ABORT-REQUEST] Abort handling SLIME request.
7: [ABORT] Abort entirely from this (lisp) process.
More information about the elephant-devel
mailing list