Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50668 - sys-kernel/* and KBUILD_OUTPUT
Summary: sys-kernel/* and KBUILD_OUTPUT
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: John Mylchreest (RETIRED)
URL: http://bugzilla.kernel.org/show_bug.c...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-10 13:26 UTC by Kalin KOZHUHAROV
Modified: 2004-11-07 04:22 UTC (History)
2 users (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 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.