Mailinglist Archive: opensuse-bugs (5398 mails)
| < Previous | Next > |
[Bug 279865] rpmlint warns about unstripped binaries
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 1 Jun 2007 03:26:06 -0600 (MDT)
- Message-id: <20070601092606.6FB3010D4@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=279865
------- Comment #5 from dmueller@xxxxxxxxxx 2007-06-01 03:26 MST -------
The way you define is not how file(1) defines if a binary is stripped. for
file, a (non-dynamic) symbol table defines wether or not the binary is
stripped. This means also that debug-stripped binaries will still be
unstripped.
Changing the check would disqualify its purpose: The purpose is to find
packages where the brp-strip script is not running (yes, there are such!) or
where the debuginfo package isn't created due to packaging bugs.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Comment #5 from dmueller@xxxxxxxxxx 2007-06-01 03:26 MST -------
The way you define is not how file(1) defines if a binary is stripped. for
file, a (non-dynamic) symbol table defines wether or not the binary is
stripped. This means also that debug-stripped binaries will still be
unstripped.
Changing the check would disqualify its purpose: The purpose is to find
packages where the brp-strip script is not running (yes, there are such!) or
where the debuginfo package isn't created due to packaging bugs.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |