tclcs-code icon indicating copy to clipboard operation
tclcs-code copied to clipboard

Some systems failed to build for Quicklisp dist

Open quicklisp opened this issue 8 months ago • 3 comments

Building with SBCL 2.5.5 / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id 357fa0627fe20d42e1e759c425c663be41b2e183

tclcs-code fails to build with the following error:

; caught WARNING:
;   Derived type of CLCS-35-CHECK-TYPE::X is (SIMPLE-ARRAY CHARACTER (2)), conflicting with its asserted type INTEGER.
;   See also:
;     The SBCL Manual, Node "Handling of Types"
...
; caught WARNING:
;   Derived type of CLCS-35-CHECK-TYPE::X is (INTEGER 24 24), conflicting with its asserted type (INTEGER 42 42).
;   See also:
;     The SBCL Manual, Node "Handling of Types"
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1869110 "main thread" RUNNING {1200F10003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "tclcs-code" "07-assertions" "tclcs-35-check-type">

Full log here

quicklisp avatar Jun 13 '25 09:06 quicklisp