Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125586 - sys-fs/raidtools strips binaries
Summary: sys-fs/raidtools strips binaries
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-09 03:42 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-03-09 15:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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