On Mai 13 2023, Carlo Marcelo Arenas Belón wrote:
> * tests/y2038-vs-32-bit: Recreate `in` before `compare` to prevent
> the possibility of failures if the underlying tool cannot itself
> handle dates after Y2K38
That fixes the failure.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key finge
Hi,
I maintain the conda-forge grep package and I'm seeing this build failure
on all Linux targets with the recent 3.11 release:
FAIL: test-mbrlen5.sh
=
test-mbrlen.c:47: assertion 'ret == (size_t)(-2)' failed
./test-mbrlen5.sh: line 5: 29982 Aborted (core dumped) LC_ALL=C ${
That is a test for a bug that your system image has but that is not
relevant to grep (mbrlen doesn't correctly handle a call with a len of
0).
Carlo