Advertisement
logicmoo

Untitled

Nov 26th, 2017
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 2.08 KB | None | 0 0
  1. root@gitlab:/home/dmiles/logicmoo_workspace/packs_usr/wam_common_lisp/t/reference# rlwrap 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 (2010-07-07) <http://clisp.cons.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-2010
  17.  
  18. Type :h and hit Enter for context help.
  19.  
  20. ;; Loading file /root/.clisprc.lisp ...
  21. ;;  Loading file /root/quicklisp/setup.lisp ...
  22. ;;  Loaded file /root/quicklisp/setup.lisp
  23. ;; Loaded file /root/.clisprc.lisp
  24. [1]>
  25. ;;  Loaded file /root/quicklisp/setup.lisp(ql:quickload "closer-mop")
  26.  
  27. *** - Error while trying to load definition for system closer-mop from pathname
  28.      /root/quicklisp/dists/quicklisp/software/closer-mop-20171019-git/closer-mop.asd:
  29.      MAKE-INSTANCE: illegal keyword/value pair :IF-FEATURE, :ABCL in argument list.
  30.      The allowed keywords are (:NAME :VERSION :DESCRIPTION
  31.      :LONG-DESCRIPTION :IN-ORDER-TO :DO-FIRST :PARENT :PATHNAME :AROUND-COMPILE :ENCODING :PROPERTIES :TYPE)
  32. The following restarts are available:
  33. SKIP           :R1      skip (DEFSYSTEM CLOSER-MOP NAME ...)
  34. RETRY          :R2      retry (DEFSYSTEM CLOSER-MOP NAME ...)
  35. STOP           :R3      stop loading file /root/quicklisp/dists/quicklisp/software/closer-mop-20171019-git/closer-mop.asd
  36. REINITIALIZE-SOURCE-REGISTRY-AND-RETRY :R4 Retry finding system closer-mop after reinitializing the source-registry.
  37. ABORT          :R5      Give up on "closer-mop"
  38. ABORT          :R6      Abort main loop
  39. Break 1 ASDF0[2]>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement