<!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>
I'm green on SBCL on the tip of the CVS branch.  I don't remember anyone having this problem<BR>
on the 0.6.0 release---so I am (not uncommonly) confused.<BR>
<BR>
Is it looking for acache within the elepahnt code, or perhaps somewhere else as it is rebuilding<BR>
fasls?<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
On Fri, 2007-03-30 at 12:49 +1200, Erik Garrison wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">On Fri, Mar 30, 2007 at 02:34:54AM +0200, Edi Weitz wrote:</FONT>
<FONT COLOR="#000000">> On Fri, 30 Mar 2007 12:23:05 +1200, Erik Garrison <<A HREF="mailto:erik.garrison@gmail.com">erik.garrison@gmail.com</A>> wrote:</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> > debugger invoked on a SB-FASL::INVALID-FASL-VERSION:</FONT>
<FONT COLOR="#000000">> >   #<SB-SYS:FD-STREAM for "file</FONT>
<FONT COLOR="#000000">> > /usr/local/lib/sbcl/site/elephant/src/memutil/memutil.fasl" {B07E029}></FONT>
<FONT COLOR="#000000">> > is in native code fasl file format version 63, but this version of SBCL</FONT>
<FONT COLOR="#000000">> > uses format version 72.</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> Add this code to your ~/.sbclrc file:</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">>   (defmethod asdf:perform :around ((o asdf:load-op) (c asdf:cl-source-file))</FONT>
<FONT COLOR="#000000">>     (handler-case</FONT>
<FONT COLOR="#000000">>       (call-next-method o c)</FONT>
<FONT COLOR="#000000">>       (sb-ext:invalid-fasl ()</FONT>
<FONT COLOR="#000000">>         (asdf:perform (make-instance 'asdf:compile-op) c)</FONT>
<FONT COLOR="#000000">>         (call-next-method))))</FONT>

<FONT COLOR="#000000">Sweet!  This does the trick.</FONT>

<FONT COLOR="#000000">Now I get:</FONT>

<FONT COLOR="#000000">; compiling (REQUIRE :ACACHE)</FONT>
<FONT COLOR="#000000">debugger invoked on a SB-INT:EXTENSION-FAILURE:</FONT>
<FONT COLOR="#000000">  Don't know how to REQUIRE ACACHE.</FONT>

<FONT COLOR="#000000">What is acache?</FONT>

<FONT COLOR="#000000">-Erik</FONT>
<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>