Bug 239869 - app-editors/jove: pre-stripped files found
Bug#: 239869 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: QA Priority: P2
Resolution: FIXED Assigned To: emacs@gentoo.org Reported By: flameeyes@gentoo.org
Component: Ebuilds
URL: 
Summary: app-editors/jove: pre-stripped files found
Keywords:  
Status Whiteboard: 
Opened: 2008-10-05 10:40 0000
Description:   Opened: 2008-10-05 10:40 0000
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 From Ulrich Müller 2008-10-05 11:38:34 0000 -------
This is already fixed upstream, see
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=437241>, but for some reason
we have missed the version bump.

Fixed in jove-4.16.0.70.3.1, thanks for reporting.