Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jul 2004 18:01:54 -0400 (EDT)
From:      Robert Watson <rwatson@freebsd.org>
To:        Steve Kargl <sgk@troutmask.apl.washington.edu>
Cc:        Daniel Lang <dl@leo.org>
Subject:   Re: [PATCH] Witness breakage
Message-ID:  <Pine.NEB.3.96L.1040708175457.81252I-100000@fledge.watson.org>
In-Reply-To: <20040708214922.GA2328@troutmask.apl.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1040708175457.81252I-100000>