Advertisement
Guest User

Untitled

a guest
May 1st, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. ; Loading "magnetic-drift"
  2. ..................................................
  3. ..............................................;
  4. ; caught ERROR:
  5. ; READ error during COMPILE-FILE:
  6. ;
  7. ; Symbol "STYLE-WARN" not found in the UIOP/DRIVER package.
  8. ;
  9. ; Line: 26, Column: 20, File-Position: 753
  10. ;
  11. ; Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/lock/quicklisp/local-projects/magnetic-drift/components.lisp" {100747A953}>
  12. SLYNK's ASDF loader finished.
  13. debugger invoked on a UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread
  14. #<THREAD "main thread" RUNNING {10005505B3}>:
  15. COMPILE-FILE-ERROR while
  16. compiling #<CL-SOURCE-FILE "magnetic-drift" "components">
  17.  
  18. Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
  19.  
  20. restarts (invokable by number or by possibly-abbreviated name):
  21. 0: [RETRY ] Retry
  22. compiling #<CL-SOURCE-FILE "magnetic-drift" "components">.
  23. 1: [ACCEPT ] Continue, treating
  24. compiling #<CL-SOURCE-FILE "magnetic-drift" "components">
  25. as having been successful.
  26. 2: Retry ASDF operation.
  27. 3: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the
  28. configuration.
  29. 4: [ABORT ] Give up on "magnetic-drift"
  30. 5: Exit debugger, returning to top level.
  31.  
  32. (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 "magnetic-drift" "components">)))
  33. source: (ERROR 'COMPILE-FILE-ERROR :CONTEXT-FORMAT CONTEXT-FORMAT
  34. :CONTEXT-ARGUMENTS CONTEXT-ARGUMENTS)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement