[clbuild-devel] compile-implementation sbcl

Petter Gustad clbuild at gustad.com
Thu Sep 23 12:54:16 UTC 2010



It appears to be a problem with how clbuild organize the fasl's and
where sbcl locates the constants.lisp-temp file:


darcs get http://common-lisp.net/project/clbuild/clbuild
cd clbuild
chmod a+x clbuild
./clbuild update sbcl
./clbuild compile-implementation sbcl
./clbuild lisp --eval "(progn (print (lisp-implementation-version)) (asdf:oos 'asdf:load-op :sb-posix))"

"1.0.42.52" 

debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread #<THREAD
                                                           "initial thread" RUNNING
                                                           {1002AAFEA1}>:
  failed to find the TRUENAME of /home/petter/.fasls/sbcl-1.0.42.52-linux-x86-64/tmp/clbuild-test/clbuild/target/lib/sbcl/sb-posix/constants.lisp-temp:
    No such file or directory


Have this issue been resolved in some development branch or elsewhere?
How do you avoid this problem if you're using clbuild/sbcl/sb-posix?

Thanks

//Petter






More information about the clbuild-devel mailing list