From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1IdKBp-0000vq-R6 for mharc-grub-devel@gnu.org; Thu, 04 Oct 2007 02:28:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IdKBn-0000up-A1 for grub-devel@gnu.org; Thu, 04 Oct 2007 02:28:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IdKBl-0000ud-QH for grub-devel@gnu.org; Thu, 04 Oct 2007 02:28:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdKBl-0000ua-JE for grub-devel@gnu.org; Thu, 04 Oct 2007 02:28:01 -0400 Received: from ug-out-1314.google.com ([66.249.92.168]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IdKBl-0001c1-CP for grub-devel@gnu.org; Thu, 04 Oct 2007 02:28:01 -0400 Received: by ug-out-1314.google.com with SMTP id m4so308309uge for ; Wed, 03 Oct 2007 23:27:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=FiDHwX4BYOgS0LYdCdjxEg3PP7N3JlvLDVsdixK6Xkc=; b=CjhOTY4CUZmQ8ohCi2/gnS+MTzEVfoAI5kP7kvEa/OArgLoUzyXPzS74T2joab7kVc2YSzMJheGAq5jU7WtI2/NGODAGNpJXcNN85+7TM9pR7JZdhKABPkdGB68Klv3cpjYzAYZxBiuNDKZR2W5+aPDVnHRBnNYGvreRttdaVFs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=SSelV/cMFEmKfqkRjrivMuEvnJp9KJKlKU1RplGd+laSEeYl/I25sGkAoxHP0sgQejeYxOMEYs/i2pUlT1dhBGrwjIWwFYyZwZBUDNS30yy0wN5MF8XdIarhDXpfWwe0bJwl7awCyImE/X+5sfEFN4v3BGscRDdh1PgtxO25cxQ= Received: by 10.66.243.4 with SMTP id q4mr1597124ugh.1191479279488; Wed, 03 Oct 2007 23:27:59 -0700 (PDT) Received: from ?192.168.1.20? ( [88.11.140.240]) by mx.google.com with ESMTPS id g30sm5939567ugd.2007.10.03.23.27.57 (version=SSLv3 cipher=RC4-MD5); Wed, 03 Oct 2007 23:27:58 -0700 (PDT) From: Julio Meca Hansen To: grub-devel@gnu.org Content-Type: text/plain Date: Thu, 04 Oct 2007 08:28:51 +0200 Message-Id: <1191479331.2427.0.camel@mobile.box.org> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit X-Detected-Kernel: Linux 2.6 (newer, 2) Subject: multiboot code asking for stubs-32.h under x86-64? X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 06:28:03 -0000 Hi, I'm trying to compile grub2 from a cvs tarball but while it's compiling the code it stops at the multiboot subdirectory producing an error refered to not finding stubs-32.h, but I'm not compiling grub2 for i386, not even x86-64 in biarch mode, but x86-64 in pure mode, without *ANY* kind of 32bit library The steps I used to try to compile grub2 are the following: cat > config.cache < "EOF" grub_cv_check_edata_symbol=yes grub_cv_check_end_symbol=yes grub_cv_check_uscore_edata_symbol=yes grub_cv_check_uscore_end_symbol=yes grub_cv_check_uscore_start_symbol=yes grub_cv_check_uscore_uscore_bss_start_symbol=yes grub_cv_i386_check_nested_functions=no EOF ./configure --prefix=/usr --cache-file=config.cache make make install How can I cleanly compile grub2 without this error? grub-1.95 compiles just fine, but not the cvs version, so something must have changed since that... and 1.95 doesn't serve well my purpose as, if I recall correctly, you mentioned something in the previous month threads about 1.95 not supporting the journal on an ext3 partition? or does it work? Julio