Gentoo Archives: gentoo-user

From: Alan McKinnon <alan@××××××××××××××××.za>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4
Date: Tue, 06 Feb 2007 13:10:05
Message-Id: 200702061457.11490.alan@linuxholdings.co.za
In Reply to: Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4 by Gabriel Rossetti
1 On Tuesday 06 February 2007, Gabriel Rossetti wrote:
2 > Gabriel Rossetti wrote:
3 > > Hello,
4 > >
5 > > I emerge a kernel, let's say gentoo-sources-2.6.19-r5, I create the
6 > > "linux" link, then cd inside
7 > > and compile/install it. I reboot and I get lots of errors from
8 > > modules, I do a uname -a
9 > > and notice that it still says 2.6.19-r4, i then check in the /boot
10 > > directory, and the links are correct,
11 > > then I check my grub.conf and it's correct, I then tried
12 > > gentoo-sources-2.6.20, still the same thing.
13 > >
14 > > Does anyone have any ideas?
15 > >
16 > > Gabriel
17 >
18 > There is some more info, if I do :
19 >
20 > grep -r 2.6.19-gentoo-r4 linux
21 >
22 > I get :
23 >
24 > linux/include/linux/autoconf.h:#define CONFIG_UNAME_RELEASE
25 > "2.6.19-gentoo-r4"
26 > linux/include/config/auto.conf:CONFIG_UNAME_RELEASE="2.6.19-gentoo-r4
27 >"
28 >
29 > but my linux symlink is from the 2.6.20 kernel, not 2.6.19-r4.... :
30 >
31 > ls -la
32 > total 3
33 > drwxr-xr-x 4 root root 176 Feb 6 11:29 .
34 > drwxr-xr-x 18 root root 496 Jan 31 20:42 ..
35 > -rw-r--r-- 1 root root 0 Aug 3 2006 .keep
36 > lrwxrwxrwx 1 root root 19 Feb 6 11:29 linux ->
37 > linux-2.6.20-gentoo drwxr-xr-x 20 root root 1296 Feb 6 09:44
38 > linux-2.6.19-gentoo-r4 drwxr-xr-x 20 root root 1328 Feb 6 11:45
39 > linux-2.6.20-gentoo
40 >
41 >
42 > Thanks,
43 > Gabriel
44
45 did you do a make menuconfig from scratch, or did you copy an
46 old .config over from a prior release?
47
48 It looks like the latter may have happened and your .config does not
49 agree with what is actually in the source tree.
50
51 Either that or you have a 2.6.19-r4 source tree thaqt is named 2.6.20
52
53 alan
54
55
56
57 --
58 Optimists say the glass is half full,
59 Pessimists say the glass is half empty,
60 Developers say wtf is the glass twice as big as it needs to be?
61
62 Alan McKinnon
63 alan at linuxholdings dot co dot za
64 +27 82, double three seven, one nine three five
65 --
66 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4 Gabriel Rossetti <rossettigab@×××××××.net>