[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: grub2 boot root-on-zfs errors
From: |
Andrey Borzenkov |
Subject: |
Re: grub2 boot root-on-zfs errors |
Date: |
Thu, 31 Oct 2013 21:32:11 +0400 |
В Thu, 31 Oct 2013 12:37:41 +0200
Beeblebrox <address@hidden> пишет:
> I did not have time to play around with trunk/grub for a while so was
> not able to follow-up on the discussion. Continuing from last month's
> topic:
>
> > Flex version 2.5.4 is less than 2.3.35.
> 2.5 is > 2.3
Yes, my apologies.
> cc1: warnings being treated as errors
> grub_script.yy.c: In function 'yy_scan_bytes':
> grub_script.yy.c:2298: warning: comparison between signed and unsigned
It is a flex bug which is hidden on platforms where sizeof(size_t) >
sizeof(int).
http://sourceforge.net/p/flex/bugs/140/