public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Torrey Hoffman <thoffman@arnor.net>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: (2.5.65) Unresolved symbols in modules?
Date: 17 Mar 2003 16:46:57 -0800	[thread overview]
Message-ID: <1047948471.12620.9.camel@rohan.arnor.net> (raw)

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




             reply	other threads:[~2003-03-18  0:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-18  0:46 Torrey Hoffman [this message]
2003-03-18  0:56 ` (2.5.65) Unresolved symbols in modules? Vincent Hanquez
2003-03-18  1:19   ` Torrey Hoffman
2003-03-18  1:27     ` Marijn Kruisselbrink
2003-03-19 21:29 ` Bill Davidsen
  -- 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 11:13 Felipe Alfaro Solana

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1047948471.12620.9.camel@rohan.arnor.net \
    --to=thoffman@arnor.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox