From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Vbw6e-0004OK-Ff for mharc-grub-devel@gnu.org; Thu, 31 Oct 2013 13:32:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbw6W-0004NV-WC for grub-devel@gnu.org; Thu, 31 Oct 2013 13:32:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vbw6Q-0005uC-Dz for grub-devel@gnu.org; Thu, 31 Oct 2013 13:32:20 -0400 Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:64454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbw6Q-0005u0-5e for grub-devel@gnu.org; Thu, 31 Oct 2013 13:32:14 -0400 Received: by mail-la0-f45.google.com with SMTP id hp15so2546033lab.4 for ; Thu, 31 Oct 2013 10:32:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=Yp6b135wvcT/ErvLiKBeYDNzw4zmDwGS7k8ZoON4gAk=; b=hYf3GOw6BH+/deJeUr6sWrBJjIMI/JwLnoFySUqTwhWaycEh6T16d32laHW0ejdsK8 JJnSYxyc+6Bk0dEqbypHfK2MWoYpWtcqzqyMJTzwplIJWqRytjVQ25GegyPxykBVvzU9 +wVWzj3EDYmRnD3Uspf0HbXsM/apERL/ZpCpC5bU49V/ngPQJ7C8jVrNxm99Pb1zEu1K LuzLomC2maQeT5ChNtcG5+fZgXOFIZXqn8YIbz3G/Uz5/6uWXkD5uZYV9V2AIrn+TQcd uBvGcW0nyHoIgs5j/sawyv0k8mnzGio173zefU791ub9G0hlWpI045V5ZOxiDFsB4Uo+ USmg== X-Received: by 10.112.138.164 with SMTP id qr4mr1885081lbb.49.1383240732742; Thu, 31 Oct 2013 10:32:12 -0700 (PDT) Received: from opensuse.site (ppp91-76-174-89.pppoe.mtu-net.ru. [91.76.174.89]) by mx.google.com with ESMTPSA id kw2sm627948lbc.7.2013.10.31.10.32.11 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 31 Oct 2013 10:32:12 -0700 (PDT) Date: Thu, 31 Oct 2013 21:32:11 +0400 From: Andrey Borzenkov To: The development of GNU GRUB Subject: Re: grub2 boot root-on-zfs errors Message-ID: <20131031213211.4e91c3d1@opensuse.site> In-Reply-To: References: X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22d Cc: zaphod@berentweb.com X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 17:32:27 -0000 В Thu, 31 Oct 2013 12:37:41 +0200 Beeblebrox пишет: > 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/