Skip to content

Instantly share code, notes, and snippets.

@theoperatore
Created January 3, 2013 00:26
Show Gist options
  • Save theoperatore/4439693 to your computer and use it in GitHub Desktop.
Save theoperatore/4439693 to your computer and use it in GitHub Desktop.
Homebrew Warnings
Gargantua-1:~ alex$ brew doctor
Warning: Experimental support for using Xcode without the "Command Line Tools".
You have only installed Xcode. If stuff is not building, try installing the
"Command Line Tools for Xcode" package provided by Apple.
Warning: gettext files detected at a system prefix
These files can cause compilation and link failures, especially if they
are compiled with improper architectures. Consider removing these files:
/usr/local/lib/libintl.dylib
Warning: You have leftover files from an older version of Xcode.
You should delete them using:
/Developer/Library/uninstall-developer-folder
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/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/libGLEW.1.5.0.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.3.4.3.dylib
/usr/local/lib/libintl.3.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/libpcre.0.0.1.dylib
/usr/local/lib/libpcrecpp.0.0.0.dylib
/usr/local/lib/libpcreposix.0.0.0.dylib
/usr/local/lib/libSDL-1.2.0.11.2.dylib
/usr/local/lib/libusb-0.1.4.dylib
/usr/local/lib/libusbpp-0.1.4.dylib
/usr/local/lib/libz.1.2.3.dylib
/usr/local/lib/libz.1.2.7.dylib
/usr/local/lib/libzzip-0.13.dylib
/usr/local/lib/libzzipfseeko-0.13.dylib
/usr/local/lib/libzzipmmapped-0.13.dylib
/usr/local/lib/libzzipwrap-0.13.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/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/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/libpcre.la
/usr/local/lib/libpcrecpp.la
/usr/local/lib/libpcreposix.la
/usr/local/lib/libSDL.la
/usr/local/lib/libusb.la
/usr/local/lib/libusbpp.la
/usr/local/lib/libzzip.la
/usr/local/lib/libzzipfseeko.la
/usr/local/lib/libzzipmmapped.la
/usr/local/lib/libzzipwrap.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/fuse.pc
/usr/local/lib/pkgconfig/libpcre.pc
/usr/local/lib/pkgconfig/libpcrecpp.pc
/usr/local/lib/pkgconfig/libusb.pc
/usr/local/lib/pkgconfig/zlib.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/libGLEW.a
/usr/local/lib/libintl.a
/usr/local/lib/libjpeg.a
/usr/local/lib/libpcre.a
/usr/local/lib/libpcrecpp.a
/usr/local/lib/libpcreposix.a
/usr/local/lib/libSDL.a
/usr/local/lib/libSDLmain.a
/usr/local/lib/libusb.a
/usr/local/lib/libusbpp.a
/usr/local/lib/libz.a
/usr/local/lib/libzzip.a
/usr/local/lib/libzzipfseeko.a
/usr/local/lib/libzzipmmapped.a
/usr/local/lib/libzzipwrap.a
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:
tclsh
tclsh8.4
tclsh8.5
tkcon
wish
wish8.4
wish8.5
Consider amending your PATH so that /usr/local/bin
occurs before /usr/bin in your PATH.
Gargantua-1:~ alex$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment