From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VPqD9-0002AJ-Sr for mharc-grub-devel@gnu.org; Sat, 28 Sep 2013 04:49:11 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPqD2-00021S-Ge for grub-devel@gnu.org; Sat, 28 Sep 2013 04:49:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPqCv-00016B-U4 for grub-devel@gnu.org; Sat, 28 Sep 2013 04:49:04 -0400 Received: from mail-qe0-x235.google.com ([2607:f8b0:400d:c02::235]:61124) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPqCu-00015w-VI for grub-devel@gnu.org; Sat, 28 Sep 2013 04:48:57 -0400 Received: by mail-qe0-f53.google.com with SMTP id jy17so2457882qeb.40 for ; Sat, 28 Sep 2013 01:48:55 -0700 (PDT) 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 :content-type; bh=a/GEubYXSRmqXMxQmz+SM06oTjKZwYH7EgYGW0dJVT4=; b=PYTaHN8R2LUklTJ8vvfTcwOglSj3+SANpMAvOw9dMzGCqHHvoG6kSx5HyhoKpCAemZ Fz+S6W1//1IyuyzfNVCsgfI6JLcEwfiquJkqsZKvhZy1P7GMiewXzy5pB0Hq38Jr8YkV yZDmklfLmoZQ18VwTvTee3zIodcqZsSkvW4uE= 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:content-type; bh=a/GEubYXSRmqXMxQmz+SM06oTjKZwYH7EgYGW0dJVT4=; b=CoHG3xTHerBffmMmSGn2ulF1unbEZwZKY5vP5/fFtsS9CP4SReNDuA5vToPKh07ljC Dk/W4OPILhLaTNRJ3s2tPggodww1XKGKsF7uZgtCyToNwC2tt8yb5N3A2/0U1f2UprpD 4BZ8WyP/8WPeEjQeWKekW5fDFfVRYzQzF3ibumz0dFKKybs5E61ikTYdQy8Mibv2FsRm FrmMkhzx0KV9UXkhVz/5zmonSk8NSXHV5BsL4+i1EchhZwZvhwBQOHzCM2S/bKcqUDQp btlfkSvrf2h5uh2Tzhz5UAcrtRe/jp3xcVG+tkEKzRTKnAf6bbLBzFd4KDfxuFFMa4t4 1T0Q== X-Gm-Message-State: ALoCoQkhMUrYnMIu1fhy95bPdb6ILbi3DKE953RzxPJHqk55ay/LschzWQtc43QclWtRlLCmt+Nh MIME-Version: 1.0 X-Received: by 10.49.71.78 with SMTP id s14mr14613347qeu.82.1380358134931; Sat, 28 Sep 2013 01:48:54 -0700 (PDT) Sender: rsb@berentweb.com Received: by 10.224.40.198 with HTTP; Sat, 28 Sep 2013 01:48:54 -0700 (PDT) X-Originating-IP: [94.123.124.3] Date: Sat, 28 Sep 2013 11:48:54 +0300 X-Google-Sender-Auth: Ty-2TDZx1JwWMsXXjK-4iys9-KU Message-ID: Subject: grub2 boot root-on-zfs errors From: Beeblebrox To: The development of GNU GRUB 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:c02::235 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 08:49:11 -0000 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)?) 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 FreeBSD-9.2-stable_amd64