Skip to content

Instantly share code, notes, and snippets.

@peterdfields
Created June 26, 2012 16:27
Show Gist options
  • Save peterdfields/2996874 to your computer and use it in GitHub Desktop.
Save peterdfields/2996874 to your computer and use it in GitHub Desktop.
brew doctor (graphviz issues)
brew doctor
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/libhmsbeagle-cpu-sse.1.dylib /usr/local/lib/libhmsbeagle-cpu.1.dylib /usr/local/lib/libhmsbeagle-cuda.1.dylib /usr/local/lib/libhmsbeagle.1.dylib /usr/local/lib/libusb-0.1.4.4.4.dylib /usr/local/lib/libusbpp-0.1.4.4.4.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/libhmsbeagle-cpu-sse.la /usr/local/lib/libhmsbeagle-cpu.la /usr/local/lib/libhmsbeagle-cuda.la /usr/local/lib/libhmsbeagle-jni.la /usr/local/lib/libhmsbeagle.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/hmsbeagle-1.pc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment