Bug 841297

Summary: gem update to rhc-0.95.13 generates errors
Product: OKD Reporter: Jhon Honce <jhonce>
Component: ocAssignee: Clayton Coleman <ccoleman>
Status: CLOSED DUPLICATE QA Contact: libra bugs <libra-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.xCC: pruan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-18 17:25:52 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 Jhon Honce 2012-07-18 15:18:02 UTC
Description of problem:
`sudo gem update rhc` generates errors when run

Version-Release number of selected component (if applicable):
Fedora 17
gem 1.8.24
rhc-0.95.13

How reproducible:
Every time

Steps to Reproduce:
1.sudo gem update rhc
  
Actual results:
sudo gem update rhc
Updating installed gems
Updating rhc
Fetching: net-ssh-2.5.2.gem (100%)
Fetching: rhc-0.95.13.gem (100%)
Successfully installed net-ssh-2.5.2
Successfully installed rhc-0.95.13
Gems updated: net-ssh, rhc
Installing ri documentation for net-ssh-2.5.2...
unable to convert "\xE7" from ASCII-8BIT to UTF-8 for lib/net/ssh/authentication/pageant.rb, skipping
Installing ri documentation for rhc-0.95.13...
unable to convert "\x93" from ASCII-8BIT to UTF-8 for lib/rhc/vendor/zliby.rb, skipping
Installing RDoc documentation for net-ssh-2.5.2...
unable to convert "\xE7" from ASCII-8BIT to UTF-8 for lib/net/ssh/authentication/pageant.rb, skipping
Installing RDoc documentation for rhc-0.95.13...
unable to convert "\x93" from ASCII-8BIT to UTF-8 for lib/rhc/vendor/zliby.rb, skipping

Expected results:
sudo gem update rhc
Updating installed gems
Updating rhc
Fetching: net-ssh-2.5.2.gem (100%)
Fetching: rhc-0.95.13.gem (100%)
Successfully installed net-ssh-2.5.2
Successfully installed rhc-0.95.13
Gems updated: net-ssh, rhc
Installing ri documentation for net-ssh-2.5.2...
Installing ri documentation for rhc-0.95.13...
Installing RDoc documentation for net-ssh-2.5.2...
Installing RDoc documentation for rhc-0.95.13...

Additional info:

Comment 1 Peter Ruan 2012-07-18 17:25:52 UTC

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