Bug 1368560

Summary: dnf install bind-dyndb-ldap freeipa-server-dns produces error messages
Product: [Fedora] Fedora Reporter: George R. Goffe <grgoffe>
Component: bind-dyndb-ldapAssignee: Petr Spacek <pspacek>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 23CC: pspacek, thozza, vonsch
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: bind-dyndb-ldap-8.0-5.fc23 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-21 16:24:30 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description George R. Goffe 2016-08-19 18:32:45 UTC
Description of problem:

Attempting "dnf upgrade" produced error messages. Running "dnf --best --allowerasing upgrade removed "bind-dyndb-ldap freeipa-server-dns". Attempt to re-install both of these produced the error messages below.

Version-Release number of selected component (if applicable):
bind-9.10.4-1.P2.fc23.x86_64

How reproducible:
always

Steps to Reproduce:
1.see description
2.
3.

Actual results:
see description and log below

Expected results:
I was hoping for a correctly updated system.

Additional info:

fc23-bash 4.3 ~# dnf install bind-dyndb-ldap freeipa-server-dns
Last metadata expiration check: 1:22:08 ago on Fri Aug 19 10:03:54 2016.
Error: nothing provides libdns.so.162()(64bit) needed by bind-dyndb-ldap-8.0-4.fc23.x86_64.
nothing provides libdns.so.162()(64bit) needed by bind-dyndb-ldap-8.0-4.fc23.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages)

fc23-bash 4.3 ~# dnf --best install bind-dyndb-ldap freeipa-server-dns
Last metadata expiration check: 1:22:42 ago on Fri Aug 19 10:03:54 2016.
Error: nothing provides libdns.so.162()(64bit) needed by bind-dyndb-ldap-8.0-4.fc23.x86_64.
nothing provides libdns.so.162()(64bit) needed by bind-dyndb-ldap-8.0-4.fc23.x86_64.
nothing provides libdns.so.162()(64bit) needed by bind-dyndb-ldap-8.0-4.fc23.x86_64.
nothing provides libdns.so.162()(64bit) needed by bind-dyndb-ldap-8.0-4.fc23.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages)

fc23-bash 4.3 ~# dnf --best --allowerasing install bind-dyndb-ldap freeipa-server-dns
Last metadata expiration check: 1:22:53 ago on Fri Aug 19 10:03:54 2016.
Error: nothing provides libdns.so.162()(64bit) needed by bind-dyndb-ldap-8.0-4.fc23.x86_64

Comment 1 Petr Spacek 2016-08-22 05:46:07 UTC
I suspect that you have to update *bind* packages together with bind-dyndb-ldap package. Please try 'dnf upgrade 'bind* freeipa*' and let us know if it works.

Comment 2 George R. Goffe 2016-08-23 06:21:45 UTC
Petr,

I seem to recall fixing this problem. I believe I used rpm --nodeps -e" and then went ahead and patched bind and then did "dnf upgrade". 

dnf upgrade 'bind* freeipa*'
kde-testing                                                                                                      274 kB/s | 202 kB     00:00
google-earth                                                                                                      77 kB/s | 4.8 kB     00:00
kde                                                                                                              1.7 kB/s | 257  B     00:00
Fedora 23 - x86_64 - Updates                                                                                     1.4 MB/s |  24 MB     00:17
google-chrome                                                                                                     57 kB/s | 3.7 kB     00:00
No match for argument: bind* freeipa*
Error: No packages marked for upgrade.

Comment 3 Petr Spacek 2016-09-21 16:24:30 UTC
It was caused by missing bind-dyndb-ldap rebuild after BIND update.

*** This bug has been marked as a duplicate of bug 1369738 ***