From owner-freebsd-current@FreeBSD.ORG Wed Mar 22 22:24:11 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 D202116A400 for ; Wed, 22 Mar 2006 22:24:11 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from lh.synack.net (lh.synack.net [204.152.188.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8220843D48 for ; Wed, 22 Mar 2006 22:24:11 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: by lh.synack.net (Postfix, from userid 100) id 5CA535E4913; Wed, 22 Mar 2006 14:24:11 -0800 (PST) Received: from [192.168.168.201] (moscow-cuda-gen2-68-64-60-20.losaca.adelphia.net [68.64.60.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lh.synack.net (Postfix) with ESMTP id D29EB5E4900; Wed, 22 Mar 2006 14:24:09 -0800 (PST) Message-ID: <4421CE88.1010104@FreeBSD.org> Date: Wed, 22 Mar 2006 14:24:08 -0800 From: Jason Evans User-Agent: Mozilla Thunderbird 1.0.7-1.4.1 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Oberman References: <20060322220324.A2CF845041@ptavv.es.net> In-Reply-To: <20060322220324.A2CF845041@ptavv.es.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.5 (2005-11-28) on lh.synack.net X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.5 Cc: freebsd-current@freebsd.org, othermark Subject: Re: buildworld Stop in /usr/src/usr.sbin/bsnmpd/bsnmpd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 22 Mar 2006 22:24:11 -0000 Kevin Oberman wrote: >>From: othermark >>Date: Wed, 22 Mar 2006 12:13:14 -0800 >>Sender: owner-freebsd-current@freebsd.org >> >>I'm scratching my head on this one, trying to buildworld with today sources >>to get the sendmail fix: > > > I am seeing the same thing. I read the tread on this from back on March > 7-9 and have confirmed that the "fix" is in my Makefile.inc1, but I > still can't make buildworld. > > My last update was in the critical perion...Feb. 23, but I have been > unsuccessful in getting past it. > > I have tried explicitly running the newly built getsnmptree (from > /usr/obj) and then building, but I have had no luck to this point. > > Not only did the fix to Makefile.inc1 not do the trick, but > hand-building gnesnmptree and hand executing the commands to make the > oid.h file didn't help a bit. > > I'm baffled. (And probably missing the obvious.) This isn't a very satisfying solution, but if you do the buildworld with MALLOC_OPTIONS=jZ, you will avoid the gensnmptree bug. Jason