Skip to content

Instantly share code, notes, and snippets.

@aforsythe
Created May 27, 2014 20:42
Show Gist options
  • Save aforsythe/e5cef710b3d2ebb3f0fe to your computer and use it in GitHub Desktop.
Save aforsythe/e5cef710b3d2ebb3f0fe to your computer and use it in GitHub Desktop.
brew doctor output
alex@Alexs-MacBook-Pro:/usr/local (ctl)$ brew doctor
Warning: Some directories in /usr/local/share/man aren't writable.
This can happen if you "sudo make install" software that isn't managed
by Homebrew. If a brew tries to add locale information to one of these
directories, then the install will fail during the link step.
You should probably `chown` them:
/usr/local/share/man/de
/usr/local/share/man/de/man1
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/libctldpx.0.dylib
/usr/local/lib/libFOX-1.7.0.dylib
/usr/local/lib/libIlmCtl.1.5.0.dylib
/usr/local/lib/libIlmCtlMath.1.5.0.dylib
/usr/local/lib/libIlmCtlSimd.1.5.0.dylib
/usr/local/lib/libIlmImfCtl.0.dylib
/usr/local/lib/libIlmImfCtl.dylib
/usr/local/lib/libtiff.3.dylib
/usr/local/lib/libtiffxx.3.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/libctldpx.la
/usr/local/lib/libHalf.la
/usr/local/lib/libIex.la
/usr/local/lib/libIlmCtl.la
/usr/local/lib/libIlmCtlMath.la
/usr/local/lib/libIlmCtlSimd.la
/usr/local/lib/libIlmImf.la
/usr/local/lib/libIlmImfCtl.la
/usr/local/lib/libIlmThread.la
/usr/local/lib/libImath.la
/usr/local/lib/libjpeg.la
/usr/local/lib/libtiff.la
/usr/local/lib/libtiffxx.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/CTL.pc
/usr/local/lib/pkgconfig/OpenEXR_CTL.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/libctldpx.a
/usr/local/lib/libIlmCtl.a
/usr/local/lib/libIlmCtlMath.a
/usr/local/lib/libIlmCtlSimd.a
/usr/local/lib/libIlmImfCtl.a
alex@Alexs-MacBook-Pro:/usr/local (ctl)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment