| Summary: | rubygem-ruby-debug-0.10.5.dev requires updated rubygem-ruby-debug-base | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mo Morsi <mmorsi> |
| Component: | rubygem-ruby-debug | Assignee: | Mamoru TASAKA <mtasaka> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | mtasaka |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 0.10.5-0.2.dev | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-01-31 17:44:16 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Fixed, thank you. |
Description of problem: rubygem-ruby-debug was updated from 0.10.4 to 0.10.5 in rawhide a few months back. rubygem-ruby-debug depends on rubygem-ruby-debug-base of the same version. This dependency can be seen in the ruby-debug gem specification at: /usr/lib/ruby/gems/1.8/specifications/ruby-debug-0.10.5.dev.gemspec. rubygem-ruby-debug-base was not updated and thus rubygem-ruby-debug in rawhide is broken until it is. Version-Release number of selected component (if applicable): 0.10.5.dev How reproducible: Install rubygem-ruby-debug from rawhide and attempt to load it. Steps to Reproduce: 1. yum install --enablerepo=rawhide rubygem-ruby-debug 2. irb > require 'rubygems' > require 'ruby-debug' Actual results: Gem::LoadError: RubyGem version error: ruby-debug-base(0.10.4 not ~> 0.10.5.dev.0) from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:779:in `report_activate_error' from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:214:in `activate' from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:249:in `activate' from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:248:in `each' from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:248:in `activate' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:35:in `require' from (irb):4 from /usr/lib64/ruby/1.8/x86_64-linux/rbconfig.rb:176 Expected results: Expected ruby-debug to load fine without errors. Additional info: rubygem-ruby-debug-base has to be upgraded or rubygem-ruby-debug has to be downgraded or if that dependency is invalid, the specfile changed, for this to work in Fedora again.