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

Bug 252000

Summary: net-irc/oer-mysql: 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: chtof62
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 239866    
Attachments: oer-mysql-1.0.43.ebuild.diff (Suggested ebuild correction)

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-12-21 21:26:35 UTC
net-irc/oer-mysql-1.0.43:20081218-083148.log:  * QA Notice: Pre-stripped files found:
net-irc/oer-mysql-1.0.43:20081218-083148.log:  * /var/tmp/portage/net-irc/oer-mysql-1.0.43/image/usr/lib/oer/mycrypt
net-irc/oer-mysql-1.0.43:20081218-083148.log:  * /var/tmp/portage/net-irc/oer-mysql-1.0.43/image/usr/bin/oer+MySQL

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 2010-01-11 00:11:44 UTC
Given this has been ignored for over two years, should I kill this off?
Comment 2 Christophe LEFEBVRE 2011-04-04 20:27:17 UTC
Created attachment 268509 [details, diff]
oer-mysql-1.0.43.ebuild.diff (Suggested ebuild correction)
Comment 3 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-07-22 12:02:43 UTC
net-irc/oer-mysql was removed as upstream abandoned it and there were bugs.