All of lore.kernel.org
 help / color / mirror / Atom feed
* undefined reference to `sys_nfsservctl'
@ 2011-08-29  4:44 Christian Kujau
  2011-08-29  6:17 ` Stephen Rothwell
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Kujau @ 2011-08-29  4:44 UTC (permalink / raw)
  To: LKML; +Cc: Trond.Myklebust

When trying to compile 3.1-rc3 (git -c11a7e2), this happens after MODPOST:

  MODPOST vmlinux.o
WARNING: modpost: Found 1 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
  GEN     .version
  CHK     include/generated/compile.h
  UPD     include/generated/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
arch/powerpc/kernel/built-in.o: In function `sys_call_table':
(.text+0x5be0): undefined reference to `sys_nfsservctl'
make[1]: *** [.tmp_vmlinux1] Error 1
make: *** [sub-make] Error 2

Full make.log and .config: http://nerdbynature.de/bits/3.1-rc3/nfs/

This message can be found in an older thread, around 2.5.7:

  http://lkml.indiana.edu/hypermail/linux/kernel/0203.2/1006.html

In my .config I have set (from "make oldconfig")

# CONFIG_NFS_FS is not set
CONFIG_NFSD=y
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
CONFIG_NFSD_V4=y
CONFIG_NFS_COMMON=y

Any ideas?

Christian.
-- 
BOFH excuse #332:

suboptimal routing experience

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

end of thread, other threads:[~2011-08-31  5:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-29  4:44 undefined reference to `sys_nfsservctl' Christian Kujau
2011-08-29  6:17 ` Stephen Rothwell
2011-08-29 15:11   ` Christian Kujau
2011-08-31  4:38     ` Kumar Gala
2011-08-31  5:12       ` Stephen Rothwell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.