From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VkbJ8-0003pn-5X for mharc-grub-devel@gnu.org; Sun, 24 Nov 2013 10:09:10 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkbJ1-0003kC-Oy for grub-devel@gnu.org; Sun, 24 Nov 2013 10:09:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VkbIx-0001hL-0t for grub-devel@gnu.org; Sun, 24 Nov 2013 10:09:03 -0500 Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:63798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkbIw-0001h9-Pd for grub-devel@gnu.org; Sun, 24 Nov 2013 10:08:58 -0500 Received: by mail-la0-f45.google.com with SMTP id eh20so2234113lab.18 for ; Sun, 24 Nov 2013 07:08:57 -0800 (PST) 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=vsC21MrRcP5CA1KLFRJ2kV22/zIk9iE01/8aho5Ok7Q=; b=dXsdFcJpV3lyv4I0FfFhQ5RdRrs0HF1iyHINvsJve51kzM6PfRf4CHxm8UjAc331VC 0AhXLe+8C3jvlkllibEkaEmXpi7OmpRYQhoA+KQxkZO7hD7TDBP3L3AyFAAwkFdTW/vw f3kNl8i6OzKsc1FMfsfbYUXCmHKZ9Bm2xSgV/AKyGZ9SPkEcCEsJ7t7O+WnRw7AXGTUh eD+o8RwPJ5VJsJDS2Gw5xjnyRWTE0pawE9k5ctRP9D3oDAYCf3R4dXSjQIYCG40f/qXU jkx92nhehAeo2iqW5T0mftw2XSPtQ8d2hya+u2Gon7FW5fqEw5etn3c8PtmE0audb5Jv YHfg== X-Received: by 10.152.3.10 with SMTP id 10mr21118lay.35.1385305737204; Sun, 24 Nov 2013 07:08:57 -0800 (PST) Received: from opensuse.site (ppp91-76-170-113.pppoe.mtu-net.ru. [91.76.170.113]) by mx.google.com with ESMTPSA id ed8sm34350256lbc.11.2013.11.24.07.08.56 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sun, 24 Nov 2013 07:08:56 -0800 (PST) Date: Sun, 24 Nov 2013 19:08:55 +0400 From: Andrey Borzenkov To: The development of GNU GRUB Subject: Re: grub2 boot root-on-zfs errors Message-ID: <20131124190855.1ffc1147@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:c03::22d 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: Sun, 24 Nov 2013 15:09:08 -0000 В Sun, 24 Nov 2013 11:14:11 +0200 Beeblebrox пишет: > * Is there a way to compile without docs? This does not work: > ./configure --disable-werror --disable-nls --disable-docs > > * I disabled the docs section manually in grub/Makefile. gmake > completed but still with warning: > /usr/bin/ld: unrecognised emulation mode: elf_x86_64 > Supported emulations: elf_x86_64_fbsd elf_i386_fbsd > cc: error: linker command failed with exit code 1 (use -v to see invocation) > gmake[3]: [efiemu64.o] Error 1 (ignored) > gmake[3]: Leaving directory `/asp/git/grub/grub-core' > > * I proceeded with "gmake install" and previous error now causes a problem: > /usr/bin/install -c -m 644 all_video.mod gdb.mod testspeed.mod tr.mod > progress.mod gcry_arcfour.mod gcry_blowfish.mod gcry_camellia.mod > gcry_cast5.mod gcry_crc.mod gcry_des.mod gcry_dsa.mod gcry_idea.mod > gcry_md4.mod gcry_md5.mod gcry_rfc2268.mod gcry_rijndael.mod > gcry_rmd160.mod gcry_rsa.mod gcry_seed.mod gcry_serpent.mod > gcry_sha1.mod gcry_sha256.mod gcry_sha512.mod gcry_tiger.mod > gcry_twofish.mod gcry_whirlpool.mod modinfo.sh efiemu32.o ./efiemu64.o > '/usr/local/lib/grub/i386-pc' > install: ./efiemu64.o: No such file or directory As a workaround build with --disable-efiemu. You probably do not need it anyway unless booting OS X. > gmake[4]: *** [install-platformDATA] Error 71 > gmake[4]: Leaving directory `/asp/git/grub/grub-core' > gmake[3]: *** [install-am] Error 2 > gmake[3]: Leaving directory `/asp/git/grub/grub-core' > gmake[2]: *** [install] Error 2 > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel