hardware_id: fae0cb68132a1feed17a1f2fee21fe80 kernel-package version 10.049ubuntu5 linux-headers-2.6.17-10 version 2.6.17.1-10.34 These are my tries with related output: ----------------- mythtv@paolo-mediacenter:~$ cd /usr/src mythtv@paolo-mediacenter:/usr/src$ sudo rm linux mythtv@paolo-mediacenter:/usr/src$ sudo ln -s linux-source-2.6.17 linux mythtv@paolo-mediacenter:/usr/src$ cd linux mythtv@paolo-mediacenter:/usr/src/linux$ uname -r 2.6.17-10-generic mythtv@paolo-mediacenter:/usr/src/linux$ make-kpkg --revision 2.6.17-10-generic modules_image I note that you are using the --revision flag with the value 2.6.17-10-generic. However, the ./debian/changelog file exists, and has a different value 2.6.17-10.33. I am confused by this discrepancy, and am halting. mythtv@paolo-mediacenter:/usr/src/linux$ make-kpkg --revision 2.6.17-10.33 modules_image I note you are using a hyphen in the revision number. Please ensure that the upstream and debian revision numbers are policy compliant enough that dpkg and shall not choke on them at the end of the compile exec debian/rules DEBIAN_REVISION=2.6.17-10.33 modules_image ====== making .config because of Makefile ====== test -f .config || test ! -f .config.save || \ cp -pf .config.save .config test -f .config || test ! -f .config || \ cp -pf .config .config test -f .config || test ! -f ./debian/config || \ cp -pf ./debian/config .config test -f .config || (echo "*** Need a config file .config" && false) echo "The UTS Release version in include/linux/version.h"; echo " \"\" "; echo "does not match current version:"; echo " \"2.6.17.13-ubuntu1\" "; echo "Please correct this."; exit 2 The UTS Release version in include/linux/version.h "" does not match current version: "2.6.17.13-ubuntu1" Please correct this. make: *** [modules_image] Error 2 mythtv@paolo-mediacenter:/usr/src/linux$ sudo make-kpkg --revision 2.6.17-10.33 modules_image I note you are using a hyphen in the revision number. Please ensure that the upstream and debian revision numbers are policy compliant enough that dpkg and shall not choke on them at the end of the compile exec debian/rules DEBIAN_REVISION=2.6.17-10.33 modules_image ====== making .config because of Makefile ====== test -f .config || test ! -f .config.save || \ cp -pf .config.save .config test -f .config || test ! -f .config || \ cp -pf .config .config test -f .config || test ! -f ./debian/config || \ cp -pf ./debian/config .config test -f .config || (echo "*** Need a config file .config" && false) echo "The UTS Release version in include/linux/version.h"; echo " \"\" "; echo "does not match current version:"; echo " \"2.6.17.13-ubuntu1\" "; echo "Please correct this."; exit 2 The UTS Release version in include/linux/version.h "" does not match current version: "2.6.17.13-ubuntu1" Please correct this. make: *** [modules_image] Error 2 mythtv@paolo-mediacenter:/usr/src/linux$ cd .. mythtv@paolo-mediacenter:/usr/src$ ls -l totale 45140 lrwxrwxrwx 1 root src 19 2006-12-15 21:24 linux -> linux-source-2.6.17 drwxr-xr-x 19 root root 4096 2006-12-15 21:00 linux-headers-2.6.17-10 drwxr-xr-x 4 root root 4096 2006-12-15 21:00 linux-headers-2.6.17-10-generic drwxr-xr-x 22 root root 4096 2006-12-01 22:25 linux-source-2.6.17 -rw-r--r-- 1 root root 45965728 2006-12-05 23:33 linux-source-2.6.17.tar.bz2 -rw-r--r-- 1 root root 179899 2006-07-10 19:51 lirc-modules.tar.gz drwxr-xr-x 3 root root 4096 2006-07-10 19:51 modules drwxr-xr-x 7 root root 4096 2006-11-11 21:26 rpm mythtv@paolo-mediacenter:/usr/src$ sudo rm linux mythtv@paolo-mediacenter:/usr/src$ sudo ln -s linux-headers-2.6.17-10 linux mythtv@paolo-mediacenter:/usr/src$ cd linux mythtv@paolo-mediacenter:/usr/src/linux$ sudo make-kpkg --revision 2.6.17-10.33 modules_image I note that you are using the --revision flag with the value 2.6.17-10.33. However, the ./debian/changelog file exists, and has a different value 2.6.17.1-10.34. I am confused by this discrepancy, and am halting. mythtv@paolo-mediacenter:/usr/src/linux$ sudo make-kpkg --revision 2.6.17.1-10.34 modules_image I note you are using a hyphen in the revision number. Please ensure that the upstream and debian revision numbers are policy compliant enough that dpkg and shall not choke on them at the end of the compile exec debian/rules DEBIAN_REVISION=2.6.17.1-10.34 modules_image echo "The UTS Release version in include/linux/version.h"; echo " \"2.6.17-10\" "; echo "does not match current version:"; echo " \"2.6.17.14-ubuntu1\" "; echo "Please correct this."; exit 2 The UTS Release version in include/linux/version.h "2.6.17-10" does not match current version: "2.6.17.14-ubuntu1" Please correct this. make: *** [modules_image] Error 2 mythtv@paolo-mediacenter:/usr/src/linux$ sudo make-kpkg --revision 2.6.17-10 modules_image I note that you are using the --revision flag with the value 2.6.17-10. However, the ./debian/changelog file exists, and has a different value 2.6.17.1-10.34. I am confused by this discrepancy, and am halting. mythtv@paolo-mediacenter:/usr/src/linux$ sudo nano include/linux/version.h (#define UTS_RELEASE "2.6.17-10" >> #define UTS_RELEASE "2.6.17.1-10.34") mythtv@paolo-mediacenter:/usr/src/linux$ sudo make-kpkg --revision 2.6.17.1-10.34 modules_image I note you are using a hyphen in the revision number. Please ensure that the upstream and debian revision numbers are policy compliant enough that dpkg and shall not choke on them at the end of the compile exec debian/rules DEBIAN_REVISION=2.6.17.1-10.34 modules_image echo "The UTS Release version in include/linux/version.h"; echo " \"2.6.17.1-10.34\" "; echo "does not match current version:"; echo " \"2.6.17.14-ubuntu1\" "; echo "Please correct this."; exit 2 The UTS Release version in include/linux/version.h "2.6.17.1-10.34" does not match current version: "2.6.17.14-ubuntu1" Please correct this. make: *** [modules_image] Error 2 mythtv@paolo-mediacenter:/usr/src/linux$ sudo nano include/linux/version.h (#define UTS_RELEASE "2.6.17.1-10.34" >> #define UTS_RELEASE "2.6.17.14-ubuntu1") mythtv@paolo-mediacenter:/usr/src/linux$ sudo make-kpkg --revision 2.6.17.1-10.34 modules_image I note you are using a hyphen in the revision number. Please ensure that the upstream and debian revision numbers are policy compliant enough that dpkg and shall not choke on them at the end of the compile exec debian/rules DEBIAN_REVISION=2.6.17.1-10.34 modules_image for module in /usr/src/modules/lirc ; do \ if test -d $module; then \ (cd $module; \ if ./debian/rules KVERS="2.6.17.14-ubuntu1" KSRC="/usr/src/linux" \ KMAINT="Unknown Kernel Package Maintainer"