-
Notifications
You must be signed in to change notification settings - Fork 558
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
[GDAL] Add expat support #1918
[GDAL] Add expat support #1918
Conversation
Well, that's disappointing. Almost all complain: Mac seems to work a bit more, but fails on curl version differences: I'd expect this build to work, we've got a working release over at GDAL_jll, do we need to pin some other releases? |
Unfortunately libraries that need LibCURL don't work right now, as also hinted by the warnings in https://dev.azure.com/JuliaPackaging/Yggdrasil/_build/results?buildId=6604&view=results |
The OSX libcurl version issues seem to be present in the current build as well: JuliaGeo/GDAL.jl#98 (comment)
Should that be fixed by JuliaLang/julia#38070? I can't seem to find which Julia version runs on CI. I've hit the Would be great to update to more recent GDAL and PROJ versions as well. Though I just read that around November 1st both PROJ 7.2.0 and GDAL 3.2.0 will be released, so we can also wait on that. |
Yes
|
Ah, so all these issues could be explained by the fact it runs Julia Version 1.6.0-DEV.1210? Not sure where that comes into play though.. Both on my mac as my linux machine, I can built multiple GDAL platforms with Julia 1.5.2. I can't replicate the PROJ 6 symbols not found error. Proj_jll hasn't been touched since May, nor did I change the GDAL version (yet), so I don't know why it pops up here. |
Not sure it'll work (we may need to manually add nghttp2 as extra dependency), but we'll see |
So, it's failing with
I can confirm there is no
doesn't find anything |
Ok, for some obscure reason the absence of |
Thanks for the research, fixing and merging! 👍 For the future, could you explain how you investigated this? Did you run it locally and if yes, how did you replicate the Azure Pipelines build? I'd like to see if we can make an upstream bug/fix so the ./configure part is more clear. |
|
Works on Linux, let's see what all other platforms do.
Should support many webbased xml formats in GDAL. See also JuliaGeo/GDAL.jl#65 and ping @visr.