Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 37468

Summary: error in version.h from sys-kernel/gentoo-sources 2.4.22-r3
Product: Gentoo Linux Reporter: Romang <zataz>
Component: [OLD] Core systemAssignee: x86-kernel (DEPRECATED) <x86-kernel>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Romang 2004-01-07 02:41:57 UTC
> make dep && make clean && make bzImage && make modules && make modules_install

> ls /lib/modules
2.4.22-gentoo-r2

> cd /usr/src/linux && make modules_install
make[2]: Entering directory `/usr/src/linux-2.4.22-gentoo-r3/fs/nls'
mkdir -p /lib/modules/2.4.22-gentoo-r2/kernel/fs/nls/
cp nls_big5.o nls_cp1250.o nls_cp1251.o nls_cp1255.o nls_cp437.o nls_cp737.o nls_cp775.o nls_cp85                                                0.o nls_cp852.o nls_cp855.o nls_cp857.o nls_cp860.o nls_cp861.o nls_cp862.o nls_cp863.o nls_cp864                                                .o nls_cp865.o nls_cp866.o nls_cp869.o nls_cp874.o nls_cp932.o nls_cp936.o nls_cp949.o nls_cp950.                                                o nls_euc-jp.o nls_euc-kr.o nls_gb2312.o nls_iso8859-1.o nls_iso8859-13.o nls_iso8859-14.o nls_is                                                o8859-15.o nls_iso8859-2.o nls_iso8859-3.o nls_iso8859-4.o nls_iso8859-5.o nls_iso8859-6.o nls_is                                                o8859-7.o nls_iso8859-8.o nls_iso8859-9.o nls_koi8-r.o nls_koi8-ru.o nls_koi8-u.o nls_sjis.o nls_                                                tis-620.o nls_utf8.o /lib/modules/2.4.22-gentoo-r2/kernel/fs/nls/

> cat /usr/src/linux/include/linux/version.h

#define UTS_RELEASE "2.4.22-gentoo-r2"
#define LINUX_VERSION_CODE 132118
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))

............ stable kernel ?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Tim Yamin (RETIRED) gentoo-dev 2004-01-07 03:25:43 UTC
Fixed, sync your tree, and remerge gentoo-sources.

*** This bug has been marked as a duplicate of 37444 ***