Gentoo Archives: gentoo-user

From: Eduard Vaykher <freelight@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] os-headers differ from kernel version
Date: Thu, 06 Oct 2005 00:10:27
Message-Id: 20adc39b0510051705m73260849v7ba3a18df1dee9ea@mail.gmail.com
In Reply to: [gentoo-user] os-headers differ from kernel version by gentuxx
1 On 10/5/05, gentuxx <gentuxx@×××××.com> wrote:
2 >
3 > -----BEGIN PGP SIGNED MESSAGE-----
4 > Hash: SHA1
5 >
6 > This is just a difference that I noticed while running the 'emerge
7 > - --info' command. My kernel is 2.6.12-gentoo-r9, but emerge --info
8 > reports the os-headers as 2.6.11-r2. I was able to trace the
9 > os-headers info back to the sys-kernel/linux-headers package, which it
10 > seems the most recent is 2.6.11-r2. Why the difference? Does it matter?
11 >
12 > - --
13 > gentux
14 > echo "hfouvyAdpy/ofu" | perl -pe 's/(.)/chr(ord($1)-1)/ge'
15 >
16 > gentux's gpg fingerprint ==> 34CE 2E97 40C7 EF6E EC40 9795 2D81 924A
17 > 6996 0993
18 > -----BEGIN PGP SIGNATURE-----
19 > Version: GnuPG v1.4.1 (GNU/Linux)
20 >
21 > iD8DBQFDRGeqLYGSSmmWCZMRAqmDAKDokvhbBhIXqzfpVpPz85qPmu1tbQCcClmz
22 > MnUkfkB6ZPNz1s5tQYpkU+k=
23 > =QXok
24 > -----END PGP SIGNATURE-----
25 >
26 > --
27 > gentoo-user@g.o mailing list
28 >
29 >
30 The os-headers package is just a set of headers in /usr/include/linux/ that
31 glibc compiles against. This doesn't have to coincide with the kernel
32 version you're currently running, and is updated much less frequently than
33 the kernel simply because there is no reason to do so.
34 Note that if you update your os-headers package, you should recompile glibc
35 to take advantage of the update.