public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: (2.5.65) Unresolved symbols in modules?
@ 2003-03-18 11:13 Felipe Alfaro Solana
  0 siblings, 0 replies; 8+ messages in thread
From: Felipe Alfaro Solana @ 2003-03-18 11:13 UTC (permalink / raw)
  To: thoffman, linux-kernel

----- Original Message ----- 
From: Torrey Hoffman <thoffman@arnor.net> 
Date: 	17 Mar 2003 16:46:57 -0800 
To: Linux Kernel <linux-kernel@vger.kernel.org> 
Subject: (2.5.65) Unresolved symbols in modules? 
 
> I'm trying 2.5 for the first time.  I am getting hundreds of unresolved 
> symbols in (all?) modules.  Note that: 
 
You'll need latest Rusty's modutils. You can download them 
at ftp://ftp.kernel.org/pub/linux/kernel/people/rusty/modules. 
-- 
______________________________________________
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

Powered by Outblaze

^ permalink raw reply	[flat|nested] 8+ messages in thread
* RE: (2.5.65) Unresolved symbols in modules?
@ 2003-03-18  1:11 Marijn Kruisselbrink
  2003-03-18  3:18 ` Mike Galbraith
  0 siblings, 1 reply; 8+ messages in thread
From: Marijn Kruisselbrink @ 2003-03-18  1:11 UTC (permalink / raw)
  To: linux-kernel

> if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.5.65; fi
> depmod: *** Unresolved symbols in
> /lib/modules/2.5.65/kernel/drivers/char/lp.ko
> depmod:         parport_read
> depmod:         parport_set_timeout
> depmod:         parport_unregister_device
> ...
> [lots and lots of unresolved symbols in lots of modules]
>
> What am I doing wrong?  What web page or kernel documentation should I
> be reading?
I experienced exactly the same problems when I was running 2.5 kernels for
the first time. I think the problem is that the module-init-tools are
installed in /usr/local/sbin instead of /sbin. In /sbin are still the ol
dmodutils. When you simply run depmod, you will run the module-init-tools,
but in the linux-makefile /sbin/depmod is called. You could simply copy the
modutils to *.old (depmod -> depmod.old), and make symlinks/copys of the
module-init-tools in /sbin (or just make sure make isntall installs them
there).

Marijn Kruisselbrink


^ permalink raw reply	[flat|nested] 8+ messages in thread
* (2.5.65) Unresolved symbols in modules?
@ 2003-03-18  0:46 Torrey Hoffman
  2003-03-18  0:56 ` Vincent Hanquez
  2003-03-19 21:29 ` Bill Davidsen
  0 siblings, 2 replies; 8+ messages in thread
From: Torrey Hoffman @ 2003-03-18  0:46 UTC (permalink / raw)
  To: Linux Kernel

I'm trying 2.5 for the first time.  I am getting hundreds of unresolved
symbols in (all?) modules.  Note that:
- I have installed the module-init-tools. 
- "which depmod" as root says /usr/local/sbin/depmod
- depmod -V as root says "module-init-tools 0.9.10"

But make modules_install as root produces:

[lots of mkdir -p /lib/modules/2.5.65/kernel/...; cp drivers/... .ko
/lib/modules/2.5.65/kernel/...]

and then:
if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.5.65; fi
depmod: *** Unresolved symbols in
/lib/modules/2.5.65/kernel/drivers/char/lp.ko
depmod:         parport_read
depmod:         parport_set_timeout
depmod:         parport_unregister_device
...
[lots and lots of unresolved symbols in lots of modules]

What am I doing wrong?  What web page or kernel documentation should I
be reading?

Thanks

Torrey Hoffman
thoffman@arnor.net




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

end of thread, other threads:[~2003-03-19 21:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-18 11:13 (2.5.65) Unresolved symbols in modules? Felipe Alfaro Solana
  -- strict thread matches above, loose matches on Subject: below --
2003-03-18  1:11 Marijn Kruisselbrink
2003-03-18  3:18 ` Mike Galbraith
2003-03-18  0:46 Torrey Hoffman
2003-03-18  0:56 ` Vincent Hanquez
2003-03-18  1:19   ` Torrey Hoffman
2003-03-18  1:27     ` Marijn Kruisselbrink
2003-03-19 21:29 ` Bill Davidsen

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