Skip to content

Instantly share code, notes, and snippets.

@ghuiber
Created February 6, 2013 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghuiber/4720025 to your computer and use it in GitHub Desktop.
Save ghuiber/4720025 to your computer and use it in GitHub Desktop.
Cannot brew Julia
# To brew Julia,
# I followed the instructions in the first block of code here:
# https://github.com/staticfloat/homebrew-julia/blob/master/README.md
# Below is the output required when opening a ticket, as instructed here:
# https://github.com/mxcl/homebrew/wiki/troubleshooting
$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install julia
Error: Operation already in progress for openblas
Another active Homebrew process is already using openblas.
Please wait for it to finish or terminate it to continue.
$
$ ls -la ~/Library/Logs/Homebrew
total 512
drwxr-xr-x 7 ghuiber staff 238 Feb 5 22:02 .
drwx------+ 24 ghuiber staff 816 Dec 15 15:44 ..
-rw-r--r-- 1 ghuiber wheel 262128 Nov 26 2011 config.log
drwxr-xr-x 6 ghuiber staff 204 Feb 5 21:30 gmp
drwxr-xr-x 6 ghuiber staff 204 Feb 5 22:02 libmpc
drwxr-xr-x 6 ghuiber staff 204 Feb 5 22:01 mpfr
drwxr-xr-x 4 ghuiber staff 136 Feb 5 20:02 openblas
# So, no julia log in ~/Library/Logs/Homebrew. Nothing to show. Moving on:
$ brew doctor
Your system is raring to brew.
$ brew --config
HOMEBREW_VERSION: 0.9.4
ORIGIN: https://github.com/mxcl/homebrew
HEAD: 706d74d6ac94d715466cfb8dc1708b2387d7abfa
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit sandybridge
OS X: 10.7.5-x86_64
Xcode: 4.6
CLT: 1.0.0.9000000000.1.1249367152
GCC-4.2: build 5666
LLVM-GCC: build 2336
Clang: 4.2 build 425
X11: 2.6.4 => /usr/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
$ gfortran --version
GNU Fortran (GCC) 4.7.2
Copyright (C) 2012 Free Software Foundation, Inc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment