Created
March 29, 2012 11:29
-
-
Save kdridi/2236162 to your computer and use it in GitHub Desktop.
brew doctor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: Some keg-only formula are linked into the Cellar. | |
| Linking a keg-only formula, such as gettext, into the cellar with | |
| `brew link f` will cause other formulae to detect them during the | |
| `./configure` step. This may cause problems when compiling those | |
| other formulae. | |
| Binaries provided by keg-only formulae may override system binaries | |
| with other strange results. | |
| You may wish to `brew unlink` these brews: | |
| automake | |
| autoconf | |
| Warning: Your Homebrew is outdated | |
| You haven't updated for at least 24 hours, this is a long time in brewland! | |
| 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/libnxml.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/nxml.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/libacau.a /usr/local/lib/libnxml.a /usr/local/lib/libruby-static.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: | |
| 2to3 | |
| aclocal | |
| autoconf | |
| autoheader | |
| autom4te | |
| automake | |
| autoreconf | |
| autoscan | |
| autoupdate | |
| git | |
| git-cvsserver | |
| git-receive-pack | |
| git-shell | |
| git-upload-archive | |
| git-upload-pack | |
| gitk | |
| idle | |
| ifnames | |
| m4 | |
| mvn | |
| pydoc | |
| python | |
| python-config | |
| python2.7 | |
| python2.7-config | |
| pythonw | |
| pythonw2.7 | |
| smtpd.py | |
| sqlite3 | |
| Consider ammending your PATH so that /usr/local/bin | |
| is ahead of /usr/bin in your PATH. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment