Advertisement
Guest User

Untitled

a guest
Dec 17th, 2013
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. sbcl --load ~/quicklisp/setup.lisp \
  2. --eval '(ql:quickload "pgloader")' \
  3. --eval '(quit)'
  4. This is SBCL 1.1.13.debian, an implementation of ANSI Common Lisp.
  5. More information about SBCL is available at <http://www.sbcl.org/>.
  6.  
  7. SBCL is free software, provided as is, with absolutely no warranty.
  8. It is mostly in the public domain; some portions are provided under
  9. BSD-style licenses. See the CREDITS and COPYING files in the
  10. distribution for more information.
  11.  
  12. debugger invoked on a QUICKLISP-CLIENT:SYSTEM-NOT-FOUND in thread
  13. #<THREAD "main thread" RUNNING {1002AB36A3}>:
  14. System "pgloader" not found
  15.  
  16. Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
  17.  
  18. restarts (invokable by number or by possibly-abbreviated name):
  19. 0: [ABORT ] Give up on "pgloader"
  20. 1: [CONTINUE] Ignore runtime option --eval "(ql:quickload \"pgloader\")".
  21. 2: Skip rest of --eval and --load options.
  22. 3: Skip to toplevel READ/EVAL/PRINT loop.
  23. 4: [EXIT ] Exit SBCL (calling #'EXIT, killing the process).
  24.  
  25. ((LABELS QUICKLISP-CLIENT::RECURSE :IN QUICKLISP-CLIENT::COMPUTE-LOAD-STRATEGY) "pgloader")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement