Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 255937 - x11-libs/libqxt: pre-stripped files found
Summary: x11-libs/libqxt: 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: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: prestripped
  Show dependency tree
 
Reported: 2009-01-22 01:11 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-02-07 20:15 UTC (History)
0 users

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


Attachments
fix for libqxt-0.4 ebuild (libqxt-0.4.diff,131 bytes, patch)
2009-01-22 06:43 UTC, Markos Chandras (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 2009-01-22 01:11:04 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 Markos Chandras (RETIRED) gentoo-dev 2009-01-22 06:43:09 UTC
Created attachment 179300 [details, diff]
fix for libqxt-0.4 ebuild

This .diff is for libqxt-0.4 ebuild. Same solution might apply on 0.2.5 too. I havent tested yet but I will in a couple of hours
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2009-02-07 20:15:40 UTC
Fixed on cvs