From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VkCz1-0005Fu-Vi for mharc-grub-devel@gnu.org; Sat, 23 Nov 2013 08:10:47 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkCyu-0005Da-46 for grub-devel@gnu.org; Sat, 23 Nov 2013 08:10:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VkCyo-0006MD-Tp for grub-devel@gnu.org; Sat, 23 Nov 2013 08:10:39 -0500 Received: from mail-ea0-x22a.google.com ([2a00:1450:4013:c01::22a]:47884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkCyo-0006M3-J2 for grub-devel@gnu.org; Sat, 23 Nov 2013 08:10:34 -0500 Received: by mail-ea0-f170.google.com with SMTP id k10so1153903eaj.1 for ; Sat, 23 Nov 2013 05:10:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=Nl0Zpe2t54wHdxFSbHCRJygCgPA0Ui1Qw2kjyNkrkOE=; b=ZwDzTLoQYge/AoNGjMkg8Wk02+HVZGSVQnw/FdkSlObvXzzBYhX362/CpZc04yAAFo kr/AqjhRwi/IvwEPKfDcczzlcOwAC/zDOZtj0Ned2h/WWW8WLz5SBctPtA7QLPNp9Elb ihkBL5+1Ou7rOIG6otUikG/X58Etua6dAZq7fA7KJQpzVjmLu3zcICnWq9WW4ImCgkNc MLz/gDqvsRR0BmfJpt7keovbHfBwbI7VOfYloL4HbjN9LqxZohUHPlsoa6dAuePo6Wl1 dUaVmzrGXdJJUEdwTZ+Z9Gawj8VVBxAg01mPhlb/4HQJsBbEEj34gMN1uKdxW//N5eLk j71A== X-Received: by 10.15.94.70 with SMTP id ba46mr23767190eeb.22.1385212233506; Sat, 23 Nov 2013 05:10:33 -0800 (PST) Received: from [192.168.1.121] (31-249.1-85.cust.bluewin.ch. [85.1.249.31]) by mx.google.com with ESMTPSA id 1sm84728374eeg.4.2013.11.23.05.10.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 23 Nov 2013 05:10:32 -0800 (PST) Message-ID: <5290A949.5060506@gmail.com> Date: Sat, 23 Nov 2013 14:10:33 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: grub2 boot root-on-zfs errors References: In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="----enig2UVVBJJFLBIBIVHURJDWR" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::22a 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: Sat, 23 Nov 2013 13:10:45 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2UVVBJJFLBIBIVHURJDWR Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 23.11.2013 13:54, Beeblebrox wrote: > Applied the diff but got error elsewhere. Git repo on > 1bba40f57813c2ccf790e6aca8b96292634b04ca Advance to e67566ce0a925342d0a988ec196710e204a1d900 or later > Date: Sat Nov 23 12:39:21 2013 +0100 > FreeBSD 11.0-CURRENT_amd64 >=20 > config.status: creating grub-shell > chmod a+x grub-shell > (for x in tests/util/grub-shell-tester.in ; do cat ./"$x"; done) | > ./config.status --file=3Dgrub-shell-tester:- > config.status: creating grub-shell-tester > chmod a+x grub-shell-tester > cc -o garbage-gen -DGRUB_FILE=3D\"util/garbage-gen.c\" -I. -I. -I. -I.= > -I./include -I./include -I./grub-core/lib/libgcrypt-grub/include > -I./grub-core/lib/libgcrypt-grub/src/ util/garbage-gen.c > util/garbage-gen.c:35:18: error: variable has incomplete type 'struct t= imeval' > struct timeval tv; > ^ > util/garbage-gen.c:35:10: note: forward declaration of 'struct timeval'= > struct timeval tv; > ^ > util/garbage-gen.c:36:3: warning: implicit declaration of function > 'gettimeofday' is invalid > in C99 [-Wimplicit-function-declaration] > gettimeofday (&tv, NULL); > ^ > 1 warning and 1 error generated. > gmake[2]: *** [garbage-gen] Error 1 >=20 > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel >=20 ------enig2UVVBJJFLBIBIVHURJDWR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iF4EAREKAAYFAlKQqUkACgkQmBXlbbo5nOsaWwEAogoYGylHHzBCnsqOWyvd+oRz 9K6JSaQ6E+nlvr0jcT4A/3ShfftWQmf12N6lZHSIev/FltsXCRSNPS965aq9cwsp =ZYM/ -----END PGP SIGNATURE----- ------enig2UVVBJJFLBIBIVHURJDWR--