Skip to content

Instantly share code, notes, and snippets.

@illegalnumbers
Created May 22, 2015 19:28
Show Gist options
  • Save illegalnumbers/c65e96dbfbebee8e56e4 to your computer and use it in GitHub Desktop.
Save illegalnumbers/c65e96dbfbebee8e56e4 to your computer and use it in GitHub Desktop.
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 2c822ceedce9baedc5703fd1d1ae8b246c229402
Last commit: 9 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit haswell
OS X: 10.10.3-x86_64
Xcode: N/A
CLT: 6.3.2.0.1.1431401888
Clang: 6.1 build 602
X11: N/A
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /Users/bytenel/.rvm/rubies/ruby-2.0.0-p598/bin/ruby
Java: 1.8.0_40
Bens-MacBook-Pro:local bytenel$ 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: /tmp is world-writable but does not have the sticky bit set.
Please run "Repair Disk Permissions" in Disk Utility.
Warning: Homebrew's sbin was not found in your PATH but you have installed
formulae that put executables in /usr/local/sbin.
Consider setting the PATH for example like so
echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.bash_profile
~/Library/Logs/Homebrew/node does not exist
Bens-MacBook-Pro:local bytenel$ HOMEBREW_MAKE_JOBS=1 brew install -v node 2>&1
==> Downloading https://homebrew.bintray.com/bottles/node-0.12.2_1.yosemite.bottle.1.tar.gz
Already downloaded: /Library/Caches/Homebrew/node-0.12.2_1.yosemite.bottle.1.tar.gz
==> Verifying node-0.12.2_1.yosemite.bottle.1.tar.gz checksum
==> Pouring node-0.12.2_1.yosemite.bottle.1.tar.gz
tar xf /Library/Caches/Homebrew/node-0.12.2_1.yosemite.bottle.1.tar.gz
==> Caveats
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
==> Finishing up
ln -s ../../Cellar/node/0.12.2_1/etc/bash_completion.d/npm npm
ln -s ../Cellar/node/0.12.2_1/bin/node node
ln -s ../Cellar/node/0.12.2_1/include/node node
ln -s ../../../Cellar/node/0.12.2_1/share/man/man1/node.1 node.1
ln -s ../Cellar/node/0.12.2_1/share/systemtap systemtap
ln -s ../../Cellar/node/0.12.2_1/lib/dtrace/node.d node.d
Warning: The post-install step did not complete successfully
You can try again using `brew postinstall node`
==> Summary
🍺 /usr/local/Cellar/node/0.12.2_1: 2582 files, 28M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment