Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134453 - use RESTRICT="binchecks strip" for kernels and linux-headers
Summary: use RESTRICT="binchecks strip" for kernels and linux-headers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Henrik Brix Andersen
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-05-26 14:11 UTC by Jakub Moc (RETIRED)
Modified: 2006-05-31 00:56 UTC (History)
1 user (show)

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 Jakub Moc (RETIRED) gentoo-dev 2006-05-26 14:11:28 UTC
Please, use RESTRICT="binchecks strip" there, so that portage doesn't waste time on redundant checks (see Bug 133804). There's no business for scanelf or stripping w/ pure source code and the checks take quite some time actually. Thanks.
Comment 1 Henrik Brix Andersen 2006-05-26 14:17:26 UTC
This would have to be fixed in kernel-2.eclass. Reassigning to johnm.

John, if you want me to take care of it I will.
Comment 2 solar (RETIRED) gentoo-dev 2006-05-27 04:33:34 UTC
dsd pointed me here. Note this is a 2.1 feature only and looks totally
safe to use within the eclass for now. If however anything outside of
sys-kernel start inheriting kernel-2 we will need to find another
approach.

brix, you might as well take care of it as johnm has been a little 
hard to get ahold of recently.
Comment 3 Henrik Brix Andersen 2006-05-28 04:31:47 UTC
Tested with =sys-apps/portage-2.1_rc3 and =sys-apps/portage-2.0.54-r2 and committed to CVS.

Thank you for reporting this :)
Comment 4 John Mylchreest (RETIRED) gentoo-dev 2006-05-31 00:56:10 UTC
I think if anything starts to inherit kernel-2 outside of headers and sources we have a bit of an issue :)

Thanks Henrik.