Closed floringogianu closed 8 years ago
I am having the same issue. OS X El Capitan, deleted .julia, fresh install of 0.4.6, same exact error message.
The error also occurs on 0.5rc2.
Looks like a recent update to Homebrew might be responsible. Pinging @staticfloat
I'm guessing you're right, @malmaud. The error references /Users/XXXXX/.julia/v0.4/Homebrew/deps/usr/Library/Formula/sphinx-doc.rb
but /Users/XXXXX/.julia/v0.4/Homebrew/deps/usr/Library
doesn't even contain a folder called Formula
. So I'm guessing something about the Homebrew structure was changed. I can't even find a file called sphinx-doc.rb
anywhere, however.
We've released a new version of Homebrew that has adapted to the changed file layout, please try again.
Can confirm that with new homebrew, the issue is fixed for me. I ran:
Pkg.rm("Homebrew")
Pkg.checkout("Homebrew")
Pkg.build("Homebrew")
Pkg.build("MbedTLS")
and everything worked as it should. thanks @staticfloat !
Thanks @staticfloat, everything is fine now.
On
julia 0.4.6
, OSX ElCapitan I get this error while trying to build MbedTLS.