Created
April 24, 2012 20:38
-
-
Save eblume/2483524 to your computer and use it in GitHub Desktop.
brew doctor output
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
tristan:cs_sjsu eblume$ brew doctor | |
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/Library/Frameworks/Python.framework/Versions/2.7/bin/python-config | |
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config | |
/Library/Frameworks/Python.framework/Versions/3.2/bin/python3-config | |
/Library/Frameworks/Python.framework/Versions/3.2/bin/python3.2-config | |
/Library/Frameworks/Python.framework/Versions/3.2/bin/python3.2m-config | |
Warning: gettext was detected in your PREFIX. | |
The gettext provided by Homebrew is "keg-only", meaning it does not | |
get linked into your PREFIX by default. | |
If you `brew link gettext` then a large number of brews that don't | |
otherwise have a `depends_on 'gettext'` will pick up gettext anyway | |
during the `./configure` step. | |
If you have a non-Homebrew provided gettext, other problems will happen | |
especially if it wasn't compiled with the proper architectures. | |
Warning: Your Homebrew is outdated | |
You haven't updated for at least 24 hours, this is a long time in brewland! | |
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/libasprintf.0.dylib /usr/local/lib/libgettextlib-0.18.1.dylib /usr/local/lib/libgettextpo.0.dylib /usr/local/lib/libgettextsrc-0.18.1.dylib /usr/local/lib/libintl.8.dylib | |
Warning: Unbrewed .la files 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 .la files: | |
/usr/local/lib/libasprintf.la /usr/local/lib/libgettextlib.la /usr/local/lib/libgettextpo.la /usr/local/lib/libgettextsrc.la /usr/local/lib/libintl.la | |
Warning: Unbrewed static libraries 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 static libraries: | |
/usr/local/lib/libasprintf.a /usr/local/lib/libgettextpo.a /usr/local/lib/libintl.a | |
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. | |
erlang |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment