From owner-freebsd-current@FreeBSD.ORG Mon Apr 13 15:27:44 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FC461065673 for ; Mon, 13 Apr 2009 15:27:44 +0000 (UTC) (envelope-from sean.bruno@dsl-only.net) Received: from iron2.pdx.net (iron2.pdx.net [69.64.224.71]) by mx1.freebsd.org (Postfix) with ESMTP id 613F78FC1A for ; Mon, 13 Apr 2009 15:27:44 +0000 (UTC) (envelope-from sean.bruno@dsl-only.net) Received: (qmail 30675 invoked from network); 13 Apr 2009 08:27:42 -0700 Received: from 069-064-235-060.pdx.net (HELO ?192.168.1.51?) (69.64.235.60) by iron2.pdx.net with SMTP; 13 Apr 2009 08:27:42 -0700 From: Sean Bruno To: Rick Macklem In-Reply-To: References: <1239599205.24831.3.camel@localhost.localdomain> Content-Type: text/plain Date: Mon, 13 Apr 2009 08:27:43 -0700 Message-Id: <1239636463.24831.34.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-1.fc10) Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: NFS errors on compile of -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2009 15:27:45 -0000 On Mon, 2009-04-13 at 09:59 -0400, Rick Macklem wrote: > > On Sun, 12 Apr 2009, Sean Bruno wrote: > > > [sean@bsd64 ~/bsd/head/sys/amd64/compile/SBP_TARG]$ make > > linking kernel.debug > > nfs_srvsubs.o(.text+0xd0c): In function `nfsrv_modevent': > > ../../../nfsserver/nfs_srvsubs.c:560: undefined reference to > > `nfsd_call_nfsserver' > > nfs_srvsubs.o(.text+0xd42):../../../nfsserver/nfs_srvsubs.c:569: > > undefined reference to `nfsd_call_nfsserver' > > *** Error code 1 > > > > Stop in /usr/home/sean/bsd/head/sys/amd64/compile/SBP_TARG. > > > Yes, sorry. I just sent a HEADSUP, but should have done it before doing > the commit. You need to do a fresh "config " and kernel build > sequence, so that nfs_nfssvc.c gets built. > > rick > Yup. Thanks! Sean