From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VfSSx-0007hN-9I for mharc-grub-devel@gnu.org; Sun, 10 Nov 2013 05:42:03 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfSSq-0007gt-Mb for grub-devel@gnu.org; Sun, 10 Nov 2013 05:42:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VfSSj-0000Dg-AX for grub-devel@gnu.org; Sun, 10 Nov 2013 05:41:56 -0500 Received: from mail-lb0-x22f.google.com ([2a00:1450:4010:c04::22f]:54736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfSSj-0000DQ-0t for grub-devel@gnu.org; Sun, 10 Nov 2013 05:41:49 -0500 Received: by mail-lb0-f175.google.com with SMTP id z5so2556058lbh.6 for ; Sun, 10 Nov 2013 02:41:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=ksW3y6z+J1fChO4EdiVTZmPrsm4qF9kqu6yGo707gUM=; b=zx9PhejWPIfW5CWUtdSsm/pLTKBOIuMcOQJaT6wl98376klqg77ROe+8mYymC5p4pw p7IRI9ijqa22g5NVzR1deSXiLGQmlJce24K4s94VLg8m6XkVNO88VamjEAkA5Ho4hVur CJ3JPGKZvxkYS2xjZQTqBGh0xU+ZS0xD7K6rhkMrzqdWIJP8fkM0r1nh7zM+v6nEXHbe iIF1RqF58WbQr89f+4pRf0RoQXg+7i1ReHlogPVdUx/XtooWjuTCnwTP+YTrrm02QuXW 7lcmvJnaQHLfh56UtMVp67p3STLCE+PsWbglb66omnVRVVE4yYOKYBafzJOTM8+R19c1 Gp+w== X-Received: by 10.152.10.99 with SMTP id h3mr18338392lab.13.1384080107497; Sun, 10 Nov 2013 02:41:47 -0800 (PST) Received: from opensuse.site (ppp91-76-174-89.pppoe.mtu-net.ru. [91.76.174.89]) by mx.google.com with ESMTPSA id vx8sm12814171lbb.8.2013.11.10.02.41.46 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sun, 10 Nov 2013 02:41:47 -0800 (PST) Date: Sun, 10 Nov 2013 14:41:46 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: grub2 boot root-on-zfs errors Message-ID: <20131110144146.5f2ec500@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:c04::22f 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: Sun, 10 Nov 2013 10:42:02 -0000 В Sun, 10 Nov 2013 12:28:50 +0200 Beeblebrox пишет: > >>Did you rerun ./autogen.sh? > I ran gmake clean and cleaned all conig**** folders, then re-started > from scratch. > It would be more clean to start in new directory. If you build inside source tree, use "git clean -d -x -f" to remove everything not in GIT repo and start anew with autogen.sh. > >>What is the value of your target_os ? > Build, host & target are all the same. I tried setting all 3 as > i386-freebsd for one of my runs, but that did not work. > Otherwise, I did not set it in the configure command, as I expect the > build should be able to identify the target on its own. Is this > incorrect? > Try explicit --target i386-freebsd. It is always possible that autoconfiguration fails.