2002-12-20 10:38:49

by Axel Siebenwirth

[permalink] [raw]
Subject: 2.5.52: Many, many unresolved symbols!?

Hi,

after kernel build of 2.5.52-bk4 snapshot, depmod results in a very long
list of unresolved symbols.

if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.52bk4; fi
depmod: *** Unresolved symbols in
/lib/modules/2.5.52bk4/kernel/drivers/block/floppy.ko
...
...
...

I see it! All the listed files that have unresolved symbols end in .ko ?!
I believe that's not ok.


I have attached the bzipped output.

Best regards,
Axel Siebenwirth



#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_OBSOLETE_MODPARM=y
CONFIG_KMOD=y


Attachments:
(No filename) (603.00 B)
build.log.bz2 (3.37 kB)
Download all attachments

2002-12-20 17:15:42

by Alex Goddard

[permalink] [raw]
Subject: Re: 2.5.52: Many, many unresolved symbols!?

On Fri, 20 Dec 2002 [email protected] wrote:

> Hi,
>
> after kernel build of 2.5.52-bk4 snapshot, depmod results in a very long
> list of unresolved symbols.
>
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.52bk4; fi
> depmod: *** Unresolved symbols in
> /lib/modules/2.5.52bk4/kernel/drivers/block/floppy.ko

Make sure you have the latest module-init-tools installed, and that
/sbin/depmod points to the newest version of depmod from the
module-init-tools package you just (re)installed.

--
Alex Goddard
[email protected]