-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
Exception running test libgit2 #22407
Comments
Is there no other output? |
There is no other output after issuing Base.runtests(). |
Well, there was necessarily more output showing the list of tests which were run. Isn't there any error message buried there? Could you post the full output in a gist? |
Indeed, several tests were passed. You'll find the full output below. /usr/local/Cellar/julia/0.5.1/bin/julia -e "Base.runtests()" in runtests(::Array{String,1}, ::Int64) at ./interactiveutil.jl:571 |
the failure is this is probably because the homebrew libgit2 version doesn't match what that version of julia supports. build 0.5.2 from source without using homebrew, or use the mac binaries. |
Homebrew Julia 0.5.0 works fine, but I could get any later version to work. |
I ran /julia -e "Base.runtests()" to test an homebrew installation of julia on MacOS 10.10.5. I got the following the following error:
Any ideas of what happened ?
Regards,
Alex
The text was updated successfully, but these errors were encountered: