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
Created attachment 187110 [details, diff] Fix for sci-electronics/kicad-20070702 pre-stripped files This patch fixes: * QA Notice: Pre-stripped files found: * /usr/lib/kicad/linux/kicad * /usr/lib/kicad/linux/eeschema * /usr/lib/kicad/linux/gerbview * /usr/lib/kicad/linux/pcbnew * /usr/lib/kicad/linux/plugins/netlist_form_pads-pcb * /usr/lib/kicad/linux/cvpcb
Just finished reviewing all versions of sci-electronics/kicad available in the tree, The only one affected was sci-electronics/kicad-20070702
(In reply to comment #2) > Just finished reviewing all versions of sci-electronics/kicad available in the > tree, The only one affected was sci-electronics/kicad-20070702 Thanks a lot this is very helpful. I may be able to commit this over the weekend. Denis.
This ebuild was removed as part of massive cleanup. Please try the latest one where this should be fixed. Denis.