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

특히 많은 libs/바이너리가 설치된 경우 포트는 매우 불안정할 수 있습니다. 최근에 전체 /opt/local 디렉토리를 삭제하고 다음으로 다시 시작했습니다.홈브류, 훨씬 더 안정적입니다.

관련 정보