From owner-freebsd-stable@FreeBSD.ORG Sat Aug 25 16:03:06 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 335E616A418 for ; Sat, 25 Aug 2007 16:03:06 +0000 (UTC) (envelope-from carloshpf@oi.com.br) Received: from smtp6.oi.com.br (smtp6.oi.com.br [200.222.115.69]) by mx1.freebsd.org (Postfix) with ESMTP id E174A13C46A for ; Sat, 25 Aug 2007 16:03:05 +0000 (UTC) (envelope-from carloshpf@oi.com.br) Received: from smtp2.oi.com.br (smtp2.oi.com.br [200.222.115.17]) by smtp6.oi.com.br (Postfix) with ESMTP id 8671A20FFD3 for ; Sat, 25 Aug 2007 13:03:06 -0300 (BRT) Received: from smtp2.oi.com.br (localhost.localdomain [127.0.0.1]) by smtp2.oi.com.br (Postfix) with ESMTP id C5A737000812 for ; Sat, 25 Aug 2007 13:03:03 -0300 (BRT) Received: from [192.168.0.152] (unknown [189.12.157.250]) by smtp2.oi.com.br (Postfix) with ESMTP id A2E0E7000810 for ; Sat, 25 Aug 2007 13:03:02 -0300 (BRT) Message-ID: <46D052B2.5020709@oi.com.br> Date: Sat, 25 Aug 2007 13:02:58 -0300 From: Carlos Porto Filho User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <20070825110337.J87821@maildrop.int.zabbadoz.net> <61b573980708250416t75b329f6v5e21845baf0987aa@mail.gmail.com> In-Reply-To: <61b573980708250416t75b329f6v5e21845baf0987aa@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: error - snmp_bridge (solved) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 16:03:06 -0000 Shteryana Shopova wrote: >> Date: Fri, 24 Aug 2007 17:12:44 -0300 >> From: Carlos Porto Filho >> To: freebsd-stable@freebsd.org >> Subject: error - snmp_bridge >> >> During the make buildworld (6stable) i got this: >> Change begemotBridgeBaseName > bridge_oid.h >> line 31: '(' expected at begin of node >> context: " TruthValue ENUM ( >> *** Error code 1 >> Stop in /usr/src/usr.sbin/bsnmpd/modules/snmp_bridge. >> >> . . . >> >> any idea? >> tia >> > > You're getting the error most likely because you're updating from a > system that has an older version of gensnmptree(1). Compiling and > installing gensnmptree(1) before starting buildworld should solve your > problem - > > #cd /usr/src/usr.sbin/bsnmpd/gensnmptree/ > #make && make install > > cheers, > Shteryana > > >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> >> > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > It worked!! Thank you! :)