From owner-freebsd-current@FreeBSD.ORG Mon Nov 22 21:51:44 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 AE97916A4CE for ; Mon, 22 Nov 2004 21:51:44 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 494D543D46 for ; Mon, 22 Nov 2004 21:51:43 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.13.1/8.13.1) with ESMTP id iAMLnusl069891; Mon, 22 Nov 2004 16:49:56 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)iAMLntff069888; Mon, 22 Nov 2004 21:49:55 GMT (envelope-from robert@fledge.watson.org) Date: Mon, 22 Nov 2004 21:49:55 +0000 (GMT) From: Robert Watson X-Sender: robert@fledge.watson.org To: "Robin P. Blanchard" In-Reply-To: <9B5C1FCAFB35084787C21EFFFA78DD9E7D6517@EBE1.gc.nat> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: udp_usrreq.c,v 1.162.2.4 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: Mon, 22 Nov 2004 21:51:44 -0000 On Mon, 22 Nov 2004, Robin P. Blanchard wrote: > Cannot build releng_5 with said file... This is because you're building without INET6 in your kernel config, and that commit contains a bug wherein there's an unused variable in the event that INET6 isn't compiled in. I did a follow up commit shortly afterwards to merge the commit that fixed that in the original (and that I accidentally didn't merge), so you likely just caught the bad window. Try cvsuping again? Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research > > cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -march=pentiumpro > -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 --param inline-unit-growth=100 --param > large-function-growth=1000 -fno-builtin -mno-align-long-strings > -mpreferred-stack-boundary=2 -ffreestanding -Werror > /usr/src/sys/netinet/udp_usrreq.c > /usr/src/sys/netinet/udp_usrreq.c: In function `udp_append': > /usr/src/sys/netinet/udp_usrreq.c:421: warning: unused variable `udp_in6' > *** Error code 1 > > > > --------------------------------------- > Robin P. Blanchard > Systems Integration Specialist > Georgia Center for Continuing Education > fon: 706.542.2404 < > fax: 706.542.6546 > --------------------------------------- > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >