From owner-freebsd-current@FreeBSD.ORG Thu Jul 8 22:01:56 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 91C7E16A4D5; Thu, 8 Jul 2004 22:01:56 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45F2B43D31; Thu, 8 Jul 2004 22:01:56 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i68M1slL047979; Thu, 8 Jul 2004 18:01:54 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i68M1sPv047976; Thu, 8 Jul 2004 18:01:54 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Thu, 8 Jul 2004 18:01:54 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Steve Kargl In-Reply-To: <20040708214922.GA2328@troutmask.apl.washington.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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:01:56 -0000 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. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research > > cc -c -O -pipe -march=pentium4 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror vers.c > linking kernel.debug > bootp_subr.o(.text+0x1f0e): In function `bootpc_init': > /usr/src/sys/nfsclient/bootp_subr.c:1660: undefined reference to `nfs_diskless_valid' > bootp_subr.o(.text+0x222b):/usr/src/sys/nfsclient/bootp_subr.c:1746: undefined reference to `nfsv3_diskless' > bootp_subr.o(.text+0x2275):/usr/src/sys/nfsclient/bootp_subr.c:1750: undefined reference to `nfsv3_diskless' > > > -- > Steve >