Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created May 30, 2018 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmercouris/7eeab57d9e128fc0e56defe12d5d5eaf to your computer and use it in GitHub Desktop.
Save jmercouris/7eeab57d9e128fc0e56defe12d5d5eaf to your computer and use it in GitHub Desktop.
0] (ql:quickload :static-vectors)
To load "static-vectors":
Load 1 ASDF system:
static-vectors
; Loading "static-vectors"
(:STATIC-VECTORS)
0] 0
..;
; caught ERROR:
; READ error during COMPILE-FILE:
;
; Package STATIC-VECTORS does not exist.
;
; Line: 44, Column: 49, File-Position: 1254
;
; Stream: #<SB-SYS:FD-STREAM
; for "file /usr/home/webserver/quicklisp/dists/quicklisp/software/fast-io-20171023-git/src/io.lisp"
; {5DF00091}>
debugger invoked on a UIOP/LISP-BUILD:COMPILE-FILE-ERROR:
COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "fast-io" "io">
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [RETRY ] Retry
compiling #<CL-SOURCE-FILE "fast-io" "io">.
1: [ACCEPT ] Continue, treating
compiling #<CL-SOURCE-FILE "fast-io" "io">
as having been successful.
2: Retry ASDF operation.
3: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the
configuration.
4: [ABORT ] Give up on "caveman2"
5: Exit debugger, returning to top level.
(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 "fast-io" "io">)))
0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment