Timeline for 2.70 (hit issue fixed in e17a30e9)

2016-12-19 Thread Andrei Borzenkov
We got report that GRUB build fails under glibc 2.25 due to issue fixed in commit e17a30e9 (warnings about using major() etc from sys/types.h with -Werror). It was confirmed that this commit fixes the problem. This means we effectively need to mark minimal required autoconf version as 2.70 and so s

Re: Timeline for 2.70 (hit issue fixed in e17a30e9)

2016-12-19 Thread Eric Blake
On 12/18/2016 09:22 PM, Andrei Borzenkov wrote: > We got report that GRUB build fails under glibc 2.25 due to issue fixed > in commit e17a30e9 (warnings about using major() etc from sys/types.h > with -Werror). It was confirmed that this commit fixes the problem. This > means we effectively need to

Re: Timeline for 2.70 (hit issue fixed in e17a30e9)

2016-12-19 Thread Mike Frysinger
On 19 Dec 2016 08:03, Eric Blake wrote: > On 12/18/2016 09:22 PM, Andrei Borzenkov wrote: > > We got report that GRUB build fails under glibc 2.25 due to issue fixed > > in commit e17a30e9 (warnings about using major() etc from sys/types.h > > with -Werror). It was confirmed that this commit fixes