Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2007 18:48:17 +0800
From:      "Rong-en Fan" <grafan@gmail.com>
To:        "Yuri Pankov" <yuri.pankov@gmail.com>
Cc:        freebsd-current@freebsd.org, Xin LI <delphij@freebsd.org>
Subject:   Re: libgpg-error doesn't build with new nawk
Message-ID:  <6eb82e0706090348k3d472cbao30d258734ad46db7@mail.gmail.com>
In-Reply-To: <20070608040437.GA75425@darklight.org.ru>
References:  <20070608040437.GA75425@darklight.org.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On 6/8/07, Yuri Pankov <yuri.pankov@gmail.com> 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"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6eb82e0706090348k3d472cbao30d258734ad46db7>