Skip to content

Instantly share code, notes, and snippets.

@dpoon
Last active August 29, 2015 13:59
Show Gist options
  • Save dpoon/10576356 to your computer and use it in GitHub Desktop.
Save dpoon/10576356 to your computer and use it in GitHub Desktop.
Diagnostics for issue 28367 (poppler fails on qt dependency)
$ brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: bfc64099fab45b4b46c41760573c503107e523fb
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit arrandale
OS X: 10.9.2-x86_64
Xcode: 5.1
CLT: 5.1.0.0.1.1393561416
Clang: 5.1 build 503
X11: 2.7.5 => /opt/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
$ brew doctor
Warning: Some directories in /usr/local/share/locale 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/locale/bg
/usr/local/share/locale/bg/LC_MESSAGES
/usr/local/share/locale/cs/LC_MESSAGES
/usr/local/share/locale/da/LC_MESSAGES
/usr/local/share/locale/de/LC_MESSAGES
/usr/local/share/locale/en_GB
/usr/local/share/locale/en_GB/LC_MESSAGES
/usr/local/share/locale/eo/LC_MESSAGES
/usr/local/share/locale/es/LC_MESSAGES
/usr/local/share/locale/fi/LC_MESSAGES
/usr/local/share/locale/fr/LC_MESSAGES
/usr/local/share/locale/gl/LC_MESSAGES
/usr/local/share/locale/it/LC_MESSAGES
/usr/local/share/locale/ja/LC_MESSAGES
/usr/local/share/locale/nb/LC_MESSAGES
/usr/local/share/locale/nl
/usr/local/share/locale/nl/LC_MESSAGES
/usr/local/share/locale/pl/LC_MESSAGES
/usr/local/share/locale/pt/LC_MESSAGES
/usr/local/share/locale/ru/LC_MESSAGES
/usr/local/share/locale/sv/LC_MESSAGES
/usr/local/share/locale/uk/LC_MESSAGES
Warning: Broken symlinks were found. Remove them with `brew prune`:
/usr/local/lib/python3.4/site-packages/site-packages
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/libsane.1.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/libsane.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/sane-backends.pc
Warning: Some installed formula are missing dependencies.
You should `brew install` the missing dependencies:
brew install apple-gcc42
Run `brew missing` for more details.
Warning: Homebrew's sbin was not found in your PATH but you have installed
formulae that put executables in /usr/local/sbin.
Consider setting the PATH for example like so
echo export PATH='/usr/local/sbin:$PATH' >> ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment