From: Melchior FRANZ <mfranz@users.sourceforge.net>
To: linux-kernel@vger.kernel.org
Subject: Re: 2.5.52 and modules (lots of unresolved symbols)?
Date: Mon, 16 Dec 2002 19:13:56 +0100 [thread overview]
Message-ID: <200212161813.gBGIDuHv029134@server.lan> (raw)
In-Reply-To: <Pine.LNX.4.50L0.0212161207430.1154-100000@dust.ebiz-gw.wintek.com>
* Alex Goddard -- Monday 16 December 2002 19:32:
> Huh. Like I said, reinstalling the mod tools and doing a rebuild after a
> make clean cleared it up for me.
>
> Weird.
Not really. The problem is, that the kernel Makefile contains
an absolute path for depmod (/sbin/depmod) which doesn't seem
like a good idea. I you are installing the module-init-tools
to /usr/local/sbin, they don't take precedence over the old
depmod et al.
Why doesn't the Makefile simply define "DEPMOD = depmod"
instead of "DEPMOD = /sbin/depmod" (and likewise for
genksyms)?
m.
next prev parent reply other threads:[~2002-12-16 18:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-16 9:45 Gregoire Favre
2002-12-16 11:19 ` Alex Goddard
2002-12-16 17:17 ` Gregoire Favre
2002-12-16 12:11 ` Alex Goddard
2002-12-16 18:13 ` Melchior FRANZ [this message]
2002-12-16 13:54 ` Alex Goddard
2002-12-16 19:22 ` Melchior FRANZ
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=200212161813.gBGIDuHv029134@server.lan \
--to=mfranz@users.sourceforge.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
Powered by JetHome