Package: nvidia-kernel-source Version: 1.0.8776-4 Followup-For: Bug #416594
Hi, I also encountered this bug, and fixed it by removing the $(ROOTCMD) entry in debian/rules. Attached is a diff. I don't know if this breaks the build for other people, so beware before applying it. Regards, Bastian -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.18treasure14 (PREEMPT) Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages nvidia-kernel-source depends on: ii debhelper 5.0.44 helper programs for debian/rules ii dpatch 2.0.21 patch maintenance system for Debia ii make 3.81-3 The GNU version of the "make" util ii sed 4.1.5-1 The GNU sed stream editor Versions of packages nvidia-kernel-source recommends: ii devscripts 2.10.2 Scripts to make the life of a Debi ii kernel-package 10.068 A utility for building Linux kerne ii nvidia-glx 1.0.8776-4 NVIDIA binary XFree86 4.x driver -- no debconf information
--- rules_ 2007-04-11 16:18:02.000000000 +0200 +++ rules 2007-04-11 16:18:10.000000000 +0200 @@ -166,7 +166,7 @@ touch $(CURDIR)/$(dirname)/cc-sanity-check ## Main Make ## - IGNORE_CC_MISMATCH=1 CC="$(CC)" $(ROOT_CMD) $(MAKE) -C $(CURDIR)/$(dirname) -f Makefile SYSSRC=$(KSRC) $(KPKG_EXTRAV_ARG) KBUILD_PARAMS=$(KBUILD_PARAMS) module; + IGNORE_CC_MISMATCH=1 CC="$(CC)" $(MAKE) -C $(CURDIR)/$(dirname) -f Makefile SYSSRC=$(KSRC) $(KPKG_EXTRAV_ARG) KBUILD_PARAMS=$(KBUILD_PARAMS) module; touch build-stamp