[asdf-devel] 2.013 later this week

Zach Beane xach at xach.com
Thu Mar 17 13:38:49 UTC 2011


Faré <fahree at gmail.com> 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:

    ((#P"/usr/local/lib/sbcl/"
      #P"/usr/local/lib/sbcl/asdf-install/"
      #P"/usr/local/lib/sbcl/asdf/"
      #P"/usr/local/lib/sbcl/sb-aclrepl/"
      #P"/usr/local/lib/sbcl/sb-bsd-sockets/"
      #P"/usr/local/lib/sbcl/sb-bsd-sockets/alien/"
      #P"/usr/local/lib/sbcl/sb-cltl2/"
      #P"/usr/local/lib/sbcl/sb-concurrency/"
      #P"/usr/local/lib/sbcl/sb-concurrency/tests/"
      #P"/usr/local/lib/sbcl/sb-cover/"
      #P"/usr/local/lib/sbcl/sb-cover/test-output/"
      #P"/usr/local/lib/sbcl/sb-executable/"
      #P"/usr/local/lib/sbcl/sb-grovel/"
      #P"/usr/local/lib/sbcl/sb-introspect/"
      #P"/usr/local/lib/sbcl/sb-md5/"
      #P"/usr/local/lib/sbcl/sb-posix/"
      #P"/usr/local/lib/sbcl/sb-posix/alien/"
      #P"/usr/local/lib/sbcl/sb-posix/test-lab/"
      #P"/usr/local/lib/sbcl/sb-posix/test-output/"
      #P"/usr/local/lib/sbcl/sb-queue/"
      #P"/usr/local/lib/sbcl/sb-rotate-byte/"
      #P"/usr/local/lib/sbcl/sb-rt/"
      #P"/usr/local/lib/sbcl/sb-simple-streams/"
      #P"/usr/local/lib/sbcl/sb-sprof/"
      #P"/usr/local/lib/sbcl/site-systems/"
      #P"/home/xach/.sbcl/systems/"
      #P"/home/xach/src/asdf/"))

*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/**/*.*")))

(truename (getenv "SBCL_HOME")) is #P"/usr/local/lib/sbcl/".

(truenamize (getenv "SBCL_HOME")) is #P"/usr/local/lib/sbcl/".

Zach




More information about the asdf-devel mailing list