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

Using Proj4 loads a library which is incompatible with Git #38

Closed
asinghvi17 opened this issue Feb 18, 2020 · 4 comments
Closed

Using Proj4 loads a library which is incompatible with Git #38

asinghvi17 opened this issue Feb 18, 2020 · 4 comments

Comments

@asinghvi17
Copy link
Member

This causes:

julia> using Proj4
[ Info: Precompiling Proj4 [9a7e659c-8ee8-5706-894e-f68f43bc57ea]

julia> run(`git rev-parse HEAD`)
dyld: Library not loaded: /usr/local/opt/pcre2/lib/libpcre2-8.0.dylib
  Referenced from: /usr/local/bin/git
  Reason: Incompatible library version: git requires version 10.0.0 or later, but libpcre2-8.0.dylib provides version 8.0.0
@visr
Copy link
Member

visr commented Feb 18, 2020

Hmm. Does this also occur on the artifact branch of #33? Would be another reason to finish that up.

@asinghvi17
Copy link
Member Author

Using the artifact branch fixes it, so this should be fixed by #33. Is there a particular reason that hasn't been merged yet, BTW?

@visr
Copy link
Member

visr commented Feb 18, 2020

The last open todo there is "Integrate the artifacts with the rest of the package and tests it".

I haven't really used the proj-datumgrid files in practice. I'm not sure how best to integrate it. Perhaps I should just leave it. People can always still use the artifacts themselves.

@visr
Copy link
Member

visr commented Mar 7, 2020

Fixed by #33, which is released as Proj4.jl v0.6.0

@visr visr closed this as completed Mar 7, 2020
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