Do you have two Julia instances open, trying to install packages at once?
The binary dependency manager Homebrew doesn't like to have multiple
operations involving the same packages going at once; that's the error
you're seeing toward the top of the log.
-E

On Fri, Jun 5, 2015 at 11:51 AM, Stepa Solntsev <[email protected]> wrote:

> Hi Everyone, when I try to install Cairo, I get the error
>
> Error: Operation already in progress for pkg-config
> Another active Homebrew process is already using pkg-config.
> Please wait for it to finish or terminate it to continue.
> ==================================================================================[
> ERROR: Cairo
> ]===================================================================================
>
> failed process:
> Process(`/Users/stepa/.julia/v0.3/Homebrew/deps/usr/bin/brew install
> --force-bottle staticfloat/juliadeps/cairo`, ProcessExited(1)) [1]
> while loading /Users/stepa/.julia/v0.3/Cairo/deps/build.jl, in expression
> starting on line 144
>
>
> =====================================================================================================================================================================================
>
> ==================================================================================[
> BUILD ERRORS
> ]===================================================================================
>
> WARNING: Cairo had build errors.
>
>  - packages with build errors remain installed in /Users/stepa/.julia/v0.3
>  - build the package(s) and all dependencies with `Pkg.build("Cairo")`
>  - build a single package by running its `deps/build.jl` script
>
>
> Please help me, this is a clean Julia install!
> What can I do to track the error.
>
> Thank you.
>

Reply via email to