From owner-freebsd-current@FreeBSD.ORG Wed Mar 8 08:02:38 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 805BB16A420; Wed, 8 Mar 2006 08:02:38 +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 EA75E43D48; Wed, 8 Mar 2006 08:02:37 +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 09:02:35 +0100 Date: Wed, 8 Mar 2006 09:02:38 +0100 (CET) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: deischen@freebsd.org In-Reply-To: Message-ID: <20060308085714.L10582@beagle.kn.op.dlr.de> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 08 Mar 2006 08:02:35.0463 (UTC) FILETIME=[A8F9C570:01C64286] Cc: 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 08:02:38 -0000 On Tue, 7 Mar 2006, Daniel Eischen wrote: DE>We have this problem on 3 different systems. What's going on. DE>Can I please remove bsnmpd from the build???? You seem to be the only one having this problem, so this looks like a problem on your side. Generally the gensnmptree tool does not put a reference to these functions into tree.c because the MIB variables they are attached to are all no-access. So either you use a wrong gensnmptree (a very old one), or there is something wrong with contrib/bsnmp/snmpd/tree.def. Could you send me the tree.c from the object directory (usr.sbin/bsnmpd/bsnmpd/tree.c)? Do you cross build? harti