Bug 1801076 - Installing pki-server on Fedora rawhide fails due to broken dependencies
Summary: Installing pki-server on Fedora rawhide fails due to broken dependencies
Keywords:
Status: CLOSED DUPLICATE of bug 1801882
Alias: None
Product: Fedora
Classification: Fedora
Component: pki-core
Version: 32
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Matthew Harmsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-02-10 08:16 UTC by Jan Pazdziora (Red Hat)
Modified: 2020-02-12 17:35 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-02-12 17:35:30 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jan Pazdziora (Red Hat) 2020-02-10 08:16:24 UTC
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.

Comment 2 Ben Cotton 2020-02-11 16:34:34 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 32 development cycle.
Changing version to 32.

Comment 3 Dinesh Prasanth 2020-02-12 17:35:30 UTC
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 ***


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