[pkg-nvidia-devel] nvidia-glx-legacy-173xx 174.14.18-1
Lennart Sorensen
lsorense at csclub.uwaterloo.ca
Wed Apr 29 17:26:03 UTC 2009
On Wed, Apr 29, 2009 at 06:44:48PM +0200, mawk wrote:
> please give me a hint what I do wrong:
>
> I use to compile the kernel sources of nvidia drivers this way:
>
> cd /usr/src/; tar xjvf nvidia-kernel-legacy-173xx.tar.bz2;
Always rm any old dir first or bad things can happen to the build.
> export KSRC=/usr/src/linux-headers-`uname -r`;
> export KVERS=`uname -r`;
> cd modules/nvidia-kernel-legacy-173xx;
> debian/rules binary_modules;
>
> this produced a file like
> nvidia-kernel-legacy-173xx-2.6.26-2-486_173.14.15-2_i386.deb.
>
> Sadly this does no longer work with the most current version 174.14.18-1.
>
> Currently I get:
>
> #:/usr/src/modules/nvidia-kernel-legacy-173xx# debian/rules
> binary_modules;
> make: *** No rule to make target `binary_modules'. Stop.
> #:/usr/src/modules/nvidia-kernel-legacy-173xx#
>
> What has changed, what do I need to change to get it compiled?
Use module-assistant. For example:
m-a a-i -t nvidia-kernel-legacy-173xx
I hope to fix support for make-kpkg (which is essentially what you are
emulating) soon. Of course I got the impression the debian kernel
maintainers no longer consider make-kpkg a valid method to use, but still.
--
Len Sorensen
More information about the Pkg-nvidia-devel
mailing list