2001-12-18 16:35:26

by David Relson

[permalink] [raw]
Subject: 2.5.1 - undefined symbols building NFS as a module

Here're the relevant settings (AFAIK):

CONFIG_NFS_FS=m
# CONFIG_NFS_V3 is not set
# CONFIG_ROOT_NFS is not set
CONFIG_NFSD=m
# CONFIG_NFSD_V3 is not set

and here's the complaint from "make modules_install"

if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.1; fi
depmod: *** Unresolved symbols in /lib/modules/2.5.1/kernel/fs/nfs/nfs.o
depmod: seq_escape
depmod: seq_printf
make: *** [_modinst_post] Error 1


2001-12-18 16:55:30

by Dave Jones

[permalink] [raw]
Subject: Re: 2.5.1 - undefined symbols building NFS as a module

On Tue, 18 Dec 2001, David Relson wrote:

> and here's the complaint from "make modules_install"
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.1; fi
> depmod: *** Unresolved symbols in /lib/modules/2.5.1/kernel/fs/nfs/nfs.o
> depmod: seq_escape
> depmod: seq_printf

Fixed in -dj3 (url in other mail).
(If you don't want it all, just take the hunk that
adds exports of these functions)

Dave.

--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs

2001-12-18 17:44:01

by David Relson

[permalink] [raw]
Subject: Re: 2.5.1 - undefined symbols building NFS as a module

Dave,

That fixed it very nicely. Thanks.

David

At 11:55 AM 12/18/01, you wrote:
>On Tue, 18 Dec 2001, David Relson wrote:
>
> > and here's the complaint from "make modules_install"
> > if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.1; fi
> > depmod: *** Unresolved symbols in /lib/modules/2.5.1/kernel/fs/nfs/nfs.o
> > depmod: seq_escape
> > depmod: seq_printf
>
>Fixed in -dj3 (url in other mail).
>(If you don't want it all, just take the hunk that
> adds exports of these functions)
>
>Dave.
>
>--
>| Dave Jones. http://www.codemonkey.org.uk
>| SuSE Labs