From owner-cvs-src@FreeBSD.ORG Wed Feb 28 20:22:59 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 44F5316A407 for ; Wed, 28 Feb 2007 20:22:59 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 2BA6813C4B2 for ; Wed, 28 Feb 2007 20:22:59 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 22318 invoked from network); 28 Feb 2007 19:33:33 -0000 Received: from ppp-71-139-18-69.dsl.snfc21.pacbell.net (HELO ?10.0.5.55?) (nate-mail@71.139.18.69) by root.org with ESMTPA; 28 Feb 2007 19:33:33 -0000 Message-ID: <45E5D91C.8020600@root.org> Date: Wed, 28 Feb 2007 11:33:48 -0800 From: Nate Lawson User-Agent: Thunderbird 1.5.0.9 (X11/20070214) MIME-Version: 1.0 To: John Baldwin References: <200702192249.l1JMnhsL027828@repoman.freebsd.org> <45E4B16C.7030907@root.org> <20070228094707.GA62675@rambler-co.ru> <200702281002.07580.jhb@freebsd.org> In-Reply-To: <200702281002.07580.jhb@freebsd.org> X-Enigmail-Version: 0.94.2.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Ruslan Ermilov , cvs-all@freebsd.org Subject: Re: cvs commit: src UPDATING 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: Wed, 28 Feb 2007 20:22:59 -0000 John Baldwin wrote: > On Wednesday 28 February 2007 04:47, Ruslan Ermilov wrote: >> On Tue, Feb 27, 2007 at 02:32:12PM -0800, Nate Lawson wrote: >>> I hadn't done anything with the system since about June 2006. I don't >>> rule out the possibility that while trying to fix the buildworld problem >>> that I copied in /usr/src/include to /usr/include, but I definitely >>> didn't do it before the first buildworld failed there. >>> >> "cvs diff -D2006/06/01" in src/contrib/bsnmp" shows no changes >> in gensnmptree, so something else was broken. The last time >> gensnmptree needed to be bootstrapped was earlier in March: >> >> 1.545 (ru 31-Mar-06): .if ${BOOTSTRAPPING} < 700015 >> 1.545 (ru 31-Mar-06): _gensnmptree= > usr.sbin/bsnmpd/gensnmpt >> 1.545 (ru 31-Mar-06): .endif >> >> So I'm pretty sure it was your system that was broken, not the >> build system. > > I just had problems updating a box from April 2006 to HEAD and was going to > comment out bsnmp to get it to compile. I get some syntax error when trying > to parse an snmpd-related file (and it would be nice to have a WITHOUT_BSNMP > to make this easier to workaround :-P). I've just started a new buildworld > and will give you the log once it dies. > > BTW: > > % sysctl kern.osreldate > kern.osreldate: 700015 > % uname -a > FreeBSD jet-jhb.XXXXXXX.XXXX.XXXXX.XXX 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Fri > Apr 14 12:35:50 EDT 2006 root@jet.XXXXXXX.XX:/usr/obj/usr/src/sys/JET > amd64 > Yes, that was the syntax error I got. So it was real. -- Nate