My bad. I tried to remove the default type on source-file; obviously, it's too late and many systems use it already. Restored it to nil in 2.26.35.
For next time I'm ill-inspired like that, is there a way to load everything *that's suppose to work* in quicklisp? I found I could try to load everything with: (time (dolist (s (quicklisp-client::provided-systems t)) (quicklisp:quickload (ql-dist:name s)))) but it fails with things like "abort-ks-execution-example".
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org When all lawful citizens are disarmed, will we have an omnipresent police state to protect us from armed criminals?
On Wed, Dec 19, 2012 at 9:30 AM, Zach Beane xach@xach.com wrote:
Zach Beane xach@xach.com writes:
A number of projects fail to build with the latest ASDF from git. A few of them seem to be related to defining a custom file component class that has a custom file type. For example, see jwacs and portable aserve:
[snip]
CommonQT's failure:
qt.asd: The slot TYPE is unbound in the object #<MAKEFILE "qt" "commonqt.pro">.
Zach