无法在 OS X 中使用 MacPorts 进行构建

无法在 OS X 中使用 MacPorts 进行构建

我已经提交了工单这里但我对这个问题能否得到解决持悲观态度。正如我所说,我正在麦金塔OS X 10.9.3 上的 2.3.1。尝试安装 llvm-3.2 时,出现以下错误:

-->  Computing dependencies for llvm-3.2
--->  Building llvm-3.2
Error: org.macports.build for port llvm-3.2 returned: command execution failed
Please see the log file for port llvm-3.2 for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_llvm-3.2/llvm-3.2/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port llvm-3.2 failed

我在网上查找了各种帮助帖子,有些人建议通过

port clean --all all
sudo port -f uninstall inactive

但这似乎没有任何作用。我相信我正在运行最新的Xcode

有没有办法找出构建过程中的问题?我甚至不知道从哪里开始!日志文件可以找到这里。我正在运行 Xcode 版本 5.1.1 (5B1008),并安装了命令行工具。

相关内容