From owner-cvs-src@FreeBSD.ORG Sat Aug 26 03:30:34 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4E8A16A4DF for ; Sat, 26 Aug 2006 03:30:34 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from grunt2.ihug.co.nz (grunt2.ihug.co.nz [203.109.254.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67C4D43D46 for ; Sat, 26 Aug 2006 03:30:33 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from 203-109-251-39.static.bliink.ihug.co.nz (heff.fud.org.nz) [203.109.251.39] by grunt2.ihug.co.nz with esmtp (Exim 3.35 #1 (Debian)) id 1GGosP-0006W1-00; Sat, 26 Aug 2006 15:30:29 +1200 Received: by heff.fud.org.nz (Postfix, from userid 1001) id 4B3861CC23; Sat, 26 Aug 2006 15:30:29 +1200 (NZST) Date: Sat, 26 Aug 2006 15:30:29 +1200 From: Andrew Thompson To: Steve Kargl Message-ID: <20060826033029.GB80099@heff.fud.org.nz> References: <200608240737.k7O7bDMC085424@repoman.freebsd.org> <20060824092002.44b90594@kan.dnsalias.net> <20060824133628.GA54467@gvr.gvr.org> <20060824101606.414e8bf6@kan.dnsalias.net> <20060824205854.GA59856@gvr.gvr.org> <20060824184402.2ee29d79@kan.dnsalias.net> <20060826020854.GD16768@turion.vk2pj.dyndns.org> <20060826023120.GA74468@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060826023120.GA74468@troutmask.apl.washington.edu> User-Agent: Mutt/1.5.11 Cc: src-committers@freebsd.org, Peter Jeremy , cvs-all@freebsd.org, cvs-src@freebsd.org, Guido van Rooij , Alexander Kabaev Subject: Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile Makefile.ipsend kupgrade src/contrib/ipfilter/iplang iplang_l.l ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 03:30:34 -0000 On Fri, Aug 25, 2006 at 07:31:20PM -0700, Steve Kargl wrote: > On Sat, Aug 26, 2006 at 12:08:54PM +1000, Peter Jeremy wrote: > > On Thu, 2006-Aug-24 18:44:02 -0400, Alexander Kabaev wrote: > > >personally. The mistake you made just shows how important it is to do a > > >buildworld _from freshly checked out sources_ after every major vendor > > >import. > > > > I'm not sure how doing this would have prevented the breakage. It > > might have allowed Guido to notice the breakage more quickly. > > > Doing a fresh checkout and a "make universe" > > (since "make buildworld" is not always sufficient to catch breakage) > > may not have been that much faster. > > Huh? If Guido had done a "make buildworld" or "make universe" > before he committed the source, then the problem would never have > existed. Thats not true in this case. The problem was that a new file hadnt been cvs added, the file was sitting in his tree so it built correctly, no amount of "make buildworld" or "make universe" would have caught that, let it go. Andrew