Advertisement
Guest User

Untitled

a guest
Dec 11th, 2023
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 3.00 KB | None | 0 0
  1. [hashirama@omnia stumpwm]$ make
  2. /usr/local/bin/sbcl --non-interactive --eval "(setf sb-impl::*default-external-format* :UTF-8)" --load ./make-image.lisp
  3. This is SBCL 2.3.11, an implementation of ANSI Common Lisp.
  4. More information about SBCL is available at <http://www.sbcl.org/>.
  5.  
  6. SBCL is free software, provided as is, with absolutely no warranty.
  7. It is mostly in the public domain; some portions are provided under
  8. BSD-style licenses.  See the CREDITS and COPYING files in the
  9. distribution for more information.
  10. Unhandled SB-C::INPUT-ERROR-IN-LOAD in thread #<SB-THREAD:THREAD tid=3277 "main thread" RUNNING
  11.                                                  {1001138003}>:
  12.   READ error during LOAD:
  13.  
  14.     Package UIOP/LISP-BUILD does not exist.
  15.  
  16.       Line: 7, Column: 49, File-Position: 258
  17.  
  18.       Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/hashirama/Downloads/stumpwm_build/stumpwm/./make-image.lisp" {10011197D3}>
  19.  
  20. Backtrace for: #<SB-THREAD:THREAD tid=3277 "main thread" RUNNING {1001138003}>
  21. 0: (SB-DEBUG::DEBUGGER-DISABLED-HOOK #<SB-C::INPUT-ERROR-IN-LOAD {1001180603}> #<unused argument> :QUIT T)
  22. 1: (SB-DEBUG::RUN-HOOK *INVOKE-DEBUGGER-HOOK* #<SB-C::INPUT-ERROR-IN-LOAD {1001180603}>)
  23. 2: (INVOKE-DEBUGGER #<SB-C::INPUT-ERROR-IN-LOAD {1001180603}>)
  24. 3: (ERROR #<SB-C::INPUT-ERROR-IN-LOAD {1001180603}>)
  25. 4: (SB-C:COMPILER-ERROR SB-C::INPUT-ERROR-IN-LOAD :CONDITION #<SB-INT:SIMPLE-READER-PACKAGE-ERROR "Package ~A does not exist." {10011805B3}> :STREAM #<SB-INT:FORM-TRACKING-STREAM for "file /home/hashirama/Downloads/stumpwm_build/stumpwm/./make-image.lisp" {10011197D3}>)
  26. 5: (SB-C::%DO-FORMS-FROM-INFO #<FUNCTION (LAMBDA (SB-KERNEL:FORM &KEY :CURRENT-INDEX &ALLOW-OTHER-KEYS) :IN SB-INT:LOAD-AS-SOURCE) {7FDB485AF4CB}> #<SB-C::SOURCE-INFO {10011268C3}> SB-C::INPUT-ERROR-IN-LOAD)
  27. 6: (SB-INT:LOAD-AS-SOURCE #<SB-INT:FORM-TRACKING-STREAM for "file /home/hashirama/Downloads/stumpwm_build/stumpwm/./make-image.lisp" {10011197D3}> :VERBOSE NIL :PRINT NIL :CONTEXT "loading")
  28. 7: ((LABELS SB-FASL::LOAD-STREAM-1 :IN LOAD) #<SB-INT:FORM-TRACKING-STREAM for "file /home/hashirama/Downloads/stumpwm_build/stumpwm/./make-image.lisp" {10011197D3}> NIL)
  29. 8: (SB-FASL::CALL-WITH-LOAD-BINDINGS #<FUNCTION (LABELS SB-FASL::LOAD-STREAM-1 :IN LOAD) {7FDB485AF88B}> #<SB-INT:FORM-TRACKING-STREAM for "file /home/hashirama/Downloads/stumpwm_build/stumpwm/./make-image.lisp" {10011197D3}> NIL #<SB-INT:FORM-TRACKING-STREAM for "file /home/hashirama/Downloads/stumpwm_build/stumpwm/./make-image.lisp" {10011197D3}>)
  30. 9: (LOAD #P"./make-image.lisp" :VERBOSE NIL :PRINT NIL :IF-DOES-NOT-EXIST :ERROR :EXTERNAL-FORMAT :DEFAULT)
  31. 10: (SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS ((:EVAL . "(setf sb-impl::*default-external-format* :UTF-8)") (:LOAD . "./make-image.lisp") (:QUIT)))
  32. 11: (SB-IMPL::TOPLEVEL-INIT)
  33. 12: ((FLET SB-UNIX::BODY :IN SB-IMPL::START-LISP))
  34. 13: ((FLET "WITHOUT-INTERRUPTS-BODY-3" :IN SB-IMPL::START-LISP))
  35. 14: (SB-IMPL::%START-LISP)
  36.  
  37. unhandled condition in --disable-debugger mode, quitting
  38. make: *** [Makefile:29: stumpwm] Error 1
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement