Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 252033 - sci-biology/foldingathome: pre-stripped files found
Summary: sci-biology/foldingathome: pre-stripped files found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Gentoo Science Biology related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-21 21:38 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-06-24 01:56 UTC (History)
1 user (show)

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


Attachments
foldingathome-6.02-r1.ebuild.diff (Corrected ebuild) (foldingathome-6.02-r1.ebuild.diff,1.42 KB, patch)
2010-03-13 18:19 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:38:17 UTC
sci-biology/foldingathome-6.02-r1:20081219-041731.log:  * QA Notice: Pre-stripped files found:
sci-biology/foldingathome-6.02-r1:20081219-041731.log:  * /var/tmp/portage/sci-biology/foldingathome-6.02-r1/image/opt/foldingathome/fah6

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 Christophe LEFEBVRE 2010-03-13 18:19:11 UTC
Created attachment 223437 [details, diff]
foldingathome-6.02-r1.ebuild.diff (Corrected ebuild)

There is no source files for the fah6 executable files then I have used the QA_PRESTRIPPED variable to resolve this bug (cf. corrected ebuild).
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2010-06-17 09:18:26 UTC
Thanks for that one. Included in 6.29