good afternoon;
On 2010-02-11, at 17:54 , Christophe Rhodes wrote:
> james anderson <james.anderson@...> writes:
>
>> the build was a straight, sudo'd make&install, on ppc darwin, from a
>> downloaded tar.
>>
>> debugger invoked on a SB-INT:SIMPLE-FILE-ERROR:
>> error opening #P"/usr/local/lib/sbcl/sb-grovel/defpackage.sbcfsl":
>> Permission denied
>
> You have some configuration in your environment that makes the fasl
> extension for sbcl contrib files not be "fasl". That will cause
> asdf to
> attempt to recompile, as you observed, files which do not need
> recompilation, because asdf can no longer find the compiled files.
>
> Remove that configuration or customization, and you should be able to
> continue.
yes, i had failed to recognize, that the output paths were not retained.
thank you.
|