Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 240918

Summary: net-irc/oer: pre-stripped files found
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Packages in net-irc <net-irc>
Status: RESOLVED WONTFIX    
Severity: QA CC: binki
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 239866    
Attachments: Fixes mangling of *FLAGS at the buildsystem level, adds --disable-strip

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-10-09 23:00:37 UTC
Portage warns about pre-stripped files being installed into the image directory; this is a bad thing since it makes Portage's splitdebug feature useless, and it stops the users and the developers from looking into backtraces with full debug information available.

For the developers going to look into it, what you have to look out for, to
find what is stripping the files, is one of these conditions:

- explicit "strip" command run on the produced files;
- "install -s" command to install the binary files;
- "-Wl,-s" flag passed during linking

Remove the "strip" commands, remove the "-s" option at install, and remove
"-Wl,-s" and the problem should be gone.

Thanks,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-12-23 19:50:34 UTC
*** Bug 251998 has been marked as a duplicate of this bug. ***
Comment 2 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2010-08-28 17:46:47 UTC
Upstream no longer maintains oer and rejected my patch (now split into two patches to be attached here). The reason for rejection given was:

On Sat, Aug 28, 2010 at 07:21:03PM +0300, EQU wrote:
> While I appreciate your efforts in improving oer, I must dissapoint
> you by telling that I do not, and have not, maintained oer since the
> year 2005 and I don't think that will change.

Comment 3 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2010-08-28 17:48:20 UTC
Created attachment 245161 [details, diff]
Fixes mangling of *FLAGS at the buildsystem level, adds --disable-strip

I added a --disable-strip option instead of removing it completely in hopes of making the patch upstreamable.
Comment 4 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-07-22 12:03:49 UTC
net-irc/oer removed as upstream abandoned it and there were bugs.