Bug 816760

Summary: Missing gem
Product: [Fedora] Fedora Reporter: Michael S. <misc>
Component: rubygem-rhcAssignee: Guillermo Gómez <guillermo.gomez>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 17CC: guillermo.gomez, tdawson
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-30 15:27:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael S. 2012-04-26 21:55:01 UTC
Description of problem:
While trying to use rhc for the first time, I stumbled upon that :
~ $ rhc domain status -l $MYLOGIN
/usr/share/rubygems/rubygems/dependency.rb:247:in `to_specs': Could not find test-unit (>= 0) amongst [diff-lcs-1.1.2, gem2rpm-0.8.1, io-console-0.3, json-1.6.5, json_pure-1.6.3, parseconfig-0.5.2, rake-0.9.2.2, rdoc-3.12, rhc-0.88.9, rspec-core-2.8.0, rspec-expectations-2.8.0, rspec-mocks-2.8.0] (Gem::LoadError)
	from /usr/share/rubygems/rubygems/dependency.rb:256:in `to_spec'
	from /usr/share/rubygems/rubygems.rb:1231:in `gem'
	from /usr/share/gems/gems/rhc-0.88.9/bin/rhc-chk:11:in `<top (required)>'
	from /usr/bin/rhc-chk:19:in `load'
	from /usr/bin/rhc-chk:19:in `<main>'


Version-Release number of selected component (if applicable):
~ $ rpm -q rubygem-rhc                      
rubygem-rhc-0.88.9-1.fc17.noarch

I suspect that's a missing requires somewhere.

Comment 1 Guillermo Gómez 2012-04-30 15:27:48 UTC

*** This bug has been marked as a duplicate of bug 814986 ***

Comment 2 Troy Dawson 2012-04-30 15:44:36 UTC
The rhc 0.91.12 ruby gem  has been published.  The rhc-rest dependancy was pulled back into the gem, so it should have the same dependancies as before.
Try it again with the newer version.