Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 240106

Summary: app-shells/scsh: pre-stripped files found
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Scheme Project <scheme>
Status: RESOLVED INVALID    
Severity: QA CC: chtof62, vostorga
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 239866    

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-10-05 20:01:06 UTC
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 Víctor Ostorga (RETIRED) gentoo-dev 2009-04-23 23:27:10 UTC
Can't reproduce this bug using scsh-0.6.7 , guess it was fixed in previous commit.
Comment 2 Christophe LEFEBVRE 2010-03-10 21:59:01 UTC
(In reply to comment #1)
> Can't reproduce this bug using scsh-0.6.7 , guess it was fixed in previous
> commit.
> 

Same thing for me.
Comment 3 Víctor Ostorga (RETIRED) gentoo-dev 2010-03-11 15:24:20 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > Can't reproduce this bug using scsh-0.6.7 , guess it was fixed in previous
> > commit.
> > 
> 
> Same thing for me.
> 

Closing then