Bug 1107654
Summary: | eu-unstrip -n doesn't work on architectures without unwinder | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Martin Milata <mmilata> |
Component: | elfutils | Assignee: | Mark Wielaard <mjw> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 20 | CC: | aoliva, fche, jakub, jan.kratochvil, mjw, mjw, mtoman, pmachata, roland |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | armv7l | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | elfutils-0.160-1.fc19 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-06-21 02:58:17 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: |
Description
Martin Milata
2014-06-10 12:06:13 UTC
An upgrade to elfutils-0.159 would fix that for ARM. But in general this is indeed a bug caused by the following in libdwfl/argp-std.c (parse_opt): result = INTUSE(dwfl_core_file_attach) (dwfl, core); if (result < 0) /* Non-fatal to not be able to attach to core. */ failure (dwfl, result, _("cannot attach to core")); The comment and the code don't match. The intent was to just warn, but calling failure () is a hard fatal fail... Thanks, I've tried elfutils-0.159 and it works. Is there any chance to get the fix to F20? I posted a proposed fix upstream: https://lists.fedorahosted.org/pipermail/elfutils-devel/2014-June/004045.html elfutils-0.158-4.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/elfutils-0.158-4.fc20 Package elfutils-0.158-4.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing elfutils-0.158-4.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-7410/elfutils-0.158-4.fc20 then log in and leave karma (feedback). elfutils-0.158-4.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. elfutils-0.160-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/elfutils-0.160-1.fc19 elfutils-0.160-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |