Skip to content

Instantly share code, notes, and snippets.

@matux
Created August 7, 2013 03:18
Show Gist options
  • Save matux/6170893 to your computer and use it in GitHub Desktop.
Save matux/6170893 to your computer and use it in GitHub Desktop.
brew doctor output > 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/libGeoIP.1.dylib
/usr/local/lib/libGeoIPUpdate.0.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/libGeoIP.la
/usr/local/lib/libGeoIPUpdate.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/libGeoIP.a
/usr/local/lib/libGeoIPUpdate.a
Warning: Some directories in your path end in a slash.
Directories in your path should not end in a slash. This can break other
doctor checks. The following directories should be edited:
~/Library/Developer/Android/sdk/tools/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment