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

test running the gdalinfo executable #98

Merged
merged 1 commit into from
Jan 3, 2021
Merged

test running the gdalinfo executable #98

merged 1 commit into from
Jan 3, 2021

Conversation

visr
Copy link
Member

@visr visr commented Oct 13, 2020

This does not fix #95, but tests whether it is fixed, because locally it works fine for me now, so the issue was probably fixed elsewhere.

@visr
Copy link
Member Author

visr commented Oct 13, 2020

Hmm I see Windows CI is not happy: https://travis-ci.org/github/JuliaGeo/GDAL.jl/jobs/735439773#L172-L194. But there is no segfault at least.

OSX interestingly only fails on Julia 1.3, complaining about an older libcurl version: https://travis-ci.org/github/JuliaGeo/GDAL.jl/jobs/735439770#L213-L221

dyld: Library not loaded: @rpath/libcurl.4.dylib
  Referenced from: /Users/travis/.julia/artifacts/7b7b3b7cd82869eaa06aa1ac70bfc542bdbfa184/bin/gdalinfo
  Reason: Incompatible library version: gdalinfo requires version 11.0.0 or later, but libcurl.4.dylib provides version 10.0.0

cc @niclasmattsson

@visr
Copy link
Member Author

visr commented Jan 3, 2021

Great, this actually works now with the newer builds.

@visr visr merged commit aa7ab21 into master Jan 3, 2021
@visr visr deleted the util branch January 3, 2021 20:17
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

Successfully merging this pull request may close these issues.

GDAL utilities broken on Windows - apparent MbedTLS conflict
1 participant