Advertisement
130s

error_SLIME-onEmacs_12Feb21

Feb 21st, 2012
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. (progn (load "/usr/share/common-lisp/source/slime/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init")) (funcall (read-from-string "swank:start-server") "/tmp/slime.7503" :coding-system "iso-latin-1-unix"))
  2.  
  3. This is SBCL 1.0.50.0.debian, an implementation of ANSI Common Lisp.
  4. More information about SBCL is available at <http://www.sbcl.org/>.
  5.  
  6. SBCL is free software, provided as is, with absolutely no warranty.
  7. It is mostly in the public domain; some portions are provided under
  8. BSD-style licenses. See the CREDITS and COPYING files in the
  9. distribution for more information.
  10. *
  11. ; loading #P"/usr/share/common-lisp/source/slime/swank-loader.lisp"
  12.  
  13. debugger invoked on a SB-C::INPUT-ERROR-IN-COMPILE-FILE in thread #<THREAD
  14. "initial thread" RUNNING
  15.  
  16. {1002901671}>:
  17. READ failure in COMPILE-FILE:
  18. SB-INT:SIMPLE-READER-PACKAGE-ERROR at 5611 (line 143, column 52) on #<SB-SYS:FD-STREAM
  19. for "file /usr/share/common-lisp/source/slime/swank-loader.lisp"
  20. {1002916CB1}>:
  21. package "ASDF" not found
  22.  
  23. Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
  24.  
  25. restarts (invokable by number or by possibly-abbreviated name):
  26. 0: [ABORT] Abort loading file "/usr/share/common-lisp/source/slime/swank-loader.lisp".
  27. 1: Exit debugger, returning to top level.
  28.  
  29. (SB-C::READ-FOR-COMPILE-FILE
  30. #<SB-SYS:FD-STREAM
  31. for "file /usr/share/common-lisp/source/slime/swank-loader.lisp"
  32. {1002916CB1}>
  33. 5230)
  34. 0]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement