[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: make-kpkg failure - UTS release version problem



On Thu, 2008-08-05 at 06:44 +0200, NN_il_Confusionario wrote:
> 
> On Wed, May 07, 2008 at 03:05:37PM -0700, Bill wrote:
> > The UTS Release version in include/linux/version.h
> >      "" 
> > does not match current version:
> >      "2.6.25" 
> > Please correct this.
> 
> > Any pointers here would be helpful.
> 
> It might be a faq about kernel-package, and its documentation in
> /user/share/doc/kernel-package/ might answer this
> 
> > What needs correcting?
> 
> include/linux/version.h 

Well there's no ..../src/linux/...... include/linux/version.h file.

There are no 2.6.25..../src/linux-header... files. 

But there is
a /usr/src/linux-headers-2.6.24-16-generic/include/linux/version.h
file containing:
#define LINUX_VERSION_CODE 132632
#define KERNEL_VERSION(a,b,c) (((a) << 16) << 8) + (c))

I assume that belongs to the current kernel.
Should there be a ....include/linux/version.h file in the 
2.6.25 directory? 

tia,

	b.


Reply to: