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

Open
quicklisp opened this issue Apr 2, 2024 · 3 comments
Open

Some systems failed to build for Quicklisp dist #18

quicklisp opened this issue Apr 2, 2024 · 3 comments

Comments

@quicklisp
Copy link

Building with SBCL 2.3.11.165-7fa632585 / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id fb3fdfb

bike-examples fails to build with the following error:

Unhandled METHOD-RESOLUTION-ERROR in thread #<SB-THREAD:THREAD tid=498994 "main thread" RUNNING {1040480133}>: 

bike-tests fails to build with the following error:

Unhandled METHOD-RESOLUTION-ERROR in thread #<SB-THREAD:THREAD tid=499083 "main thread" RUNNING {10017D8003}>: 

bike fails to build with the following error:

Unhandled METHOD-RESOLUTION-ERROR in thread #<SB-THREAD:THREAD tid=499101 "main thread" RUNNING {10017D8003}>: 

Full log here

@Lovesan
Copy link
Owner

Lovesan commented Jun 14, 2024

@quicklisp I was unable to reproduce this. That .NET method exists, so it's kind of strange that the library does not see it. Also, I have not seen anything like this in CI. Maybe that's a .NET SDK installation issue? Please try upgrading to the latest SDK.

@Lovesan
Copy link
Owner

Lovesan commented Oct 14, 2024

@quicklisp So, it seems like the method is indeed missing from older versions of .NET, namely from .NET 5

I've backported it to .NET 5 in the latest commit b532f8c

Should be ok now.

@Lovesan
Copy link
Owner

Lovesan commented Oct 14, 2024

An SDK update should be necessary because .NET 5 is out of support now.
Still, .NET 6+ has this FP issue on Linux. Maybe I'll incorporate the existing workaround into the library itself.

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