Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 251853 - app-antivirus/f-prot: pre-stripped files found
Summary: app-antivirus/f-prot: 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: Antivirus Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: prestripped
  Show dependency tree
 
Reported: 2008-12-21 13:35 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2012-03-19 11:28 UTC (History)
2 users (show)

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


Attachments

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 13:35:11 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

app-antivirus/f-prot-4.6.7:20081211-083548.log:  * QA Notice: Pre-stripped files found:
app-antivirus/f-prot-4.6.7:20081211-083548.log:  * /var/tmp/portage/app-antivirus/f-prot-4.6.7/image/opt/f-prot/f-prot
Comment 1 Fabian Groffen gentoo-dev 2009-04-02 15:40:17 UTC
This is a binary ebuild, so there is not much that we can do here but ignoring the QA check.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-08 23:08:57 UTC
We can set QA_PRESTRIPPED ;)
Comment 3 Fabian Groffen gentoo-dev 2009-06-09 07:03:21 UTC
ok...
/me goes to read
Comment 4 Christophe LEFEBVRE 2010-03-10 22:17:57 UTC
- app-antivirus/f-prot-6.0.2 (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Fabian Groffen <grobian@gentoo.org> (06 Mar 2010)
# Masked for security issues and discontinued interest from upstream to
# support non-Windows platforms.  Bug #233928
# Pending removal on April 6, 2010

Then, for now, it isn't usefull to correct it... Why not to close this bug ?
Comment 5 Pacho Ramos gentoo-dev 2012-03-19 11:28:56 UTC
Was dropped