OSX MacPorts Subversion 安裝錯誤

OSX MacPorts Subversion 安裝錯誤

我先從 Macports 安裝 JavaHL 來啟用 Subclipse,沒有遇到任何問題。

sudo port install subversion-javahlbindings +no_bdb +universal

然後我去安裝完整的 Subversion 客戶端:

sudo port install subversion

我收到以下錯誤(見下文) - 知道如何修正這個錯誤嗎?

:info:configure checking dynamic linker characteristics... darwin12.2.0 dyld
:info:configure checking how to hardcode library paths into programs... immediate
:info:configure configure: building both shared and static libraries
:info:configure checking whether libtool needs -no-undefined... no
:info:configure checking whether to avoid circular linkage at all costs... no
:info:configure checking for trang... none
:info:configure checking for doxygen... none
:info:configure checking for Expat... yes
:info:configure checking for socket in -lsocket... no
:info:configure checking for availability of Berkeley DB... no
:info:configure configure: error: Berkeley DB 4.0.14 or newer wasn't found.
:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.7.6" && ./configure --prefix=/opt/local --with-berkeley-db=:/opt/local/include/db46:/opt/local/lib/db46:db-4.6 --with-neon=/opt/local --with-apr=/opt/local/bin/apr-1-config --with-apr-util=/opt/local/bin/apu-1-config --without-apxs --mandir=\${prefix}/share/man --disable-neon-version-check --with-serf=/opt/local --with-sasl=/opt/local
:info:configure Exit code: 1
:error:configure org.macports.configure for port subversion returned: configure failure: command execution failed
:debug:configure Error code: NONE
:debug:configure Backtrace: configure failure: command execution failed
    while executing
"$procedure $targetname"
:info:configure Warning: targets not executed for subversion: org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
:notice:configure Please see the log file for port subversion for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_subversion/subversion/main.log

答案1

由於您使用變體安裝了綁定端口no_bdb,因此請對客戶端端口嘗試相同的操作subversion

sudo port clean subversion
sudo port install subversion +no_bdb

答案2

連接埠可能非常不可靠,尤其是當您安裝了許多庫/二進位時。我最近刪除了整個 /opt/local 目錄並重新啟動自製,更加可靠。

相關內容