Created
September 24, 2020 19:18
-
-
Save slyrus/53113ed2da59f47980846c1497be1e14 to your computer and use it in GitHub Desktop.
CLASP/McCLIM build error
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
| Cannot add the method #<STANDARD-METHOD UNNAMED (CLIM-INTERNALS::|(presentation-type COMMON-LISP::NULL)| | |
| T T | |
| CLIM:TEXTUAL-VIEW)> to the generic function #<PRESENTATION-GENERIC-FUNCTION CLIM-INTERNALS::%ACCEPT> because their lambda lists (TYPE-KEY | |
| TYPE | |
| STREAM | |
| VIEW | |
| &KEY) and (TYPE-KEY | |
| TYPE | |
| STREAM | |
| VIEW | |
| &KEY | |
| DEFAULT | |
| DEFAULT-TYPE | |
| &ALLOW-OTHER-KEYS) are not congruent. | |
| [Condition of type SIMPLE-ERROR] | |
| Restarts: | |
| 0: [TRY-RECOMPILING] Recompile standard-presentations and try loading it again | |
| 1: [RETRY] Retry loading FASL for #<CL-SOURCE-FILE "clim-core" "standard-presentations">. | |
| 2: [ACCEPT] Continue, treating loading FASL for #<CL-SOURCE-FILE "clim-core" "standard-presentations"> as having been successful. | |
| 3: [RETRY] Retry ASDF operation. | |
| 4: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the configuration. | |
| 5: [RETRY] Retry ASDF operation. | |
| --more-- | |
| Backtrace: | |
| 0: (ADD-METHOD #<PRESENTATION-GENERIC-FUNCTION CLIM-INTERNALS::%ACCEPT> #<STANDARD-METHOD UNNAMED (CLIM-INTERNALS::|(presentation-type COMMON-LISP::NULL)| T T CLIM:TEXTUAL-VIEW)>) | |
| 1: (CLOS::INSTALL-METHOD CLIM-INTERNALS::%ACCEPT NIL (#<The CLIM-INTERNALS::PRESENTATION-TYPE-CLASS CLIM-INTERNALS::|(presentation-type COMMON-LISP::NULL)|> #<The BUILT-IN-CLASS T> #<The BUILT-IN-CLASS T.. | |
| 2: RUN-ALLmodule7245 | |
| 3: (LOAD #P"/home/sly/.cache/common-lisp/clasp-cclasp-boehm-0.4.2-3157-g414fbc177-cst-linux-x64/home/sly/quicklisp/dists/quicklisp/software/mcclim-20200715-git/Core/clim-core/standard-presentations.fasp".. | |
| 4: (LAMBDA ()) | |
| 5: (UIOP/UTILITY:CALL-WITH-MUFFLED-CONDITIONS #<FUNCTION (LAMBDA NIL)> ("Overwriting already existing readtable ~S." #(#:FINALIZERS-OFF-WARNING :ASDF-FINALIZERS))) | |
| 6: (UIOP/LISP-BUILD:CALL-WITH-MUFFLED-LOADER-CONDITIONS #<FUNCTION (LAMBDA NIL)>) | |
| 7: (UIOP/LISP-BUILD:LOAD* #P"/home/sly/.cache/common-lisp/clasp-cclasp-boehm-0.4.2-3157-g414fbc177-cst-linux-x64/home/sly/quicklisp/dists/quicklisp/software/mcclim-20200715-git/Core/clim-core/standard-pr.. | |
| 8: (ASDF/LISP-ACTION:PERFORM-LISP-LOAD-FASL #<LOAD-OP > #<CL-SOURCE-FILE "clim-core" "standard-presentations">) | |
| 9: ((METHOD ASDF/ACTION:PERFORM (ASDF/LISP-ACTION:LOAD-OP ASDF/LISP-ACTION:CL-SOURCE-FILE)) #<LOAD-OP > #<CL-SOURCE-FILE "clim-core" "standard-presentations">) | |
| 10: EFFECTIVE-METHOD-FUNCTION.LAMBDA^CLOS^FN^^ | |
| 11: (LAMBDA ()) | |
| 12: (LAMBDA ()) | |
| 13: (ASDF/SESSION:CALL-WITH-ASDF-SESSION #<FUNCTION (LAMBDA NIL)> :OVERRIDE NIL :KEY NIL :OVERRIDE-CACHE NIL :OVERRIDE-FORCING NIL) | |
| 14: (ASDF/ACTION:CALL-WHILE-VISITING-ACTION #<LOAD-OP > #<CL-SOURCE-FILE "clim-core" "standard-presentations"> #<FUNCTION (LAMBDA NIL)>) | |
| 15: ((METHOD ASDF/ACTION:PERFORM (:AROUND) (ASDF/OPERATION:OPERATION ASDF/COMPONENT:COMPONENT)) #<FUNCTION CORE:REPL> #<LOAD-OP > #<CL-SOURCE-FILE "clim-core" "standard-presentations">) | |
| 16: (CLOS::EMF-FROM-CONTF.LAMBDA #<LOAD-OP > #<CL-SOURCE-FILE "clim-core" "standard-presentations">) | |
| 17: ((METHOD ASDF/ACTION:PERFORM-WITH-RESTARTS (T T)) #<LOAD-OP > #<CL-SOURCE-FILE "clim-core" "standard-presentations">) | |
| 18: ((METHOD ASDF/ACTION:PERFORM-WITH-RESTARTS (ASDF/LISP-ACTION:LOAD-OP ASDF/LISP-ACTION:CL-SOURCE-FILE)) #<FUNCTION (METHOD ASDF/ACTION:PERFORM-WITH-RESTARTS (T T))> #<LOAD-OP > #<CL-SOURCE-FILE "clim-c.. | |
| 19: (CLOS::EMF-FROM-CONTF.LAMBDA #<LOAD-OP > #<CL-SOURCE-FILE "clim-core" "standard-presentations">) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment