[clbuild-devel] build --main-projects fails due to missing STEFIL?
Albert Krewinkel
krewink at inb.uni-luebeck.de
Tue Oct 21 18:35:44 UTC 2008
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
Then download the stefil manually:
./clbuild update stefil
Now you can proceed downloading the rest of the projects.
HTH,
Albert
On Oct 19, 2008, at 8:57 AM, Oisín Mac Fhearaí wrote:
Hi,
This is my first time using cl-build, so I may be doing something
wrong. I couldn't find the offending STEFIL package via ./clbuild
list.
When I try "./clbuild build --main-projects" it dies like this after
downloading some stuff:
;;;;
Loading babel-tests...
unhandled SIMPLE-ERROR:
Error during processing of --eval option "(load
\"/Users/oisin/clbuild/clbuild.lisp\")":
component #:STEFIL not found, required by #<SYSTEM "babel-tests" {13297D79}>
;;;;
Has anyone else encountered this and knows how I might fix it? Perhaps
stefil is downloaded from a repo which is down, but I don't know for
sure.
thanks,
Oisín
--
Albert Krewinkel <krewink (at) inb.uni-luebeck.de>
University of Luebeck, Institute for Neuro- and Bioinformatics
http://www.inb.uni-luebeck.de/~krewink/
More information about the clbuild-devel
mailing list