Description of problem: rubygem-rails from epel9 has missing dependencies, causing it to be uninstallable. Version-Release number of selected component (if applicable): rubygem-rails-7.0.2.3-1.el9 How reproducible: always Steps to Reproduce: 1. dnf install rubygem-rails Actual results: Error: Problem: conflicting requests - nothing provides rubygem(actioncable) = 7.0.2.3 needed by rubygem-rails-1:7.0.2.3-1.el9.noarch - nothing provides rubygem(actionmailbox) = 7.0.2.3 needed by rubygem-rails-1:7.0.2.3-1.el9.noarch - nothing provides rubygem(actionmailer) = 7.0.2.3 needed by rubygem-rails-1:7.0.2.3-1.el9.noarch - nothing provides rubygem(actionpack) = 7.0.2.3 needed by rubygem-rails-1:7.0.2.3-1.el9.noarch - nothing provides rubygem(actiontext) = 7.0.2.3 needed by rubygem-rails-1:7.0.2.3-1.el9.noarch - nothing provides rubygem(actionview) = 7.0.2.3 needed by rubygem-rails-1:7.0.2.3-1.el9.noarch - nothing provides rubygem(activejob) = 7.0.2.3 needed by rubygem-rails-1:7.0.2.3-1.el9.noarch - nothing provides rubygem(activemodel) = 7.0.2.3 needed by rubygem-rails-1:7.0.2.3-1.el9.noarch - nothing provides rubygem(activerecord) = 7.0.2.3 needed by rubygem-rails-1:7.0.2.3-1.el9.noarch - nothing provides rubygem(activestorage) = 7.0.2.3 needed by rubygem-rails-1:7.0.2.3-1.el9.noarch - nothing provides rubygem(activesupport) = 7.0.2.3 needed by rubygem-rails-1:7.0.2.3-1.el9.noarch - nothing provides rubygem(railties) = 7.0.2.3 needed by rubygem-rails-1:7.0.2.3-1.el9.noarch Expected results: successful installation
Yep rubygem-rails built just fine but doesn't install. rubygem-action* is one big inter-circular-dependancy mess. I'm thinking of untagging rubygem-rails rather than tackle the rubygem-action* mess. Still debating though.
I have untagged rubygem-rails-7.0.2.3-1.el9 from epel9. When / If I, or others, tackle the rubygem-action* inter-dependency issue, I will rebuild it to the version at the time. Until then, it's not good to have an uninstallable package laying around.
(In reply to Troy Dawson from comment #1) > Yep > rubygem-rails built just fine but doesn't install. > rubygem-action* is one big inter-circular-dependancy mess. > I'm thinking of untagging rubygem-rails rather than tackle the > rubygem-action* mess. > > Still debating though. Just somehow set `bootstrap` macro in buildroot, build everything and then remove it. That should be it.