Bug 467367
Summary: | Build breaks with libtool 2.2.x | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Braden McDaniel <braden> |
Component: | apr | Assignee: | Joe Orton <jorton> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | rawhide | CC: | bojan, jorton, karsten, oliver, pedro.lamarao |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-02-05 17:10:49 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 435737 |
Description
Braden McDaniel
2008-10-17 05:06:10 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 ^ does **not** correctly support! :) 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. 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 Is this the same bug as 467270 ? No. This isn't F10, either. This is fixed in Raw Hide. |