Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 252000 - net-irc/oer-mysql: pre-stripped files found
Summary: net-irc/oer-mysql: pre-stripped files found
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: prestripped
  Show dependency tree
 
Reported: 2008-12-21 21:26 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2011-07-22 12:02 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
oer-mysql-1.0.43.ebuild.diff (Suggested ebuild correction) (oer-mysql-1.0.43.ebuild.diff,1.40 KB, patch)
2011-04-04 20:27 UTC, Christophe LEFEBVRE
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.