Created
November 14, 2013 12:00
-
-
Save michaellopez/7465680 to your computer and use it in GitHub Desktop.
Output for brew issue 24290
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ brew --config | |
| HOMEBREW_VERSION: 0.9.5 | |
| ORIGIN: https://github.com/mxcl/homebrew | |
| HEAD: 36ba8e6805c9d5a00dc4c33d28b5c2728dc673db | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| CPU: quad-core 64-bit arrandale | |
| OS X: 10.8.5-x86_64 | |
| CLT: 5.0.1.0.1.1377666378 | |
| GCC-4.2: build 5666 | |
| LLVM-GCC: build 2336 | |
| Clang: 5.0 build 500 | |
| X11: N/A | |
| System Ruby: 1.8.7-358 | |
| Perl: /usr/bin/perl | |
| Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
| Ruby: /Users/michael/.rvm/rubies/ruby-1.9.3-p286/bin/ruby |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ brew doctor | |
| Warning: Unbrewed dylibs were found in /usr/local/lib. | |
| If you didn't put them there on purpose they could cause problems when | |
| building Homebrew formulae, and may need to be deleted. | |
| Unexpected dylibs: | |
| /usr/local/lib/libTrAPI.dylib | |
| Warning: You have unlinked kegs in your Cellar | |
| Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
| those kegs to fail to run properly once built. Run `brew link` on these: | |
| subversion17 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment