Created
July 30, 2015 18:43
-
-
Save adv0r/0f2e9b033f2ea714ce6b to your computer and use it in GitHub Desktop.
brew doctor
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
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: | |
/opt/local/bin/ncurses5-config | |
/opt/local/bin/ncursesw5-config | |
/opt/local/bin/pcre-config | |
/Library/Frameworks/Python.framework/Versions/2.7/bin/python-config | |
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2-config | |
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config | |
Warning: Your XQuartz (2.7.5) is outdated | |
Please install XQuartz 2.7.6: | |
https://xquartz.macosforge.org | |
Warning: Python is installed at /Library/Frameworks/Python.framework | |
Homebrew only supports building against the System-provided Python or a | |
brewed Python. In particular, Pythons installed to /Library can interfere | |
with other software installs. | |
Warning: Some keg-only formula are linked into the Cellar. | |
Linking a keg-only formula, such as gettext, into the cellar with | |
`brew link <formula>` will cause other formulae to detect them during | |
the `./configure` step. This may cause problems when compiling those | |
other formulae. | |
Binaries provided by keg-only formulae may override system binaries | |
with other strange results. | |
You may wish to `brew unlink` these brews: | |
berkeley-db4 | |
Warning: You have MacPorts or Fink installed: | |
/opt/local/bin/port | |
This can cause trouble. You don't have to uninstall them, but you may want to | |
temporarily move them out of the way, e.g. | |
sudo mv /opt/local ~/macports | |
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree. | |
Use '--' to separate paths from revisions, like this: | |
'git <command> [<revision>...] -- [<file>...]' | |
Warning: Your Homebrew is outdated. | |
You haven't updated for at least 24 hours, this is a long time in brewland! | |
To update Homebrew, run `brew update`. | |
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/libcgauth.dylib | |
/usr/local/lib/libfreetype.6.3.7.dylib | |
/usr/local/lib/libintl.8.dylib | |
/usr/local/lib/libmacfuse_i32.2.dylib | |
/usr/local/lib/libmacfuse_i64.2.dylib | |
/usr/local/lib/libosxfuse_i32.2.dylib | |
/usr/local/lib/libosxfuse_i64.2.dylib | |
/usr/local/lib/libpng.3.1.2.5.dylib | |
/usr/local/lib/libpng.3.dylib | |
/usr/local/lib/libpng.dylib | |
/usr/local/lib/libpng12.0.1.2.5.dylib | |
/usr/local/lib/libpng12.0.dylib | |
/usr/local/lib/libpng12.dylib | |
/usr/local/lib/libtiff.3.6.1.dylib | |
/usr/local/lib/libtiff.dylib | |
/usr/local/lib/libvray.dylib | |
/usr/local/lib/licenseCheck.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/libfreetype.la | |
/usr/local/lib/libosxfuse_i32.la | |
/usr/local/lib/libosxfuse_i64.la | |
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .pc files: | |
/usr/local/lib/pkgconfig/osxfuse.pc | |
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/libfreetype.a | |
/usr/local/lib/libjpeg.a | |
/usr/local/lib/libnetcdf.a | |
/usr/local/lib/libnetcdf_c++.a | |
/usr/local/lib/libpng.a | |
/usr/local/lib/libpng12.a | |
/usr/local/lib/libtiff.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. Run `brew link` on these: | |
automake | |
freetype | |
libyaml | |
Warning: You have uncommitted modifications to Homebrew | |
If this a surprise to you, then you should stash these modifications. | |
Stashing returns Homebrew to a pristine state but can be undone | |
should you later need to do so for some reason. | |
cd /usr/local/Library && git stash && git clean -d -f | |
Warning: Some installed formula are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install libpng | |
Run `brew missing` for more details. | |
Warning: /usr/bin occurs before /usr/local/bin | |
This means that system-provided programs will be used instead of those | |
provided by Homebrew. The following tools exist at both paths: | |
2to3 | |
2to3-2.7 | |
c_rehash | |
db_archive | |
db_checkpoint | |
db_deadlock | |
db_dump | |
db_hotbackup | |
db_load | |
db_printlog | |
db_recover | |
db_stat | |
db_upgrade | |
db_verify | |
idle | |
idle2.7 | |
openssl | |
pydoc | |
pydoc2.7 | |
python | |
python-config | |
python2.7 | |
python2.7-config | |
pythonw | |
pythonw2.7 | |
smtpd.py | |
smtpd2.7.py | |
Consider setting your PATH so that /usr/local/bin | |
occurs before /usr/bin. Here is a one-liner: | |
echo export PATH='/usr/local/bin:$PATH' >> ~/.bash_profile | |
Warning: Some keg-only formula are linked into the Cellar. | |
Linking a keg-only formula, such as gettext, into the cellar with | |
`brew link <formula>` will cause other formulae to detect them during | |
the `./configure` step. This may cause problems when compiling those | |
other formulae. | |
Binaries provided by keg-only formulae may override system binaries | |
with other strange results. | |
You may wish to `brew unlink` these brews: | |
berkeley-db4 | |
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree. | |
Use '--' to separate paths from revisions, like this: | |
'git <command> [<revision>...] -- [<file>...]' | |
Warning: Your Homebrew is outdated. | |
You haven't updated for at least 24 hours, this is a long time in brewland! | |
To update Homebrew, run `brew update`. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment