From owner-freebsd-stable@FreeBSD.ORG Sat Aug 25 11:41:24 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 4825F16A418 for ; Sat, 25 Aug 2007 11:41:24 +0000 (UTC) (envelope-from shteryana@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by mx1.freebsd.org (Postfix) with ESMTP id F22FB13C45D for ; Sat, 25 Aug 2007 11:41:23 +0000 (UTC) (envelope-from shteryana@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so642393nzf for ; Sat, 25 Aug 2007 04:41:23 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=pV58NCEM2D8sUFpJLzu5KtE8MLMWO98SXug+/x3kg8GORTG2ggH8jKAaw8QuWYuAOzDGOhG6vJ0MGGKHT6inwTKstVgo6TAG5/GYKVNIk3CoTMQEpakrg7ozwa9Pq6ZWodKurw/KD2/3jhEZx1T1icC76yEvX7LBRoxg2D97W7U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=lJy1YRgsvYR7Qdixg5FR+AYwgyztOCB1wsoYAr5QksJz+XOwspQMj+5TRUZO0BrbXOq/CeKSQqbnvv0JJeaMYwARx74oG1R7P8mKcvUNcE9qEWTjwFU4VBA3Rga8ZHjQAjc4gXjiTu0k4pIITZtRGpE/HVrHpyqg+aF8MKA7TzY= Received: by 10.114.80.4 with SMTP id d4mr1677988wab.1188040575530; Sat, 25 Aug 2007 04:16:15 -0700 (PDT) Received: by 10.114.58.6 with HTTP; Sat, 25 Aug 2007 04:16:15 -0700 (PDT) Message-ID: <61b573980708250416t75b329f6v5e21845baf0987aa@mail.gmail.com> Date: Sat, 25 Aug 2007 14:16:15 +0300 From: "Shteryana Shopova" Sender: shteryana@gmail.com To: "Carlos Porto Filho" In-Reply-To: <20070825110337.J87821@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070825110337.J87821@maildrop.int.zabbadoz.net> X-Google-Sender-Auth: bea71038c72307e8 Cc: freebsd-stable@freebsd.org Subject: Re: error - snmp_bridge (fwd) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: syrinx@FreeBSD.org 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 11:41:24 -0000 > 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" >