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

Bug 50668

Summary: sys-kernel/* and KBUILD_OUTPUT
Product: Gentoo Linux Reporter: Kalin KOZHUHAROV <kalin>
Component: [OLD] Core systemAssignee: John Mylchreest (RETIRED) <johnm>
Status: RESOLVED WORKSFORME    
Severity: minor CC: genkernel, kernel
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://bugzilla.kernel.org/show_bug.cgi?id=2669
Whiteboard:
Package list:
Runtime testing required: ---

Description Kalin KOZHUHAROV 2004-05-10 13:26:25 UTC
See http://bugzilla.kernel.org/show_bug.cgi?id=2669

Possible problem with the genkernel and other packages that try to compile modules not as root.


Reproducible: Didn't try
Steps to Reproduce:




One simple solution is to use:

find /usr/src/linux-2.6.6 ! -perm -004 -exec chmod o+r {} \;

in  pkg_postinst()
Comment 1 Tim Yamin (RETIRED) gentoo-dev 2004-06-21 13:27:50 UTC
This looks like a kernel-2.eclass issue again; bouncing back to kernel...
Comment 2 John Mylchreest (RETIRED) gentoo-dev 2004-11-07 04:22:08 UTC
this is quite old now.