Hi, sorry, if this is the wrong mailinglist for this question. I could not search the list's archive (because it is empty). I tried to install araneida via asdf as described in the documentation, but got a compile error during the installation (in sbcl 0.9.2 on ubuntu linux i386): ; compiling (DEFMACRO WITH-FILE-ERROR-HANDLERS ...)compilation aborted because of fatal error: READ failure in COMPILE-FILE: READER-ERROR at 2615 (line 73, column 29) on #<SB-SYS:FD-STREAM for "file \"/home/chriss/.sbcl/site/araneida-version-0.90.1/compat/compat-sbcl.lisp\"" {98CC3D9}>: Symbol "THREAD-ALIVE-P" not found in the SB-THREAD package. ; /home/chriss/.sbcl/site/araneida-version-0.90.1/compat/compat-sbcl.fasl written ; compilation finished in 0:00:00 WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL {9ACAFB1}> on #<CL-SOURCE-FILE "compat-sbcl" {91E5CA1}>. debugger invoked on a ASDF:COMPILE-FAILED in thread 3085244096: erred while invoking #<COMPILE-OP NIL {9ACAFB1}> on #<CL-SOURCE-FILE "compat-sbcl" {91E5CA1}> ------ What can I do? Thanks. Ciao Chriss
On Wed, Feb 22, 2006 at 11:33:18PM +0100, Christian Haselbach wrote:
Hi,
sorry, if this is the wrong mailinglist for this question. I could not search the list's archive (because it is empty).
I tried to install araneida via asdf as described in the documentation, but got a compile error during the installation (in sbcl 0.9.2 on ubuntu linux i386):
; compiling (DEFMACRO WITH-FILE-ERROR-HANDLERS ...)compilation aborted because of fatal error: READ failure in COMPILE-FILE: READER-ERROR at 2615 (line 73, column 29) on #<SB-SYS:FD-STREAM for "file \"/home/chriss/.sbcl/site/araneida-version-0.90.1/compat/compat-sbcl.lisp\"" {98CC3D9}>: Symbol "THREAD-ALIVE-P" not found in the SB-THREAD package.
; /home/chriss/.sbcl/site/araneida-version-0.90.1/compat/compat-sbcl.fasl written ; compilation finished in 0:00:00 WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL {9ACAFB1}> on #<CL-SOURCE-FILE "compat-sbcl" {91E5CA1}>.
debugger invoked on a ASDF:COMPILE-FAILED in thread 3085244096: erred while invoking #<COMPILE-OP NIL {9ACAFB1}> on #<CL-SOURCE-FILE "compat-sbcl" {91E5CA1}>
No, you're on the right list! Sorry for the delay in response. The trouble is that Araneida (for a few revisions now) has used the SBCL thread interface of SBCL 0.9.8 (or is it 0.9.7?). It will not work without a current version of SBCL - 0.9.2 is very much out of date when it comes to multithreading. Your other option is to use an older version of Araneida. Sorry, Alan -- "It's a poodle...put it on 'delicate'." -- Unknown
On Wed, Mar 01, 2006 at 06:50:36PM -0600, Alan Shields wrote:
Sorry for the delay in response.
I wasn't in a hurry. :) Thanks for the answer.
The trouble is that Araneida (for a few revisions now) has used the SBCL thread interface of SBCL 0.9.8 (or is it 0.9.7?).
It will not work without a current version of SBCL - 0.9.2 is very much out of date when it comes to multithreading.
Ah, ok. In fact I got it compiled with 0.9.9, but somehow didn't start the listeners. Anyway, later on I added deb http://people.debian.org/~pvaneynd/cl-breezy-packages ./ to /etc/apt/sources (Ubuntu) which gave me recent versions of everything I needed. Works just fine now. Regards, Christian
participants (2)
-
Alan Shields
-
Christian Haselbach