[clbuild-devel] build --main-projects fails due to missing STEFIL?

Oisín Mac Fhearaí denpashogai at gmail.com
Mon Oct 27 17:49:24 UTC 2008


2008/10/22 Albert Krewinkel <krewinkel at gmx.net>:
> That looks like a bug in usocket.  You may be able to work around it by
> compiling usocket yourself, i.e. do:
> $ ./clbuild lisp
> * (asdf:oos 'asdf:load-op :usocket)

Hi Albert,

Thanks - actually just doing ./clbuild build usocket worked for some reason.

Carrying on with ./clbuild build --main-projects led to this
apparently important dead-end:

;;;;
Loading cffi-net...
unhandled SIMPLE-ERROR:
  Error during processing of --eval option "(load
\"/Users/oisin/clbuild/clbuild.lisp\")":

  The function CFFI::LISP-VAR-NAME is undefined.
;;;;

I can repeat this every time, and don't know where this should be
defined. In fact it's only referenced here:

./source/cffi-net/cffi-grovel.lisp:    (let ((lisp-name
(cffi::lisp-var-name name))

Apropos in SBCL tells me:

CL-USER> (apropos "lisp" 'cffi)
CFFI::FOREIGN-ARRAY-TO-LISP (fbound)
CFFI:FOREIGN-STRING-TO-LISP (fbound)
CFFI::LISP-ARRAY
CFFI::LISP-ARRAY-TO-FOREIGN (fbound)
CFFI::LISP-NAME (fbound)
CFFI::LISP-STRING
CFFI:LISP-STRING-TO-FOREIGN (fbound);

Any ideas?

thanks,
Oisín


More information about the clbuild-devel mailing list