[lispy-devel] Question about installing...

Patrick Stein pat at nklein.com
Thu Dec 31 15:29:38 UTC 2009


Alright, starting from a blank slate (freshly untarred and
--no-userinit on SBCL), I do the following:

======================================
* (require :asdf)

("ASDF")
* (load #P"/usr/local/lispy/lispy-all-0.5/asdf-config.lisp")

T
* (asdf:oos 'asdf:load-op 'lispy)
...
... much spew of compiling packages
...
2009-12-31 09:20:41 "Initializing Lispy system on SBCL 1.0.30"
2009-12-31 09:20:41 "Fetching
http://common-lisp.net/project/lispy/repository/map.lisp-expr"
2009-12-31 09:20:42 "Fetching
http://common-lisp.net/project/lispy/repository/map.lisp-expr.asc"
gpg: Signature made Fri Dec 25 12:19:20 2009 CST using DSA key ID 7CF49723
gpg: Good signature from "Matthew Kennedy <mkennedy at common-lisp.net>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 1588 AC51 9123 3423 7556  6F67 6912 4FB8 7CF4 9723
2009-12-31 09:20:43 "GPG validation success
http://common-lisp.net/project/lispy/repository/map.lisp-expr"
2009-12-31 09:20:43 "Reading /usr/local/lispy/lispy-all-0.5/maps/map.lisp-expr"
2009-12-31 09:20:43 "Maps contain contains 101 entries"
2009-12-31 09:20:43 "Reading
/usr/local/lispy/lispy-all-0.5/installation.lisp-expr"
2009-12-31 09:20:43 "Installation contains 24 entries"
2009-12-31 09:20:43 "Writing /usr/local/lispy/lispy-all-0.5/asdf-config.lisp"
2009-12-31 09:20:43 "Loading /usr/local/lispy/lispy-all-0.5/asdf-config.lisp"
...
... some warnings about LOG5
...
NIL
======================================

At this point, this is exactly what I was expecting:
    2009-12-31 09:20:43 "Writing
/usr/local/lispy/lispy-all-0.5/asdf-config.lisp"

Now, I try to install OSICAT.
======================================
* (lispy:install (lispy:module-by-name :osicat))
2009-12-31 09:22:54 "Installing OSICAT"
...
2009-12-31 09:22:55 "Writing /usr/local/lispy/lispy-all-0.5/asdf-config.lisp"
======================================

Hmm... still what I was expecting.  Interesting.  So, it does seem
like asdf-binary-locations may be throwing it off into installing
things into the lispy-all-0.5/lispy-0.5/ directory instead.  Because,
with asdf-binary-locations, my lispy *load-truename* is probably not
/usr/local/lispy/lispy-all-0.5/lispy-0.5/specials.fasl, but probably
instead /usr/local/lispy/lispy-all-0.5/lispy-0.5/sbcl-1.0.30-darwin-x86/specials.fasl

Hmmm....

ttyl,
Patrick




More information about the lispy-devel mailing list