Gentoo Archives: gentoo-amd64

From: Sean <tech.junk@×××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] kernel recompile?
Date: Tue, 31 Oct 2006 18:19:56
Message-Id: 454792A1.205@verizon.net
In Reply to: Re: [gentoo-amd64] kernel recompile? by Daniel Iliev
1 Daniel Iliev wrote:
2 > Sean wrote:
3 >> Since my gcc upgrade all my modules fail on boot with an error of
4 >> version magic '2.6.16-gentoo-r9 SMP gcc-4.1' should be
5 >> '2.6.16.16-gentoo-r9 SMP gcc-3.4'
6 >>
7 >> However when I try to start the rebuild of my kernel it stops just
8 >> after starting with the line
9 >>
10 >> 'if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F
11 >> System.map 2.6.16-gentoo-r9; fi'
12 >>
13 >> any ideas on the cause?
14 >
15 >
16 > cp /usr/src/linux/.config /usr/src/ # preserve the configuration
17 > cd /usr/src/linux/
18 > make mrproper # this puts the kernel source tree in a state as if it
19 > was just extracted
20 > cp /usr/src/.config . # restore the configuration
21 > make && make modules_install
22 >
23
24 Well from your email and Mathieu it has helped a bit. I have tried to
25 rebuild the kernel several times and after the line
26
27 INSTALL sound/soundcore.ko
28
29 it always displays the line
30 if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F
31 System.map 2.6.16-gentoo-r9; fi
32
33 then just a prompt display.
34 --
35 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] kernel recompile? Daniel Iliev <danny@××××××××.com>
Re: [gentoo-amd64] kernel recompile? Daniel Iliev <danny@××××××××.com>