From public at alan.shields.name Thu Mar 2 00:50:36 2006 From: public at alan.shields.name (Alan Shields) Date: Wed, 1 Mar 2006 18:50:36 -0600 Subject: [araneida-devel] Error compiling araneida 0.90.1 In-Reply-To: <20060222223318.GA10546@tngtech.com> References: <20060222223318.GA10546@tngtech.com> Message-ID: <20060302005036.GK28954@alan.shields.name> 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 #: > 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 # on > #. > > debugger invoked on a ASDF:COMPILE-FAILED in thread 3085244096: > erred while invoking # on > # 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 From chriss at muon.de Thu Mar 9 22:25:29 2006 From: chriss at muon.de (Christian Haselbach) Date: Thu, 9 Mar 2006 23:25:29 +0100 Subject: [araneida-devel] Error compiling araneida 0.90.1 In-Reply-To: <20060302005036.GK28954@alan.shields.name> References: <20060222223318.GA10546@tngtech.com> <20060302005036.GK28954@alan.shields.name> Message-ID: <20060309222529.GA9869@tngtech.com> 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 From mb at bese.it Wed Mar 22 12:30:17 2006 From: mb at bese.it (Marco Baringer) Date: Wed, 22 Mar 2006 13:30:17 +0100 Subject: [araneida-devel] which repo? Message-ID: i'm a bit confused as to which version of araneida i sholud be using. afaict there's: aaraneida araneida-slim2 araneida-testing araneida-release i'd like to pick one for testing ucw compatabliity on, but i can't, from the docs or the web site, figure out which one. -- -Marco Ring the bells that still can ring. Forget the perfect offering. There is a crack in everything. That's how the light gets in. -Leonard Cohen From public at alan.shields.name Wed Mar 22 15:46:44 2006 From: public at alan.shields.name (Alan Shields) Date: Wed, 22 Mar 2006 09:46:44 -0600 Subject: [araneida-devel] which repo? In-Reply-To: References: Message-ID: <20060322154644.GR28954@alan.shields.name> On Wed, Mar 22, 2006 at 01:30:17PM +0100, Marco Baringer wrote: > > i'm a bit confused as to which version of araneida i sholud be > using. afaict there's: > > aaraneida > araneida-slim2 > araneida-testing > araneida-release > > i'd like to pick one for testing ucw compatabliity on, but i can't, > from the docs or the web site, figure out which one. araneida-release is the latest release version of Araneida (0.90.1). araneida-slim2 and aaraneida are the testing repositories for the upcoming split of araneida into a pure webserver and a toolkit on top of the web server. As I've been absorbed with school recently, I haven't had much of a chance to work on any of this. Alan -- The[...]compiler has no way of knowing which language you are familiar with and thus it doesn't know what language to produce its output in. INTERCAL elegantly solves this problem by producing its output in Roman numerals. -- D. Alexander Garrett, Abstraction and Modularity in INTERCAL