Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created May 30, 2018 08:34
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/284f9800691c84683301e12d68256b06 to your computer and use it in GitHub Desktop.
Save jmercouris/284f9800691c84683301e12d68256b06 to your computer and use it in GitHub Desktop.
* (ql:quickload :survey)
To load "survey":
Load 1 ASDF system:
survey
; Loading "survey"
.................
; file: /usr/home/webserver/quicklisp/dists/quicklisp/software/cffi_0.19.0/toolchain/bundle.lisp
; in: DEFUN BUNDLE-PATHNAME-TYPE
; ((UIOP/OS:OS-UNIX-P) "o")
;
; caught ERROR:
; illegal function call
; ((UIOP/OS:OS-WINDOWS-P)
; (IF (UIOP/OS:FEATUREP '(:OR :MINGW32 :MINGW64))
; "o"
; "obj"))
;
; caught ERROR:
; illegal function call
; ((UIOP/OS:OS-UNIX-P) "a")
;
; caught ERROR:
; illegal function call
; ((UIOP/OS:OS-WINDOWS-P)
; (IF (UIOP/OS:FEATUREP '(:OR :MINGW32 :MINGW64))
; "a"
; "lib"))
;
; caught ERROR:
; illegal function call
; ((UIOP/OS:OS-MACOSX-P) "dylib")
;
; caught ERROR:
; illegal function call
; ((UIOP/OS:OS-UNIX-P) "so")
;
; caught ERROR:
; illegal function call
; ((UIOP/OS:OS-WINDOWS-P) "dll")
;
; caught ERROR:
; illegal function call
; ((UIOP/OS:OS-UNIX-P) NIL)
;
; caught ERROR:
; illegal function call
; ((UIOP/OS:OS-WINDOWS-P) "exe")
;
; caught ERROR:
; illegal function call
; file: /usr/home/webserver/quicklisp/dists/quicklisp/software/cffi_0.19.0/toolchain/bundle.lisp
; in: DEFUN BUNDLE-PATHNAME-TYPE
; ((UIOP/OS:OS-UNIX-P) "o")
;
; caught ERROR:
; illegal function call
; ((UIOP/OS:OS-WINDOWS-P)
; (IF (UIOP/OS:FEATUREP '(:OR :MINGW32 :MINGW64))
; "o"
; "obj"))
;
; caught ERROR:
; illegal function call
; ((UIOP/OS:OS-UNIX-P) "a")
;
; caught ERROR:
; illegal function call
; ((UIOP/OS:OS-WINDOWS-P)
; (IF (UIOP/OS:FEATUREP '(:OR :MINGW32 :MINGW64))
; "a"
; "lib"))
;
; caught ERROR:
; illegal function call
; ((UIOP/OS:OS-MACOSX-P) "dylib")
;
; caught ERROR:
; illegal function call
; ((UIOP/OS:OS-UNIX-P) "so")
;
; caught ERROR:
; illegal function call
; ((UIOP/OS:OS-WINDOWS-P) "dll")
;
; caught ERROR:
; illegal function call
; ((UIOP/OS:OS-UNIX-P) NIL)
;
; caught ERROR:
; illegal function call
; ((UIOP/OS:OS-WINDOWS-P) "exe")
;
; caught ERROR:
; illegal function call
......
debugger invoked on a LOAD-SYSTEM-DEFINITION-ERROR: Error while trying to load definition for system static-vectors from pathname /usr/home/webserver/quicklisp/dists/quicklisp/software/static-vectors-v1.8.3/static-vectors.asd: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cffi-toolchain" "toolchain" "bundle">
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 "cffi-toolchain" "toolchain" "bundle">.
1: [ACCEPT ] Continue, treating compiling #<CL-SOURCE-FILE "cffi-toolchain" "toolchain" "bundle"> as having been successful.
2: [RETRY ] Retry EVAL of current toplevel form.
3: [CONTINUE ] Ignore error and continue loading file "/usr/home/webserver/quicklisp/dists/quicklisp/software/static-vectors-v1.8.3/static-vectors.asd".
4: [ABORT ] Abort loading file "/usr/home/webserver/quicklisp/dists/quicklisp/software/static-vectors-v1.8.3/static-vectors.asd".
5: Retry ASDF operation.
6: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the configuration.
7: Give up on "survey"
8: Exit debugger, returning to top level.
((FLET #:HANDLER1599 :IN ASDF/FIND-SYSTEM:LOAD-ASD) #<COMPILE-FILE-ERROR {5B605371}>)
0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment