Bug#465174: closed by Eduard Bloch [EMAIL PROTECTED] (bugreport: message 2 of 20) module-assistant doesn't compile nvidia for kernel 2.6.24)

2008-02-16 Thread bugreport . 20 . gpburth

Debian Bug Tracking System - [EMAIL PROTECTED] wrote:

Subject:
Re: Bug#465174: module-assistant doesn't compile nvidia for kernel 2.6.24
From:
Eduard Bloch [EMAIL PROTECTED]
Date:
Sat, 16 Feb 2008 02:18:06 +0100
To:
[EMAIL PROTECTED], [EMAIL PROTECTED]

To:
[EMAIL PROTECTED], [EMAIL PROTECTED]


#include hallo.h

I have package version 1.0.8776-4 installed, which is the newest package  
available in aptitude (and also the newest packages.debian.org lists for  
stable)

169.09-1 is only available for sid (and I'd like to stay stable :))


Are you kidding me? Stay stable while trying to compile with bleeding
edge kernel?

Closing the bug with no action. Use Etch kernel for Etch nvidia drivers,
or go unstable.

Eduard.


Unfortunately I need a newer kernel than 2.6.18 for some of my hardware 
(2.6.18 gives problems with some of my external hdd drives...). And some 
of the power management of my hardware is said to work with at least 
2.6.24...

So that's the only part I *need* to be not-stable. *sigh*



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#465174: module-assistant doesn't compile nvidia for kernel 2.6.24

2008-02-13 Thread bugreport . 20 . gpburth

Hi!

 Unless m-a did something wrong (like unpacking the wrong package) this
 is a job for nvidia-kernel-source' maintainer, not me.

can you reassign this to him? Would be a little bit easier for me ;-)


 /usr/src/modules/nvidia-kernel/nv/nv.c: At top level:
 /usr/src/modules/nvidia-kernel/nv/nv.c:102: error: expected ‘=’, 
‘,’,  ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token

 /usr/src/modules/nvidia-kernel/nv/nv.c: In function ‘nvos_create_alloc’:
 /usr/src/modules/nvidia-kernel/nv/nv.c:418: error: ‘nv_pte_t_cache’ 
 undeclared (first use in this function)


 nv_pte_t_cache does not exist in that line in the current version of
 nvidia-kernel-source (169.09-2). It first appears somewhere below, so I
 guess we deal with an old version of the package. Please check that and
 reassign the bug report to the appropriate package (or at least report
 the results).


I have package version 1.0.8776-4 installed, which is the newest package 
available in aptitude (and also the newest packages.debian.org lists for 
stable)

169.09-1 is only available for sid (and I'd like to stay stable :))

Reinstallation of the current version didn't work either.

Thanks for your help!




Bug#465174: module-assistant doesn't compile nvidia for kernel 2.6.24

2008-02-10 Thread bugreport . 20 . gpburth

Package: module-assistant
Version: 0.10.8
Severity: important


I compiled a vanilla 2.6.24 and booted. When trying to build the new 
nvidia kernel module with module-assistant the compile breaks, leaving 
only the option to view the errorlog (provided below).


I tried re-install of modass, nvidia-kernel-source and related packages 
but the build still breaks.
(Installation of the latest shell-skript-installer from nvidia makes it 
even worse: it doesn't compile too and the existing 2.6.18 and 2.6.22 
kernels wont't use their modules anymore... Uninstalled now, afterwards 
re-installed above mentioned modules)


I tried make clean and doing a fresh make without clean before using 
modass but to no avail.

Build of module for 2.6.22 still works.

Bug #461228 (module-assistant fail after make-kpkg created wrong 
linux-headers deb package on kernel 2.6.24-rc*) doesn't apply, because 
it doesn't hang on kernel sources.


