bug#63484: FAIL: y2038-vs-32-bit

2023-05-15 Thread Andreas Schwab
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

bug#63533: test-mbrlen5.sh failure

2023-05-15 Thread Caleb Zulawski
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 ${

bug#63533: test-mbrlen5.sh failure

2023-05-15 Thread Carlo Arenas
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