-
-
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
Trampoline assembly requires recent binutils #38680
Labels
building
Build system, or building Julia or its dependencies
Comments
I'll fix:
|
vtjnash
added a commit
that referenced
this issue
Dec 3, 2020
vtjnash
added a commit
that referenced
this issue
Dec 3, 2020
Keno
pushed a commit
that referenced
this issue
Dec 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On binutils 2.26:
That means Julia can't be built by BinaryBuilder anymore, which ships binutils 2.24: https://github.com/JuliaPackaging/Yggdrasil/blob/a8837c7ced39dbdd5a0475a2c3c624ef5986c713/B/Binutils/build_tarballs.jl#L11. That in turn means no PkgEval anymore.
Works with binutils 2.30, but I don't know what the exact version needed is. Either Yggdrasil needs to be updated (and this requirement probably documented, because it prevents building Julia on e.g. Ubuntu 16.04, which I'm sure some users will complain about), or the trampoline assembly needs to updated if possible.
The text was updated successfully, but these errors were encountered: