Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15846 - nvidia-kernel-1.0.4191 modversions patch for 2.5.61
Summary: nvidia-kernel-1.0.4191 modversions patch for 2.5.61
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-17 09:47 UTC by Greg Edwards
Modified: 2003-02-17 14:33 UTC (History)
1 user (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 Greg Edwards 2003-02-17 09:47:24 UTC
The location of modversions.h is in include/config instead of include/linux in
2.5.61.  The following patch allows it to build against a 2.5.61 kernel.

diff -urN NVIDIA_kernel-1.0-4191/nv-linux.h NVIDIA_kernel-1.0-4191-2.5.61/nv-linux.h
--- NVIDIA_kernel-1.0-4191/nv-linux.h   2002-12-09 14:27:15.000000000 -0600
+++ NVIDIA_kernel-1.0-4191-2.5.61/nv-linux.h    2003-02-17 08:20:21.000000000 -0600
@@ -21,7 +21,7 @@
 #endif
  
 #if defined (MODVERSIONS)
-#include <linux/modversions.h>
+#include <config/modversions.h>
 #endif
  
 #include <linux/kernel.h>


Reproducible: Always
Steps to Reproduce:

1.
2.
3.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-02-17 14:33:46 UTC
Will be in in a bit, thanks.