x11-wm/selectwm-0.4.1:20081221-041915.log: * QA Notice: Pre-stripped files found: x11-wm/selectwm-0.4.1:20081221-041915.log: * /var/tmp/portage/x11-wm/selectwm-0.4.1/image/usr/bin/selectwm2 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
Anybody? This is pretty easy to fix if you care for it.
Fixed in tree. Thanks! + 01 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org> selectwm-0.4.1.ebuild, + +files/selectwm-0.4.1-nostrip.patch: + Don't strip binaries wrt bug 252124. Thanks Diego for report