From owner-freebsd-current Wed Feb 17 1:48:28 1999 Delivered-To: freebsd-current@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 7B81810EB8 for ; Wed, 17 Feb 1999 01:48:17 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10D3aZ-0009dn-00 for current@freebsd.org; Wed, 17 Feb 1999 11:48:15 +0200 From: Sheldon Hearn To: current@freebsd.org Subject: Kernel option NFS_NOSERVER breaks current kernel Date: Wed, 17 Feb 1999 11:48:15 +0200 Message-ID: <37062.919244895@axl.noc.iafrica.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks, I have the following pertinent options in my kernel config: options FFS #Fast filesystem options FFS_ROOT #FFS usable as root device options MFS #Memory filesystem options NFS #Network filesystem options NFS_NOSERVER #Disable the NFS-server code. options SOFTUPDATES I'm using current sources pulled down about 10 hours before the time of this post. A ``config -r MYKERNEL ; cd ../../compile/MYKERNEL ; make depend'' works, but I get the following breakage during a ``make'': # make [...] cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../nfs/nfs_syscalls.c *** Error code 1 Stop. # ident ../../nfs/nfs_syscalls.c ../../nfs/nfs_syscalls.c: $Id: nfs_syscalls.c,v 1.46 1999/02/16 10:49:53 dfr Exp $ Is anyone else using the NFS_NOSERVER option successfully? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message