forked from OdonataResearchLLC/lisp-unit
-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
I've tried installing via quicklisp with this command: (ql:quickload :lisp-unit2)
I receive the following error message:
; Loading "lisp-unit2"
..................................................
[package cl-interpol].............................
[package lisp-unit2]..............................
[package lisp-unit2-asserts]......................
.
debugger invoked on a SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread
#<THREAD "initial thread" RUNNING {1002998EB3}>:
The name "ASDF/SYSTEM" does not designate any package.
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [RETRY ] Retry compiling #<CL-SOURCE-FILE "lisp-unit2" "interop">.
1: [ACCEPT] Continue, treating
compiling #<CL-SOURCE-FILE "lisp-unit2" "interop"> as having been
successful.
2: [ABORT ] Give up on "lisp-unit2"
3: Exit debugger, returning to top level.
(SB-INT:%FIND-PACKAGE-OR-LOSE "ASDF/SYSTEM")
I've also attempted to install via ASDF with this command (asdf:load-system :lisp-unit2)
And received this error message:
; compiling (IN-PACKAGE :LISP-UNIT2)
; compiling (DEFGENERIC CONVERT-TEST-RESULTS ...)
; compiling (DEFGENERIC CONVERT-TEST-RESULT ...);
; caught ERROR:
; READ error during COMPILE-FILE:
;
; Package ASDF/SYSTEM does not exist.
;
; Line: 17, Column: 49, File-Position: 565
;
; Stream: #<SB-SYS:FD-STREAM
; for "file /Users/joshmarlow/Devel/josh-general-backup/common-lisp/libs/lisp-unit2/interop.lisp"
; {1340A799}>
; compilation aborted after 0:00:00.044
debugger invoked on a ASDF:COMPILE-ERROR:
Error while invoking #<COMPILE-OP NIL {13FA07F9}> on
#<CL-SOURCE-FILE "lisp-unit2" "interop">
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 "lisp-unit2" "interop">.
1: [ACCEPT] Continue, treating
compiling #<CL-SOURCE-FILE "lisp-unit2" "interop"> as having been
successful.
2: [ABORT ] Exit debugger, returning to top level.
((:METHOD ASDF:PERFORM (ASDF:COMPILE-OP ASDF:CL-SOURCE-FILE)) #<ASDF:COMPILE-OP NIL {13FA07F9}> #<ASDF:CL-SOURCE-FILE "lisp-unit2" "interop">) [fast-method]
0] ;
; compilation unit aborted
; caught 2 fatal ERROR conditions
; caught 1 ERROR condition
*
Let me know if/how I can assist in debugging/reproducing this. I'm quite new to Common Lisp, but am happy to help :)
Metadata
Metadata
Assignees
Labels
No labels