From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VdDQ5-00043T-6R for mharc-grub-devel@gnu.org; Mon, 04 Nov 2013 01:13:49 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdDPw-0003nG-2v for grub-devel@gnu.org; Mon, 04 Nov 2013 01:13:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdDPp-0001Y6-I8 for grub-devel@gnu.org; Mon, 04 Nov 2013 01:13:40 -0500 Received: from mail-qa0-x232.google.com ([2607:f8b0:400d:c00::232]:62266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdDPp-0001Y0-CK for grub-devel@gnu.org; Mon, 04 Nov 2013 01:13:33 -0500 Received: by mail-qa0-f50.google.com with SMTP id f11so25244qae.16 for ; Sun, 03 Nov 2013 22:13:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb.com; s=google; h=mime-version:reply-to:sender:date:message-id:subject:from:to:cc :content-type; bh=UufRGJriyX8EDKEmejXmjUpnSTdWKkeUZzo1sgT4Fc8=; b=atamNcdIl1pNvtO7aIqMRJntWRqgTZ23u3JEK252qGn2P0dLVIBRCPiKcL3m9KkgA4 b3JE6mNiCKiTv962eQsC50E+xvx4ZbP0sQrpY6G6yYD8UMX4yeqS4ZMj987jC2FAkzZH bRQNqk6ynd3OsRj9FEsK3DWxVS9HbNHVUAX/0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:sender:date:message-id :subject:from:to:cc:content-type; bh=UufRGJriyX8EDKEmejXmjUpnSTdWKkeUZzo1sgT4Fc8=; b=KJoEhXbpz7WBaI1Y3cFNIKvGDCsZlK0yOH7aUwDt+7wHrTgUlEpp4lH8D33mVVMt4O 8OoNS1Mm3NcCplx9BZ3X7hQpylaYhjSX0xFYtkt1o+K73jlEnlx6bss+h9WUhzBhFGAq t+fa93zB8txwR1HyLaHCCDIuUALlt8tHPMk+AcdNeAPlTEFimE0vk5eu3sf99DVzwZnf 3zt48Q0MVss3iAPkg20KG5Xv+tgi4YWmL+yvcxXNP9lsmoOVnTYojwHXpIYhhbxiYLI6 EMXpbwkAVWcDkJeV62FMBGUaTBD+ZVVM1thNoiFlMjjJy8XtLvRxCwBgJM6o3FBeSItW y32Q== X-Gm-Message-State: ALoCoQlWYbz4lEUaXAgf3YZQMGZsR0z4g9Q3TgWaoevUrxOlhs2PgsmBgsI5A24vumTWBviBzhxV MIME-Version: 1.0 X-Received: by 10.224.45.197 with SMTP id g5mr20272918qaf.2.1383545612675; Sun, 03 Nov 2013 22:13:32 -0800 (PST) Sender: rsb@berentweb.com Received: by 10.224.42.79 with HTTP; Sun, 3 Nov 2013 22:13:32 -0800 (PST) X-Originating-IP: [94.123.72.83] Date: Mon, 4 Nov 2013 08:13:32 +0200 X-Google-Sender-Auth: A-K-gpwDf3OAhUq-o02LG7iWXiE Message-ID: Subject: Re: grub2 boot root-on-zfs errors From: Beeblebrox To: Andrey Borzenkov Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c00::232 Cc: The development of GNU GRUB 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: Mon, 04 Nov 2013 06:13:46 -0000 >> /usr/include/machine/_types.h:65: error: expected '=', ',', ';', 'asm' >> or '__attribute__' before '__double_t' >> /usr/include/machine/_types.h:66: error: expected '=', ',', ';', 'asm' >> or '__attribute__' before '__float_t' >You system headers do something stupid: they use float/double in >standalone headers we use option -Dfloat=__grub_poison and >-Ddouble=__grub_poison to check that we don't use any float/double. >Unfortunately such stupidity is more widespread that it should be. I'll >remove poisonin of float/double in trunk. Hi thanks for the answer. I know nothing at all about "headers", so may I ask what theprobable cause for this problem on my system might be? I mean is it Hardware or Software related? From what I read, it has to do with compiler (gcc46 or clang) behavior. I would like to correct this if such a thing is possible. Thanks again.