bug#63965: grep-3.11: 'make check' fails with glibc-2.37.9000

2023-06-09 Thread Carlo Arenas
On Fri, Jun 9, 2023 at 12:06 AM Jaroslav Škarvada wrote: > diff: in: Value too large for defined data type This has nothing to do with the new glibc, but with the fact that your diff is affected by bug#63492. upgrading to diffutils 3.10 should address that. Carlo

bug#63965: grep-3.11: 'make check' fails with glibc-2.37.9000

2023-06-09 Thread Jaroslav Škarvada
On Fri, Jun 9, 2023 at 1:23 AM Jaroslav Škarvada wrote: > > Hi, > > with glibc-2.37.9000 (Fedora rawhide / 39): > test-strtoll.c:290: assertion 'ptr == input + 1' failed > test-strtoull.c:289: assertion 'ptr == input + 1' failed > > All other tests pass. Problem is not reproducible with

bug#63965: grep-3.11: 'make check' fails with glibc-2.37.9000

2023-06-09 Thread Paul Eggert
On 2023-06-09 02:14, Carlo Arenas wrote: upgrading to diffutils 3.10 should address that. Thanks, closing the bug report.