<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
Under SBCL, apparently?<BR>
<BR>
Execute "nm" on libmemutil.so to see if the symbol is in the library.<BR>
<BR>
(Just a stab : make you you have remade libmemutil.)<BR>
<BR>
Those are just guesses, I'm afraid.<BR>
<BR>
<BR>
On Sat, 2006-11-18 at 02:29 +0100, Garry Steedman wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#000000">hello all,</FONT><BR>
    <BR>
    <FONT COLOR="#000000">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: </FONT><BR>
    <BR>
    <FONT COLOR="#000000">------------------------------------------------------------ </FONT><BR>
    <FONT COLOR="#000000">; registering #<SYSTEM UFFI {ACD11C1}> as UFFI</FONT><BR>
    <FONT COLOR="#000000">/var/cache/common-lisp-controller/0/sbcl/elephant/src/memutil/libmemutil.so</FONT><BR>
    <FONT COLOR="#000000">; compiling file "/usr/share/common-lisp/source/elephant/src/memutil/memutil.lisp" (written 11 NOV 2006 11:53:13 PM): </FONT><BR>
    <FONT COLOR="#000000">; compiling (DEFPACKAGE ELEPHANT-MEMUTIL ...)</FONT><BR>
    <FONT COLOR="#000000">; compiling (IN-PACKAGE "ELEPHANT-MEMUTIL")</FONT><BR>
    <FONT COLOR="#000000">; compiling (DEF-TYPE POINTER-INT ...)</FONT><BR>
    <FONT COLOR="#000000">; compiling (DEF-TYPE POINTER-VOID ...)</FONT><BR>
    <FONT COLOR="#000000">; compiling (DEF-FOREIGN-TYPE ARRAY-OR-POINTER-CHAR ...) </FONT><BR>
    <FONT COLOR="#000000">; compiling (DEF-TYPE ARRAY-OR-POINTER-CHAR ...)</FONT><BR>
    <FONT COLOR="#000000">; compiling (DEF-FUNCTION ("copy_buf" COPY-BUFS) ...)</FONT><BR>
    <FONT COLOR="#000000">; compiling (DECLAIM (INLINE READ-INT ...))</FONT><BR>
    <FONT COLOR="#000000">; compiling (DEFVAR +NULL-VOID+ ...)</FONT><BR>
    <FONT COLOR="#000000">; compiling (DEFVAR +NULL-CHAR+ ...) </FONT><BR>
    <FONT COLOR="#000000">; compiling (DEFVAR *BUFFER-STREAMS* ...)</FONT><BR>
    <FONT COLOR="#000000">; compiling (DEFSTRUCT BUFFER-STREAM ...)</FONT><BR>
    <FONT COLOR="#000000">; file: /usr/share/common-lisp/source/elephant/src/memutil/memutil.lisp</FONT><BR>
    <FONT COLOR="#000000">; in: DEFSTRUCT BUFFER-STREAM</FONT><BR>
    <FONT COLOR="#000000">;     (UFFI:ALLOCATE-FOREIGN-OBJECT :CHAR 10) </FONT><BR>
    <FONT COLOR="#000000">; --> MAKE-ALIEN</FONT><BR>
    <FONT COLOR="#000000">; ==></FONT><BR>
    <FONT COLOR="#000000">;   (SB-ALIEN-INTERNALS:%SAP-ALIEN (SB-ALIEN::%MAKE-ALIEN (* 8 10))</FONT><BR>
    <FONT COLOR="#000000">;                                  '#<SB-ALIEN-INTERNALS:ALIEN-POINTER-TYPE (*</FONT><BR>
    <FONT COLOR="#000000">;                                                                            (SIGNED </FONT><BR>
    <FONT COLOR="#000000">;                                                                             8))>)</FONT><BR>
    <FONT COLOR="#000000">;</FONT><BR>
    <FONT COLOR="#000000">; note: unable to</FONT><BR>
    <FONT COLOR="#000000">;   optimize</FONT><BR>
    <FONT COLOR="#000000">; because:</FONT><BR>
    <FONT COLOR="#000000">;   could not optimize away %SAP-ALIEN: forced to do runtime</FONT><BR>
    <FONT COLOR="#000000">; allocation of alien-value structure </FONT><BR>
    <BR>
    <FONT COLOR="#000000">; compiling (DEFUN GRAB-BUFFER-STREAM ...)</FONT><BR>
    <FONT COLOR="#000000">; file: /usr/share/common-lisp/source/elephant/src/memutil/memutil.lisp</FONT><BR>
    <FONT COLOR="#000000">; in: DEFUN GRAB-BUFFER-STREAM</FONT><BR>
    <FONT COLOR="#000000">;     (LENGTH ELEPHANT-MEMUTIL::*BUFFER-STREAMS*)</FONT><BR>
    <FONT COLOR="#000000">;</FONT><BR>
    <FONT COLOR="#000000">; note: unable to</FONT><BR>
    <FONT COLOR="#000000">;   optimize</FONT><BR>
    <FONT COLOR="#000000">; due to type uncertainty:</FONT><BR>
    <FONT COLOR="#000000">;   The first argument is a SEQUENCE, not a (SIMPLE-ARRAY * (*)).</FONT><BR>
    <FONT COLOR="#000000">;</FONT><BR>
    <FONT COLOR="#000000">; note: unable to</FONT><BR>
    <FONT COLOR="#000000">;   optimize</FONT><BR>
    <FONT COLOR="#000000">; due to type uncertainty:</FONT><BR>
    <FONT COLOR="#000000">;   The first argument is a SEQUENCE, not a VECTOR. </FONT><BR>
    <BR>
    <FONT COLOR="#000000">; compiling (DEFUN RETURN-BUFFER-STREAM ...)</FONT><BR>
    <FONT COLOR="#000000">; compiling (DEFMACRO WITH-BUFFER-STREAMS ...)</FONT><BR>
    <FONT COLOR="#000000">debugger invoked on a COMMON-LISP:UNDEFINED-FUNCTION in thread #<THREAD "initial thread" {A7BC549}>: </FONT><BR>
    <FONT COLOR="#000000">  The function ELEPHANT-MEMUTIL::NEW-STYLE-COPY-P is undefined.</FONT><BR>
    <BR>
    <FONT COLOR="#000000">Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.</FONT><BR>
    <BR>
    <FONT COLOR="#000000">restarts (invokable by number or by possibly-abbreviated name):</FONT><BR>
    <FONT COLOR="#000000">  0: [RETRY ] Retry performing #<ASDF:COMPILE-OP COMMON-LISP:NIL {AB9B451}> on </FONT><BR>
    <FONT COLOR="#000000">              #<ASDF:CL-SOURCE-FILE "memutil" {AB8EE89}>.</FONT><BR>
    <FONT COLOR="#000000">  1: [ACCEPT] Continue, treating #<ASDF:COMPILE-OP COMMON-LISP:NIL {AB9B451}></FONT><BR>
    <FONT COLOR="#000000">              on #<ASDF:CL-SOURCE-FILE "memutil" {AB8EE89}> as having been </FONT><BR>
    <FONT COLOR="#000000">              successful.</FONT><BR>
    <FONT COLOR="#000000">  2: [ABORT ] Exit debugger, returning to top level.</FONT><BR>
    <BR>
    <FONT COLOR="#000000">("bogus stack frame")</FONT><BR>
    <FONT COLOR="#000000">------------------------------------------------------------</FONT><BR>
    <BR>
    <FONT COLOR="#000000">any suggestions appreciated, </FONT><BR>
    <BR>
    <FONT COLOR="#000000">cheers,</FONT><BR>
    <BR>
    <FONT COLOR="#000000">gs</FONT>
<PRE>
<FONT COLOR="#000000">_______________________________________________</FONT>
<FONT COLOR="#000000">elephant-devel site list</FONT>
<FONT COLOR="#000000"><A HREF="mailto:elephant-devel@common-lisp.net">elephant-devel@common-lisp.net</A></FONT>
<FONT COLOR="#000000"><A HREF="http://common-lisp.net/mailman/listinfo/elephant-devel">http://common-lisp.net/mailman/listinfo/elephant-devel</A></FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>