Am experiencing the following error on asdf:load-op ..
The function CL-RDBMS::REGISTER-READTABLE-FOR-SWANK is undefined. [Condition of type UNDEFINED-FUNCTION]
for the record, the problem was with cl-def being loaded without swank while it was compiled with swank loaded (or something like that :)
the fix was to set up proper asdf-system-connections for cl-def and swank and now it depends on cl-syntax-sugar, too.
so darcs pull in cl-def should fix loading with or without swank.