From: James Brown on 14 Feb 2010 22:30 I tried several times to compile the testing vanilia Linux kernel 2.6.33-rc8 under Debian, but every time I had an error (see attached file). But it was possible for me to do that with the stable kernel 2.6.32. What was the mistake I did?
From: Mike Viau on 14 Feb 2010 22:50 > Date: Mon, 15 Feb 2010 03:23:23 +0000 > From: jbrownfirst(a)gmail.com > To: debian-user(a)lists.debian.org > Subject: Cannot compile testing vanilla kernel under Debian > > I tried several times to compile the testing vanilia Linux kernel > 2.6.33-rc8 under Debian, but every time I had an error (see attached file). I've gotten this error to in my endeavours too. I would be interested in knowing if there is a solution. I have previously noticed there were hacks to work around the problem by modifying the .mk files. But for the meantime try using make deb-pkg since you are compiling such a recent kernel, the option should be there in the Makefile. > But it was possible for me to do that with the stable kernel 2.6.32. > What was the mistake I did? _________________________________________________________________
From: Sven Joachim on 15 Feb 2010 01:50 On 2010-02-15 04:23 +0100, James Brown wrote: > I tried several times to compile the testing vanilia Linux kernel > 2.6.33-rc8 under Debian, but every time I had an error (see attached file). > But it was possible for me to do that with the stable kernel 2.6.32. > What was the mistake I did? None, except using a buggy kernel-package. > This is kernel package version 11.015. You need to upgrade kernel-package to version 12.032, or use "make deb-pkg" instead. > echo "The UTS Release version in include/linux/version.h"; echo " \"\" "; echo "does not match current version:"; echo " \"2.6.33-rc8\" "; echo "Please correct this."; exit 2 > The UTS Release version in include/linux/version.h > "" > does not match current version: > "2.6.33-rc8" > Please correct this. > make[1]: *** [debian/stamp/install/linux-image-2.6.33-rc8] Ошибка 2 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561569 Sven -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/87k4ufgfqc.fsf(a)turtle.gmx.de
From: James Brown on 15 Feb 2010 03:00 Sven Joachim wrote: > On 2010-02-15 04:23 +0100, James Brown wrote: > > >> I tried several times to compile the testing vanilia Linux kernel >> 2.6.33-rc8 under Debian, but every time I had an error (see attached file). >> But it was possible for me to do that with the stable kernel 2.6.32. >> What was the mistake I did? >> > > None, except using a buggy kernel-package. > > >> This is kernel package version 11.015. >> > > You need to upgrade kernel-package to version 12.032, or use > "make deb-pkg" instead. > > >> echo "The UTS Release version in include/linux/version.h"; echo " \"\" "; echo "does not match current version:"; echo " \"2.6.33-rc8\" "; echo "Please correct this."; exit 2 >> The UTS Release version in include/linux/version.h >> "" >> does not match current version: >> "2.6.33-rc8" >> Please correct this. >> make[1]: *** [debian/stamp/install/linux-image-2.6.33-rc8] Ошибка 2 >> > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561569 > > Sven > > > Very thanks -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/4B78FCF0.8030601(a)gmail.com
|
Pages: 1 Prev: kernel update Next: Building kernel image packages with make-kpkg, custom dependency |