From owner-freebsd-current@FreeBSD.ORG Thu Jul 8 22:06:36 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BBA616A4CE; Thu, 8 Jul 2004 22:06:36 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DAB443D4C; Thu, 8 Jul 2004 22:06:36 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i68M6ZRB002802; Thu, 8 Jul 2004 15:06:35 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i68M6Z8u002801; Thu, 8 Jul 2004 15:06:35 -0700 (PDT) (envelope-from sgk) Date: Thu, 8 Jul 2004 15:06:35 -0700 From: Steve Kargl To: Robert Watson Message-ID: <20040708220635.GA2680@troutmask.apl.washington.edu> References: <20040708214922.GA2328@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org cc: Daniel Lang Subject: Re: [PATCH] Witness breakage X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 08 Jul 2004 22:06:36 -0000 On Thu, Jul 08, 2004 at 06:01:54PM -0400, Robert Watson wrote: > On Thu, 8 Jul 2004, Steve Kargl wrote: > > > I can't build a kernel or I would have tested this by now. No one > > appears to read the freebsd-current mailing list because I reported this > > several hours ago. > > Did you re-run config and re-run make depend? The mapping of > options<->files has changed, and not doing both of those steps could > result in necessary symbols being missing if all required files aren't > built. I appear to be able to build GENERIC and some variations without a > problem here. > This is occuring during "make buildkernel", which does the config and make depend steps. What's so confusing is that my kernel config file contains no NFS or BOOTP related options. Yes, I have run cvsup at least three times with an hour delay between runs to ensure that I do not have a partial commit checkout. -- Steve