Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 858301 - not working on 32 bits out of the box
Summary: not working on 32 bits out of the box
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: openshift-origin-broker
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Troy Dawson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: DebugInfo
TreeView+ depends on / blocked
 
Reported: 2012-09-18 15:35 UTC by Michael S.
Modified: 2012-12-20 15:09 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-12-20 15:09:49 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
patch to make package work on 32 bits (1.46 KB, patch)
2012-09-18 15:35 UTC, Michael S.
no flags Details | Diff

Description Michael S. 2012-09-18 15:35:16 UTC
Created attachment 614049 [details]
patch to make package work on 32 bits

Description of problem:
I tried to run openshift origin on my laptop ( a 2007 macbook, with 4g of ram )

After installation of the broker, the systemd service failed to start, because /var/www/stickshift/modules is a link to /usr/lib64/httpd/modules, and of course, on a 32 bits installation, that's wrong.

here is a patch for that, that use the good directory by default and therefor make the package arch dependant.

Another solution could be to create the directory link in %post, using %ghost, but this one is easier.

Comment 1 Troy Dawson 2012-09-24 15:34:41 UTC
After discussing this with the developers, we will change this from a no-arch to an arch rpm and link to  %{_libdir}/httpd/modules

Comment 2 Fedora Update System 2012-09-24 17:01:45 UTC
openshift-origin-broker-0.6.7-11.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/openshift-origin-broker-0.6.7-11.fc18

Comment 3 Fedora Update System 2012-09-24 20:02:06 UTC
Package openshift-origin-broker-0.6.7-11.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing openshift-origin-broker-0.6.7-11.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-14671/openshift-origin-broker-0.6.7-11.fc18
then log in and leave karma (feedback).

Comment 4 Ville Skyttä 2012-10-02 18:40:12 UTC
(In reply to comment #1)
> After discussing this with the developers, we will change this from a
> no-arch to an arch rpm and link to  %{_libdir}/httpd/modules

Any particular reason the link wasn't done to %{_sysconfdir}/httpd/modules instead? That'd be arch independent and the package could be kept noarch.

If it can't be kept noarch, the empty -debuginfo package which was introduced in 0.6.7-11 should be explicitly disabled.

Comment 5 Troy Dawson 2012-10-03 13:31:56 UTC
Aahh ... that was exactly the place I was looking for.  I don't know why it didn't occur to me or any of the developers.  I will have it back to noarch, with that link later today.
Our upstream will be happy as well.  They are trying to keep as much as possible noarch.
Thank You

Comment 6 Fedora Update System 2012-10-03 14:32:51 UTC
openshift-origin-broker-0.6.7-12.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/openshift-origin-broker-0.6.7-12.fc18

Comment 7 Fedora Update System 2012-12-20 15:09:51 UTC
openshift-origin-broker-0.6.7-12.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.


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