[elephant-devel] 0.60 tarball missing

Erik Garrison erik.garrison at gmail.com
Fri Mar 30 00:49:07 UTC 2007


On Fri, Mar 30, 2007 at 02:34:54AM +0200, Edi Weitz wrote:
> On Fri, 30 Mar 2007 12:23:05 +1200, Erik Garrison <erik.garrison at gmail.com> wrote:
> 
> > debugger invoked on a SB-FASL::INVALID-FASL-VERSION:
> >   #<SB-SYS:FD-STREAM for "file
> > /usr/local/lib/sbcl/site/elephant/src/memutil/memutil.fasl" {B07E029}>
> > is in native code fasl file format version 63, but this version of SBCL
> > uses format version 72.
> 
> Add this code to your ~/.sbclrc file:
> 
>   (defmethod asdf:perform :around ((o asdf:load-op) (c asdf:cl-source-file))
>     (handler-case
>       (call-next-method o c)
>       (sb-ext:invalid-fasl ()
>         (asdf:perform (make-instance 'asdf:compile-op) c)
>         (call-next-method))))

Sweet!  This does the trick.

Now I get:

; compiling (REQUIRE :ACACHE)
debugger invoked on a SB-INT:EXTENSION-FAILURE:
  Don't know how to REQUIRE ACACHE.

What is acache?

-Erik



More information about the elephant-devel mailing list