Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Compilation under CMUCL #83

@fosskers

Description

@fosskers

I got this recent release to compile, and started testing everything with it. While trying to run the transducers tests, it was failing to compile jzon due to this fun error:

Error in function LISP::ASSERT-ERROR:
   The assertion (NOT (EQ C::CHECK T)) failed.
   [Condition of type SIMPLE-ERROR]

Restarts:
 0: [CONTINUE] Retry assertion.
 1: [RETRY] Retry compiling #<CL-SOURCE-FILE "com.inuoe.jzon" "src" "jzon">.
 2: [ACCEPT] Continue, treating compiling #<CL-SOURCE-FILE "com.inuoe.jzon" "src" "jzon"> as having been successful.
 3: [RETRY] Retry ASDF operation.
 4: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the configuration.
 5: [ABORT] Abort compilation.
 --more--

Backtrace:
 0: (LISP::ASSERT-ERROR (NOT (EQ C::CHECK T)) NIL NIL)
 1: (C::FUNCTION-CONTINUATION-TN #<C::COMBINATION #x6097E555  FUN= #<C::REF #x6079D79D  LEAF= #<C::LAMBDA-VAR 6078D0CD>>  ARGS= NIL> ..)
 2: (C::IR2-CONVERT-FIXED-FULL-CALL #<C::COMBINATION #x6097E555  FUN= #<C::REF #x6079D79D  LEAF= #<C::LAMBDA-VAR 6078D0CD>>  ARGS= NIL> ..)
 3: (C::IR2-CONVERT-FULL-CALL #<C::COMBINATION #x6097E555  FUN= #<C::REF #x6079D79D  LEAF= #<C::LAMBDA-VAR 6078D0CD>>  ARGS= NIL> ..)
 4: (C::IR2-CONVERT-BLOCK #<C::CBLOCK Start = c2 {6078D385}>)
 5: (C:IR2-CONVERT #<C:COMPONENT #x6097B32D  NAME= "DEFUN %SKIP-CPP-COMMENT">)

... etc. Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions