-
-
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.7.1 with curl >=7.81.0: Build failure #44657
Comments
curl-7.82.0: can't build, too, but the build just doesn't continue added the compile trace: Mentioning here, guess it's related |
Sounds much like a duplicate of #43249 |
Looks similar, but I tried with proposed patches or older versions of libgit2, but only installing an old version of curl helped. |
at conda-forge, we had a similar problem and it was resolved with updating the downloads module. https://github.com/conda-forge/julia-feedstock/pull/178/files Basically, get the latest Downloads from master or something, which should already fix things. However, we also had patches for libgit2, etc. so you may need those as well. |
(disclaimer: if I remember correctly, I thought we were getting segfaults at the time, though I am not too sure) |
This is actually julia is segfaulting with curl 7.81.0 So my guess is that in fact #43249 fixed nothing. |
This should be fixed with JuliaLang/Downloads.jl#164 |
Nothing to do here then, right? |
The only thing would be be backport a higher downloads version to 1.7.1 and prior, and that's it... julia/stdlib/Downloads.version Line 1 in ac5cc99
but I don't know if that's actually logical --- I get there is an LTS support thing going on, but that won't be 1.7.1, right? It would be 1.7.2/1.6.5 and whatever comes after them. So, yes, I would agree nothing to do here besides pointing out the fix if someone really really really wants to use 1.7.1 at this point in time... |
i.e. it would make more sense to upgrade julia if one wants to use the upgraded curl imo |
It's quite hard to backport changes to an already released version. However the fix in I don't see anything else we can possibly do here, so I'm going to close this issue. |
OK, thx. When it works in 1.7.2, that's fine for me. Thx for clarification |
with curl-7.80.0 build is fine
The text was updated successfully, but these errors were encountered: