-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Julia 1.5.0 fails to build against musl when USE_BINARYBUILDER=0 #36943
Comments
non-Jedi
changed the title
Failed to build against musl when not USE_BINARYBUILDER
Failed to build against musl when USE_BINARYBUILDER=0
Aug 6, 2020
That seems like libunwind is not getting built correctly. I think this may be fixed as of #36697, but I'm not sure why the same error wouldn't have already shown up while trying to build that library. |
Can confirm that applying #36697 (minus the portions updating libosxunwind) fixes this. Should that PR be backported? |
non-Jedi
changed the title
Failed to build against musl when USE_BINARYBUILDER=0
Julia 1.5.0 fails to build against musl when USE_BINARYBUILDER=0
Aug 7, 2020
Is this still an issue in 1.5.2? |
Nope! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With no Make.user, invoking:
results eventually in the error:
I'm attempting to use the fat 1.5.0 release tarball with dependency sources bundled.
I don't know much about linking, but I don't think my
make
invocation is doing anything that should cause this error. Is BINARYBUILDER the only way to get musl-based julia to build?Build log: https://gist.github.com/non-Jedi/ba54f6e8f4756da2e9f80e8ccd90b70b
The text was updated successfully, but these errors were encountered: