kernel compilation fails

Ben Hsu benhsu at dslextreme.com
Sat Sep 27 17:12:35 UTC 2003


On Sat, 2003-09-27 at 08:49, Robert P. J. Day wrote:

> unlikely to fix it, but did you start with a "make mrproper", just
> to play it safe?
> 
Yes.

It looks like the problem is that in kernel.c the definition of
"active_load_balance" is surrounded by #if CONFIG_SHARE_RUNQUEUE, but
the actual call to that function on line 1712 is not in such an #if.

Also, some weirdness when debugging this:

cp configs/kernel-2.4.22-i686.config ./.config
grep CONFIG_SHARE_RUNQUEUE .config #nothing
make oldconfig
grep CONFIG_SHARE_RUNQUEUE .config #set to "y"
make xconfig
<save without making any changes>
grep CONFIG_SHARE_RUNQUEUE .config #nothing again!

The same happens for "make menuconfig"





More information about the test mailing list