[clbuild-devel] build --main-projects fails due to missing STEFIL?
Oisín Mac Fhearaí
denpashogai at gmail.com
Tue Oct 21 23:59:56 UTC 2008
2008/10/21 Albert Krewinkel <krewinkel at gmx.net>:
> Hello Oisín,
>
> there are two ways to fix this. One would be to add babel-test to the
> blacklisted packages in clbuild.lisp. But the preferred method would
> probably be to just add STEFIL to the list of available packages:
>
> Try to add the following snippet into the list of work needing and
> prospective projects (file: wnpp-projects):
>
> # Required (amongst others?) by babel-test
> stefil get_darcs
> http://common-lisp.net/project/stefil/darcs/stefil
Hi Albert, thank you - this works and Stefil builds.
However, then trying to build main-projects again:
;;;;;;;;;
; file: /Users/oisin/clbuild/source/usocket/backend/sbcl.lisp
; in: DEFUN SOCKET-CONNECT
; (USOCKET:UNSUPPORTED 'USOCKET::NODELAY 'USOCKET:SOCKET-CONNECT)
; ==>
; (CERROR 'USOCKET:UNSUPPORTED :FEATURE 'USOCKET::NODELAY :CONTEXT
; 'USOCKET:SOCKET-CONNECT :MINIMUM NIL)
then
unhandled SIMPLE-ERROR:
Error during processing of --eval option "(load
\"/Users/oisin/clbuild/clbuild.lisp\")":
erred while invoking #<COMPILE-OP (:VERBOSE NIL) {120BF6E9}> on
#<CL-SOURCE-FILE "sbcl" {12552141}>
;;;;;;;;;
Perhaps some missing functionality in the SBCL build on OS X?
Thanks for your help!
Oisín
More information about the clbuild-devel
mailing list