Opened 19 years ago
Closed 19 years ago
#16 closed defect (fixed)
sbcl 0.9.12 compilation problem
Reported by: | Owned by: | Gary King | |
---|---|---|---|
Priority: | major | Milestone: | milestone1 |
Component: | component1 | Version: | |
Keywords: | sbcl | Cc: |
Description
After I downloaded http://common-lisp.net/project/cl-markdown/cl-markdown_latest.tar.gz and stripped out cl-markdown-test.asd to abvoid the METASHELL dependcy problem and tried to install it using asdf-install on the tar.gz file like this: (asdf-install:install "/local/path/to/cl-markdown_latest.tar.gz")
I got the following compilation errors:
; compiling file "/home/hauer/.sbcl/site/cl-markdown/dev/macros.lisp" (written 09 MAY 2006 01:17:33 PM): ; compiling (IN-PACKAGE CL-MARKDOWN) ; compiling (DEFMACRO WITH-STREAM-FROM-SPECIFIER ...) ; compiling (DEFMETHOD CLOSE-STREAM-SPECIFIER ...)compilation aborted because of fatal error: READ failure in COMPILE-FILE: READER-ERROR at 767 (line 24, column 62) on #<SB-SYS:FD-STREAM for "file /home/hauer/.sbcl/site/cl-markdown/dev/macros.lisp" {BDE1D31}>: package "CCL" not found ; /home/hauer/.sbcl/site/cl-markdown/dev/macros.fasl written ; compilation finished in 0:00:00 WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL {B1AD5E9}> on #<CL-SOURCE-FILE "macros" {B75B8E1}>. debugger invoked on a ASDF:COMPILE-FAILED in thread #<THREAD "initial thread" {A690569}>: erred while invoking #<COMPILE-OP NIL {B1AD5E9}> on #<CL-SOURCE-FILE "macros" {B75B8E1}> 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 performing #<ASDF:COMPILE-OP NIL {B1AD5E9}> on #<ASDF:CL-SOURCE-FILE "macros" {B75B8E1}>. 1: [ACCEPT] Continue, treating #<ASDF:COMPILE-OP NIL {B1AD5E9}> on #<ASDF:CL-SOURCE-FILE "macros" {B75B8E1}> as having been successful. 2: [RETRY ] Retry installation 3: [ABORT ] Exit debugger, returning to top level. ((SB-PCL::FAST-METHOD ASDF:PERFORM (ASDF:COMPILE-OP ASDF:CL-SOURCE-FILE)) #<unavailable argument> #<unavailable argument> #<ASDF:COMPILE-OP NIL {B1AD5E9}> #<ASDF:CL-SOURCE-FILE "macros" {B75B8E1}>) 0] 1 debugger invoked on a SB-INT:BUG in thread #<THREAD "initial thread" {A690569}>: failed AVER: "ANY-KEYP" This is probably a bug in SBCL itself. (Alternatively, SBCL might have been corrupted by bad user code, e.g. by an undefined Lisp operation like (FMAKUNBOUND 'COMPILE), or by stray pointers from alien code or from unsafe Lisp code; or there might be a bug in the OS or hardware that SBCL is running on.) If it seems to be a bug in SBCL itself, the maintainers would like to know about it. Bug reports are welcome on the SBCL mailing lists, which you can find at <http://sbcl.sourceforge.net/>. 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 performing #<LOAD-OP NIL {B3EE071}> on #<ASDF:CL-SOURCE-FILE "definitions" {B75B8D1}>. 1: [ACCEPT] Continue, treating #<LOAD-OP NIL {B3EE071}> on #<ASDF:CL-SOURCE-FILE "definitions" {B75B8D1}> as having been successful. 2: [RETRY ] Retry installation 3: [ABORT ] Exit debugger, returning to top level. (SB-INT:BUG "~@<failed AVER: ~2I~_~S~:>") --------------------------- ; /home/hauer/.sbcl/site/cl-markdown/dev/spans.fasl written ; compilation finished in 0:00:01 debugger invoked on a UNBOUND-VARIABLE in thread #<THREAD "initial thread" {A690569}>: The variable *SPANNER-PARSING-ENVIRONMENTS* is unbound. 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 performing #<LOAD-OP NIL {B03A641}> on #<ASDF:CL-SOURCE-FILE "spans" {B75B911}>. 1: [ACCEPT] Continue, treating #<LOAD-OP NIL {B03A641}> on #<ASDF:CL-SOURCE-FILE "spans" {B75B911}> as having been successful. 2: [RETRY ] Retry installation 3: [ABORT ] Exit debugger, returning to top level. ((SB-C::TOP-LEVEL-FORM (LET* ((#:G48 "#<...>" . "#<...>") ("#<...>" . "#<...>")) (MULTIPLE-VALUE-BIND "#<...>" . "#<...>")))) ---------------------------------------- ; compiling (DEFMETHOD RENDER-SPAN-TO-LML2 ...) ; /home/hauer/.sbcl/site/cl-markdown/dev/lml2.fasl written ; compilation finished in 0:00:01 debugger invoked on a UNBOUND-VARIABLE in thread #<THREAD "initial thread" {A690569}>: The variable *CHUNK-PARSING-ENVIRONMENTS* is unbound. 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 performing #<LOAD-OP NIL {B2D1109}> on #<ASDF:CL-SOURCE-FILE "markdown" {B75B921}>. 1: [ACCEPT] Continue, treating #<LOAD-OP NIL {B2D1109}> on #<ASDF:CL-SOURCE-FILE "markdown" {B75B921}> as having been successful. 2: [RETRY ] Retry installation 3: [ABORT ] Exit debugger, returning to top level. ((SB-C::TOP-LEVEL-FORM (LET* ((#:G298 "#<...>" . "#<...>") ("#<...>" . "#<...>")) (MULTIPLE-VALUE-BIND "#<...>" . "#<...>")))) 0] ---------------------- ; compiling file "/home/hauer/.sbcl/site/cl-markdown/dev/epilogue.lisp" (written 09 MAY 2006 01:17:33 PM): ; compiling (IN-PACKAGE CL-MARKDOWN) ; compiling (SETF *PARSING-ENVIRONMENT* ...) ; /home/hauer/.sbcl/site/cl-markdown/dev/epilogue.fasl written ; compilation finished in 0:00:00 debugger invoked on a SB-INT:BUG in thread #<THREAD "initial thread" {A690569}>: failed AVER: "ANY-KEYP" This is probably a bug in SBCL itself. (Alternatively, SBCL might have been corrupted by bad user code, e.g. by an undefined Lisp operation like (FMAKUNBOUND 'COMPILE), or by stray pointers from alien code or from unsafe Lisp code; or there might be a bug in the OS or hardware that SBCL is running on.) If it seems to be a bug in SBCL itself, the maintainers would like to know about it. Bug reports are welcome on the SBCL mailing lists, which you can find at <http://sbcl.sourceforge.net/>. 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 performing #<LOAD-OP NIL {B1A6499}> on #<ASDF:CL-SOURCE-FILE "lml2" {B75B931}>. 1: [ACCEPT] Continue, treating #<LOAD-OP NIL {B1A6499}> on #<ASDF:CL-SOURCE-FILE "lml2" {B75B931}> as having been successful. 2: [RETRY ] Retry installation 3: [ABORT ] Exit debugger, returning to top level. (SB-INT:BUG "~@<failed AVER: ~2I~_~S~:>") ---------------------------------------------------------------------------- ; caught STYLE-WARNING: ; These functions are undefined: ; CL-MARKDOWN::CAN-MERGE-LINES-P CL-MARKDOWN:HANDLE-SPANS CL-MARKDOWN::I CL-MARKDOWN::ITERATE-FORWARD CL-MARKDOWN::MARKUP-CLASS-FOR-LML2 CL-MARKDOWN::MARKUP-CLASS-MERGABLE-P CL-MARKDOWN::MERGE-LINES-IN-CHUNKS CL-MARKDOWN::PROCESS-SPAN-IN-SPAN-P CL-MARKDOWN::RENDER-SPAN-TO-LML2 CL-MARKDOWN::RENDER-TO-LML2 CL-MARKDOWN:RENDER-TO-STREAM CL-MARKDOWN::SCAN-ONE-SPAN CL-MARKDOWN::WITH-ITERATOR ; ; compilation unit finished ; caught 1 fatal ERROR condition ; caught 2 WARNING conditions ; caught 21 STYLE-WARNING conditions NIL
Change History (2)
comment:1 Changed 19 years ago by
Keywords: | sbcl added |
---|---|
Milestone: | → milestone1 |
Owner: | changed from somebody to Gary King |
comment:2 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
SBCL didn't like the various &rest and &key lambda lists for make-contents-for-container. I think that this is an SBCL "buglet" but I also think that those lambda lists needed to be rationalized. Doing so made both SBCL and me happy.