実行brew update
したところ、1.8.3.2 が利用可能であると表示されたので、インストールして実行brew cleanup
し、古い式を消去しました。ただし、実行brew doctor
すると次のエラーが報告されます。
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
curl
gettext
readline
brew link
提案どおりにすると、次のエラーが発生します。
Warning: Some keg-only formula are linked into the Cellar.
Linking a keg-only formula, such as gettext, into the cellar with
`brew link <formula>` 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:
readline
curl
gettext
Git をアンインストールして 1.8.3.1 のブランチをチェックアウトしようとしましたが、同じエラーが表示され、この時点でかなり混乱しています。
何か案は?