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

Bug 29240

Summary: NVIDIA-kernel uses /usr/src/linux for determining version.
Product: Gentoo Linux Reporter: Hindrik Hettema <h_hettema>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Hindrik Hettema 2003-09-20 23:25:30 UTC
The nvidia-kernel ebuild scripts use /usr/src/linux to find the version number.
I have several versions of kernels compiled, and when emerging for the latest
I always have to switch the link in /usr/src.

To my opinion, a better way to find the version number is to usa the "uname -r"
command.

Reproducible: Always
Steps to Reproduce:
1. emerge nvidia-kernel


Actual Results:  
uses /usr/src/linux to find version number

Expected Results:  
use "uname -r" to find version number
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-09-21 03:45:26 UTC

*** This bug has been marked as a duplicate of 1477 ***