Bug 696749

Summary: PATCH: Run undefined-non-weak-symbols through c++filt to improve readability.
Product: [Fedora] Fedora Reporter: Richard Shaw <hobbes1069>
Component: rpmlintAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 14CC: a.badger, manuel.wolfshant, tcallawa, tmz, ville.skytta
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: rpmlint-1.2-1.fc14 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-01 03:27:13 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:
Attachments:
Description Flags
Patch to run symbols through c++filt
none
Revised patch none

Description Richard Shaw 2011-04-14 19:00:09 UTC
Created attachment 492201 [details]
Patch to run symbols through c++filt

Description of problem:
rpmlint currently outputs the raw symbols

Version-Release number of selected component (if applicable):
1.0-2

Additional info:
I have a quick patch to filter the symbols through c++filt but I'm not up on my python and for some reason it's outputting the Popen object reference with the un-mangled symbol name.

Should be trivial to fix that.

Comment 1 Richard Shaw 2011-04-14 19:17:05 UTC
Created attachment 492207 [details]
Revised patch

Figured it out. Changed from subprocess.Popen to subprocess.check_output.

Comment 2 Ville Skyttä 2011-04-14 20:16:45 UTC
We have Pkg.getstatusoutput for that purpose in rpmlint.  Modified patch applied upstream, thanks: http://rpmlint.zarb.org/cgi-bin/trac.cgi/changeset/1850

Comment 3 Ville Skyttä 2011-04-14 20:32:41 UTC
...and http://rpmlint.zarb.org/cgi-bin/trac.cgi/changeset/1851

Comment 4 Fedora Update System 2011-04-25 02:10:01 UTC
rpmlint-1.2-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/rpmlint-1.2-1.fc14

Comment 5 Fedora Update System 2011-04-25 02:10:28 UTC
rpmlint-1.2-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/rpmlint-1.2-1.fc15

Comment 6 Fedora Update System 2011-04-25 02:10:57 UTC
rpmlint-1.2-1.fc13 has been submitted as an update for Fedora 13.
https://admin.fedoraproject.org/updates/rpmlint-1.2-1.fc13

Comment 7 Fedora Update System 2011-04-25 20:54:22 UTC
Package rpmlint-1.2-1.fc14:
* should fix your issue,
* was pushed to the Fedora 14 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing rpmlint-1.2-1.fc14'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/rpmlint-1.2-1.fc14
then log in and leave karma (feedback).

Comment 8 Fedora Update System 2011-05-01 03:26:48 UTC
rpmlint-1.2-1.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 9 Fedora Update System 2011-05-04 01:00:24 UTC
rpmlint-1.2-1.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 10 Fedora Update System 2011-05-04 01:01:45 UTC
rpmlint-1.2-1.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.