Actions
Bug #16415
closedrudder-server-relay has a non-existing dependency on RHEL8
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
Hello There,
I tried to install Rudder Server 6.0 following this Documentation on a CentOS 8: https://docs.rudder.io/reference/6.0/installation/server/rhel.html
It gets me this error when I try to install the rudder-server-root Packages from the Rudder 6.0 repository:
dnf install rudder-server-root Last metadata expiration check: 0:00:12 ago on Mon 16 Dec 2019 04:56:44 PM CET. Error: Problem: package rudder-server-root-1398866025:6.0.0.release-1.EL.8.noarch requires rudder-webapp = 1398866025:6.0.0.release, but none of the providers can be installed - package rudder-webapp-1398866025:6.0.0.release-1.EL.8.x86_64 requires rudder-server-relay = 1398866025:6.0.0.release, but none of the providers can be installed - conflicting requests - nothing provides policycoreutils-python needed by rudder-server-relay-1398866025:6.0.0.release-1.EL.8.x86_64 (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
This is because the Package policycoreutils-python is not around in RHEL8/CentOS8.
The new Package in RHEL8/CentOS is python3-policycoreutils.noarch.
I did not find any way around this, theres insanely much to do if you want to get the old python-policycoreutils working.
# cat /etc/redhat-release CentOS Linux release 8.0.1905 (Core) # cat /etc/yum.repos.d/rudder.repo [Rudder] name=Rudder 6.0 Repository baseurl=https://repository.rudder.io/rpm/6.0/RHEL_8/ gpgcheck=1 gpgkey=https://repository.rudder.io/rpm/rudder_rpm_key.pub # date Mon Dec 16 17:25:35 CET 2019
Regards,
Marius
Actions