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

Git_jll fails with PCRE2 error #1063

Closed
staticfloat opened this issue May 23, 2020 · 1 comment · Fixed by #1180
Closed

Git_jll fails with PCRE2 error #1063

staticfloat opened this issue May 23, 2020 · 1 comment · Fixed by #1180

Comments

@staticfloat
Copy link
Member

julia> git() do git
       readchomp(`$(git) --help`)
       end
dyld: Library not loaded: @rpath/libpcre2-8.0.dylib
  Referenced from: /Users/sabae/.julia/artifacts/592d01a4f901d3676d38410fd6520d335612c691/bin/git
  Reason: Incompatible library version: git requires version 10.0.0 or later, but libpcre2-8.0.dylib provides version 8.0.0

It looks like the libpcre that is bundled with Julia 1.4 is incompatible with the libpcre that git is trying to load.

@giordano
Copy link
Member

Is this something that can be solved by JuliaLang/julia#35193?

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 a pull request may close this issue.

2 participants