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 1211356
Summary: | Enable boost::context on AArch64 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Marcin Juszkiewicz <mjuszkie> | ||||
Component: | boost | Assignee: | Jonathan Wakely <jwakely> | ||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 23 | CC: | dakingun, denis.arnaud_fedora, jwakely, mnewsome | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1353325 (view as bug list) | Environment: | |||||
Last Closed: | 2015-08-28 18:21:49 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: | |||||
Bug Depends On: | |||||||
Bug Blocks: | 922257, 1353325 | ||||||
Attachments: |
|
http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2960651 is scratch build kicad built fine (with one spec update) and works. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. New package build: http://koji.fedoraproject.org/koji/taskinfo?taskID=9486867 This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle. Changing version to '23'. (As we did not run this process for some time, it could affect also pre-Fedora 23 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23 f23 and rawhide have boost::context support |
Created attachment 1014018 [details] spec+patches Description of problem: boost::context is not available for AArch64 in 1.57 version (also not in 1.58 but a bit different patchset will be needed). Version-Release number of selected component (if applicable): 1.57-6 How reproducible: always Steps to Reproduce: 1. take a build Actual results: no boost::context Expected results: boost-context-1.57.0-7.fc23.aarch64.rpm Additional info: I created attached patchset from upstream commits (boost-context-XXXX patches), then reverted some of 0002 one according to suggestions from Petr Machata and then added part of patch from Edward Nevill (taken from boost ML).