Advertisement
logicmoo

Clisp

Oct 5th, 2016
509
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 7.53 KB | None | 0 0
  1. root@ubuntu:/mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test# make
  2. cat doit.lsp | clisp -ansi -q  | tee test.out
  3. [1]>
  4. *** - MAKE-PATHNAME: Illegal :DIRECTORY argument (:RELATIVE "printer/format")
  5. The following restarts are available:
  6. ABORT          :R1      Abort main loop
  7. Break 1 [2]>
  8. ;; Loading file gclload1.lsp ...
  9. *** - READ from
  10.        #<INPUT BUFFERED FILE-STREAM CHARACTER
  11.          #P"/mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/rt.fas"
  12.          @1>
  13.       : illegal character #\Stx
  14. The following restarts are available:
  15. SKIP           :R1      skip (LET # # ...)
  16. RETRY          :R2      retry (LET # # ...)
  17. STOP           :R3      stop loading file /mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/gclload1.lsp
  18. ABORT          :R4      Abort debug loop
  19. ABORT          :R5      Abort main loop
  20. Break 2 [3]>
  21. *** - SYSTEM::%FIND-PACKAGE: There is no package with name "CL-TEST"
  22. The following restarts are available:
  23. USE-VALUE      :R1      Input a value to be used instead.
  24. SKIP           :R2      skip (IN-PACKAGE CL-TEST)
  25. RETRY          :R3      retry (IN-PACKAGE CL-TEST)
  26. STOP           :R4      stop loading file /mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/gclload2.lsp
  27. ABORT          :R5      Abort debug loop
  28. SKIP           :R6      skip (LET # # ...)
  29. RETRY          :R7      retry (LET # # ...)
  30. STOP           :R8      stop loading file /mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/gclload1.lsp
  31. ABORT          :R9      Abort debug loop
  32. ABORT          :R10     Abort main loop
  33. Break 3 [4]>
  34. *** - READ from
  35.        #<INPUT CONCATENATED-STREAM
  36.          #<IO TWO-WAY-STREAM
  37.            #<INPUT UNBUFFERED FILE-STREAM CHARACTER #P"/dev/fd/0" @70>
  38.            #<OUTPUT UNBUFFERED FILE-STREAM CHARACTER #P"/dev/fd/1">>>
  39.       : there is no package with name "CL-TEST"
  40. The following restarts are available:
  41. ABORT          :R1      Abort debug loop
  42. SKIP           :R2      skip (IN-PACKAGE CL-TEST)
  43. RETRY          :R3      retry (IN-PACKAGE CL-TEST)
  44. STOP           :R4      stop loading file /mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/gclload2.lsp
  45. ABORT          :R5      Abort debug loop
  46. SKIP           :R6      skip (LET # # ...)
  47. RETRY          :R7      retry (LET # # ...)
  48. STOP           :R8      stop loading file /mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/gclload1.lsp
  49. ABORT          :R9      Abort debug loop
  50. ABORT          :R10     Abort main loop
  51. Break 4 [5]>
  52. *** - READ-LINE: argument NIL is not a character
  53. The following restarts are available:
  54. ABORT          :R1      Abort debug loop
  55. ABORT          :R2      Abort debug loop
  56. SKIP           :R3      skip (IN-PACKAGE CL-TEST)
  57. RETRY          :R4      retry (IN-PACKAGE CL-TEST)
  58. STOP           :R5      stop loading file /mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/gclload2.lsp
  59. ABORT          :R6      Abort debug loop
  60. SKIP           :R7      skip (LET # # ...)
  61. RETRY          :R8      retry (LET # # ...)
  62. STOP           :R9      stop loading file /mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/gclload1.lsp
  63. ABORT          :R10     Abort debug loop
  64. ABORT          :R11     Abort main loop
  65. Break 5 [6]>
  66. *** - READ from
  67.        #<INPUT CONCATENATED-STREAM #<INPUT STRING-INPUT-STREAM>
  68.          #<IO TWO-WAY-STREAM
  69.            #<INPUT UNBUFFERED FILE-STREAM CHARACTER #P"/dev/fd/0" @71>
  70.            #<OUTPUT UNBUFFERED FILE-STREAM CHARACTER #P"/dev/fd/1">>>
  71.       : an object cannot start with #\)
  72. The following restarts are available:
  73. ABORT          :R1      Abort debug loop
  74. ABORT          :R2      Abort debug loop
  75. ABORT          :R3      Abort debug loop
  76. SKIP           :R4      skip (IN-PACKAGE CL-TEST)
  77. RETRY          :R5      retry (IN-PACKAGE CL-TEST)
  78. STOP           :R6      stop loading file /mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/gclload2.lsp
  79. ABORT          :R7      Abort debug loop
  80. SKIP           :R8      skip (LET # # ...)
  81. RETRY          :R9      retry (LET # # ...)
  82. STOP           :R10     stop loading file /mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/gclload1.lsp
  83. ABORT          :R11     Abort debug loop
  84. ABORT          :R12     Abort main loop
  85. Break 6 [7]>
  86. *** - SYSTEM::%FIND-PACKAGE: There is no package with name "CL-TEST"
  87. The following restarts are available:
  88. USE-VALUE      :R1      Input a value to be used instead.
  89. ABORT          :R2      Abort debug loop
  90. ABORT          :R3      Abort debug loop
  91. ABORT          :R4      Abort debug loop
  92. ABORT          :R5      Abort debug loop
  93. SKIP           :R6      skip (IN-PACKAGE CL-TEST)
  94. RETRY          :R7      retry (IN-PACKAGE CL-TEST)
  95. STOP           :R8      stop loading file /mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/gclload2.lsp
  96. ABORT          :R9      Abort debug loop
  97. SKIP           :R10     skip (LET # # ...)
  98. RETRY          :R11     retry (LET # # ...)
  99. STOP           :R12     stop loading file /mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/gclload1.lsp
  100. ABORT          :R13     Abort debug loop
  101. ABORT          :R14     Abort main loop
  102. Break 7 [8]>
  103. *** - FUNCTION: undefined function REGRESSION-TEST:REM-TEST
  104. The following restarts are available:
  105. USE-VALUE      :R1      Input a value to be used instead of (FDEFINITION 'REGRESSION-TEST:REM-TEST).
  106. RETRY          :R2      Retry
  107. STORE-VALUE    :R3      Input a new value for (FDEFINITION 'REGRESSION-TEST:REM-TEST).
  108. ABORT          :R4      Abort debug loop
  109. ABORT          :R5      Abort debug loop
  110. ABORT          :R6      Abort debug loop
  111. ABORT          :R7      Abort debug loop
  112. ABORT          :R8      Abort debug loop
  113. SKIP           :R9      skip (IN-PACKAGE CL-TEST)
  114. RETRY          :R10     retry (IN-PACKAGE CL-TEST)
  115. STOP           :R11     stop loading file /mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/gclload2.lsp
  116. ABORT          :R12     Abort debug loop
  117. SKIP           :R13     skip (LET # # ...)
  118. RETRY          :R14     retry (LET # # ...)
  119. STOP           :R15     stop loading file /mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/gclload1.lsp
  120. ABORT          :R16     Abort debug loop
  121. ABORT          :R17     Abort main loop
  122. Break 8 [9]>
  123. #P"/mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/sandbox/"
  124. Break 8 [9]>
  125. *** - EVAL: undefined function REGRESSION-TEST:DO-TESTS
  126. The following restarts are available:
  127. USE-VALUE      :R1      Input a value to be used instead of (FDEFINITION 'REGRESSION-TEST:DO-TESTS).
  128. RETRY          :R2      Retry
  129. STORE-VALUE    :R3      Input a new value for (FDEFINITION 'REGRESSION-TEST:DO-TESTS).
  130. ABORT          :R4      Abort debug loop
  131. ABORT          :R5      Abort debug loop
  132. ABORT          :R6      Abort debug loop
  133. ABORT          :R7      Abort debug loop
  134. ABORT          :R8      Abort debug loop
  135. ABORT          :R9      Abort debug loop
  136. SKIP           :R10     skip (IN-PACKAGE CL-TEST)
  137. RETRY          :R11     retry (IN-PACKAGE CL-TEST)
  138. STOP           :R12     stop loading file /mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/gclload2.lsp
  139. ABORT          :R13     Abort debug loop
  140. SKIP           :R14     skip (LET # # ...)
  141. RETRY          :R15     retry (LET # # ...)
  142. STOP           :R16     stop loading file /mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/gclload1.lsp
  143. ABORT          :R17     Abort debug loop
  144. ABORT          :R18     Abort main loop
  145. Break 9 [10]>
  146. Real time: 6.36E-4 sec.
  147. Run time: 0.0 sec.
  148. Space: 88928 Bytes
  149. root@ubuntu:/mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement