Bug 817297 - Windows users running into errors installing rhc client tools
Summary: Windows users running into errors installing rhc client tools
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: oc
Version: 2.x
Hardware: Unspecified
OS: Unspecified
high
urgent
Target Milestone: ---
: ---
Assignee: Fotios Lindiakos
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-28 18:40 UTC by Nam Duong
Modified: 2015-05-15 01:52 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-05-14 17:22:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Nam Duong 2012-04-28 18:40:02 UTC
Description of problem:
See forum post:
https://openshift.redhat.com/community/forums/openshift/gem-install-rhc-in-windows7-fails

They are getting errors when running "gem install rhc" even after running "gem install rake":
Asus@Asus-PC ~
$ gem install rhc
Building native extensions. This could take a while...
ERROR: Error installing rhc:
ERROR: Failed to build gem native extension.

/usr/bin/ruby.exe mkrf_conf.rb
Building native extensions. This could take a while...

Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/rhc-rest-0.0.14 f or inspection.
Results logged to /usr/lib/ruby/gems/1.8/gems/rhc-rest-0.0.14/ext/gem_make.out

Asus@Asus-PC ~
$ gem list

*** LOCAL GEMS ***

json_pure (1.6.6)
mime-types (1.18)
parseconfig (0.5.2)
rake (0.9.2.2)
rest-client (1.6.7)

Comment 1 Clayton Coleman 2012-04-29 00:54:58 UTC
Possibly related / fixable by changes we made already?

Comment 2 Xiaoli Tian 2012-05-03 10:58:15 UTC
Tested it with the latest production version on windows 7:

$ gem install rhc
Fetching: rake-0.9.2.2.gem (100%)
Fetching: rhc-0.91.12.gem (100%)
Building native extensions.  This could take a while...
      ===================================================
        rhc-rest is no longer needed as an external gem
          - If it is installed, it will be removed
          - Its libraries are now included in rhc
            - Any applications requiring rhc-rest will
              still function as expected
      ===================================================
Successfully installed rake-0.9.2.2
Successfully installed rhc-0.91.12
2 gems installed
Installing ri documentation for rake-0.9.2.2...
Installing ri documentation for rhc-0.91.12...
Installing RDoc documentation for rake-0.9.2.2...
Installing RDoc documentation for rhc-0.91.12...

If any of you still have client install problems on windows, feel free to re-open this bug.


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