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?
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
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
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
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
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.
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.
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.