linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* depmod -a: unresolved symbols
@ 2001-08-20 14:35 VDA
  2001-08-21  4:40 ` Keith Owens
  0 siblings, 1 reply; 4+ messages in thread
From: VDA @ 2001-08-20 14:35 UTC (permalink / raw)
  To: linux-kernel

Hi,

Looks like it gonna be a silly question.
I am getting some messages about unresolved symbols from depmod -a
each time I boot. Thought that is harmless until today.

Now I'm trying to set up an NFS and "modprobe nfsd" fails:
nfsd.o: unresolved symbol nfsd_linkage

In kernel sources I see:
nfsd_linkage defined and EXPORT_SYMBOLed in fs/filesystems.c
(linked in vmlinux and bzimage, I see it in System.map),
referenced from fs/nfsd/nfsctl.c (later linked into nfsd.o)
So, why modprobe can't see it?

kernel: 2.4.5
I did
make dep && \
make clean && \
make bzImage && \
make modules && \
make modules_install

Please CC me. I'm not on the list.
-- 
Best regards,
 VDA                          mailto:VDA@port.imtp.ilyichevsk.odessa.ua



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

* Re: depmod -a: unresolved symbols
  2001-08-20 14:35 depmod -a: unresolved symbols VDA
@ 2001-08-21  4:40 ` Keith Owens
  2001-08-21 13:27   ` Re[2]: " VDA
  0 siblings, 1 reply; 4+ messages in thread
From: Keith Owens @ 2001-08-21  4:40 UTC (permalink / raw)
  To: VDA; +Cc: linux-kernel

On Mon, 20 Aug 2001 17:35:57 +0300, 
VDA <VDA@port.imtp.ilyichevsk.odessa.ua> wrote:
>In kernel sources I see:
>nfsd_linkage defined and EXPORT_SYMBOLed in fs/filesystems.c
>(linked in vmlinux and bzimage, I see it in System.map),
>referenced from fs/nfsd/nfsctl.c (later linked into nfsd.o)
>So, why modprobe can't see it?
>
>kernel: 2.4.5
>I did
>make dep && \
>make clean && \
>make bzImage && \
>make modules && \
>make modules_install

http://www.tux.org/lkml/#s8-8


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

* Re[2]: depmod -a: unresolved symbols
  2001-08-21  4:40 ` Keith Owens
@ 2001-08-21 13:27   ` VDA
  2001-08-21 23:37     ` Keith Owens
  0 siblings, 1 reply; 4+ messages in thread
From: VDA @ 2001-08-21 13:27 UTC (permalink / raw)
  To: linux-kernel; +Cc: Keith Owens

Hello Keith,

Tuesday, August 21, 2001, 7:40:38 AM, you wrote:
KO> On Mon, 20 Aug 2001 17:35:57 +0300,
KO> VDA <VDA@port.imtp.ilyichevsk.odessa.ua> wrote:
>>In kernel sources I see:
>>nfsd_linkage defined and EXPORT_SYMBOLed in fs/filesystems.c
>>(linked in vmlinux and bzimage, I see it in System.map),
>>referenced from fs/nfsd/nfsctl.c (later linked into nfsd.o)
>>So, why modprobe can't see it?
>>
>>kernel: 2.4.5
>>I did
>>make dep && \
>>make clean && \
>>make bzImage && \
>>make modules && \
>>make modules_install

KO> http://www.tux.org/lkml/#s8-8

Well... now it seems to work for me. Thanks for your help.
Rather annoying to know that kernel build system is itself buggy...
-- 
Best regards,
VDA                            mailto:VDA@port.imtp.ilyichevsk.odessa.ua



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

* Re: Re[2]: depmod -a: unresolved symbols
  2001-08-21 13:27   ` Re[2]: " VDA
@ 2001-08-21 23:37     ` Keith Owens
  0 siblings, 0 replies; 4+ messages in thread
From: Keith Owens @ 2001-08-21 23:37 UTC (permalink / raw)
  To: VDA; +Cc: linux-kernel

On Tue, 21 Aug 2001 16:27:19 +0300, 
VDA <VDA@port.imtp.ilyichevsk.odessa.ua> wrote:
>Tuesday, August 21, 2001, 7:40:38 AM, you wrote:
>KO> http://www.tux.org/lkml/#s8-8
>
>Well... now it seems to work for me. Thanks for your help.
>Rather annoying to know that kernel build system is itself buggy...

Which is why it has been totally rewritten for 2.5.
http://marc.theaimsgroup.com/?l=linux-kernel&w=2&r=1&s=announce+kbuild&q=b


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

end of thread, other threads:[~2001-08-21 23:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-20 14:35 depmod -a: unresolved symbols VDA
2001-08-21  4:40 ` Keith Owens
2001-08-21 13:27   ` Re[2]: " VDA
2001-08-21 23:37     ` Keith Owens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).