Bug 665971 - bind build links with wrong libraries
Summary: bind build links with wrong libraries
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: bind
Version: 14
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
Assignee: Adam Tkac
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-12-28 07:22 UTC by JW
Modified: 2013-04-30 23:48 UTC (History)
2 users (show)

Fixed In Version: bind-9.7.3-1.fc15
Clone Of:
Environment:
Last Closed: 2011-02-27 04:50:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Fix wrong library linkage order. (917 bytes, application/octet-stream)
2010-12-28 07:22 UTC, JW
no flags Details

Description JW 2010-12-28 07:22:46 UTC
Created attachment 470919 [details]
Fix wrong library linkage order.

Description of problem:
During build on platform running an older bind, in particular older libdns.so and libisc.so, results in bind-libs module containing linkage to those old libraries rather than the new libraries to be installed.

Version-Release number of selected component (if applicable):
bind-9.7.2-4.P3

How reproducible:
Always

Steps to Reproduce:
1. select system with older installed bind
2. build bind rpms
3. try and freshen installed bind (rpm -Fvh bind-*)
  
Actual results:
3. fails with: "libdns.so.43 required by bind-libs-9.7.2-4.P3" etc


Expected results:
3. should succeed

Additional info:
In lib/isccc/Makefile.in and lib/isccfg/Makefile.in there is an error in the order of link libraries. In both cases ${LIBS} appears before ${ISCLIBS} and/or ${DNSLIBS}.  The ${LIBS} should appear last of course.

Why hasn't the builder of bind picked up this very obvious error?  Or has somebody always resorted to --nodeps rather than solve the glaring problem?

Comment 1 Fedora Update System 2011-02-18 15:30:49 UTC
bind-9.7.3-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/bind-9.7.3-1.fc14

Comment 2 Fedora Update System 2011-02-18 15:31:11 UTC
bind-9.7.3-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/bind-9.7.3-1.fc15

Comment 3 Fedora Update System 2011-02-18 15:31:33 UTC
bind-9.7.3-1.fc13 has been submitted as an update for Fedora 13.
https://admin.fedoraproject.org/updates/bind-9.7.3-1.fc13

Comment 4 Fedora Update System 2011-02-19 01:22:35 UTC
bind-9.7.3-1.fc14 has been pushed to the Fedora 14 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update bind'.  You can provide feedback for this update here: https://admin.fedoraproject.org/updates/bind-9.7.3-1.fc14

Comment 5 Fedora Update System 2011-02-27 04:50:23 UTC
bind-9.7.3-1.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2011-03-02 01:47:15 UTC
bind-9.7.3-1.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2011-03-03 03:06:09 UTC
bind-9.7.3-1.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.


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