Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2020 12:04:53 +0200
From:      Hans Petter Selasky <hps@selasky.org>
To:        Kyle Evans <kevans@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r328242 - head/lib/libregex
Message-ID:  <7cf5f1f2-27d5-4ec8-a6e3-caac1681b1c5@selasky.org>
In-Reply-To: <b9fa7561-5931-5e1c-5289-5ab702c1e597@selasky.org>
References:  <201801220312.w0M3CQsC096350@repo.freebsd.org> <b9fa7561-5931-5e1c-5289-5ab702c1e597@selasky.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2020-04-16 10:58, Hans Petter Selasky wrote:
> Hi Kyle,
> 
> There is a sed regression between older 12.1 and 13-current likely 
> caused by libregex changes. I will try to bisect:
> 
> Can you have a look at this:
> 
> Expected result:
> 
>> printf "#define MEDIA_BUS_FMT_SRGGB16_1X16\t\t\t0x3020\n" | sed -e 
>> 's/.*FMT_//; s/\t.*//; s/.*/{ \"&\", MEDIA_BUS_FMT_& },/;'
>> { "SRGGB16_1X16", MEDIA_BUS_FMT_SRGGB16_1X16 },
> 
> Bad result:
> 
>> printf "#define MEDIA_BUS_FMT_SRGGB16_1X16\t\t\t0x3020\n" | sed -e 
>> 's/.*FMT_//; s/\t.*//; s/.*/{ \"&\", MEDIA_BUS_FMT_& },/;'
>> { "SRGGB16_1X16            0x3020", 
>> MEDIA_BUS_FMT_SRGGB16_1X16            0x3020 },
> 
> A little further inspection shows \t does not work like expected in:
> 
> s/\t.*//;
> 
> Trying to quickly bisect.

Hi,

Running 13-current, this issues seems fixed, but there appears to be an 
issue with the binary pkg build cluster:

http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-04-14_14h07m24s/logs/errors/v4l-utils-1.18.0.log

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245501

--HPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7cf5f1f2-27d5-4ec8-a6e3-caac1681b1c5>