0

実行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 のブランチをチェックアウトしようとしましたが、同じエラーが表示され、この時点でかなり混乱しています。

何か案は?

4

1 に答える 1