First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 252059
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo LiveCD Package Maintainers <livecd@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 252059 depends on: Show dependency tree
Bug 252059 blocks: 239866
Votes: 0    Show votes for this bug    Vote for this bug

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


Not eligible to see or edit group visibility for this bug.






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


Description:   Opened: 2008-12-21 21:45 0000
sys-apps/hwsetup-1.2-r1:20081219-181436.log:  * QA Notice: Pre-stripped files
found:
sys-apps/hwsetup-1.2-r1:20081219-181436.log:  *
/var/tmp/portage/sys-apps/hwsetup-1.2-r1/image/usr/sbin/hwsetup

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 Jeroen Roovers 2008-12-22 05:36:17 0000 -------
The ebuild shows that -s is explicitly appended, and I am sure that was done
with good reasons. To make it quite certain, I have patched the Makefile to not
append the ld -s option itself, but I have left the ebuild untouched otherwise.
That way, the ebuild specifies the proper LDFLAGS and the Makefile respects
them (which should prevent you from filing another one of your automated bug
reports for sure ;).

------- Comment #2 From Jeroen Roovers 2009-01-22 02:02:35 0000 -------
*** Bug 255931 has been marked as a duplicate of this bug. ***

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