| Summary: | x11-drivers/nvidia-drivers-313.26 do not respect kernel CONFIG_LOCALVERSION | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Manfred Knick <Manfred.Knick> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | Manfred.Knick |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Sorry, above line > 3. emerge vmware-modules should read "3. emerge nvidia-drivers" *** This bug has been marked as a duplicate of bug 460996 *** |
Modules get placed into wrong /lib/modules/... directory tree Reproducible: Always Steps to Reproduce: 1. Set kernel CONFIG_LOCALVERSION to anythin non-empty 2. make the kernel 3. emerge vmware-modules Actual Results: modules get placed into /lib/modules/3.8.2 Expected Results: modules get placed into /lib/modules/3.8.2{CONFIG_LOCALVERSION} Reproducible: Always Fails right at the beginning, TWICE : cite: >>> Emerging (1 of 1) x11-drivers/nvidia-drivers-313.26 * NVIDIA-Linux-x86_64-313.26.run SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] * Determining the location of the kernel source code * Found kernel source directory: * /usr/src/linux * Found kernel object directory: * /lib/modules/3.8.2/build <-------------- * Found sources for kernel version: * 3.8.2 <-------------- These lines should already reflect {CONFIG_LOCALVERSION} . (Just for reference: Similar bug: Bug 460996 ; guess there might be more alike ? )