From owner-freebsd-current Tue Mar 19 15:40:44 2002 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id 07C0937B400 for ; Tue, 19 Mar 2002 15:40:39 -0800 (PST) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.2/8.12.2) with ESMTP id g2JNebU6080887; Tue, 19 Mar 2002 15:40:37 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.2/8.12.2/Submit) id g2JNebCk080886; Tue, 19 Mar 2002 15:40:37 -0800 (PST) Date: Tue, 19 Mar 2002 15:40:37 -0800 From: Steve Kargl To: "Michael D. Harnois" Cc: Mark Murray , "freebsd-current@FreeBSD. ORG" Subject: Re: Please backout recent ipfilter changes. Message-ID: <20020319154037.A80690@troutmask.apl.washington.edu> References: <20020319151309.A80454@troutmask.apl.washington.edu> <200203192318.g2JNIF4j072870@grimreaper.grondar.org> <1016580977.80893.13.camel@mharnois.mdharnois.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1016580977.80893.13.camel@mharnois.mdharnois.net>; from mharnois@cpinternet.com on Tue, Mar 19, 2002 at 05:36:16PM -0600 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Mar 19, 2002 at 05:36:16PM -0600, Michael D. Harnois wrote: > On Tue, 2002-03-19 at 17:18, Mark Murray wrote: > > Post the _errors_. :-) I'm in the middle of buildworld. > > cc -pipe -march=pentiumpro -DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" > -I/usr/src/sbin/ipnat/../../sys/contrib/ipfilter/netinet > -I/usr/src/sbin/ipnat/../../contrib/ipfilter -static -o ipnat > ipnat.o kmem.o natparse.o common.o -lkvm > ipnat.o: In function `dostats': > ipnat.o(.text+0x671): undefined reference to `printnat' > ipnat.o(.text+0x733): undefined reference to `printactivenat' > ipnat.o: In function `showhostmap': > ipnat.o(.text+0x858): undefined reference to `printhostmap' > natparse.o: In function `natparsefile': > natparse.o(.text+0x1d02): undefined reference to `printnat' > > This is one of the problems. The obvious fix is to add printnat.c to SRCS in the Makefile. This doesn't work because of a reference to a member of structure which doesn't exist. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message