Bug 674104 - rubygem-ruby-debug-0.10.5.dev requires updated rubygem-ruby-debug-base
Summary: rubygem-ruby-debug-0.10.5.dev requires updated rubygem-ruby-debug-base
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: rubygem-ruby-debug
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mamoru TASAKA
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-31 16:42 UTC by Mo Morsi
Modified: 2011-01-31 17:44 UTC (History)
1 user (show)

Fixed In Version: 0.10.5-0.2.dev
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-01-31 17:44:16 UTC
Type: ---


Attachments (Terms of Use)

Description Mo Morsi 2011-01-31 16:42:21 UTC
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.

Comment 1 Mamoru TASAKA 2011-01-31 17:44:02 UTC
Fixed, thank you.


Note You need to log in before you can comment on or make changes to this bug.