Greetings,

I just built test13-pre1 and have some unresolved nfs symbols.
Here's the relevant portion of .config:

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

"make oldconfig dep bzImage modules" ran file.
"make modules_install" generated the following messages:

cd /lib/modules/2.4.0-test13p1; \
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.4.0-test13p1; fi
depmod: *** Unresolved symbols in 
/lib/modules/2.4.0-test13p1/kernel/fs/nfs/nfs.o
depmod:         lockd_up_Rf6933c48
depmod:         nlmclnt_proc_R4a4f5767
depmod:         lockd_down_Ra7b91a7b
depmod: *** Unresolved symbols in 
/lib/modules/2.4.0-test13p1/kernel/fs/nfsd/nfsd.o
depmod:         nlmsvc_ops_R9b9f6a7f
depmod:         nlmsvc_invalidate_client_Rb1c3f825
depmod:         lockd_up_Rf6933c48
depmod:         lockd_down_Ra7b91a7b

Anybody know the fix for this?

Full .config available if necessary...

David
--------------------------------------------------------
David Relson                   Osage Software Systems, Inc.
[EMAIL PROTECTED]       514 W. Keech Ave.
www.osagesoftware.com          Ann Arbor, MI 48103
voice: 734.821.8800            fax: 734.821.8800

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to