mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.5.52: Many, many unresolved symbols!?
@ 2002-12-20 10:46 axel
  2002-12-20 12:24 ` Alex Goddard
  0 siblings, 1 reply; 2+ messages in thread
From: axel @ 2002-12-20 10:46 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 603 bytes --]

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

[-- Attachment #2: build.log.bz2 --]
[-- Type: application/octet-stream, Size: 3452 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.5.52: Many, many unresolved symbols!?
  2002-12-20 10:46 2.5.52: Many, many unresolved symbols!? axel
@ 2002-12-20 12:24 ` Alex Goddard
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Goddard @ 2002-12-20 12:24 UTC (permalink / raw)
  To: axel; +Cc: linux-kernel

On Fri, 20 Dec 2002 axel@pearbough.net 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
agoddard@purdue.edu

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-20 17:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-20 10:46 2.5.52: Many, many unresolved symbols!? axel
2002-12-20 12:24 ` Alex Goddard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome