Fedora Account System
Red Hat Associate
Red Hat Customer
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
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.
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.