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

Bug 134453

Summary: use RESTRICT="binchecks strip" for kernels and linux-headers
Product: Gentoo Linux Reporter: Jakub Moc (RETIRED) <jakub>
Component: [OLD] Core systemAssignee: Henrik Brix Andersen <henrik>
Status: RESOLVED FIXED    
Severity: normal CC: kernel
Priority: High Keywords: InVCS
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.