-
Notifications
You must be signed in to change notification settings - Fork 132
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
coreclr fails to compile on Musl #1882
Comments
Triage notes: @PureTryOut are you able to build the dotnet/coreclr (or dotnet/runtime) repo without source-build involved? We think it would be best to try to repro this with a standalone clone and report the problem as a dotnet/runtime issue because they're most familiar with this build. @crummel, you mentioned remembering this being because of a specific Clang version difference or mismatch, can you try to find that and post here? @dseefeld mentioned we build with Clang 9 in CI currently. |
I got pretty much the exact opposite error a while back which I fixed via dotnet/coreclr#28045:
It looks like glibc has Agreed that this should be sorted out in dotnet/runtime repo first. |
I seem to not be able to no, I've reported an issue there. dotnet/runtime#44988 |
So that particular issue has now been fixed. Now I wonder how I can make source-build use that particular fix. I'd be fine with building git master of dotnet/runtime for now, but I'm not sure how to do that through source-build 🤔 |
You can |
Ah cool, that is useful. Sadly the patch doesn't apply on the However, Darc seems to segfault now.
|
Splitting off from #1868, please read there for more context.
On an Alpine Linux edge system using Musl, dotnet currently fails to compile coreclr.
This is using Clang 10.0.1 and Musl 1.2.2.
The text was updated successfully, but these errors were encountered: