Skip to content

Instantly share code, notes, and snippets.

@dduugg
Created April 5, 2014 23:23
Show Gist options
  • Save dduugg/9999363 to your computer and use it in GitHub Desktop.
Save dduugg/9999363 to your computer and use it in GitHub Desktop.
numpy failed to build on 10.9.2
$ HOMEBREW_MAKE_JOBS=1 brew install -v numpy 2>&1
Error: value must be enumerable
Please report this bug:
https://github.com/Homebrew/homebrew/wiki/troubleshooting
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/set.rb:281:in `|'
/usr/local/Library/Homebrew/options.rb:87:in `|'
/usr/local/Library/Homebrew/formula_installer.rb:320:in `effective_build_options_for'
/usr/local/Library/Homebrew/formula_installer.rb:296:in `expand_dependencies'
/usr/local/Library/Homebrew/dependency.rb:102:in `action'
/usr/local/Library/Homebrew/dependency.rb:100:in `catch'
/usr/local/Library/Homebrew/dependency.rb:100:in `action'
/usr/local/Library/Homebrew/dependency.rb:83:in `expand'
/usr/local/Library/Homebrew/dependencies.rb:9:in `each'
/usr/local/Library/Homebrew/dependencies.rb:9:in `each'
/usr/local/Library/Homebrew/dependency.rb:79:in `expand'
/usr/local/Library/Homebrew/dependency.rb:91:in `expand'
/usr/local/Library/Homebrew/dependency.rb:79:in `each'
/usr/local/Library/Homebrew/dependency.rb:79:in `expand'
/usr/local/Library/Homebrew/formula_installer.rb:294:in `expand_dependencies'
/usr/local/Library/Homebrew/extend/ARGV.rb:184:in `filter_for_dependencies'
/usr/local/Library/Homebrew/formula_installer.rb:293:in `expand_dependencies'
/usr/local/Library/Homebrew/formula_installer.rb:234:in `compute_and_install_dependencies'
/usr/local/Library/Homebrew/formula_installer.rb:157:in `install'
/usr/local/Library/Homebrew/cmd/install.rb:114:in `install_formula'
/usr/local/Library/Homebrew/cmd/install.rb:41:in `install'
/usr/local/Library/Homebrew/cmd/install.rb:41:in `each'
/usr/local/Library/Homebrew/cmd/install.rb:41:in `install'
/usr/local/Library/brew.rb:105:in `send'
/usr/local/Library/brew.rb:105
$ brew doctor
Your system is ready to brew.
$ brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: c8621ef50f16eaadcbce1871069fcc5435946a61
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit sandybridge
OS X: 10.9.2-x86_64
CLT: 5.1.0.0.1.1393561416
Clang: 5.1 build 503
X11: N/A
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
$ brew gist-logs --config --doctor numpy
Error: No logs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment