hello all,<br><br>i'm trying to get elephant cvs running under debian etch and was daring to hope someone might be able to help with the following problem: <br><br>------------------------------------------------------------
<br>
; registering #<SYSTEM UFFI {ACD11C1}> as UFFI<br>/var/cache/common-lisp-controller/0/sbcl/elephant/src/memutil/libmemutil.so<br>; compiling file "/usr/share/common-lisp/source/elephant/src/memutil/memutil.lisp" (written 11 NOV 2006 11:53:13 PM):
<br>; compiling (DEFPACKAGE ELEPHANT-MEMUTIL ...)<br>; compiling (IN-PACKAGE "ELEPHANT-MEMUTIL")<br>; compiling (DEF-TYPE POINTER-INT ...)<br>; compiling (DEF-TYPE POINTER-VOID ...)<br>; compiling (DEF-FOREIGN-TYPE ARRAY-OR-POINTER-CHAR ...)
<br>; compiling (DEF-TYPE ARRAY-OR-POINTER-CHAR ...)<br>; compiling (DEF-FUNCTION ("copy_buf" COPY-BUFS) ...)<br>; compiling (DECLAIM (INLINE READ-INT ...))<br>; compiling (DEFVAR +NULL-VOID+ ...)<br>; compiling (DEFVAR +NULL-CHAR+ ...)
<br>; compiling (DEFVAR *BUFFER-STREAMS* ...)<br>; compiling (DEFSTRUCT BUFFER-STREAM ...)<br>; file: /usr/share/common-lisp/source/elephant/src/memutil/memutil.lisp<br>; in: DEFSTRUCT BUFFER-STREAM<br>;     (UFFI:ALLOCATE-FOREIGN-OBJECT :CHAR 10)
<br>; --> MAKE-ALIEN<br>; ==><br>;   (SB-ALIEN-INTERNALS:%SAP-ALIEN (SB-ALIEN::%MAKE-ALIEN (* 8 10))<br>;                                  '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*<br>;                                                                            (SIGNED
<br>;                                                                             8))>)<br>;<br>; note: unable to<br>;   optimize<br>; because:<br>;   could not optimize away %SAP-ALIEN: forced to do runtime<br>; allocation of alien-value structure
<br><br>; compiling (DEFUN GRAB-BUFFER-STREAM ...)<br>; file: /usr/share/common-lisp/source/elephant/src/memutil/memutil.lisp<br>; in: DEFUN GRAB-BUFFER-STREAM<br>;     (LENGTH ELEPHANT-MEMUTIL::*BUFFER-STREAMS*)<br>;<br>
; note: unable to<br>;   optimize<br>; due to type uncertainty:<br>;   The first argument is a SEQUENCE, not a (SIMPLE-ARRAY * (*)).<br>;<br>; note: unable to<br>;   optimize<br>; due to type uncertainty:<br>;   The first argument is a SEQUENCE, not a VECTOR.
<br><br>; compiling (DEFUN RETURN-BUFFER-STREAM ...)<br>; compiling (DEFMACRO WITH-BUFFER-STREAMS ...)<br>debugger invoked on a COMMON-LISP:UNDEFINED-FUNCTION in thread #<THREAD "initial thread" {A7BC549}>:
<br>  The function ELEPHANT-MEMUTIL::NEW-STYLE-COPY-P is undefined.<br><br>Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.<br><br>restarts (invokable by number or by possibly-abbreviated name):<br>  0: [RETRY ] Retry performing #<ASDF:COMPILE-OP COMMON-LISP:NIL {AB9B451}> on
<br>              #<ASDF:CL-SOURCE-FILE "memutil" {AB8EE89}>.<br>  1: [ACCEPT] Continue, treating #<ASDF:COMPILE-OP COMMON-LISP:NIL {AB9B451}><br>              on #<ASDF:CL-SOURCE-FILE "memutil" {AB8EE89}> as having been
<br>              successful.<br>  2: [ABORT ] Exit debugger, returning to top level.<br><br>("bogus stack frame")<br>------------------------------------------------------------<br><br>any suggestions appreciated,
<br><br>cheers,<br><br>gs<br>