From owner-svn-src-all@FreeBSD.ORG Mon Dec 20 19:29:53 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B5921065670; Mon, 20 Dec 2010 19:29:53 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 3A1E58FC12; Mon, 20 Dec 2010 19:29:53 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:604e:df26:f734:e4de] (unknown [IPv6:2001:7b8:3a7:0:604e:df26:f734:e4de]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 87E785C43; Mon, 20 Dec 2010 20:29:52 +0100 (CET) Message-ID: <4D0FAEBC.6060308@FreeBSD.org> Date: Mon, 20 Dec 2010 20:30:04 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.14pre) Gecko/20101220 Lanikai/3.1.8pre MIME-Version: 1.0 To: Shteryana Shopova References: <201012201713.oBKHDFZ0069286@svn.freebsd.org> <4D0FAB6E.80901@FreeBSD.org> In-Reply-To: <4D0FAB6E.80901@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r216594 - in head: contrib/bsnmp/lib contrib/bsnmp/snmp_target contrib/bsnmp/snmp_usm contrib/bsnmp/snmp_vacm contrib/bsnmp/snmpd lib/libbsnmp/libbsnmp usr.sbin/bsnmpd/bsnmpd usr.sbin/b... X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Dec 2010 19:29:53 -0000 On 2010-12-20 20:15, Dimitry Andric wrote: > This doesn't build, it looks like gensnmptree needs an additional -I > option: > > ===> bsnmpd (depend) > gensnmptree -l< /usr/src/usr.sbin/bsnmpd/bsnmpd/../../../contrib/bsnmp/snmpd/tree.def > line 34: cannot open 'tc.def' In fact, it looks like it depends on tc.def being already installed in /usr/share/snmp/defs, which is most likely why you didn't get any errors in buildworld before submitting this. :) You should make sure this build step uses *only* include files from under ${WORLDTMP}, for example by disabling the built-in include paths in contrib/bsnmp/gensnmptree/gensnmptree.c, and adding a prefix that points to ${WORLDTMP}/usr/share/snmp/defs".