| Summary: | x11-drivers/nvidia-drivers-195.36.24 emerge with FEATURES=userpriv fails due to missing privileges | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Andrej Kacian <andrej> |
| Component: | New packages | Assignee: | Doug Goldstein (RETIRED) <cardoe> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | jer, spock |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | nvidia-drivers build log | ||
|
Description
Andrej Kacian
2010-06-12 16:03:37 UTC
Created attachment 235089 [details]
nvidia-drivers build log
This applies to all recent ebuilds, even those which worked with pre-2.6.33 kernels (I can't recall the exact ebuild version). I don't believe any out of tree (kernel tree that is) kernel module ebuild works with userpriv. Have to double check though. Actually that was dumb of me.... I use userpriv! Of course it works. However, I don't have a single kernel that doesn't have its sources without 644. That's how Portage installs them. I would double check how you install your kernels. Actually, it seems to be the .config file that is being created with 640 permissions, probably due to my root's 027 umask. Thinking about it, this is probably out of scope for a package maintainer - it would have to be made world-readable in kernel Makefile, right after finishing "make (whatever)config". |