From mboxrd@z Thu Jan 1 00:00:00 1970 From: w_fadel@encs.concordia.ca (w_fadel@encs.concordia.ca) Date: Mon, 21 Jun 2010 10:18:17 -0400 Subject: [ltt-dev] LTTng installation Message-ID: <20100621101817.yl0r3417xw2sssww@mail.encs.concordia.ca> Hello, I was trying to re-install LTTng, but when trying to compile the kernel by executing: sudo CONCURRENCY_LEVEL=10 make-kpkg --initrd --revision lttng.1 kernel_image The process failed and I got the following results: ================================================================================ Reading package lists... Done Building dependency tree Reading state information... Done kernel-package is already the newest version. The following packages were automatically installed and are no longer required: linux-headers-2.6.28-11 linux-headers-2.6.28-11-generic Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. administrator at administrator-desktop:/opt/linux-2.6-lttng$ sudo CONCURRENCY_LEVEL=10 make-kpkg --initrd --revision lttng.1 kernel_image exec debian/rules DEBIAN_REVISION=lttng.1 INITRD=YES kernel_image /usr/bin/make -f ./debian/rules debian/stamp/binary/pre-linux-image-2.6.33.2 make[1]: Entering directory `/opt/linux-2.6-lttng' ====== making target debian/stamp/install/linux-image-2.6.33.2 [new prereqs: ]====== This is kernel package version 11.015. echo "The UTS Release version in include/linux/version.h"; echo " \"\" "; echo "does not match current version:"; echo " \"2.6.33.2\" "; echo "Please correct this."; exit 2 The UTS Release version in include/linux/version.h "" does not match current version: "2.6.33.2" Please correct this. make[1]: *** [debian/stamp/install/linux-image-2.6.33.2] Error 2 make[1]: Leaving directory `/opt/linux-2.6-lttng' make: *** [kernel_image] Error 2 =============================================================================== I did all the previous steps as mentioned in the documentation. I also tried executing: make-kpkg clean before compiling the kernel but it didn't work. Can anyone help me solve this problem? Thanks, Waseem