https://bugzilla.redhat.com/show_bug.cgi?id=658754



--- Comment #59 from Michael Schwendt <[email protected]> ---
> We tried to strip everything and yet the warning still occurs.

You are not supposed to strip anything, since that is done during -debuginfo
extraction by rpmbuild.

Stripping manually seems to work, though (just for testing):

$ file cm_admin 
cm_admin: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically
linked (uses shared libs), for GNU/Linux 2.6.32,
BuildID[sha1]=0x526ce58d29207bb44fda19c7ad91e43471e1afbe, not stripped
$ strip cm_admin
$ file cm_admin 
cm_admin: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically
linked (uses shared libs), for GNU/Linux 2.6.32,
BuildID[sha1]=0x526ce58d29207bb44fda19c7ad91e43471e1afbe, stripped
$

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=4Cu5iTdlpD&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to