From owner-freebsd-current Tue Feb 20 12:44:13 2001 Delivered-To: freebsd-current@freebsd.org Received: from po4.wam.umd.edu (po4.wam.umd.edu [128.8.10.166]) by hub.freebsd.org (Postfix) with ESMTP id 9967437B401; Tue, 20 Feb 2001 12:44:07 -0800 (PST) (envelope-from culverk@wam.umd.edu) Received: from rac2.wam.umd.edu (IDENT:root@rac2.wam.umd.edu [128.8.10.142]) by po4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id PAA11707; Tue, 20 Feb 2001 15:44:02 -0500 (EST) Received: from rac2.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac2.wam.umd.edu (8.9.3/8.9.3) with SMTP id PAA29792; Tue, 20 Feb 2001 15:43:55 -0500 (EST) Received: from localhost (culverk@localhost) by rac2.wam.umd.edu (8.9.3/8.9.3) with ESMTP id PAA29788; Tue, 20 Feb 2001 15:43:55 -0500 (EST) X-Authentication-Warning: rac2.wam.umd.edu: culverk owned process doing -bs Date: Tue, 20 Feb 2001 15:43:55 -0500 (EST) From: Kenneth Wayne Culver To: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Subject: -stable build of kernel fails Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG With the recent commits to -STABLE (I'm assuming these are MFC that's why I sent to both freebsd-current and freebsd-stable) having to do with the ipfw code, I have had a problem compiling the kernel. These are the errors. cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c linking kernel ip_fw.o: In function `ip_fw_chk': ip_fw.o(.text+0xff7): undefined reference to `INADDR_TO_IFP' ip_fw.o(.text+0x1017): undefined reference to `INADDR_TO_IFP' *** Error code 1 Before anyone asks, I did a make depend first, and I used config -r instead of config when config'ing my kernel. Did I miss a message or something saying that I need something new in my kernel for firewalls? Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message