Bug 550858
| Summary: | section [26] '.comment' has wrong flags: expected none, is MERGE|STRINGS | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robert Scheck <redhat-bugzilla> |
| Component: | elfutils | Assignee: | Roland McGrath <roland> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | mjw, mjw, roland |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.144-1.fc11 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-01-28 00:49:20 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Robert Scheck
2009-12-27 19:30:01 UTC
This has been fixed in upstream elfutils after the 0.143 release, but there has not been a new (0.144) release yet:
commit c49d00afc4bda21181cd4237e67930f3f5228adf
Author: Mark Wielaard <mjw>
Date: Mon Sep 21 16:47:07 2009 -0700
Handle new .comment section flags.
Newer gcc+ld combinations use string merging in the .comment
section. Allow that in elflint.
Mark, thanks for your feedback. Will this fix both errors, unsupported OS ABI e_ident[7] == 'Linux' and section [26] '.comment' has wrong flags: expected none, is MERGE|STRINGS or is this the same error? unsupported OS ABI e_ident[7] == 'Linux'
should be fixed by:
commit 96d950e3e28d89469b62b46d5a014ad1260e6a1a
Author: Ulrich Drepper <drepper>
Date: Tue Jul 14 10:42:01 2009 -0700
Add STB_GNU_UNIQUE support to elflint.
Which is part of elfutils 0.143.
Are you sure the system you are seeing this error on has elfutils 0.143?
You're of course totally right. Once I've updated my elfutils to 0.143 it's only the .comment messages now. elfutils-0.144-1.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/elfutils-0.144-1.fc12 elfutils-0.144-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/elfutils-0.144-1.fc11 elfutils-0.144-1.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update elfutils'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2010-0583 elfutils-0.144-1.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update elfutils'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-0605 elfutils-0.144-1.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. elfutils-0.144-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. This comment was flagged as spam, view the edit history to see the original text if required. This comment was flagged as spam, view the edit history to see the original text if required. This comment was flagged as spam, view the edit history to see the original text if required. |