無法在 OS X 中使用 MacPorts 進行構建

無法在 OS X 中使用 MacPorts 進行構建

我已提交票證這裡,但我對這個問題能否得到解決感到非常悲觀。正如我所說,我正在奔跑Mac埠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),並安裝了命令列工具。

相關內容