Description of problem: Attempts to install pki-server (as part of the freeipa-server installation) fails on Fedora rawhide. Version-Release number of selected component (if applicable): pki-server-10.7.3-6.fc32.noarch How reproducible: Deterministic. Steps to Reproduce: 1. dnf install pki-server Actual results: # dnf install pki-server Fedora - Modular Rawhide - Developmental packages for the next Fedora release 6.3 MB/s | 4.4 MB 00:00 Fedora - Rawhide - Developmental packages for the next Fedora release 23 MB/s | 70 MB 00:03 Error: Problem: package tomcatjss-7.4.1-3.fc32.noarch requires slf4j-jdk14, but none of the providers can be installed - package pki-server-10.7.3-6.fc32.noarch requires tomcatjss >= 7.4.1, but none of the providers can be installed - package slf4j-jdk14-1.7.30-1.fc32.noarch requires mvn(org.slf4j:slf4j-api) = 1.7.30, but none of the providers can be installed - conflicting requests - package slf4j-1.7.30-1.fc32.noarch is filtered out by modular filtering (try to add '--skip-broken' to skip uninstallable packages) Expected results: No error. Additional info: Filing against pki-core because I don't know if the tomcatjss (and its dependencies) are actually supposed to be pulled in.
This bug appears to have been reported against 'rawhide' during the Fedora 32 development cycle. Changing version to 32.
The issue seems to be due to the latest slf4j that was released as ursine rpm. The conflict is due to pre-enabled modules: maven and ant The temporary work around is by disabling maven: # dnf module disable maven This is not a pki bug but rather an issue with modules. So, I am marking this bug as a duplicate of BZ#1801882 *** This bug has been marked as a duplicate of bug 1801882 ***