Zach Beane <[email protected]> writes:

> Faré <[email protected]> writes:
>
>> Please give me the values of these after a
>> (initialize-source-registry) and a (initialize-output-translations).
>> And also give me (truename (getenv "SBCL_HOME")) and (truenamize
>> (getenv "SBCL_HOME"))
>
> *source-registry* is:
[snip]

Sorry, the previous email was for 2.012.8. The *source-registry* and
SBCL_HOME values are the same, but the *output-translations* differ.

> *output-translations* is:
>
>     (((#P"/home/xach/.cache/common-lisp/sbcl-1.0.46-linux-amd64/**/*.*" T)
>       (#P"/usr/local/lib/sbcl/**/*.*" T)
>       (#P"/usr/local/lib/sbcl/**/*.*" #P"/usr/local/lib/sbcl/**/*.*")
>       (T #P"/home/xach/.cache/common-lisp/sbcl-1.0.46-linux-amd64/**/*.*")))

In 2.012.9 the *output-translations* are:

    (((#P"/home/xach/.cache/common-lisp/sbcl-1.0.46-linux-amd64/**/*.*" T)
      (#P"/usr/local/lib/sbcl/*.*" T)
      (#P"/usr/local/lib/sbcl/" #P"/usr/local/lib/sbcl/")
      (T #P"/home/xach/.cache/common-lisp/sbcl-1.0.46-linux-amd64/**/*.*")))

Zach

_______________________________________________
asdf-devel mailing list
[email protected]
http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel

Reply via email to