Bug 467367 - Build breaks with libtool 2.2.x
Summary: Build breaks with libtool 2.2.x
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: apr
Version: rawhide
Hardware: All
OS: Linux
high
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 435737
TreeView+ depends on / blocked
 
Reported: 2008-10-17 05:06 UTC by Braden McDaniel
Modified: 2009-02-05 17:10 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-02-05 17:10:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Braden McDaniel 2008-10-17 05:06:10 UTC
apr's build is breaking with libtool 2.2.x because it is calling apr's "buildconf" script to regenerate apr's build scripts.  Why is it doing this?  I don't see any of the autotools input files getting patched (which would be the normal reason to do such a thing).

Unless I've missed something, the problem can be fixed simply by eliminating the call to buildconf.

Comment 1 Joe Orton 2008-10-17 10:47:31 UTC
1) because APR ships a copy of the generated libtool script, which should be in sync with the system copy

2) otherwise the generated (upstream vanilla) libtool script does correctly support multilib systems, and e.g. might start hard-coding RPATHS of /usr/lib64 everywhere, which is a Major Nightmare

Comment 2 Joe Orton 2008-10-17 10:48:03 UTC
^ does **not** correctly support! :)

Comment 3 Braden McDaniel 2008-10-18 04:06:12 UTC
1) Generally speaking, there is no need for such synchronization.  (Actually, configure generates the libtool script from the included ltmain.sh.)

2) You could instead patch ltmain.sh to address this.  That would be more resilient to changes in the autotools.  Another alternative would be to build with "make LIBTOOL=/usr/bin/libtool".  While that also exposes the package to changes in the system libtool (for better or for worse), it doesn't have the side-effects running libtoolize has.

Comment 4 Bug Zapper 2008-11-26 03:56:57 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle.
Changing version to '10'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 5 Pedro Lamarão 2008-11-28 00:14:46 UTC
Is this the same bug as 467270 ?

Comment 6 Braden McDaniel 2008-11-28 03:36:58 UTC
No. This isn't F10, either.

Comment 7 Joe Orton 2009-02-05 17:10:49 UTC
This is fixed in Raw Hide.


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