Bug 1201777
| Summary: | strace 4.10 is FTBFS on aarch64 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Robinson <pbrobinson> |
| Component: | strace | Assignee: | Dmitry V. Levin <ldv> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | rawhide | CC: | dvlasenk, ldv, mjuszkie, schwab |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-06-21 22:01:54 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 | ||
|
Description
Peter Robinson
2015-03-13 13:28:44 UTC
Strace needs several fixes which were done after 4.10 release and some which are still discussed on strace-devel ML (syscall table one which breaks getrandom test). commit 71d6ffc6ed0a539257f0ec1a28d34c8d88bebce8
Author: Andreas Schwab <schwab>
Date: Thu Mar 12 16:17:45 2015 +0100
aarch64: properly decode generic syscalls
* linux/aarch64/syscallent1.h: Don't override entries 277 to 1023.
On this commit there is only stat64-v test failing on aarch64.
stat64-v test was fixed by commit v4.10-15-gf79252f. Dmitry: cool! (I did not checked your branch before) There is another aarch64-related commit in HEAD: v4.10-16-g68804b3 enables uid.test on architectures like aarch64. Scratch build reports no problems with v4.10-16-g68804b3 on aarch64: http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2923097 Dmitry: how about update of package in Fedora to get it built on aarch64? (In reply to Marcin Juszkiewicz from comment #6) > Dmitry: how about update of package in Fedora to get it built on aarch64? That is, to release a new version of strace, and update the package in Fedora? Would be great :) ping? Ping. Can you please update the Fedora 22 package? Can we have this fixed for aarch64 and updates pushed. This has been broken/regressed for 2 months and is now causing us quite a number of issues due to dependency chains on builds. strace-4.10-2.fc23 uploaded into rawhide with set of backports added to get it back into buildable state on aarch64. Package builds on all primary and secondary architectures. |