Bug 2313947

Summary: sympa-{httpd,lighttpd,nginx}: fails to install from epel10
Product: [Fedora] Fedora EPEL Reporter: Carl George 🎩 <carl>
Component: sympaAssignee: Xavier Bachelot <xavier>
Status: CLOSED COMPLETED QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel10CC: xavier
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-10-02 10:59: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:
Bug Depends On: 2313955    
Bug Blocks:    

Description Carl George 🎩 2024-09-21 06:17:24 UTC
Description of problem:
sympa-httpd, sympa-lighttpd, and sympa-nginx from epel10 have unresolved dependencies, causing them to be uninstallable.


Version-Release number of selected component (if applicable):
sympa-httpd-6.2.72-5.el10_0
sympa-lighttpd-6.2.72-5.el10_0
sympa-nginx-6.2.72-5.el10_0


How reproducible:
always


Steps to Reproduce:
1. dnf install sympa-httpd sympa-lighttpd sympa-nginx


Actual results:
Error: 
 Problem 1: conflicting requests
  - nothing provides multiwatch needed by sympa-httpd-6.2.72-5.el10_0.x86_64 from epel
 Problem 2: conflicting requests
  - nothing provides lighttpd needed by sympa-lighttpd-6.2.72-5.el10_0.x86_64 from epel
  - nothing provides lighttpd-fastcgi needed by sympa-lighttpd-6.2.72-5.el10_0.x86_64 from epel
 Problem 3: conflicting requests
  - nothing provides multiwatch needed by sympa-nginx-6.2.72-5.el10_0.x86_64 from epel


Expected results:
successful installation

Comment 1 Xavier Bachelot 2024-09-21 07:24:38 UTC
Missing multiwatch is expected, it buildrequires libev-devel, which is missing from CS10/CRB. This is being handled in https://issues.redhat.com/browse/RHEL-55297
I've filed BZ#2313955 for lighttpd.

Comment 2 Xavier Bachelot 2024-10-02 10:59:18 UTC
lighttpd is now available, so sympa-lighttpd is now installing properly.
Thanks to libev-devel added to CRB, multiwatch is now available and thus sympa-httpd and sympa-nginx are installing properly.

Closing.