Buildlog of last try:
/usr/bin/make  -f debian/rules clean
make[1]: Entering directory `/usr/src/modules/nvidia-kernel'
# select which makefile to use.
rm -f /usr/src/modules/nvidia-kernel/nv/Makefile || true
if [ 6 = 6  ]; then \
 cd /usr/src/modules/nvidia-kernel/nv ; \
 ln -s Makefile.kbuild Makefile ; \
 cd .. ; \
 if [ 0  = 1 ] ; then \
dpatch apply 04_minion ; \
 fi ; \
 if [ 0 = 1 ]; then \
dpatch apply 01_sysfs ; \
dpatch status 01_sysfs patch-stamp ; \
dpatch apply 02_pcialias ; \
dpatch status 02_pcialias patch-stamp ; \
 fi ; \
fi
if [  6 = 4  ]; then \
 cd /usr/src/modules/nvidia-kernel/nv ; \
 ln -s Makefile.nvidia Makefile ; \
 cd .. ; \
fi
if [ -e patch-stamp ]; then \
   dpatch deapply-all ; \
   rm -rf patch-stamp debian/patched ; \
fi
if [ -f /usr/src/modules/nvidia-kernel/debian/control.template ]; then \
cp  /usr/src/modules/nvidia-kernel/debian/control.template
/usr/src/modules/nvidia-kernel/debian/control; \
fi
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean SYSSRC=/lib/modules/2.6.24gpb-try1/source -C 
/usr/src/modules/nvidia-kernel/nv -f

Makefile
make[2]: Entering directory `/usr/src/modules/nvidia-kernel/nv'
rm -f -f nv.o nv-vm.o os-agp.o os-interface.o os-registry.o nv-i2c.o v.o 
nv-vm.o os-agp.o os-interface.o os-registry.o nv-i2c.o nvidia.mod.o

rm -f -f build-in.o nv-linux.o *.d .*.{cmd,flags}
rm -f -f nvidia.{o,ko,mod.{o,c}} nv_compiler.h *~
rm -f -f stprof stprof.o symtab.h
rm -f -rf .tmp_versions
make[2]: Leaving directory `/usr/src/modules/nvidia-kernel/nv'
rm -f /usr/src/modules/nvidia-kernel/nv/Makefile || true;
rm /usr/src/modules/nvidia-kernel/nv/gcc-check
rm /usr/src/modules/nvidia-kernel/nv/cc-sanity-check
dh_clean
rm /usr/src/modules/nvidia-kernel/debian/control
rm /usr/src/modules/nvidia-kernel/debian/dirs
rm /usr/src/modules/nvidia-kernel/debian/override
make[1]: Leaving directory `/usr/src/modules/nvidia-kernel'
echo ROOT_CMD = 
ROOT_CMD =
/usr/bin/make  -f debian/rules binary_modules
make[1]: Entering directory `/usr/src/modules/nvidia-kernel'
# select which makefile to use.
rm -f /usr/src/modules/nvidia-kernel/nv/Makefile || true
if [ 6 = 6  ]; then \
 cd /usr/src/modules/nvidia-kernel/nv ; \
 ln -s Makefile.kbuild Makefile ; \
 cd .. ; \
 if [ 0  = 1 ] ; then \
dpatch apply 04_minion ; \
 fi ; \
 if [ 0 = 1 ]; then \
dpatch apply 01_sysfs ; \
dpatch status 01_sysfs patch-stamp ; \
dpatch apply 02_pcialias ; \
dpatch status 02_pcialias patch-stamp ; \
 fi ; \
fi
if [  6 = 4  ]; then \
 cd /usr/src/modules/nvidia-kernel/nv ; \
 ln -s Makefile.nvidia Makefile ; \
 cd .. ; \
fi
if ! gcc-4.1 -v 2 /dev/null  ; then \
  echo Compiler gcc-4.1 does not exist on the system ; \
  exit 1; \
fi
touch configure-stamp
if [ -f /usr/src/modules/nvidia-kernel/debian/control.template ]; then \
cp  /usr/src/modules/nvidia-kernel/debian/control.template
/usr/src/modules/nvidia-kernel/debian/control; \
fi
dh_testdir
dh_testroot
PATCHLEVEL = 6
Kernel compiler version : 4.1.1
Detected compiler version : 4.1.1
Using compiler gcc-4.1 version 4.1.1
touch /usr/src/modules/nvidia-kernel/nv/gcc-check
touch /usr/src/modules/nvidia-kernel/nv/cc-sanity-check
## Main Make ##
IGNORE_CC_MISMATCH=1 CC=gcc-4.1  /usr/bin/make -C 
/usr/src/modules/nvidia-kernel/nv -f Makefile
SYSSRC=/lib/modules/2.6.24gpb-try1/source   KBUILD_PARAMS=-C 
/lib/modules/2.6.24gpb-try1/source

SUBDIRS=/usr/src/modules/nvidia-kernel/nv module;
make[2]: Entering directory `/usr/src/modules/nvidia-kernel/nv'

NVIDIA: calling KBUILD...
make CC=gcc-4.1 -C