Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. rdh@linux-m1pj:~> clisp
  2. i i i i i i i ooooo o ooooooo ooooo ooooo
  3. I I I I I I I 8 8 8 8 8 o 8 8
  4. I \ `+' / I 8 8 8 8 8 8
  5. \ `-+-' / 8 8 8 ooooo 8oooo
  6. `-__|__-' 8 8 8 8 8
  7. | 8 o 8 8 o 8 8
  8. ------+------ ooooo 8oooooo ooo8ooo ooooo 8
  9.  
  10. Welcome to GNU CLISP 2.49.92 (2018-02-18) <http://clisp.org/>
  11.  
  12. Copyright (c) Bruno Haible, Michael Stoll 1992-1993
  13. Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
  14. Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
  15. Copyright (c) Bruno Haible, Sam Steingold 1999-2000
  16. Copyright (c) Sam Steingold, Bruno Haible 2001-2018
  17.  
  18. Type :h and hit Enter for context help.
  19.  
  20. ;; Loading file /home/rdh/.clisprc.lisp ...
  21. ;; Loading file /home/rdh/quicklisp/setup.lisp ...
  22. ;; Loaded file /home/rdh/quicklisp/setup.lisp
  23. ;; Loaded file /home/rdh/.clisprc.lisp
  24. [1]> (ql:quickload "cffi")
  25.  
  26. *** - Error while trying to load definition for system cffi from pathname
  27. /home/rdh/quicklisp/dists/quicklisp/software/cffi_0.20.1/cffi.asd:
  28. DESTRUCTURING-BIND: (OPERATE 'TEST-OP :CFFI-TESTS) does not match lambda
  29. list element (O
  30. C)
  31. The following restarts are available:
  32. SKIP :R1 skip (DEFSYSTEM cffi DESCRIPTION ...)
  33. RETRY :R2 retry (DEFSYSTEM cffi DESCRIPTION ...)
  34. STOP :R3 stop loading file /home/rdh/quicklisp/dists/quicklisp/software/cffi_0.20.1/cffi.asd
  35. REINITIALIZE-SOURCE-REGISTRY-AND-RETRY :R4 Retry finding system cffi after reinitializing the source-registry.
  36. ABORT :R5 Give up on "cffi"
  37. ABORT :R6 Abort main loop
  38. Break 1 ASDF[2]>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement