Skip to content
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 nightly and libcurl 8 #152

Closed
joa-quim opened this issue Apr 16, 2023 · 5 comments
Closed

Julia nightly and libcurl 8 #152

joa-quim opened this issue Apr 16, 2023 · 5 comments

Comments

@joa-quim
Copy link
Contributor

Hi,

libcurl 8 is raising quite some issues and after some troubles we think we got them solved in GMT and Julia nightly, but installation still fails now because of a GDAL_jll version restriction.

image

If interested, this is the issue JuliaLang/julia#49361 describing the steps takes to fix on the GMT.jl side (that also depends on libCURL_jll). I am, however, a bit puzzled because on Windows and Julia nightly I could just ] add GDAL with no problems. Have you tried GDAL_jll on Julia nightly?

@visr
Copy link
Member

visr commented Apr 16, 2023

I triggered CI for nightly recently in #150, and that shows that indeed GDAL_jll is currently broken on nightly. If allowing libcurl 8 compat is enough to fix that, it would be great to add that in Yggdrasil.

If we also want to tackle #151 (comment) we might need to first rebuild libtiff.

@joa-quim
Copy link
Contributor Author

Expanding the compat range in Yggrasil and the registry did solve the issue for GMT.

Regarding the libtiff issue, why are you not using the one that comes internally with GDAL? It would save from issues like this, no?

@visr
Copy link
Member

visr commented Apr 16, 2023

I'm not sure why that would avoid any issues. The external lib was available and is also used for PROJ_jll, so using it avoids unneccesary duplication.

@joa-quim
Copy link
Contributor Author

Yes, right PROJ needs it too.

@visr
Copy link
Member

visr commented Jul 29, 2023

Fixed in JuliaRegistries/General#88557.

@joa-quim next time you fix the compat in the registry feel free to also change it for other packages that are affected besides GMT. I just found your PR JuliaRegistries/General#81657 yesterday because it wasn't linking to any of the relevant issues.

@visr visr closed this as completed Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants