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. For what concerns pre-built packages, you should set the QA_PRESTRIPPED variable in the ebuild with the list of known pre-stripped objects in the package. Thanks, Diego
Created attachment 223291 [details, diff] amiwm-0.20_p48.ebuild.diff (Corrected ebuild)
Created attachment 223293 [details, diff] amiwm-0.20_p48.ebuild.diff (Corrected ebuild
Fixed in tree + 29 May 2010; Kacper Kowalik <xarthisius@gentoo.org> amiwm-0.20_p48.ebuild, + +files/amiwm-0.20_p48-gentoo.diff: + Fix parallel build wrt bug 248680, don't strip files wrt bug 299918. + Thanks Diego for reporting. + Fix install directories, respect CC and user flags, multilib-strict. + Fix incompatible implicit declaration of built-in function. + Update dependencies.