Bug 916768 - [ORIGIN]openshift-origin-console on F18 rpm can't work with gems distributed in Fedora, other versions being hardcoded
Summary: [ORIGIN]openshift-origin-console on F18 rpm can't work with gems distributed ...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Test Infrastructure
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Dan McPherson
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-02-28 21:01 UTC by Laurent Eschenauer
Modified: 2019-03-29 14:51 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-12-29 23:22:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Laurent Eschenauer 2013-02-28 21:01:18 UTC
Description of problem:

If you install openshift-origin-console on F18 from RPM, it fails to launch due to gems not having the correct version. These version are hard-coded here:
https://github.com/openshift/origin-server/blob/master/console/openshift-origin-console.gemspec#L21

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

Name        : openshift-origin-console
Arch        : noarch
Version     : 0.4.2
Release     : 1.git.493.e430811.fc18

How reproducible:

Always

Steps to Reproduce:
1. Install openshift-origin-console from rpm on F18
2. Install all required gems (dependencies are missing from the rpm)
3. Browse to the console, it complains of wrong versions

The problems are the following:

requires rdiscount (~> 1.6.3)
but F18 has rubygem-rdiscount 2.0.7-2

requires formtastic (~> 1.2.4)
but F18 has rubygem-formtastic-1.2.3-7

requires net-http-persistent (~> 2.7)
but F18 has rubygem-net-http-persistent-2.1-5

requires haml (~> 3.1.7)
but F18 has rubygem-haml-3.1.6-1

Comment 1 Zamir SUN 2014-01-23 01:09:56 UTC
Kindly reminder: Fedora 18 already end of life now.
see the announcement https://lists.fedoraproject.org/pipermail/announce/2014-January/003194.html

So I think this bug should be closed now.


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