Bug 2001216

Summary: CentOS 8-stream fails to install knot-resolver
Product: [Fedora] Fedora EPEL Reporter: tr+redhat
Component: knot-resolverAssignee: Tom Krizek <tkrizek>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel8CC: dns-sig, jakub.ruzicka, jv+fedora, pemensik, pspacek, tkrizek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: knot-resolver-5.4.1-2.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-09-07 17:00:18 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 tr+redhat 2021-09-04 11:44:01 UTC
Hello,

Description of problem:
Your package (knot-resolver) Fails To Install in CentOS 8-stream from EPEL 8.

$ dnf update
Last metadata expiration check: 0:03:47 ago on Sat 04 Sep 2021 11:18:03 AM UTC.
Error:
 Problem: cannot install the best update candidate for package knot-resolver-5.4.0-1.el8.x86_64
  - nothing provides libknot.so.11()(64bit) needed by knot-resolver-5.4.1-1.el8.x86_64
  - nothing provides libzscanner.so.3()(64bit) needed by knot-resolver-5.4.1-1.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

$ dnf repoquery --provides knot-libs
Last metadata expiration check: 0:00:43 ago on Sat 04 Sep 2021 11:34:26 AM UTC.
knot-libs = 3.1.1-1.el8
knot-libs(x86-64) = 3.1.1-1.el8
libdnssec.so.8()(64bit)
libknot.so.12()(64bit)
libzscanner.so.4()(64bit)

$ dnf repoquery --requires knot-resolver
Last metadata expiration check: 0:01:06 ago on Sat 04 Sep 2021 11:34:26 AM UTC.
/bin/sh
libc.so.6(GLIBC_2.28)(64bit)
libcap-ng.so.0()(64bit)
libdl.so.2()(64bit)
libdl.so.2(GLIBC_2.2.5)(64bit)
libdnssec.so.8()(64bit)
libedit.so.0()(64bit)
libgcc_s.so.1()(64bit)
libgcc_s.so.1(GCC_3.0)(64bit)
libgcc_s.so.1(GCC_3.3.1)(64bit)
libgnutls.so.30()(64bit)
libgnutls.so.30(GNUTLS_3_4)(64bit)
libknot.so.11()(64bit)
liblmdb.so.0.0.0()(64bit)
libluajit-5.1.so.2()(64bit)
libnghttp2.so.14()(64bit)
libstdc++.so.6()(64bit)
libstdc++.so.6(CXXABI_1.3)(64bit)
libstdc++.so.6(CXXABI_1.3.8)(64bit)
libstdc++.so.6(CXXABI_1.3.9)(64bit)
libstdc++.so.6(GLIBCXX_3.4)(64bit)
libsystemd.so.0()(64bit)
libsystemd.so.0(LIBSYSTEMD_209)(64bit)
libuv.so.1()(64bit)
libzscanner.so.3()(64bit)
lua5.1-basexx
lua5.1-cqueues
lua5.1-http
rtld(GNU_HASH)
shadow-utils
systemd

Version-Release number of selected component (if applicable):
* knot-resolver-5.4.1-1.el8.x86_64
* knot-libs-3.1.1-1.el8.x86_64

How reproducible:
* Fresh CentOS 8-stream installation
* dnf install epel-release
* dnf install knot-resolver

Actual results:
Last metadata expiration check: 0:03:47 ago on Sat 04 Sep 2021 11:18:03 AM UTC.
Error:
 Problem: cannot install the best update candidate for package knot-resolver-5.4.0-1.el8.x86_64
  - nothing provides libknot.so.11()(64bit) needed by knot-resolver-5.4.1-1.el8.x86_64
  - nothing provides libzscanner.so.3()(64bit) needed by knot-resolver-5.4.1-1.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

Expected results:
It should be able to update / install knot-resolver 5.4.1

Thank you,
tr

Comment 1 tr+redhat 2021-09-07 17:00:18 UTC
Fixed with knot-resolver-5.4.1-2.el8.x86_64
Thank you for your work.