Description of problem: The package ruby-3.0.3-154 does not have a working IRB gem. Version-Release number of selected component (if applicable): rubygem-irb-1.3.5-154.fc36.noarch How reproducible: Always Steps to Reproduce: 1. Install the newest ruby and rubygem-irb. 2. run in the shell: ~~~ $ irb ~~~ Actual results: Fail: ~~~ /usr/share/rubygems/rubygems/specification.rb:1402:in `rescue in block in activate_dependencies': Could not find 'reline' (>= 0.1.5) among 7 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/root/.local/share/gem/ruby:/usr/share/gems:/usr/local/share/gems' at: /usr/share/gems/specifications/irb-1.3.5.gemspec, execute `gem env` for more information from /usr/share/rubygems/rubygems/specification.rb:1399:in `block in activate_dependencies' from /usr/share/rubygems/rubygems/specification.rb:1388:in `each' from /usr/share/rubygems/rubygems/specification.rb:1388:in `activate_dependencies' from /usr/share/rubygems/rubygems/specification.rb:1370:in `activate' from /usr/share/rubygems/rubygems.rb:299:in `block in activate_bin_path' from /usr/share/rubygems/rubygems.rb:298:in `synchronize' from /usr/share/rubygems/rubygems.rb:298:in `activate_bin_path' from /usr/bin/irb:23:in `<main>' /usr/share/rubygems/rubygems/dependency.rb:311:in `to_specs': Could not find 'reline' (>= 0.1.5) among 7 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/root/.local/share/gem/ruby:/usr/share/gems:/usr/local/share/gems' , execute `gem env` for more information from /usr/share/rubygems/rubygems/specification.rb:1400:in `block in activate_dependencies' from /usr/share/rubygems/rubygems/specification.rb:1388:in `each' from /usr/share/rubygems/rubygems/specification.rb:1388:in `activate_dependencies' from /usr/share/rubygems/rubygems/specification.rb:1370:in `activate' from /usr/share/rubygems/rubygems.rb:299:in `block in activate_bin_path' from /usr/share/rubygems/rubygems.rb:298:in `synchronize' from /usr/share/rubygems/rubygems.rb:298:in `activate_bin_path' from /usr/bin/irb:23:in `<main>' ~~~ Expected results: The IRB launches: ~~~ irb(main):001:0> ~~~ Additional info: If I load the IRB from a script like so: ~~~ $ ruby -e 'require "irb"; binding.irb' ~~~ instead of calling it through the shell, it works, so there seems to be some problem with the code in the bin script.
I have reported this upstream: https://github.com/rubygems/rubygems/issues/5156 And I'll try to revert this PR: https://github.com/rubygems/rubygems/pull/5044
*** Bug 2028199 has been marked as a duplicate of this bug. ***
FEDORA-2021-62cd39359e has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2021-62cd39359e
FEDORA-2021-62cd39359e has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2022-8cf0124add has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-8cf0124add
FEDORA-2022-82a9edac27 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2022-82a9edac27
FEDORA-2022-8cf0124add has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-8cf0124add` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-8cf0124add See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2022-82a9edac27 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-82a9edac27` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-82a9edac27 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2022-8cf0124add has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2022-82a9edac27 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.