Bug 833776 - unable to convert "\x93" warning message appears while gem installing or updating rhc
Summary: unable to convert "\x93" warning message appears while gem installing or upd...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: oc
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: Clayton Coleman
QA Contact: libra bugs
URL:
Whiteboard:
: 834699 841297 844218 848103 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-20 10:45 UTC by Meng Bo
Modified: 2015-05-15 01:58 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-09-17 21:29:59 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Meng Bo 2012-06-20 10:45:59 UTC
Description of problem:
Some charset related error message appears during gem install rhc on Fedora 17 platform.

Version-Release number of selected component (if applicable):
rhc-0.94.7

How reproducible:
always

Steps to Reproduce:
1.download latest rhc gem package 
2.install rhc via gem install
3.
  
Actual results:
some warning message "unable to convert "\xE7" from ASCII-8BIT to UTF-8 for" appears during the installation.

Expected results:
there should not have such warnings.

Additional info:

    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 archive-tar-minitar-0.5.2...
    Installing ri documentation for test-unit-2.5.0...
    Installing ri documentation for mime-types-1.18...
    Installing ri documentation for rest-client-1.6.7...
    Installing ri documentation for rhc-0.94.7...
    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 archive-tar-minitar-0.5.2...
    Installing RDoc documentation for test-unit-2.5.0...
    Installing RDoc documentation for mime-types-1.18...
    Installing RDoc documentation for rest-client-1.6.7...
    Installing RDoc documentation for rhc-0.94.7...
    unable to convert "\x93" from ASCII-8BIT to UTF-8 for lib/rhc/vendor/zliby.rb, skipping

Comment 1 Clayton Coleman 2012-06-21 18:32:18 UTC
We have no control over this - please open a defect against the Fedora team if you can only recreate this on fedora.  If it fails on multiple platform, please contact me and we'll work to open an issue on upstream ruby.

Comment 2 Xiaoli Tian 2012-06-23 10:35:57 UTC
*** Bug 834699 has been marked as a duplicate of this bug. ***

Comment 3 Peter Ruan 2012-07-18 17:25:52 UTC
*** Bug 841297 has been marked as a duplicate of this bug. ***

Comment 4 Clayton Coleman 2012-07-30 03:44:07 UTC
We can't fix pageant, but we can fix zliby.

Comment 5 Clayton Coleman 2012-07-30 04:25:17 UTC
*** Bug 844218 has been marked as a duplicate of this bug. ***

Comment 6 Xiaoli Tian 2012-08-15 02:43:24 UTC
*** Bug 848103 has been marked as a duplicate of this bug. ***

Comment 7 Xiaoli Tian 2012-09-06 03:11:20 UTC
Move it to ON_QA, seems it's fixed in the latest version.

Comment 8 joycezhang 2012-09-06 03:18:44 UTC
This bug has been verified and fixed on Fedora17.

Please refer to the details as below:

Verified build:
rhc.0.98.8.gem


Verified steps:
1.# gem install rhc-0.98.8.gem

Verified results:
No warning messages are shown as below
# gem install rhc-0.98.8.gem
Successfully installed rhc-0.98.8
1 gem installed
Installing ri documentation for rhc-0.98.8...
Installing RDoc documentation for rhc-0.98.8...

It's fixed. Thanks.


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