On Sun, 2002-12-29 at 15:10, Aharon Schkolnik wrote:
> 
> Hi.
> 
> I am trying to build kernel 2.4.18-19.8.0.
> 
> I get all the way through the make install stage with no problems, but
> when I try make modules_install I get:
> 

> find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.4.18-19.8.0custom; fi
> depmod: *** Unresolved symbols in 
>/lib/modules/2.4.18-19.8.0custom/kernel/arch/i386/kernel/p4-clockmod.o
> depmod:         cpufreq_unregister_Rcf4ba771
> depmod:         cpufreq_register_Ra6b98f00
> depmod: *** Unresolved symbols in 
>/lib/modules/2.4.18-19.8.0custom/kernel/arch/i386/kernel/speedstep.o
> depmod:         cpufreq_unregister_Rcf4ba771
> depmod:         cpufreq_register_Ra6b98f00

I'm almost certain that make modules_install does not in fact clear the
/lib/modules/... directory from the results of previous make
modules_install which means that these modules might be leftovers from a
previous compile attempt - try removing the
/lib/modules/2.4.18-19.8.0custom directory and doing make
modules_install

Hope this helps,
Gilad
-- 
 Gilad Ben-Yossef <[EMAIL PROTECTED]> 
 http://benyossef.com 

 Q: "What do you do if your Linux box goes down?" 
 A: "Sit around in the dark until the power comes back on" 



=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to