Skip to content

Instantly share code, notes, and snippets.

@julienvey
Created October 30, 2014 14:23
Show Gist options
  • Save julienvey/0f7ea446f402ac732f3d to your computer and use it in GitHub Desktop.
Save julienvey/0f7ea446f402ac732f3d to your computer and use it in GitHub Desktop.
> brew config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 5972821454017ab4900fe13b05d37a7fae319822
Last commit: 51 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit ivybridge
OS X: 10.10-x86_64
CLT: 6.1.0.0.1.1413057044
Clang: 6.0 build 600
X11: N/A
System Ruby: 2.0.0-481
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /Users/julien/.rbenv/shims/ruby
> brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: Some directories in your path end in a slash.
Directories in your path should not end in a slash. This can break other
doctor checks. The following directories should be edited:
/Users/julien/.rbenv/shims/ /Users/julien/.rbenv/versions/2.0.0-p481/bin/
> brew info shellcheck
shellcheck: stable 0.3.2
http://www.shellcheck.net
Not installed
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/shellcheck.rb
==> Dependencies
Build: ghc ✔, cabal-install ✔, pandoc ✔
Required: gmp ✔
> HOMEBREW_MAKE_JOBS=1 brew install -v shellcheck 2>&1
==> Downloading https://github.com/koalaman/shellcheck/archive/v0.3.2.tar.gz
Already downloaded: /Library/Caches/Homebrew/shellcheck-0.3.2.tar.gz
==> Verifying shellcheck-0.3.2.tar.gz checksum
tar xf /Library/Caches/Homebrew/shellcheck-0.3.2.tar.gz
Error: undefined method `split' for nil:NilClass
Please report this bug:
https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Troubleshooting.md#troubleshooting
/usr/local/Library/Homebrew/language/haskell.rb:14:in `cabal_sandbox'
/usr/local/Library/Homebrew/language/haskell.rb:58:in `install_cabal_package'
/usr/local/Library/Formula/shellcheck.rb:25:in `install'
/usr/local/Library/Homebrew/build.rb:137:in `block in install'
/usr/local/Library/Homebrew/formula.rb:284:in `block in brew'
/usr/local/Library/Homebrew/formula.rb:625:in `block in stage'
/usr/local/Library/Homebrew/resource.rb:66:in `block in unpack'
/usr/local/Library/Homebrew/extend/fileutils.rb:21:in `mktemp'
/usr/local/Library/Homebrew/resource.rb:63:in `unpack'
/usr/local/Library/Homebrew/resource.rb:56:in `stage'
/usr/local/Library/Homebrew/formula.rb:623:in `stage'
/usr/local/Library/Homebrew/formula.rb:279:in `brew'
/usr/local/Library/Homebrew/build.rb:117:in `install'
/usr/local/Library/Homebrew/build.rb:186:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment