Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Thanks, but now I get: ((LABELS QUICKLISP-CLIENT::RECURSE :IN QUICKLISP-CLIENT::COMPUTE-LOAD-STRATEGY) "kp") (same if I do it from the repl interactively). And (asdf:operate 'asdf:load-op :kp) gives: ((:METHOD ASDF/OPERATE:OPERATE (SYMBOL T)) ASDF/LISP-ACTION:LOAD-OP :KP) [fast-method] error finding frame source: Bogus form-number: the source file has probably changed too much to cope with. Commented Apr 9, 2019 at 18:07
  • If you start a second SBCL process and run the command, does it still happen? Or if you touch the .asd file to chang its timestamp and recompile? That a bit hard to debug without more information. Commented Apr 9, 2019 at 19:02
  • Got this to work, but DO need to include (in-package :asdf) AND load the .asd file explicitly. Thanks for your help. Commented Apr 9, 2019 at 20:40
  • If you load the file directly, then yes changing the package is necessary, but the intended usage is not to load asd files manually. If you can get it working that's fine but that may hide an unresolved problem. Good luck. Commented Apr 9, 2019 at 21:14