Bug#573326: nvidia-graphics-drivers-legacy-173xx: patch to allow building with kernel 2.6.33

2010-06-10 Thread Andreas Beckmann
tags 573326 - patch
thanks

On Wednesday, 10. March 2010 17:22:33 Marc Haber wrote:
 Package: nvidia-graphics-drivers-legacy-173xx
 Version: 173.14.22-1

 the attached patch (dumped into patches/) is needed to have
 nvidia-graphics-drivers-legacy-173xx build with kernel 2.6.33. Of

The patch is not usable in its current state because it breaks compatibility 
with kernels before 2.6.33. Also conftest.sh is no longer being used by the 
Debian build.


Andreas



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#573326: nvidia-graphics-drivers-legacy-173xx: patch to allow building with kernel 2.6.33

2010-03-10 Thread Marc Haber
Package: nvidia-graphics-drivers-legacy-173xx
Version: 173.14.22-1
Severity: wishlist
Tags: patch

Hi,

the attached patch (dumped into patches/) is needed to have
nvidia-graphics-drivers-legacy-173xx build with kernel 2.6.33. Of
course, it is necessary to enable the patch code in debian/rules as
well.

Greetings
Marc
--- usr/src/nv/conftest.sh  2009-11-09 07:00:14.0 +0100
+++ usr/src/nv/conftest.sh  2010-03-10 09:46:28.0 +0100
@@ -32,14 +32,14 @@
 # CONFIG_XEN and CONFIG_PARAVIRT are present, text_xen() treats
 # the kernel as a stand-alone kernel.
 #
-FILE=linux/autoconf.h
+FILE=generated/autoconf.h
 
 if [ -f $HEADERS/$FILE -o -f $OUTPUT/include/$FILE ]; then
 #
 # We are looking at a configured source tree; verify
 # that it's not a Xen kernel.
 #
-echo #include linux/autoconf.h
+echo #include generated/autoconf.h
 #if defined(CONFIG_XEN)  !defined(CONFIG_PARAVIRT)
 #error CONFIG_XEN defined!
 #endif
@@ -111,7 +111,7 @@
 fi
 }
 
-CONFTEST_PREAMBLE=#include linux/autoconf.h
+CONFTEST_PREAMBLE=#include generated/autoconf.h
 #if defined(CONFIG_XEN)  \
 defined(CONFIG_XEN_INTERFACE_VERSION)   
!defined(__XEN_INTERFACE_VERSION__)
 #define __XEN_INTERFACE_VERSION__ CONFIG_XEN_INTERFACE_VERSION
@@ -1346,7 +1346,7 @@
 #
 RET=1
 VERBOSE=$6
-FILE=linux/autoconf.h
+FILE=generated/autoconf.h
 
 if [ -f $HEADERS/$FILE -o -f $OUTPUT/include/$FILE ]; then
 #
@@ -1400,7 +1400,7 @@
 #
 RET=1
 VERBOSE=$6
-FILE=linux/autoconf.h
+FILE=generated/autoconf.h
 
 if [ -f $HEADERS/$FILE -o -f $OUTPUT/include/$FILE ]; then
 #
--- usr/src/nv/nv-linux.h   2009-11-09 07:00:13.0 +0100
+++ usr/src/nv/nv-linux.h   2010-03-10 09:45:34.0 +0100
@@ -14,7 +14,7 @@
 
 #include nv.h
 
-#include linux/autoconf.h
+#include generated/autoconf.h
 #include linux/version.h
 #include linux/utsname.h