From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VPsMJ-0006nA-Ig for mharc-grub-devel@gnu.org; Sat, 28 Sep 2013 07:06:47 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPsMD-0006mk-O2 for grub-devel@gnu.org; Sat, 28 Sep 2013 07:06:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPsM7-0005bl-BQ for grub-devel@gnu.org; Sat, 28 Sep 2013 07:06:41 -0400 Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]:60894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPsM7-0005Zq-2C for grub-devel@gnu.org; Sat, 28 Sep 2013 07:06:35 -0400 Received: by mail-la0-f50.google.com with SMTP id gx14so3086833lab.9 for ; Sat, 28 Sep 2013 04:06:34 -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=czrruPj9/DLXgXU+kEsr1NVOVulDcmCWhd4Tdbfa3d4=; b=E6jdIvzCOZmyJGRUvECibdxGQISRb8VuvUZycxRRlisl2L5ubVbqpKFywDyj0Lz8Ql aSUJP4Mbe+5QwW4xQVs+yr6NYovMgE82cvi7RNLO7Rfqnr50xnawrOu2ueYsQ94ho8aa gSTR27xyloUCHTG5MXp00V4mXWKLfHRRDOAJIQJ8+XFT0zdGMOYgMiMVnVa0imZWorXC eBy2x2KYdiili5YEQoZW9VUqSnfKxiyjMLmKmjek5HsnKVwX23w2d8Mrv4K3qm5NK+GB c6cxf1bGTO7dOKd7dYkxJ65xPJjq8PBBBbKPhgkaH9YYsVYJkfc+xi7AqKo49qQ5XOIN Nc7g== X-Received: by 10.112.159.166 with SMTP id xd6mr12904562lbb.22.1380366394058; Sat, 28 Sep 2013 04:06:34 -0700 (PDT) Received: from opensuse.site (ppp91-76-150-246.pppoe.mtu-net.ru. [91.76.150.246]) by mx.google.com with ESMTPSA id vs11sm10102077lac.3.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Sat, 28 Sep 2013 04:06:33 -0700 (PDT) Date: Sat, 28 Sep 2013 15:06:32 +0400 From: Andrey Borzenkov To: The development of GNU GRUB Subject: Re: grub2 boot root-on-zfs errors Message-ID: <20130928150632.6411ace9@opensuse.site> In-Reply-To: References: X-Mailer: Claws Mail 3.9.0 (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::232 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: Sat, 28 Sep 2013 11:06:46 -0000 В Sat, 28 Sep 2013 11:48:54 +0300 Beeblebrox пишет: > I had tried to build from source several months back, and had a > discussion on the FreeBSD mail list about the issue. The problem was > that the config is set as no_libzfs_support. What is the way to > correct this (need zfs library)?) I dare to guess - install zfs library. But note that it is used only to build user level utilites; bootloader runtime code should not depend on it (except for grub emu). > GRUB2 will be compiled with following components: > Platform: i386-pc > With devmapper support: No (need libdevmapper header) > With memory debugging: No > With disk cache statistics: No > With boot time statistics: No > efiemu runtime: No (cannot compile with -m64 -mcmodel=large > -mno-red-zone -nostdlib) > grub-mkfont: Yes > grub-mount: No (need FUSE library) > starfield theme: No (No DejaVu found) > With libzfs support: No (need zfs library) > Build-time grub-mkfont: No (no fonts) > Without unifont (no build-time grub-mkfont) > With liblzma from -llzma (support for XZ-compressed mips images) > ------------------------------------------------ > > Other notes as information for any future reader: > * I had to instal devel/bzr (the main bazaar port) since *BSD does > not have any git->bzr translator. The only tool at the date of this > message is bzr->git, which requires the base bzr port to be installed > anyway. > * devel/autogen needs to be installed > * I had to disable line 6014 in config, because it gives incorrect error: > # as_fn_error $? "flex is too old. GRUB requires 2.5.35 or above" "$LINENO" 5 > flex --version => flex version 2.5.4, PORTVERSION= 2.5.37 And what is incorrect here? Flex version 2.5.4 is less than 2.3.35. > FreeBSD-9.2-stable_amd64 > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel