Changes between Initial Version and Version 1 of Ticket #20706


Ignore:
Timestamp:
Aug 17, 2009, 11:29:30 PM (15 years ago)
Author:
blb@…
Comment:

Note, 'port list' probably isn't doing what you think it's doing; instead use 'port installed':

$ port installed apr apr-util
The following ports are currently installed:
  apr @1.3.8_0 (active)
  apr-util @1.3.9_0 (active)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20706

    • Property Owner changed from macports-tickets@… to dluke@…
    • Property Port subversion added
  • Ticket #20706 – Description

    initial v1  
    11I am attempting to install subversion using macports but I get a configure error because port/subversion can not find Berkeley DB:
    22
    3 
     3{{{
    44''checking for availability of Berkeley DB... no
    55configure: error: Berkeley DB 4.0.14 or newer wasn't found.
    66Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_subversion/work/subversion-1.6.4" && ./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 " returned error 1
    77''
    8 
     8}}}
    99
    1010This looks like a similar error as to the problem that was addressed in ticket #19881, but the problem seems to have arisen again.  I have new versions of apr and apr-util:
    11 
     11{{{
    1212$ sudo port list apr
    1313Password:
     
    1515$ sudo port list apr-util
    1616apr-util                       @1.3.9          devel/apr-util
     17}}}