[elephant-devel] memutil.lisp breaks compile

Henrik Hjelte henrik at evahjelte.com
Thu Nov 5 22:03:06 UTC 2009


On Thu, Nov 5, 2009 at 5:28 PM, Sebastian Tennant
<sebyte at smolny.plus.com> wrote:
> Hi there,
>
> Darwin 9.8.0 (MacOSX 10.5.8)
> SBCL 1.0.32.10
> elephant-1.0 from darcs (altered wnpp-projects)
> BerkeleyDB-4.5.20 (installed as per src/contrib/henrik's shell script)
>
>  bash-3.2$ ./clbuild compile elephant
>  [...]
>  WARNING:
>    COMPILE-FILE warned while performing
>    #<COMPILE-OP (:VERBOSE NIL) {10032EBFA1}> on
>    #<CL-SOURCE-FILE "memutil" {1003E481E1}>.
>  unhandled ASDF:COMPILE-FAILED in thread #<SB-THREAD:THREAD "initial thread" RUNNING {100361EDE1}>:
>   erred while invoking #<COMPILE-OP (:VERBOSE NIL) {10032EBFA1}> on
>   #<CL-SOURCE-FILE "memutil" {1003E481E1}>

If there is a problem compiling it is usually because a version of
cffi pretends to be uffi, and the cffi developers refuses to fix this.
http://www.mail-archive.com/cffi-devel@common-lisp.net/msg01656.html

If this is case, you might want to remind them to fix this on their
mailing list.

If it is not the case, I would double-check the BerkeleyDB version.
But first look for an evil file called uffi.asd but somewhere below
the cffi directory.

/Henrik Hjelte




More information about the elephant-devel mailing list