Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 241026 - net-nds/yp-tools: pre-stripped files found
Summary: net-nds/yp-tools: 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: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
: 252019 252026 (view as bug list)
Depends on:
Blocks: prestripped
  Show dependency tree
 
Reported: 2008-10-10 10:51 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-11-18 02:58 UTC (History)
1 user (show)

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


Attachments
Don't prestrip files, and some other QA fixes (yp_tool_fix_prestrip.patch,1.58 KB, patch)
2009-05-22 17:03 UTC, Espen Hustad
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-10-10 10:51:45 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
Comment 1 Łukasz Damentko (RETIRED) gentoo-dev 2008-10-30 17:00:42 UTC
Reassigning to maintainer-needed since eradicator has left Gentoo.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-12-23 19:53:04 UTC
*** Bug 252019 has been marked as a duplicate of this bug. ***
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-12-23 19:53:54 UTC
*** Bug 252026 has been marked as a duplicate of this bug. ***
Comment 4 Espen Hustad 2009-05-22 17:03:28 UTC
Created attachment 192136 [details, diff]
Don't prestrip files, and some other QA fixes
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2009-11-18 02:58:50 UTC
*yp-tools-2.9-r1 (07 Jul 2009)

  07 Jul 2009; Jeroen Roovers <jer@gentoo.org> +yp-tools-2.9-r1.ebuild,
  +files/yp-tools-2.9-strip.patch:
  Do not strip. Use emake instead of make. Use rm -f instead of rm -d (one
  command execution instead of three). Remove stupid DEPEND.