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

Bug 125586

Summary: sys-fs/raidtools strips binaries
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-09 03:42:47 UTC
As the subject says, raidtools uses "install -s" for installing binaries, causing prepallstrip to run over already-stripped binaries.
Adding a '-e "s:install -s:install:"' command to the sed call already present on Makefile.in solves the issue.

If needed, I can commit this myself :P

Thanks,
Diego
Comment 1 SpanKY gentoo-dev 2006-03-09 15:56:42 UTC
fixed in cvs