Stream: helpdesk (published)

Topic: juliaup failing to launch v1.10.5


view this post on Zulip Júlio Hoffimann (Jul 17 2025 at 19:25):

I've added juliaup add 1.10.5 to reproduce the same version of Julia I used in an old script, but this is what I get when I try to run this version:

zsh> julia +1.10.5
ERROR: Unable to load dependent library /home/juliohm/.julia/juliaup/julia-1.10.5+0.x64.linux.gnu/bin/../lib/julia/libopenlibm.so
Message:/home/juliohm/.julia/juliaup/julia-1.10.5+0.x64.linux.gnu/bin/../lib/julia/libopenlibm.so: cannot enable executable stack as shared object requires: Invalid argument

Anything wrong from my side or yet another rough corner of the ecosystem?

view this post on Zulip Mosè Giordano (Jul 17 2025 at 21:18):

https://github.com/JuliaLang/julia/issues/57250#issuecomment-2834911167

view this post on Zulip Mosè Giordano (Jul 17 2025 at 21:18):

Glibc broke it

view this post on Zulip Mosè Giordano (Jul 17 2025 at 21:21):

And see the number of backlinks to that issue to get an idea of the affected projects

view this post on Zulip Júlio Hoffimann (Jul 17 2025 at 21:22):

Thank you. I'll try to run again tomorrow with the option shared in the comment.

view this post on Zulip Mason Protter (Jul 17 2025 at 21:29):

This is the same issue you ran into in march: #general > ✔ Julia v1.11.3 not starting after system update

view this post on Zulip Júlio Hoffimann (Jul 17 2025 at 21:30):

Yes. I remember it now very generally


Last updated: Jul 22 2025 at 04:56 UTC