[MacPorts] #2041: apr-util depends upon expat

MacPorts noreply at macports.org
Thu Mar 24 10:15:13 PDT 2016


#2041: apr-util depends upon expat
------------------------------+---------------------
  Reporter:  brian.bechtel@…  |      Owner:  dluke@…
      Type:  defect           |     Status:  closed
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  1.0
Resolution:  fixed            |   Keywords:
      Port:  apr-util         |
------------------------------+---------------------
Changes (by ryandesign@…):

 * port:   => apr-util


Old description:

> Open Darwin 7.2.1 RC4 x86
> port install apr-util +puredarwin
>
> --->  Configuring apr-util
> Error: Target com.apple.configure returned: configure failure: shell
> command "cd "/Volumes/Other/
> darwinports/dports/devel/apr-util/work/httpd-2.0.49/srclib/apr-util" &&
> CPPFLAGS=-I/opt/local/
> include LDFLAGS=-L/opt/local/lib ./configure --prefix=/opt/local --with-
> apr=/opt/local --with-
> expat=/opt/local --with-iconv=/opt/local --with-berkeley-db=/opt/local"
> returned error 1
> Command output: checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking for ldap support...
> checking gdbm.h usability... no
> checking gdbm.h presence... no
> checking for gdbm.h... no
> checking for Berkeley DB 4.2 in /opt/local...
> checking db42/db.h usability... no
> checking db42/db.h presence... no
> checking for db42/db.h... no
> checking db4/db.h usability... yes
> checking db4/db.h presence... yes
> checking for db4/db.h... yes
> checking for -ldb-4.2... yes
>   setting APRUTIL_INCLUDES to "-I/opt/local/include"
>   setting APRUTIL_LDFLAGS to "-L/opt/local/lib"
> checking for Berkeley DB... found db4
> checking for default DBM... sdbm (default)
>   setting APRUTIL_EXPORT_LIBS to "-ldb-4.2"
>   setting APRUTIL_LIBS to "-ldb-4.2"
> checking for Expat in /opt/local... no
> configure: error: Expat was not found (or recognized) in "/opt/local"
>

> port install expat +puredarwin
> port install apr-util +puredarwin
> works correctly.

New description:

 Open Darwin 7.2.1 RC4 x86
 {{{
 port install apr-util +puredarwin
 }}}
 {{{
 --->  Configuring apr-util
 Error: Target com.apple.configure returned: configure failure: shell
 command "cd "/Volumes/Other/
 darwinports/dports/devel/apr-util/work/httpd-2.0.49/srclib/apr-util" &&
 CPPFLAGS=-I/opt/local/
 include LDFLAGS=-L/opt/local/lib ./configure --prefix=/opt/local --with-
 apr=/opt/local --with-
 expat=/opt/local --with-iconv=/opt/local --with-berkeley-db=/opt/local"
 returned error 1
 Command output: checking for ANSI C header files... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for unistd.h... yes
 checking for ldap support...
 checking gdbm.h usability... no
 checking gdbm.h presence... no
 checking for gdbm.h... no
 checking for Berkeley DB 4.2 in /opt/local...
 checking db42/db.h usability... no
 checking db42/db.h presence... no
 checking for db42/db.h... no
 checking db4/db.h usability... yes
 checking db4/db.h presence... yes
 checking for db4/db.h... yes
 checking for -ldb-4.2... yes
   setting APRUTIL_INCLUDES to "-I/opt/local/include"
   setting APRUTIL_LDFLAGS to "-L/opt/local/lib"
 checking for Berkeley DB... found db4
 checking for default DBM... sdbm (default)
   setting APRUTIL_EXPORT_LIBS to "-ldb-4.2"
   setting APRUTIL_LIBS to "-ldb-4.2"
 checking for Expat in /opt/local... no
 configure: error: Expat was not found (or recognized) in "/opt/local"
 }}}
 {{{
 port install expat +puredarwin
 port install apr-util +puredarwin
 }}}
 works correctly.

--

-- 
Ticket URL: <https://trac.macports.org/ticket/2041#comment:6>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list