Bug 922770
Summary: | tog-pegasus 2.12.0 is FTBFS on ARM | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Peter Robinson <pbrobinson> | ||||
Component: | tog-pegasus | Assignee: | Vitezslav Crhonek <vcrhonek> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 19 | CC: | dmarlin, gwync, hamzy, vcrhonek | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | tog-pegasus-2.12.1-3.fc19 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2013-05-24 20:26:35 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: | 245418 | ||||||
Attachments: |
|
Description
Peter Robinson
2013-03-18 13:14:14 UTC
Fixed up bad dates in rawhide, but still fails on my rpi. Investigating. Build is finished fine, the error occurs in %check section. One of the test binary segfaults on ARM. Created attachment 738673 [details]
Patch to replace ARM (XScale) atomic operations
This patch replaces the XScale and x86 GNU platform specific assembly code for atomic operations with platform-neutral code from GCC builtins (libatomic).
I believe the issue is in the atomic operations on ARM: src/Pegasus/Common/AtomicInt.h The code there was old (XScale), and did not work on modern ARM SOCs. I replaced that code with platform neutral code using GCC built-ins (libatomic), and was able to successfully complete a build. Since the new code is platform neutral, I also tried replacing the x86 GNU atomic operations with the same (shared) code, and a scratch build completed successfully on both ARM and x86: http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=1735474 http://koji.fedoraproject.org/koji/taskinfo?taskID=5289828 I have uploaded a patch for 2.12.1 that makes the above changes. A newer patch has been submitted upstream. Please see: http://bugzilla.openpegasus.org/show_bug.cgi?id=9646 If accepted, it will be applied to the trunk and 2.12-branch. This has now been commited upstream. http://bugzilla.openpegasus.org/show_bug.cgi?id=9646 Please pull in these changes for the Fedora 18 and 19 builds. tog-pegasus-2.12.1-3.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/tog-pegasus-2.12.1-3.fc19 Package tog-pegasus-2.12.1-3.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing tog-pegasus-2.12.1-3.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-7611/tog-pegasus-2.12.1-3.fc19 then log in and leave karma (feedback). tog-pegasus-2.12.1-3.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |