Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 248715 - app-crypt/johntheripper: pre-stripped files found
Summary: app-crypt/johntheripper: 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: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: prestripped
  Show dependency tree
 
Reported: 2008-11-25 02:07 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-04-05 04:56 UTC (History)
1 user (show)

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


Attachments
Fix pre-stripped files (johntheripper-1.7.3.1-r1.ebuild,3.92 KB, text/plain)
2009-03-29 04:28 UTC, Víctor Ostorga (RETIRED)
Details
Fix pre-stripped files in ebuild app-crypt/johntheripper-1.7.3.1 (johntheripper-1.7.3.1-r1.patch,841 bytes, patch)
2009-04-04 12:46 UTC, Víctor Ostorga (RETIRED)
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-11-25 02:07:27 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

 * QA Notice: Pre-stripped files found:
 * /var/tmp/portage/app-crypt/johntheripper-1.7.3.1/image/usr/sbin/john
Comment 1 Víctor Ostorga (RETIRED) gentoo-dev 2009-03-29 04:28:58 UTC
Created attachment 186621 [details]
Fix pre-stripped files

This ebuild fixes the QA:

 * QA Notice: Pre-stripped files found:
 * /usr/sbin/john
Comment 2 Víctor Ostorga (RETIRED) gentoo-dev 2009-04-04 12:46:19 UTC
Created attachment 187287 [details, diff]
Fix pre-stripped files in ebuild app-crypt/johntheripper-1.7.3.1

Attaching patch to make things easy to read :)
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-04-05 04:56:54 UTC
Fixed.