First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 239869
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: GNU Emacs Team <emacs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Diego E. 'Flameeyes' Pettenò <flameeyes@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 239869 depends on: Show dependency tree
Show dependency graph
Bug 239869 blocks: 239866
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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.

First Last Prev Next    No search results available      Search page      Enter new bug