I observed the same behavior yesterday but didn't have time to track it down much further. I'm using a recent Julia 0.4 but I see that Stepa ran into the problem in 0.3 as well.
On Friday, June 5, 2015 at 4:24:45 PM UTC-4, Stepa Solntsev wrote: > > No, I only have one Julia instance open. > > On Friday, June 5, 2015 at 3:15:18 PM UTC-5, Elliot Saba wrote: >> >> 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. >>> >> >>
