Hello,
I ran a Pkg.update() this morning, and got Homebrew updated. However, it
did not properly build, I got the following error message
*INFO: Building Homebrew*
HEAD is now at dde20cd Remove (almost) everything (#50678)
Updating tap homebrew-juliadeps
HEAD is now at c377b50 Merge pull request #92 from staticfloat/staging
Error: Unknown command: outdated
*==============================[ ERROR: Homebrew
]===============================*
*LoadError: failed process:
Process(`/Users/fabrice/.julia/v0.4/Homebrew/deps/usr/bin/brew outdated`,
ProcessExited(1)) [1]*
*while loading /Users/fabrice/.julia/v0.4/Homebrew/deps/build.jl, in
expression starting on line 2*
*================================================================================*
*==============================================[ BUILD ERRORS
]==============================================*
*WARNING: Homebrew had build errors.*
* - packages with build errors remain installed in
/Users/fabrice/.julia/v0.4*
* - build the package(s) and all dependencies with `Pkg.build("Homebrew")`*
* - build a single package by running its `deps/build.jl` script*
*============================================================================================================*
I tried to run the Pkg.build("Homebrew") but got the same. Since then I
cannot run julia in jupyter, and the kernel dies systematically. Is there
anything I can do to fix it?
Thanks in advance