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 914908
Summary: | elfutils-0.155-4.fc19 tests fail on ARM | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Peter Robinson <pbrobinson> |
Component: | elfutils | Assignee: | Roland McGrath <roland> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | blc, fche, mjw, mjw, pmachata, roland |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | elfutils-0.156-3.fc19 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-02-25 08:07: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: | 245418 |
Description
Peter Robinson
2013-02-23 11:07:13 UTC
That is caused by: 0.155-4 Replace elfutils-0.155-binutils-pr-ld-13621.patch with upstream fix. In the worst case we can go back to the previous hack. But that hides other problems. Could someone upload the problematic binaries (src/size is probably the smallest) from a native arm build? So we can inspect which symbol it really is that causes trouble? Got access to an arm system (f18, armv7hl.tegra, gcc 4.7.2-8, binutils-2.23.51.0.1-3.fc18.armv7hl). Looks like the issue is that arm is using the symbol name "__bss_start__" instead of "__bss_start" Only "__bss_start" is handled specially by eu-elflint --gnu. https://lists.fedorahosted.org/pipermail/elfutils-devel/2013-February/002967.html Fixed in elfutils-0.155-5.fc19: - Add ARM variant to elfutils-0.155-binutils-pr-ld-13621.patch rhbz#914908. elfutils-0.156-3.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/elfutils-0.156-3.fc19 elfutils-0.156-3.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |