-
Notifications
You must be signed in to change notification settings - Fork 50
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
MbedTLS package is "dirty" #92
Comments
What version of Julia are you using? Not sure why things are getting marked as dirty, particularly on that old of a version (0.3.0 was tagged in august). A couple of "manual" options you have are:
If you wouldn't mind trying the first option and reporting back the offending file, we'd appreciate knowing what happened in case it's something that can still happen on master. |
I am using Julia v0.5 Here is the output of
If I go to
Since I am new to the Linux community, I don't know how to solve the problem |
means you misspelled that |
As with #91, the underlying issue is JuliaLang/julia#17610 - there is a bug in either the Julia libgit2 bindings or the libgit2 C library, or how we're calling them in Pkg, that is not handling executable permissions correctly. Needs someone to dig into the bindings and track down where it's happening, since the author of the Julia libgit2 bindings and Pkg rewrite has vanished. |
@quinnj obsolete issue? should be closed? |
Here is the output of Pkg.status() command
I tried Pkg.rm and Pkg.build commands but they don't work.
How to "clean" MbedTLS?
I am running julia on a manjaro linux 64-bit system
The text was updated successfully, but these errors were encountered: