MacPortsのアップグレードでエラー

コマンドラインツールのインストールや更新に便利なパッケージ管理ソフト The MacPorts を使っている訳ですが、インストールされているコマンドツールが更新されていたのでアップグレードしたところ、いくつかのエラーが出てインストールされないものが出たのでした。

  • cyrus-sasl2
  • curl

この2つがエラーをはいてインストールされない。cyrus-sasl2 についてはエラー内容を読むと、アンインストールしてからインストールするように書かれていたので、その手順でやるとインストールできました。

$ sudo port -f uninstall cyrus-sasl2
$ sudo port install cyrus-sasl2

次に、curl なんですが、エラー内容を読んでもよくわからないので

$ sudo port clean curl
$ sudo port install curl

と実行したら、なんかうまくいったみたい。ふぅ〜、よかった。

This entry was posted in UNIX/Linux and tagged , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">