1

Сначала я установил JavaHL из Macports, чтобы включить 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

2 ответа2

1

Поскольку вы установили порт bindings с вариантом no_bdb , попробуйте то же самое для порта клиента subversion :

sudo port clean subversion
sudo port install subversion +no_bdb
0

Порты могут быть довольно ненадежными, особенно если у вас установлено много библиотек libs/binaries. Недавно я удалил весь каталог /opt /local и перезапустил Homebrew, что намного надежнее.

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .