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 #11

Open
quicklisp opened this issue Jul 2, 2021 · 7 comments
Open

Some systems failed to build for Quicklisp dist #11

quicklisp opened this issue Jul 2, 2021 · 7 comments

Comments

@quicklisp
Copy link

Building with SBCL 2.1.6 / ASDF 3.3.1 for quicklisp dist creation.

Trying to build commit id 413204f

cl-randist fails to build with the following error:

Unhandled TYPE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001A18103}>: The value * is not of type LIST

Full log here

@rpgoldman
Copy link
Contributor

As of SBCL 2.1.3 and ASDF 3.3.5 building gives a couple of style warnings, but no errors, for the same commit hash.

I guess I won't be upgrading my SBCL for a little! 😉

@rpgoldman
Copy link
Contributor

P.S. Builds successfully on Allegro 10.1, too.

@quicklisp
Copy link
Author

I believe the true issue is something like (coerce some-list 'array) where it should be (coerce some-list 'vector).

@lvaruzza
Copy link
Owner

lvaruzza commented Jul 5, 2021 via email

@quicklisp
Copy link
Author

quicklisp commented Jul 5, 2021 via email

@lvaruzza
Copy link
Owner

lvaruzza commented Jul 6, 2021 via email

@quicklisp
Copy link
Author

SBCL 2.1.6 exhibits the problem, but I believe it's been an issue for several versions before that as well.

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

3 participants