You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
To Reproduce
Steps to reproduce the behaviour:
After setting up the Apache Cassandra repository, run the following command:
yum install cassandra
We then get the following error:
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
* base: www.mirrorservice.org
* epel: mirror.nl.leaseweb.net
* extras: www.mirrorservice.org
* updates: mirror.as29550.net
Resolving Dependencies
--> Running transaction check
---> Package cassandra.noarch 0:4.0.5-1 will be installed
Error: Invalid version flag: or
Expected behaviour
Cassandra should be installed successfully.
Versions (please complete the following information):
Ansible version: core 2.12.6
Role version: 1.18.0
Python version: 2.7.5
Additional context
It seems that this maybe a feature in the Cassandra package for specifying the dependancies for Cassandra:
(jre-1.8.0 or jre-11) is needed by cassandra-4.0.5-1.noarch
python(abi) >= 3.6 is needed by cassandra-4.0.5-1.noarch
rpmlib(RichDependencies) <= 4.12.0-1 is needed by cassandra-4.0.5-1.noarch
The or was introduced in rpm-4.13 (see TheHive-Project/TheHive#2403) but the most up to date available for CentOS 7 seems to be 4.11.3. Therefore, at the moment it seems that we're dead in the water for supporting CentOS 7 and Cassandra 4.
The text was updated successfully, but these errors were encountered:
Thank you very much for the suggestion. That does indeed get me past the original point of failure. I'm now having a problem with systemd in the container which is strange as this definitely used to work. Looking at that now and thanks again.
Describe the bug
Unable to
To Reproduce
Steps to reproduce the behaviour:
After setting up the Apache Cassandra repository, run the following command:
We then get the following error:
Expected behaviour
Cassandra should be installed successfully.
Versions (please complete the following information):
Additional context
It seems that this maybe a feature in the Cassandra package for specifying the dependancies for Cassandra:
The
or
was introduced in rpm-4.13 (see TheHive-Project/TheHive#2403) but the most up to date available for CentOS 7 seems to be 4.11.3. Therefore, at the moment it seems that we're dead in the water for supporting CentOS 7 and Cassandra 4.The text was updated successfully, but these errors were encountered: