From owner-freebsd-current@FreeBSD.ORG Wed Mar 8 14:30:00 2006 Return-Path: X-Original-To: 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 838FF16A420; Wed, 8 Mar 2006 14:30:00 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-3.dlr.de (smtp-3.dlr.de [195.37.61.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DB0143D6E; Wed, 8 Mar 2006 14:29:52 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-3.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.211); Wed, 8 Mar 2006 15:29:51 +0100 Date: Wed, 8 Mar 2006 15:29:52 +0100 (CET) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= In-Reply-To: <86bqwh59gn.fsf@xps.des.no> Message-ID: <20060308151239.D10582@beagle.kn.op.dlr.de> References: <20060308085714.L10582@beagle.kn.op.dlr.de> <86bqwh59gn.fsf@xps.des.no> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 08 Mar 2006 14:29:51.0295 (UTC) FILETIME=[C29C5CF0:01C642BC] Cc: deischen@freebsd.org, current@freebsd.org Subject: Re: When will bsnmp stop breaking -current builds X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Mar 2006 14:30:00 -0000 On Wed, 8 Mar 2006, Dag-Erling Sm?rgrav wrote: DS>Harti Brandt writes: DS>> You seem to be the only one having this problem, so this looks like DS>> a problem on your side. DS> DS>Far from it. I had the same problem, and solved it by adding a DS>NO_BSNMP knob (see attached patch). So you're the 2nd. Anyone else? I also wonder whether I overlooked a bug report from you. DS>The deeper problem is that gensnmptree is a build tool, but isn't DS>treated as such by the build system, so cross-builds and source DS>updates from older versions are broken. I checked that gensnmptree does not generated these useless references since at least early 2001. gensnmptree has been a build tool up to Rev. 1.479 of Makefile.inc1. Then this was removed by ru with a comment that we don't support upgrades from pre-5.3. gensnmptree has not changed since then (at least with regard to the bug). Shouldn't it be in cross-tools then? I've set a Cc: to ru. Maybe he can comment. harti