From owner-freebsd-stable@FreeBSD.ORG Mon Jul 5 00:18:45 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64E2116A4CE for ; Mon, 5 Jul 2004 00:18:45 +0000 (GMT) Received: from atomic.burghcom.com (atomic.burghcom.com [209.114.176.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 0AA9343D1F for ; Mon, 5 Jul 2004 00:18:45 +0000 (GMT) (envelope-from jl@burghcom.com) Received: (qmail 96632 invoked by uid 65534); 5 Jul 2004 00:18:43 -0000 Received: from 208.40.169.97 (SquirrelMail authenticated user jl@burghcom.com) by atomic.burghcom.com with HTTP; Sun, 4 Jul 2004 20:18:43 -0400 (EDT) Message-ID: <4505.208.40.169.97.1088986723.squirrel@atomic.burghcom.com> In-Reply-To: <4432.208.40.169.97.1088974999.squirrel@atomic.burghcom.com> References: <4432.208.40.169.97.1088974999.squirrel@atomic.burghcom.com> Date: Sun, 4 Jul 2004 20:18:43 -0400 (EDT) From: jl@burghcom.com To: freebsd-stable@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: Re: buildworld error (CVS july 4) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 00:18:45 -0000 I cleaned my src tree and checked out a fresh src, same results. Buildworld goes fine. Buildkernel fails in contrib/ipfilter/netinet/ip_fil.c Output follows. Jeff Love Burgh Gaming cc -O -pipe -DIPFILTER_LKM -DIPFILTER_LOG -I/usr/src/sys/modules/ipfilter/../../contrib/ipfilter -include /usr/obj/usr/src/sys/SEEKER/opt_global.h -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I/usr/src/sys/modules/ipfilter/../../contrib/ipfilter -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/ip_fil.c /usr/src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/ip_fil.c: In function `send_ip': /usr/src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/ip_fil.c:1325: void value not ignored as it ought to be *** Error code 1 Stop in /usr/src/sys/modules/ipfilter. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/SEEKER. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. > I am seeing a kernel build error in ipfw. There was code added 07/04/04 in ipfw, > correct? Logic points us to this update. I'll update with logs if needed, but this > should be easily repeated. > > Jeff Love > Burgh Gaming > >> When I do a "make buildworld" I obtain the following message: >> >> cc -O -pipe -DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -DIPFILTER_LOG -I- >> -I/usr/obj/usr/src/usr.sbin/ipftest >> -I/usr/src/usr.sbin/ipftest/../../sys/contrib/ipfilter >> -I/usr/src/usr.sbin/ipftest/../../sys >> -I/usr/src/usr.sbin/ipftest/../../contrib/ipfilter -c >> /usr/src/usr.sbin/ipftest/../../contrib/ipfilter/fil.c >> /usr/src/usr.sbin/ipftest/../../contrib/ipfilter/fil.c:196: conflicting >> types for `fr_makefrip' >> /usr/src/usr.sbin/ipftest/../../sys/contrib/ipfilter/netinet/ip_fil.h:63 >> 3: previous declaration of `fr_makefrip' >> >> in fil.c : >> void fr_makefrip(hlen, ip, fin) >> int hlen; >> ip_t *ip; >> fr_info_t *fin; >> >> in ip_fil.h : >> extern int fr_makefrip __P((int, ip_t *, fr_info_t *)); >> >> >> >> >> >> >> >> -- >> regis >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >