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
*** Bug 251855 has been marked as a duplicate of this bug. ***
app-dicts/qvortaro-0.3.1.ebuild has been replaced with app-dicts/qvortaro-0.4.1.ebuild in portage and there is no pre-stripped files in the version currently in portage. This bug can be CLOSED.
(In reply to comment #2) > app-dicts/qvortaro-0.3.1.ebuild has been replaced with > app-dicts/qvortaro-0.4.1.ebuild in portage and there is no pre-stripped files > in the version currently in portage. > > This bug can be CLOSED. > Yes, you are right. Fixed by 0.4.1.