-
-
Save ldunn/493561 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The path | |
| #P"/var/cache/common-lisp-controller/500/sbcl/local/h..." | |
| does not exist. | |
| [Condition of type SB-INT:SIMPLE-FILE-ERROR] | |
| Restarts: | |
| 0: [TRY-RECOMPILING] Try recompiling commands/misc | |
| 1: [RETRY] Retry performing #<ASDF:COMPILE-OP NIL {BCB2D71}> on #<ASDF:CL-SOURCE-FILE "commands/misc" {B53BFC1}>. | |
| 2: [ACCEPT] Continue, treating #<ASDF:COMPILE-OP NIL {BCB2D71}> on #<ASDF:CL-SOURCE-FILE "commands/misc" {B53BFC1}> as having been successful. | |
| 3: [RETRY] Retry SLIME REPL evaluation request. | |
| 4: [*ABORT] Return to SLIME's top level. | |
| 5: [TERMINATE-THREAD] Terminate this thread (#<THREAD "repl-thread" RUNNING {B987C21}>) | |
| Backtrace: | |
| 0: (OPEN #P"/var/cache/common-lisp-controller/500/sbcl/local/home/baddog/lisp/litht/commands/misc.fasl")[:EXTERNAL] | |
| 1: (SB-FASL:OPEN-FASL-OUTPUT #P"/var/cache/common-lisp-controller/500/sbcl/local/home/baddog/lisp/litht/commands/misc.fasl" "/home/baddog/lisp/litht/commands/misc.lisp") | |
| 2: (COMPILE-FILE #P"/home/baddog/lisp/litht/commands/misc.lisp")[:EXTERNAL] | |
| 3: ((SB-PCL::FAST-METHOD ASDF:PERFORM (ASDF:COMPILE-OP ASDF:CL-SOURCE-FILE)) ..) | |
| 4: ((LAMBDA (SB-PCL::.PV. SB-PCL::.NEXT-METHOD-CALL. SB-PCL::.ARG0. SB-PCL::.ARG1.)) ..) | |
| 5: ((SB-PCL::FAST-METHOD ASDF:PERFORM ASDF:AROUND (ASDF:COMPILE-OP ASDF:CL-SOURCE-FILE)) ..) | |
| 6: ((LAMBDA ())) | |
| 7: ((FLET SB-THREAD::WITH-RECURSIVE-LOCK-THUNK)) | |
| 8: ((FLET #:WITHOUT-INTERRUPTS-BODY-[CALL-WITH-RECURSIVE-LOCK]324)) | |
| 9: (SB-THREAD::CALL-WITH-RECURSIVE-LOCK ..) | |
| 10: ((FLET SB-C::WITH-IT)) | |
| 11: (ASDF:OPERATE ASDF:LOAD-OP :LITHT)[:EXTERNAL] | |
| 12: (ASDF::MODULE-PROVIDE-ASDF :LITHT) | |
| 13: ((LAMBDA (#:G[REQUIRE]13)) ASDF::MODULE-PROVIDE-ASDF) | |
| 14: (SB-IMPL::%MAP-FOR-EFFECT-ARITY-1 #<CLOSURE (LAMBDA #) {BA23085}> (ASDF::MODULE-PROVIDE-ASDF SB-IMPL::MODULE-PROVIDE-CONTRIB)) | |
| 15: (REQUIRE :LITHT NIL) | |
| 16: (SB-INT:SIMPLE-EVAL-IN-LEXENV (REQUIRE :LITHT) #<NULL-LEXENV>) | |
| --more-- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment