-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
jj VCS cannot find correct libgit2 #177686
Comments
Sam thing happens for
|
Similar issue with Had to run |
Just for further information, |
Yeah, I think It looks like the latest version still dependends on 1.7.2 (https://github.com/martinvonz/jj/blob/74c275ed10a7b45e1638fb00e53e29bc6286e8ba/Cargo.lock#L1828), so an explicity dependency to that version should have been added just like |
The others (e.g.
To be clear: manually installing |
In case of |
I think |
Just a |
This comment was marked as resolved.
This comment was marked as resolved.
There shouldn't be any need to do this. You just need to |
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
Tried to follow the jujutsu VCS tutorial yesterday, got a dyld error about it being unable to locate the correct libgit2 version. It seems that it explicitly searches for [email protected], but the formula depends on libgit2 as of this writing:
When I list libgit2's lib folder, it shows me the versioned dylib for libgit2 v1.8.1:
So this seems to be a version mismatch of libgit2 for the jj formula.
What happened (include all command output)?
What did you expect to happen?
jj just printing me the version.
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: