From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1OFWjS-00079x-V1 for mharc-grub-devel@gnu.org; Fri, 21 May 2010 14:14:03 -0400 Received: from [140.186.70.92] (port=54927 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFWjQ-00077U-13 for grub-devel@gnu.org; Fri, 21 May 2010 14:14:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFWjN-00040Z-N9 for grub-devel@gnu.org; Fri, 21 May 2010 14:13:59 -0400 Received: from mail-ew0-f216.google.com ([209.85.219.216]:37550) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFWjM-00040R-Sr for grub-devel@gnu.org; Fri, 21 May 2010 14:13:57 -0400 Received: by ewy8 with SMTP id 8so279230ewy.8 for ; Fri, 21 May 2010 11:13:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type; bh=0zkz5RqITbpWq8PuhMQRSWFEMi00KVEQafPM1ivBV10=; b=VS5aUDSE9HMdoR7CKcv2v26XvTvr/9g5Tj7x1EfX6mFiHINByn8n+TiK65kXo6h4nK G74bJyhO9T8AdPFcbCOtLaBifzaioqotBpB5KgjCphD9LbAQYtwr96zxVt6Jsjt433Di Wp4b0SobFcxw0OJggSU/CnaBKRuIWwekkmdEs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; b=uN/nrKmdE8xFA8ihgg0aYnhMLZu61nE0ynvcKMZIrYFrIyNs/0Udjx7T/iBWRn8aFu QOJKh2huAUnVPWr8aD+H1zMXOIJBF1ASyWAZczn/b7samb4fh5w8OTqPeVJEQQH6pvJd v2k2p4QBPizy6eB/W8O9gD+iYKW6eiQsnYH3Q= Received: by 10.213.65.205 with SMTP id k13mr716718ebi.99.1274465635508; Fri, 21 May 2010 11:13:55 -0700 (PDT) Received: from debian.bg45.phnet (gprs29.swisscom-mobile.ch [193.247.250.29]) by mx.google.com with ESMTPS id 14sm605555ewy.14.2010.05.21.11.13.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 21 May 2010 11:13:54 -0700 (PDT) Message-ID: <4BF6CD57.4000306@gmail.com> Date: Fri, 21 May 2010 20:13:43 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: The development of GNU GRUB References: In-Reply-To: X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigF73D170663DE4E4AB77BD992" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: grub2 not compiling - grub_gettext error X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 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: Fri, 21 May 2010 18:14:01 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigF73D170663DE4E4AB77BD992 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Fixed KESHAV P.R. wrote: > Compiling grub2 for x86_64-UEFI > > ./configure --with-platform=3Defi --target=3Dx86_64 > --program-transform-name=3Ds,grub,grub2, --enable-efiemu > --enable-mm-debug --enable-grub-fstest --enable-grub-mkfont > --disable-nls --prefix=3D/grub2_efi_x64 > > and i386-BIOS > > ./configure --with-platform=3Dpc --enable-efiemu > --program-transform-name=3Ds,grub,grub2, --enable-grub-emu-usb > --enable-mm-debug --enable-grub-fstest --enable-grub-mkfont > --disable-nls --prefix=3D/grub2_BIOS > > gives the following errors :- > > x86_64-UEFI > > In file included from ../loader/efi/chainloader.c:36:0: > ../include/grub/i18n.h:52:1: error: =E2=80=98grub_gettext=E2=80=99 rede= clared as > different kind of symbol > ../include/grub/i18n.h:25:22: note: previous declaration of > =E2=80=98grub_gettext=E2=80=99 was here > make: *** [chain_mod-loader_efi_chainloader.o] Error 1 > > i386-BIOS > > In file included from ../commands/i386/pc/drivemap.c:29:0: > ../include/grub/i18n.h:52:1: error: =E2=80=98grub_gettext=E2=80=99 rede= clared as > different kind of symbol > ../include/grub/i18n.h:25:22: note: previous declaration of > =E2=80=98grub_gettext=E2=80=99 was here > make: *** [drivemap_mod-commands_i386_pc_drivemap.o] Error 1 > > I am not a programmer, but after checking bzr log I guess grub2 bzr > revision 2381 is the culprit. > > I also have one more question, can ruby 1.9 and python3 be used to > compile grub2? I read that python3 is incompatible with python2. When > I tried to compile grub2 bzr r2384 with python2 and ruby 1.9, I got > the following errors while using autogen.sh command : > > genmk.rb: warning: shadowing outer local variable - util > genmk.rb: warning: shadowing outer local variable - program > > lines repeating many times but the configure still continues. With > ruby 1.8 these errors do not occur. I use Archlinux x86_64 (it is a > rolling release distro) and the ruby version currently available is > 1.9.1 . Can these errors be ignored or will they affect the compiled > program? > > In GRUB2 Manual http://grub.enbug.org/Manual , the grub2 shell help > command is described as "a command that annoyingly scrolls all the > useful commands past your screen size". Any idea of introducing a > pagebreak option like "help -b" that will wait for the user to press > down arrow key or the spacebar or the like to read the entire list of > commands. On the other hand the entire list of commands can be seen by > pressing just at grub> prompt, although the list looks awkward. > This "srcolling past screen" behaviour of help command will become a > problem in case of grub rescue shell as tab completion does not exist > in that. So please change it. Thank you. > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > =20 --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enigF73D170663DE4E4AB77BD992 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iF4EAREKAAYFAkv2zV4ACgkQNak7dOguQgny4AEArHLAAlchPDR4f12H4GK9rkDP YaF/EGgyI4Hbqx+GRrYA/A3HuulpoRubp0ZxPOV5U4im5SM8Zk7kzkvPH4acs4NK =z6Aw -----END PGP SIGNATURE----- --------------enigF73D170663DE4E4AB77BD992--