[xcvb-devel] Success for make xcvb-using-asdf, yet system load fails.

Faré fahree at gmail.com
Wed Oct 21 18:52:25 UTC 2009


2009/10/21 Samium Gromoff <_deepfire at feelingofgreen.ru>:
> The Desire's bootstrap script climb.sh now successfully builds and
> installs xcvb-using-asdf.  The next quirk now is loading it, as it
> fails to load a fasl from cache.
>
> A way to reproduce it is rather simple now:
>
>  wget http://www.feelingofgreen.ru/shared/git/desire/climb.sh
>  bash climb.sh /home/<clean-user-directory>/desr xcvb
>
> The backtrace:
>
> debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread #<THREAD "initial thread" RUNNING {10029D6091}>:
>  Couldn't load
>  #P"/little/home/empty/.cache/common-lisp/sbcl-1.0.31.32-linux-x86-64/little/home/empty/desr/git/xcvb/driver.fasl":
>  file does not exist.
>

It looks like there's a FASL location conflict between cl-launch and
whatever other configuration of ASDF-BINARY-LOCATIONS you are using.
The FASL location attempted above is typically what cl-launch would do
if you don't otherwise configure it by either poking at its variables
or exporting LISP_FASL_CACHE or LISP_FASL_ROOT. E.g. you can disable
cl-launch caching of files with
    export LISP_FASL_CACHE=NIL

[ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ]
Due to circumstances beyond your control, you are master of your fate
and captain of your soul.




More information about the xcvb-devel mailing list