Advertisement
Guest User

Untitled

a guest
Jul 21st, 2020
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. * (ql:quickload :mito)
  2. To load "mito":
  3. Load 12 ASDF systems:
  4. alexandria asdf cl-ppcre cl-reexport closer-mop dbi
  5. dissect esrap local-time optima sxql uiop
  6. Install 1 Quicklisp release:
  7. mito
  8. ; Fetching #<URL "http://beta.quicklisp.org/archive/mito/2018-04-30/mito-20180430-git.tgz">
  9. ; 34.98KB
  10. ==================================================
  11. 35,820 bytes in 0.01 seconds (3498.05KB/sec)
  12. ; Loading "mito"
  13. ..;
  14. ; caught ERROR:
  15. ; READ error during COMPILE-FILE:
  16. ;
  17. ; Symbol "DEBUG-SOURCE-FORM" not found in the SB-DI package.
  18. ;
  19. ; Line: 18, Column: 43, File-Position: 562
  20. ;
  21. ; Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /Users/matzy/quicklisp/dists/quicklisp/software/dissect-20180131-git/backend/sbcl.lisp" {1003FEDC13}>
  22.  
  23. debugger invoked on a UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread
  24. #<THREAD "main thread" RUNNING {10008A0083}>:
  25. COMPILE-FILE-ERROR while
  26. compiling #<CL-SOURCE-FILE "dissect" "backend" "sbcl">
  27.  
  28. Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
  29.  
  30. restarts (invokable by number or by possibly-abbreviated name):
  31. 0: [RETRY ] Retry
  32. compiling #<CL-SOURCE-FILE "dissect" "backend" "sbcl">.
  33. 1: [ACCEPT ] Continue, treating
  34. compiling #<CL-SOURCE-FILE "dissect" "backend" "sbcl">
  35. as having been successful.
  36. 2: Retry ASDF operation.
  37. 3: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the
  38. configuration.
  39. 4: Retry ASDF operation.
  40. 5: Retry ASDF operation after resetting the
  41. configuration.
  42. 6: [ABORT ] Give up on "mito"
  43. 7: Exit debugger, returning to top level.
  44.  
  45. (UIOP/LISP-BUILD:CHECK-LISP-COMPILE-RESULTS NIL T T "~/asdf-action::format-action/" ((#<ASDF/LISP-ACTION:COMPILE-OP > . #<ASDF/LISP-ACTION:CL-SOURCE-FILE "dissect" "backend" "sbcl">)))
  46. ; File has been modified since compilation:
  47. ; SYS:CONTRIB;ASDF;UIOP.LISP.NEWEST
  48. ; Using form offset instead of character position.
  49.  
  50. source: (ERROR 'COMPILE-FILE-ERROR :CONTEXT-FORMAT CONTEXT-FORMAT
  51. :CONTEXT-ARGUMENTS CONTEXT-ARGUMENTS)
  52. 0]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement