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:
RubyGems 2.x does not recognize '--include-dependencies' (which is now default). Assigning this to Krishna.
*** This bug has been marked as a duplicate of bug 952955 ***