Date: Sat, 25 Aug 2007 14:16:15 +0300 From: "Shteryana Shopova" <syrinx@FreeBSD.org> To: "Carlos Porto Filho" <carloshpf@oi.com.br> Cc: freebsd-stable@freebsd.org Subject: Re: error - snmp_bridge (fwd) Message-ID: <61b573980708250416t75b329f6v5e21845baf0987aa@mail.gmail.com> In-Reply-To: <20070825110337.J87821@maildrop.int.zabbadoz.net> References: <20070825110337.J87821@maildrop.int.zabbadoz.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Fri, 24 Aug 2007 17:12:44 -0300 > From: Carlos Porto Filho <carloshpf@oi.com.br> > 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" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?61b573980708250416t75b329f6v5e21845baf0987aa>