* [email protected] ([email protected]) wrote: > 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. > administra...@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
It looks like your linux-headers package does not match your kernel version. Poke around with dpkg -S include/linux/version.h and try to upgrade your linux-headers package. Mathieu > 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 > > > > _______________________________________________ > ltt-dev mailing list > [email protected] > http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev > -- Mathieu Desnoyers Operating System Efficiency R&D Consultant EfficiOS Inc. http://www.efficios.com _______________________________________________ ltt-dev mailing list [email protected] http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
