RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2047786 - Broken dependency after bind update
Summary: Broken dependency after bind update
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: distribution
Version: CentOS Stream
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Carl George 🤠
QA Contact: rhel-cs-infra-services-qe
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-01-28 14:31 UTC by Remi Collet
Modified: 2022-01-28 23:15 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-01-28 23:14:54 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-110218 0 None None None 2022-01-28 14:37:15 UTC

Description Remi Collet 2022-01-28 14:31:56 UTC
# LANG=C dnf update


Error: 
 Problem: package dhcp-client-12:4.3.6-47.el8.x86_64 requires libdns-export.so.1112()(64bit), but none of the providers can be installed
  - cannot install both bind-export-libs-32:9.11.36-2.el8.x86_64 and bind-export-libs-32:9.11.26-6.el8.x86_64
  - cannot install both bind-export-libs-32:9.11.36-2.el8.x86_64 and bind-export-libs-32:9.11.26-3.el8.x86_64
  - cannot install both bind-export-libs-32:9.11.36-2.el8.x86_64 and bind-export-libs-32:9.11.26-4.el8_4.x86_64
  - cannot install the best update candidate for package dhcp-client-12:4.3.6-45.el8.x86_64
  - cannot install the best update candidate for package bind-export-libs-32:9.11.26-6.el8.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or '--nobest' to use not only best candidate packages)


Relate to bind 9.11.26 to 9.11.36 update

Comment 1 Petr Menšík 2022-01-28 14:52:42 UTC
dhcp-client-12:4.3.6-47.el8.x86_64 in RHEL8 depends on libdns-export.so.1115()(64bit) as it should. It seems centos 8 build did not mimick properly our rhel side-tag build, where they were built together.

This version on centos 8 stream should not depend on libdns-export.so.1112()(64bit), which is the older version. It might be issue in automatic rebuilds from rhel sources.

Comment 2 Carl George 🤠 2022-01-28 15:01:35 UTC
Thanks Remi for bringing this to our attention.  Petr is correct, c8s is still technically a rebuild of rhel8, just rebuilt from a different branch.  bind and dhcp were built (automatically) in the wrong order.

dhcp-4.3.6-47.el8 [0] Thu, 27 Jan 2022 07:13:01 UTC
bind-9.11.36-2.el8 [1] Thu, 27 Jan 2022 07:28:23 UTC

I've rebuilt dhcp to fix the linkage in dhcp-4.3.6-47.el8.0.1 [2].  The build is complete and I'm working on publishing it now.

[0] https://koji.mbox.centos.org/koji/buildinfo?buildID=20937
[1] https://koji.mbox.centos.org/koji/buildinfo?buildID=20933
[2] https://koji.mbox.centos.org/koji/buildinfo?buildID=21009

Comment 3 Carl George 🤠 2022-01-28 23:14:54 UTC
This build has been pushed to the mirrors.


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