Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some systems failed to build for Quicklisp dist #19

Open
quicklisp opened this issue Jul 27, 2023 · 1 comment
Open

Some systems failed to build for Quicklisp dist #19

quicklisp opened this issue Jul 27, 2023 · 1 comment

Comments

@quicklisp
Copy link

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

Trying to build commit id 9b8f3cf

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

@fare
Copy link
Owner

fare commented Jul 28, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants