-
Notifications
You must be signed in to change notification settings - Fork 35
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
Pkg.update broken #231
Comments
Hey @essenciary, this might need to move over to https://github.com/JuliaLang/julia, but we'll try to fix it here first. :P First things first, upgrading your OS version often necessitates reinstalling your software; so the first thing I would try is to remove your
|
Probably, the problem come from libgit2 installed by brew upgraded to 0.24 to 0.25. |
Thanks @tkosaka1976 ! Can confirm that it is the recent libgit2 upgrade. For now, copying the 0.24.5/ folder to the Cellar and running |
@staticfloat Thanks That hadn't gone smoothly:
Reinstalling Julia at this point still causes the same error. |
Well that's annoying. You can try |
@tkosaka1976 Thanks, your finding was correct. Thanks for sharing the file. |
The releases here should probably be deprecated in favor of using homebrew-cask with the dmg installer, unless all of the Julia dependencies that come from upstream homebrew can be pinned to versioned dependencies that are guaranteed to not have breaking upgrades. |
@tkelman If homebrew-cask dmg installation is the preferred method, it would be great if we could still have julia available on the command line to execute files. I use iTerm and the version 5.0 dmg relies on the native terminal which is less than ideal. |
does homebrew-cask add a symlink? |
I believe that is the case. |
@staticfloat
Hi, I'm not sure if this is the right place to report the problem - if not, please point me in the right direction, happy to forward it.
When running
Pkg.update
I suddenly get:My mac got updated today (running 10.12.2 (16C67) now)
Please advise.
Thanks!
The text was updated successfully, but these errors were encountered: