Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rdh@linux-m1pj:~> clisp
- i i i i i i i ooooo o ooooooo ooooo ooooo
- I I I I I I I 8 8 8 8 8 o 8 8
- I \ `+' / I 8 8 8 8 8 8
- \ `-+-' / 8 8 8 ooooo 8oooo
- `-__|__-' 8 8 8 8 8
- | 8 o 8 8 o 8 8
- ------+------ ooooo 8oooooo ooo8ooo ooooo 8
- Welcome to GNU CLISP 2.49.92 (2018-02-18) <http://clisp.org/>
- Copyright (c) Bruno Haible, Michael Stoll 1992-1993
- Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
- Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
- Copyright (c) Bruno Haible, Sam Steingold 1999-2000
- Copyright (c) Sam Steingold, Bruno Haible 2001-2018
- Type :h and hit Enter for context help.
- ;; Loading file /home/rdh/.clisprc.lisp ...
- ;; Loading file /home/rdh/quicklisp/setup.lisp ...
- ;; Loaded file /home/rdh/quicklisp/setup.lisp
- ;; Loaded file /home/rdh/.clisprc.lisp
- [1]> (ql:quickload "cffi")
- *** - Error while trying to load definition for system cffi from pathname
- /home/rdh/quicklisp/dists/quicklisp/software/cffi_0.20.1/cffi.asd:
- DESTRUCTURING-BIND: (OPERATE 'TEST-OP :CFFI-TESTS) does not match lambda
- list element (O
- C)
- The following restarts are available:
- SKIP :R1 skip (DEFSYSTEM cffi DESCRIPTION ...)
- RETRY :R2 retry (DEFSYSTEM cffi DESCRIPTION ...)
- STOP :R3 stop loading file /home/rdh/quicklisp/dists/quicklisp/software/cffi_0.20.1/cffi.asd
- REINITIALIZE-SOURCE-REGISTRY-AND-RETRY :R4 Retry finding system cffi after reinitializing the source-registry.
- ABORT :R5 Give up on "cffi"
- ABORT :R6 Abort main loop
- Break 1 ASDF[2]>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement