Paste number 15792: | Swank not asdf:load-op able |
Pasted by: | Birdman |
When: | 19 years, 1 month ago |
Share: | Tweet this! | http://paste.lisp.org/+C6O |
Channel: | #lisp |
Paste contents: |
* (asdf:oos 'asdf:load-op 'swank) ; loading system definition from /usr/local/lib/sbcl/systems/swank.asd into ; #<PACKAGE "ASDF3919"> ; registering #<SYSTEM :SWANK {B268341}> as SWANK NIL * (find-package 'swank) NIL * (swank-loader:load-swank) ; loading #P"/home/ACCELERATION/nathan/.slime/fasl/sbcl-0.9.7-linux-x86/swank-backend.fasl" ; loading #P"/home/ACCELERATION/nathan/.slime/fasl/sbcl-0.9.7-linux-x86/nregex.fasl" ; loading #P"/home/ACCELERATION/nathan/.slime/fasl/sbcl-0.9.7-linux-x86/swank-sbcl.fasl" ;<SNIP: bunch of compiling> NIL * (find-package 'swank) #<PACKAGE "SWANK"> *
This paste has no annotations.