MacのOSをMavericksにしたらMacportsが使えなくなってた。
Macports使ったらこんな警告でた。
Warning: port definitions are more than two weeks old, consider using selfupdate
selfupdate時にもこんなエラー。
DEBUG: Error installing new MacPorts base: command execution failed
while executing
"macports::selfupdate [array get global_options] base_updated"
Error: /opt/local/bin/port: port selfupdate failed: Error installing new MacPorts base: command execution failed
Command Line Toolsを入れ直さないといけないみたい。
Xcodeからじゃ駄目みたいでターミナルから。
以下のコマンド入力してダイアログ出現させてインストール。
$ xcode-select --install
もろもろアップデート。
$ sudo port -d selfupdate
$ sudo port upgrade outdated
$ sudo port upgrade installed
これでなんとかなった。