From owner-freebsd-current@FreeBSD.ORG Sat Jun 9 10:48:19 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7663616A400 for ; Sat, 9 Jun 2007 10:48:19 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 259B413C43E for ; Sat, 9 Jun 2007 10:48:18 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so1714607pyi for ; Sat, 09 Jun 2007 03:48:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AfSjmkC4Zb+uMtgLTYrE8wnxOFUtO2URij4N0x4ZlJKXhCipMjddAsJ5/NhI4t5mLT6QL1K0nOFuhJIZSjeWEUHqghzNOJ96qXEBwYX9FJliAFeK09XalcfIHwKVChThsdAU3X4k2ff70V9zPRp9/T16/LipAEXw499XX84AcIw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=I1PU9HlBLqzTJIMCT0eIBNIqmmxIugYJZhhBVuk5sgyiMPpWlVNuz9JizJSdLoiKfc4+up5XG/Nv0Y3HwgeOlWQkKZmVJTm2YNVY9g+bfXhBDDcZgrx/RAXwf0pDxy7P+lPtGwU50/7x0vvxER+dq9TOWeIh/V+YpFbhpDgnPXQ= Received: by 10.65.114.11 with SMTP id r11mr6565918qbm.1181386097994; Sat, 09 Jun 2007 03:48:17 -0700 (PDT) Received: by 10.64.195.19 with HTTP; Sat, 9 Jun 2007 03:48:17 -0700 (PDT) Message-ID: <6eb82e0706090348k3d472cbao30d258734ad46db7@mail.gmail.com> Date: Sat, 9 Jun 2007 18:48:17 +0800 From: "Rong-en Fan" To: "Yuri Pankov" In-Reply-To: <20070608040437.GA75425@darklight.org.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070608040437.GA75425@darklight.org.ru> Cc: freebsd-current@freebsd.org, Xin LI Subject: Re: libgpg-error doesn't build with new nawk 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: Sat, 09 Jun 2007 10:48:19 -0000 Hi, On 6/8/07, Yuri Pankov wrote: > Hi, > > After new nawk version import, libgpg-error doesn't build: > > ===> Building for libgpg-error-1.4_1 [...] > nawk: field separator [ ]+GPG_E... is too long > source line number 66 > *** Error code 2 delphij@ committed a workaround few days ago. Could you update your source and rebuild awk? Thanks, Rong-En Fan > > Change in question: > --- src/contrib/one-true-awk/lib.c 2005/05/16 19:11:33 1.1.1.4 > +++ src/contrib/one-true-awk/lib.c 2007/06/05 15:33:51 1.1.1.5 > @@ -40,9 +40,9 @@ char *fields; > int fieldssize = RECSIZE; > > Cell **fldtab; /* pointers to Cells */ > -char inputFS[100] = " "; > +char inputFS[10] = " "; > ^^^^^ > > Is maximum length of field separator documented somewhere? > > > Thanks, > Yuri > _______________________________________________ > 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" >