Bug#915151: gzip FTBFS: ../../lib/fseeko.c:110:4: error: #error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib."

2018-12-19 Thread Aurelien Jarno
On 2018-12-06 23:57, Rene Luria wrote: > Hello, > > On Sat, 1 Dec 2018 08:07:24 +0100 Helmut Grohne wrote: > > gzip fails to build from source in unstable (since the glibc upgrade to > > 2.28): > > (…) > > > gnulib likes to use this construct to detect glibc: > > > > | #if defined

Bug#915151: gzip FTBFS: ../../lib/fseeko.c:110:4: error: #error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib."

2018-12-06 Thread Rene Luria
Hello, On Sat, 1 Dec 2018 08:07:24 +0100 Helmut Grohne wrote: > gzip fails to build from source in unstable (since the glibc upgrade to > 2.28): (…) > gnulib likes to use this construct to detect glibc: > > | #if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, > Haiku,