Bug#742780: Bogus LFS test on autoconf

2014-03-27 Thread Mathieu Malaterre
Package: autoconf Version: 2.69-1 Severity: grave Tags: lfs The file: ./lib/autoconf/specific.m4 contained basically the following C code: [...] #include int main(int argc, char **argv) { /* Cause a compile-time error if off_t is smaller than 64 bits */ #define LARGE_OFF_T (((off_t) 1 << 62)

Bug#742780: Bogus LFS test on autoconf

2014-03-27 Thread Sven Joachim
On 2014-03-27 12:56 +0100, Mathieu Malaterre wrote: > Package: autoconf > Version: 2.69-1 > Severity: grave > Tags: lfs > > The file: ./lib/autoconf/specific.m4 contained basically the following C code: > > [...] > #include > > int main(int argc, char **argv) > { > /* Cause a compile-time error