<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>169927</bug_id>
          
          <creation_ts>2007-03-08 12:09 0000</creation_ts>
          <short_desc>dev-libs/apr-util-0.9.12-r1 multilib strict failure (ignores ./configure --libdir parameter)</short_desc>
          <delta_ts>2007-03-08 20:20:30 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>aballier@gentoo.org</reporter>
          <assigned_to>apache-bugs@gentoo.org</assigned_to>
          <cc>amd64@gentoo.org</cc>
    
    <cc>cilly@cilly.mine.nu</cc>
    
    <cc>gregg.casillo@gmail.com</cc>

      

      
          <long_desc isprivate="0">
            <who>aballier@gentoo.org</who>
            <bug_when>2007-03-08 12:09:53 0000</bug_when>
            <thetext>when autoconf 2.61 is used to regenerate ./configure script, it ignores the --libdir parameter, whatever you give him it sets it to $exec_prefix/lib what causes multilib scrict failures.



its configure.in contains : AC_PREREQ(2.13)

what fixed it for me was to force using autoconf 2.1 (&amp; automake 1.8 for aclocal, newer versions will cause an aclocal error about autom4te).

snippet : 

WANT_AUTOMAKE=1.8
WANT_AUTOCONF=2.1</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>phreak@gentoo.org</who>
            <bug_when>2007-03-08 13:44:58 0000</bug_when>
            <thetext>(In reply to comment #0)
&gt; when autoconf 2.61 is used to regenerate ./configure script, it ignores the
&gt; --libdir parameter, whatever you give him it sets it to $exec_prefix/lib what
&gt; causes multilib scrict failures.
&gt; 
&gt; 
&gt; 
&gt; its configure.in contains : AC_PREREQ(2.13)
&gt; 
&gt; what fixed it for me was to force using autoconf 2.1 (&amp; automake 1.8 for
&gt; aclocal, newer versions will cause an aclocal error about autom4te).
&gt; 
&gt; snippet : 
&gt; 
&gt; WANT_AUTOMAKE=1.8
&gt; WANT_AUTOCONF=2.1

Fixed now, hopefully won&apos;t break again :S</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>cryos@gentoo.org</who>
            <bug_when>2007-03-08 16:55:33 0000</bug_when>
            <thetext>Now I am getting the error * Failed Running aclocal ! This is on a fresh install I am building using ~amd64. The relevant line of the .out file seems to be

ac-wrapper: Autoconf 2.13 doesn&apos;t contain autom4te.
            Either unset WANT_AUTOCONF or don&apos;t execute anything
            that would use autom4te.
aclocal-1.8: autom4te failed with exit status: 1

Removing the WANT_* allows it to build but as Alexis points out I get multilib-strict failures. Can anyone else reproduce the failure I am seeing or is it some problem with my new install possibly?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>cryos@gentoo.org</who>
            <bug_when>2007-03-08 17:00:55 0000</bug_when>
            <thetext>Should have thought of this before posting, setting WANT_AUTOMAKE=1.7 fixes it for me and I don&apos;t get the multilib-strict failure. Can anyone else confirm this? This is on a fresh ~amd64 (started updating/compiling yesterday).</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>phreak@gentoo.org</who>
            <bug_when>2007-03-08 18:13:27 0000</bug_when>
            <thetext>*** Bug 169975 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>phreak@gentoo.org</who>
            <bug_when>2007-03-08 18:20:01 0000</bug_when>
            <thetext>(In reply to comment #3)
&gt; Should have thought of this before posting, setting WANT_AUTOMAKE=1.7 fixes it
&gt; for me and I don&apos;t get the multilib-strict failure. Can anyone else confirm
&gt; this? This is on a fresh ~amd64 (started updating/compiling yesterday).

Fixed now, finally.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2007-03-08 20:20:30 0000</bug_when>
            <thetext>*** Bug 169983 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
      
    </bug>

</bugzilla>