Skip to content

Instantly share code, notes, and snippets.

@martisj
Created April 2, 2012 03:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martisj/2280587 to your computer and use it in GitHub Desktop.
Save martisj/2280587 to your computer and use it in GitHub Desktop.
brew doctor error messages
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: 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/libatk-1.0.0.2209.1.dylib /usr/local/lib/libgdk-x11-2.0.0.1200.0.dylib /usr/local/lib/libgdk_pixbuf-2.0.0.1200.0.dylib /usr/local/lib/libgdk_pixbuf_xlib-2.0.0.1200.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/libgio-2.0.0.0.0.dylib /usr/local/lib/libGLEW.1.5.4.dylib /usr/local/lib/libglib-2.0.0.1600.0.dylib /usr/local/lib/libgmodule-2.0.0.1600.0.dylib /usr/local/lib/libgobject-2.0.0.1600.0.dylib /usr/local/lib/libgthread-2.0.0.1600.0.dylib /usr/local/lib/libgtk-x11-2.0.0.1200.0.dylib /usr/local/lib/libintl.8.0.2.dylib /usr/local/lib/libjpeg.62.dylib /usr/local/lib/libpango-1.0.0.2100.0.dylib /usr/local/lib/libpangocairo-1.0.0.2100.0.dylib /usr/local/lib/libpangoft2-1.0.0.2100.0.dylib /usr/local/lib/libpangox-1.0.0.2100.0.dylib /usr/local/lib/libpangoxft-1.0.0.2100.0.dylib /usr/local/lib/libportaudio.2.0.0.dylib /usr/local/lib/libruby.1.9.1.dylib /usr/local/lib/libSDL-1.2.0.dylib /usr/local/lib/libz.1.2.5.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/libatk-1.0.la /usr/local/lib/libgdk-x11-2.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libgdk_pixbuf_xlib-2.0.la /usr/local/lib/libgettextlib.la /usr/local/lib/libgettextpo.la /usr/local/lib/libgettextsrc.la /usr/local/lib/libgio-2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/libgmodule-2.0.la /usr/local/lib/libgobject-2.0.la /usr/local/lib/libgthread-2.0.la /usr/local/lib/libgtk-x11-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libjpeg.la /usr/local/lib/libpango-1.0.la /usr/local/lib/libpangocairo-1.0.la /usr/local/lib/libpangoft2-1.0.la /usr/local/lib/libpangox-1.0.la /usr/local/lib/libpangoxft-1.0.la /usr/local/lib/libportaudio.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/libGLEW.a /usr/local/lib/libintl.a /usr/local/lib/libjpeg.a /usr/local/lib/libportaudio.a /usr/local/lib/libruby-static.a /usr/local/lib/libruby.1.9.1-static.a /usr/local/lib/libz.a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment