Skip to content

Instantly share code, notes, and snippets.

@bharatbhole
Created May 21, 2012 16:38
Show Gist options
  • Save bharatbhole/2763183 to your computer and use it in GitHub Desktop.
Save bharatbhole/2763183 to your computer and use it in GitHub Desktop.
brew doctor output
Error: "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/Current/bin/gdal-config
/Library/Frameworks/Python.framework/Versions/Current/bin/python-config
/Library/Frameworks/Python.framework/Versions/Current/bin/python2.7-config
/Library/Frameworks/Python.framework/Versions/Current/bin/wx-config
/Library/Frameworks/Python.framework/Versions/Current/bin/xml2-config
/Library/Frameworks/Python.framework/Versions/Current/bin/xslt-config
/usr/local/ImageMagick/bin/Magick++-config
/usr/local/ImageMagick/bin/Magick-config
/usr/local/ImageMagick/bin/MagickCore-config
/usr/local/ImageMagick/bin/MagickWand-config
/usr/local/ImageMagick/bin/Wand-config
Error: Enthought Python was found in your PATH.
This can cause build problems, as this software installs its own
copies of iconv and libxml2 into directories that are picked up by
other build systems.
Error: 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/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
Error: 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/libosxfuse_i32.la /usr/local/lib/libosxfuse_i64.la
Error: 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment