lisp-interface-library icon indicating copy to clipboard operation
lisp-interface-library copied to clipboard

Some systems failed to build for Quicklisp dist

Open quicklisp opened this issue 2 years ago • 1 comments

Building with SBCL 2.3.6.173-55d27b14b / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id 9b8f3cf63e75ae7a84d3d3b31991295167bd3c02

lil fails to build with the following error:

; caught WARNING:
;   The function EMPTY is called with two arguments, but wants exactly one.
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=2323792 "main thread" RUNNING {1001710003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "lil/transform/linearized-map" "file-type">

lil/test fails to build with the following error:

; caught WARNING:
;   The function EMPTY is called with two arguments, but wants exactly one.
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=2323788 "main thread" RUNNING {1001710003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "lil/transform/linearized-map" "file-type">

lisp-interface-library fails to build with the following error:

; caught WARNING:
;   The function EMPTY is called with two arguments, but wants exactly one.
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=2323796 "main thread" RUNNING {1001710003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "lil/transform/linearized-map" "file-type">

Full log here

quicklisp avatar Jul 27 '23 23:07 quicklisp

Thanks for the report. Should be fixed.

NB: I got the unused make-interface style-warnings with SBCL 2.3.6.187-ebdd492d7, but not the empty warning.

fare avatar Jul 28 '23 15:07 fare