OSX MacPorts Subversion インストール エラー

OSX MacPorts Subversion インストール エラー

まず、Subclipse を有効にするために Macports から JavaHL をインストールしましたが、問題はありませんでした。

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ディレクトリ全体を削除し、再起動しました。自家製、はるかに信頼性が高くなります。

関連情報