[asdf-devel] Re: cl-quakeinfo and asdf3

Faré fahree at gmail.com
Wed Jan 29 16:14:13 UTC 2014


sbcl
(load "~/quicklisp/setup.lisp")
(asdf:INITIALIZE-OUTPUT-TRANSLATIONS)

;; So far, so good:
((#P"/home/tunes/local/stow/sbcl/lib/sbcl/**/*.*" T)
 (#P"/home/tunes/local/stow/sbcl/lib/sbcl/**/*.*"
  #P"/home/tunes/local/stow/sbcl/lib/sbcl/**/*.*")
 (T T)
 (#P"/home/tunes/.cache/common-lisp/sbcl-1.1.14.43.master.1-9f3f7eb-linux-x64/**/*.*"
  T)
 (T
  #P"/home/tunes/.cache/common-lisp/sbcl-1.1.14.43.master.1-9f3f7eb-linux-x64/**/*.*"))

(asdf:output-files 'asdf:compile-op '(cl-quakeinfo cl-quakeinfo))

;; This on the other hand, is bad:
(#P"/home/tunes/quicklisp/dists/quicklisp/software/cl-quakeinfo-20130615-git/cl-quakeinfo.fasl")

And I found the reason is that
/home/tunes/quicklisp/dists/quicklisp/software/cl-quakeinfo-20130615-git/cl-quakeinfo.asd
contains:
(asdf:disable-output-translations)

Which is probably quite an inappropriate place for such an incantation.

—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
COBOL programs are an exercise in Artificial Inelegance.



More information about the asdf-devel mailing list