Bug 1149077
| Summary: | Fix build on secondary archs (aarch64, powerpc) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Marcin Juszkiewicz <mjuszkie> | ||||
| Component: | gearbox | Assignee: | Rich Mattes <richmattes> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | richmattes, tim | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | gearbox-10.11-8.fc21 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-10-08 19:14:43 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 922257, 1051573 | ||||||
| Attachments: |
|
||||||
gearbox-10.11-8.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/gearbox-10.11-8.fc21 Package gearbox-10.11-8.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gearbox-10.11-8.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-12097/gearbox-10.11-8.fc21 then log in and leave karma (feedback). gearbox-10.11-8.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 943629 [details] patch + spec changeset Description of problem: Gearbox has cmake macros which check is architecture 64bit or not. But those macros are done only for few architectures and I made a patch which works for any. Version-Release number of selected component (if applicable): 10.11-7 How reproducible: always Steps to Reproduce: 1. do a build on aarch64 Actual results: fails to find libraries during packaging Expected results: builds Additional info: Patch also unblocked ppc64le builds. PPC maintainers will probably follow with patch to remove "ppc lacks ice-devel" part as I fixed ICE as well.