Bug 467364 - Build breaks with libtool 2.2.x
Summary: Build breaks with libtool 2.2.x
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Fedora
Classification: Fedora
Component: cracklib
Version: rawhide
Hardware: All
OS: Linux
high
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 435737
TreeView+ depends on / blocked
 
Reported: 2008-10-17 04:38 UTC by Braden McDaniel
Modified: 2008-10-28 17:49 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-10-28 17:49:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Braden McDaniel 2008-10-17 04:38:43 UTC
Because it is invoking autoreconf, cracklib's build breaks with libtool 2.2.x.  There are a couple of different ways to fix this:

  * Patch configure instead of patching configure.in.  That way you don't need
    to run the autotools at all and the package is insulated from any changes in
    whatever happen to be Fedora's current autotools.

  * Run autoconf instead of running autoreconf.  I don't see any patches here
    modifying Makfile.am (that would introduce a need to run automake) and I
    don't see any new autoconf macros being introduced/run (that would introduce
    a need to run aclocal).  There is certainly no need to run libtoolize (which
    is what autoreconf is doing and why this build is busted).

Comment 1 Nalin Dahyabhai 2008-10-27 23:01:22 UTC
Where might I find libtool 2.2 packages to test with locally?

Comment 2 Karsten Hopp 2008-10-28 15:39:45 UTC
A very unoffical (not in CVS) SRPM is available at http://people.redhat.com/karsten/libtool-2.2.6-1.fc10.src.rpm

Comment 3 Nalin Dahyabhai 2008-10-28 17:49:08 UTC
Fixed in CVS, if it gets pulled in to F10, it'll be by chance, which is fine.


Note You need to log in before you can comment on or make changes to this bug.