Bug 973702

Summary: Puppet install on Fedora 19 fails with unrecognized flag for 'gem'
Product: OKD Reporter: Hiro Asari <hasari>
Component: ContainersAssignee: Krishna Raman <kraman>
Status: CLOSED DUPLICATE QA Contact: libra bugs <libra-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.xCC: jkeck, mfisher
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-12 14:35:15 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 Hiro Asari 2013-06-12 14:15:39 UTC
Description of problem:

https://lists.openshift.redhat.com/openshift-archives/dev/2013-June/msg00049.html

Hello,

I'm trying to install origin on Fedora19 Beta since I just heard
current upstream master is now based on Fedora19, but I'm getting
following kind of errors on puppet install:

Error: /Stage[main]/Openshift_origin::Broker/Package[mysql]/ensure:
change from absent to present failed: Execution of '/bin/gem install
--include-dependencies --no-rdoc --no-ri mysql' returned 1: ERROR:
While executing gem ... (OptionParser::InvalidOption)
    invalid option: --include-dependencies

Is the upstream master based on Fedora19 rawhide but not Beta? or am I
missing something?

Thanks,
Tomo


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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Hiro Asari 2013-06-12 14:17:44 UTC
RubyGems 2.x does not recognize '--include-dependencies' (which is now default).

Assigning this to Krishna.

Comment 2 Hiro Asari 2013-06-12 14:35:15 UTC

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