我正在使用 Mac OS X 10.6.8。我正在尝试安装一个特定的库(来自 idiap 的 bob 工具箱)。在安装库时我收到一个错误
---> Computing dependencies for cctools
---> Building cctools
Error: org.macports.build for port cctools returned: command execution failed
Please see the log file for port cctools for details:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_port s_devel_cctools/cctools/main.log
Error: Unable to upgrade port: 1
我进一步调查并意识到这是因为
Warning: No port llvm found in the index; can't rebuild
我试图通过 port install llvm-3.0 安装它,但它一直说我没有属于py26-matplotlib
(和许多其他python26-numpy
文件)的文件。我尝试安装python26-numpy
它说找不到llvm。看来我要绕圈子了。