From owner-freebsd-current@FreeBSD.ORG Wed Dec 17 23:42:54 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D6CA106564A for ; Wed, 17 Dec 2008 23:42:54 +0000 (UTC) (envelope-from qing.li@bluecoat.com) Received: from whisker.bluecoat.com (whisker.bluecoat.com [216.52.23.28]) by mx1.freebsd.org (Postfix) with ESMTP id E46028FC13 for ; Wed, 17 Dec 2008 23:42:53 +0000 (UTC) (envelope-from qing.li@bluecoat.com) Received: from bcs-mail03.internal.cacheflow.com ([10.2.2.95]) by whisker.bluecoat.com (8.14.2/8.14.2) with ESMTP id mBHNgr8x006219; Wed, 17 Dec 2008 15:42:53 -0800 (PST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Wed, 17 Dec 2008 15:42:03 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem with snmp build after update Thread-Index: AclgmRXLmO/sJTOlTbSymJHbLsFzMAAB/pbS References: <494980BE.3080002@itavy.com> From: "Li, Qing" To: "Octavian Ionescu" , Cc: Subject: RE: Problem with snmp build after update X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2008 23:42:54 -0000 This is due to the arp-v2 commit. The RTF_LLINFO flag is obsolete and has been removed. I will fix it. --Qing -----Original Message----- From: owner-freebsd-current@freebsd.org on behalf of Octavian Ionescu Sent: Wed 12/17/2008 2:44 PM To: freebsd-current@freebsd.org Subject: Problem with snmp build after update =20 hi, when i tried to compile net-snmp after the last update it gives me the=20 following error cc -I../../include -I. -I../../agent -I../../agent/mibgroup=20 -I../../snmplib -DNETSNMP_ENABLE_IPV6 -O -pipe -Ufreebsd8=20 -Dfreebsd8=3Dfreebsd8 -DAPPLLIB_EXP=3D/usr/local/lib/perl5/5.8.8/BSDPAN=20 -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe=20 -Wdeclaration-after-statement -I/usr/local/include=20 -I/usr/local/lib/perl5/5.8.8/mach/CORE -c mibII/at.c -fPIC -DPIC -o=20 mibII/.libs/at.o mibII/at.c: In function 'ARP_Scan_Init': mibII/at.c:689: error: 'RTF_LLINFO' undeclared (first use in this = function) mibII/at.c:689: error: (Each undeclared identifier is reported only once mibII/at.c:689: error: for each function it appears in.) *** Error code 1 Stop in = /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.4.2.1/agent/mibgroup. *** Error code 1 Stop in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.4.2.1/agent. *** Error code 1 Stop in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.4.2.1. *** Error code 1 Stop in /usr/ports/net-mgmt/net-snmp. after i have read in UPDATING i found: 20081214: __FreeBSD_version 800059 incorporates the new arp-v2 rewrite. RTF_CLONING, RTF_LLINFO and RTF_WASCLONED flags are eliminated. --=20 Best regards, Octavian _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to = "freebsd-current-unsubscribe@freebsd.org"