From owl at jedi.org.ua Thu Dec 23 23:12:21 2004 From: owl at jedi.org.ua (Owl) Date: Fri, 24 Dec 2004 01:12:21 +0200 Subject: [elephant-devel] Problems with building Elephant under Debian Linux 3.0r1 Message-ID: <41CB50D5.9030902@jedi.org.ua> Hello! Does anyone have experience with building Elephant under Debian Linux? I've got very strange error when i tried to build it for sbcl: debugger invoked on a SIMPLE-ERROR in thread 27979: Could not open shared object #S(SB-ALIEN::SHARED-OBJECT :FILE "/lib/tls/libpthread.so.0" :SAP NIL): /lib/tls/libpthread.so.0: cannot open shared object file: No such file or directory Of course, /lib/tls/libpthread.so.0 is presented. Error occures for both sbcls from stable and unstable Debian packages as well as for sbcl-mt. cmucl shows the same error, btw... Even have no idea about a cause of that... Sincerely, --Victor Sovetov From ben at medianstrip.net Mon Dec 27 08:43:45 2004 From: ben at medianstrip.net (Ben) Date: Mon, 27 Dec 2004 03:43:45 -0500 (EST) Subject: [elephant-devel] Problems with building Elephant under Debian Linux 3.0r1 In-Reply-To: <41CB50D5.9030902@jedi.org.ua> References: <41CB50D5.9030902@jedi.org.ua> Message-ID: <20041227034047.P55155@contarex.medianstrip.net> sorry, on vacation at the moment. i only had access to redhat while packaging up elephant. honestly i know nothing about the intricacies of the linux threading libraries. when you say "Of course, /lib/tls/libpthread.so.0 is presented" i assume you mean that the file exists? can you load it from the command line into sbcl? i'll look at this when i get back. B On Fri, 24 Dec 2004, Owl wrote: > Hello! > > Does anyone have experience with building Elephant under Debian Linux? I've > got very strange error when i tried to build it for sbcl: > > debugger invoked on a SIMPLE-ERROR in thread 27979: > Could not open shared object #S(SB-ALIEN::SHARED-OBJECT > :FILE "/lib/tls/libpthread.so.0" > :SAP NIL): /lib/tls/libpthread.so.0: cannot > open shared object file: No such file or directory > > Of course, /lib/tls/libpthread.so.0 is presented. Error occures for both > sbcls from stable and unstable Debian packages as well as for sbcl-mt. cmucl > shows the same error, btw... > > Even have no idea about a cause of that... > > Sincerely, > > --Victor Sovetov > _______________________________________________ > elephant-devel site list > elephant-devel at common-lisp.net > http://common-lisp.net/mailman/listinfo/elephant-devel > From ungil at mac.com Fri Dec 31 02:18:13 2004 From: ungil at mac.com (Carlos Ungil) Date: Fri, 31 Dec 2004 03:18:13 +0100 Subject: [elephant-devel] Solaris compatibility Message-ID: <39982E8E-5AD2-11D9-8A33-000A95CCF028@mac.com> Hello, the attached sleepycat.lisp reads and writes integers, floats and doubles as sequences of bytes on Solaris (otherwise there are alignment problems). Tested [*] with sbcl (0.8.18, without unicode support), in principle it should work with cmucl as well. Happy New Year, Carlos [*] I've only tested this patch using the test suite included with elephant. 2 tests fail (NO-EVAL-INITFORM, UPDATE-CLASS), but they fail just the same using sbcl/MacOSX, so the problem doesn't seem to be related to Solaris. -------------- next part -------------- A non-text attachment was scrubbed... Name: sleepycat.lisp Type: application/octet-stream Size: 38070 bytes Desc: not available URL: