Created
August 11, 2012 11:40
-
-
Save nusco/3323981 to your computer and use it in GitHub Desktop.
What Good Error Messages Look Like
This file contains 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
~$ brew doctor | |
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: | |
libxml2 | |
libxslt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment