-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
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! 😉 |
P.S. Builds successfully on Allegro 10.1, too. |
I believe the true issue is something like |
I just tested the distribution using sbcl from debian and the latest
version in github.
Leonardo Varuzza, PhD
…On Mon, Jul 5, 2021 at 9:16 AM Zach Beane ***@***.***> wrote:
I believe the true issue is something like (coerce some-list 'array)
where it should be (coerce some-list 'vector).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAMNCIF6M6K6LDPQOPHWTTWGWDXANCNFSM47XRFS5A>
.
|
The problem occurs in more recent versions of SBCL (which are easy to build
and install).
On Mon, Jul 5, 2021 at 2:28 PM Leonardo Varuzza ***@***.***>
wrote:
… I just tested the distribution using sbcl from debian and the latest
version in github.
Leonardo Varuzza, PhD
On Mon, Jul 5, 2021 at 9:16 AM Zach Beane ***@***.***> wrote:
> I believe the true issue is something like (coerce some-list 'array)
> where it should be (coerce some-list 'vector).
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#11 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AAAAMNCIF6M6K6LDPQOPHWTTWGWDXANCNFSM47XRFS5A
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACPNLJJPWIH7EJPXXH2MELTWH2S7ANCNFSM47XRFS5A>
.
|
what is the exactly version?
…On Mon, Jul 5, 2021, 16:56 Zach Beane ***@***.***> wrote:
The problem occurs in more recent versions of SBCL (which are easy to build
and install).
On Mon, Jul 5, 2021 at 2:28 PM Leonardo Varuzza ***@***.***>
wrote:
> I just tested the distribution using sbcl from debian and the latest
> version in github.
>
>
> Leonardo Varuzza, PhD
>
>
>
> On Mon, Jul 5, 2021 at 9:16 AM Zach Beane ***@***.***> wrote:
>
> > I believe the true issue is something like (coerce some-list 'array)
> > where it should be (coerce some-list 'vector).
> >
> > —
> > You are receiving this because you are subscribed to this thread.
> > Reply to this email directly, view it on GitHub
> > <
#11 (comment)
> >,
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/AAAAMNCIF6M6K6LDPQOPHWTTWGWDXANCNFSM47XRFS5A
> >
> > .
> >
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#11 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AACPNLJJPWIH7EJPXXH2MELTWH2S7ANCNFSM47XRFS5A
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAMNBVHEQ2FS6L5LBVFCTTWIL7LANCNFSM47XRFS5A>
.
|
SBCL 2.1.6 exhibits the problem, but I believe it's been an issue for several versions before that as well. |
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:
Full log here
The text was updated successfully, but these errors were encountered: