Ruslan Ermilov wrote:
On Thu, Apr 12, 2007 at 09:47:23AM +0300, Krassimir Slavchev wrote:
===> usr.sbin/bsnmpd/modules/snmp_bridge (depend)
cat /usr/src/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_tree.def | gensnmptree -p bridge_
line 31: '(' expected at begin of node
context: " TruthValue ENUM (
*** Error code 1

Stop in /usr/src/usr.sbin/bsnmpd/modules/snmp_bridge.
*** Error code 1

Stop in /usr/src/usr.sbin/bsnmpd/modules.
*** Error code 1

Stop in /usr/src/usr.sbin/bsnmpd.
*** Error code 1

Looks like you screwed up your build environment, and
the installed /usr/include/osreldate.h lies about the
actual __FreeBSD_version.  To work around it, do this
(one time only):

        make buildworld OSRELDATE=0

You may be right because I use this machine to crossbuild RELENG_6 and CURRENT for arm.
The solution I found was to rebuild and install gensnmptree first.

Best Regards
Cheers,


_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to