sadly that get me back to the original problem

*julia> **Pkg.build("Homebrew")*

*INFO: Building Homebrew*

HEAD is now at dde20cd Remove (almost) everything (#50678)

HEAD is now at c377b50 Merge pull request #92 from staticfloat/staging

Error: Unknown command: outdated

*==============================[ ERROR: Homebrew 
]===============================*


*LoadError: failed process: 
Process(`/Users/gato/.julia/v0.4/Homebrew/deps/usr/bin/brew outdated`, 
ProcessExited(1)) [1]*

*while loading /Users/gato/.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/gato/.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*


*================================================================================*



*:-((*




On Monday, June 6, 2016 at 4:45:09 PM UTC-4, Tony Kelman wrote:
>
> Check in process monitor what is running there. It's been reported that 
> git randomly freezes sometimes on osx, which is apparently a bug in git.
>
> If Pkg.status() says you have an unmodified install of Homebrew.jl version 
> 0.2.1, try Pkg.build("Homebrew") or
>
> using Homebrew
> Homebrew.update()
>
>

Reply via email to