Re: 2.4.14-pre7 Unresolved symbols

From: Richard B. Johnson
Date: Wed Sep 17 2003 - 11:47:50 EST


On Fri, 2 Nov 2001 jarausch@xxxxxxxxxxxx wrote:

> Hi,
>
> trying to build 2.4.14-pre7 breaks with the error message
> depmod: *** Unresolved symbols in /lib/modules/2.4.14-pre7/kernel/fs/romfs/romfs.o
> depmod: unlock_page
>
> during make modules_install.
>
> 2.4.14-pre6 is running fine here.
>
> Thank for hint,
> Helmut Jarausch
>
> Inst. of Technology
> RWTH Aachen
> Germany
>

This message shouldn't prevent the new modules from being installed.
This comes from `depmod` which is creating /lib/modules/`uname
-r`/modules.dep. When you boot the new kernel, the boot-script
will (probably) execute `depmod -a`, fixing the problem. Your
new kernel probably has unlock_page exported. The older one
probably didn't.

Tty it. It should work okay.

Cheers,
Dick Johnson
Penguin : Linux version 2.4.22 on an i686 machine (794.73 BogoMips).
Note 96.31% of all statistics are fiction.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/