Advertisement
logicmoo

Untitled

Oct 5th, 2016
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 1.38 KB | None | 0 0
  1. root@ubuntu:/mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test# make
  2. cat doit.lsp | /usr/bin/ecl | tee test.out
  3. ECL (Embeddable Common-Lisp) 15.3.7 (git:UNKNOWN)
  4. Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
  5. Copyright (C) 1993 Giuseppe Attardi
  6. Copyright (C) 2000 Juan J. Garcia-Ripoll
  7. Copyright (C) 2015 Daniel Kochmanski
  8. ECL is free software, and you are welcome to redistribute it
  9. under certain conditions; see file 'Copyright' for details.
  10. Type :h for Help.
  11. Top level in: #<process TOP-LEVEL>.
  12. >
  13. ;;; Loading #P"/usr/lib/ecl-15.3.7/cmp.fas"
  14. (#P"/mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/rt.fas")
  15. >
  16. ;;; Loading "/mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/gclload1.lsp"
  17. ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
  18. ;;;
  19. ;;; End of Pass 1.
  20. Condition of type: FILE-ERROR
  21. Filesystem error with pathname #P"ANSI-TESTS:AUX;ANSI-AUX-MACROS.LSP.NEWEST".
  22. Either
  23.  1) the file does not exist, or
  24.  2) we are not allowed to access the file, or
  25.  3) the pathname points to a broken symbolic link.
  26.  
  27. Available restarts:
  28.  
  29. 1. (RESTART-TOPLEVEL) Go back to Top-Level REPL.
  30.  
  31. Broken at COMPILE-AND-LOAD. In: #<process TOP-LEVEL>.
  32.  File: #P"/mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/compile-and-load.lsp" (Position #644)
  33. >>
  34. root@ubuntu:/mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement