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
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
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