LionにしてMacPorts新しくしたらgdbmがインストールできなくなった。

Twitter ツイート Hatena Bookmark ブックマーク

日曜日にLionにして浮かれていた僕ですが、月曜日に痛い目に遭いました。
Xcode4.2にれてMacPorts新しくして、selfupdateしてたらgdbmが入らないということでエラーになりました。
んで、よくわからないけどinstallしてみようとおもったらやっぱだめでした。。。

1
2
3
4
5
6
polidog% sudo port install gdbm
--->  Configuring gdbm
Error: Target org.macports.configure returned: configure failure: shell command failed (see log for details)
Log for gdbm is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_gdbm/gdbm/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

gdbmってなんぞ?っておもってたけど、無いといろいろと依存関係がクリアできないので、なんとか入れなければと。。
いろいろとググっていたら、cleanすればいいということに気づきました。やっぱGoogle先生パネェっす。

1
2
sudo port clean -f --all gdbm
sudo port install gdbm

驚くほそすんなり入りました。
ちなみにselfupdateしたら5時間ぐらいかかったのでselfupdateを休みの日にやる事をお勧めします。

comments powered by Disqus
Built with Hugo
テーマ StackJimmy によって設計されています。