Bug 841297 - gem update to rhc-0.95.13 generates errors
Summary: gem update to rhc-0.95.13 generates errors
Keywords:
Status: CLOSED DUPLICATE of bug 833776
Alias: None
Product: OKD
Classification: Red Hat
Component: oc
Version: 2.x
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Clayton Coleman
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-18 15:18 UTC by Jhon Honce
Modified: 2015-05-15 02:00 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-07-18 17:25:52 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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 ***


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