From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Sjbz4-0003bo-MP for mharc-grub-devel@gnu.org; Tue, 26 Jun 2012 16:03:34 -0400 Received: from eggs.gnu.org ([208.118.235.92]:49460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sjbz1-0003bg-IS for grub-devel@gnu.org; Tue, 26 Jun 2012 16:03:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sjbyz-0008Nj-H1 for grub-devel@gnu.org; Tue, 26 Jun 2012 16:03:31 -0400 Received: from mail-wg0-f41.google.com ([74.125.82.41]:34501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sjbyz-0008Mv-8C for grub-devel@gnu.org; Tue, 26 Jun 2012 16:03:29 -0400 Received: by wgbds1 with SMTP id ds1so3772758wgb.0 for ; Tue, 26 Jun 2012 13:03:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; bh=J04G5A51uezj7fp9SbAO7FKK/KwQiTjN7TNO0OmGvaw=; b=JglkISVbHYLEcnEuYes9NOgAfNW8RbLtIO+5eaJLswvRNjqas/riuG5tPhAZw3WnHP 08s046ZsRvzfEOR6u0gYTty7b8XYnkVlguFFnhlVv+vIOz2ZvaW2V8mnaA1Rgj2Jqoy8 0wkdqic2CN0hZGe27dgscQOvJg7rk8rMEQlC5e/l57FAmzyBsvjeq/0RlM49ZiZc/Ixi UpYIRfE3SoFWZm27NxuV/yeJ0Df1ctgH/MW2nzGcCIqXu0FECXrh+dXMQG4xxTpvSetc CpFsaA+OzdGdJ5hjURYI3v+D0KJsxXdmPf64Anjc6UNdvyJyK+IVSKa2cqPnDafGzlNP iJJQ== Received: by 10.180.105.135 with SMTP id gm7mr6795216wib.10.1340741006469; Tue, 26 Jun 2012 13:03:26 -0700 (PDT) Received: from debian.x201.phnet (140-33.203-62.cust.bluewin.ch. [62.203.33.140]) by mx.google.com with ESMTPS id eu4sm5986849wib.2.2012.06.26.13.03.25 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 26 Jun 2012 13:03:25 -0700 (PDT) Message-ID: <4FEA158B.4000306@gmail.com> Date: Tue, 26 Jun 2012 22:03:23 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120624 Icedove/10.0.5 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: Release of 2.00~rc1 References: <4FE62E30.7080608@gmail.com> <4FE9FEF7.6000209@gmail.com> In-Reply-To: <4FE9FEF7.6000209@gmail.com> X-Enigmail-Version: 1.4.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigA45DE26E150C68A6A6E56A61" X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.41 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: Tue, 26 Jun 2012 20:03:33 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigA45DE26E150C68A6A6E56A61 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 26.06.2012 20:27, Bruce Dubbs wrote: > Vladimir '=CF=86-coder/phcoder' Serbinenko wrote: >> Hello, all. I'm proud to introduce 2.00~rc1 to you. >=20 >> It's available as >> ftp://alpha.gnu.org/gnu/grub/grub-2.00~rc1.tar.gz >> or >> ftp://alpha.gnu.org/gnu/grub/grub-2.00~rc1.tar.xz >=20 > Looks very good. From an LFS point of view, the only trivial warnings = I > got were: >=20 > grub-core/lib/libgcrypt-grub/cipher/rijndael.c: In function 'do_setkey'= : > grub-core/lib/libgcrypt-grub/cipher/rijndael.c:173:21: warning: > comparison between signed and unsigned integer expressions [-Wsign-comp= are] >=20 > lib/libgcrypt-grub/cipher/rijndael.c: In function 'do_setkey': > lib/libgcrypt-grub/cipher/rijndael.c:173:21: warning: comparison betwee= n > signed and unsigned integer expressions [-Wsign-compare] >=20 > It looks like the same warning but built twice: >=20 Yes, once for core and once for tools which may be for different archs (most commonly tools are amd64 and core is i386) > ./grub-core/lib/libgcrypt/cipher/rijndael.c > ./grub-core/lib/libgcrypt-grub/cipher/rijndael.c >=20 > I'm not sure why two files have the same name with different code, even= > if they are in different directories. >=20 One is original and another one is automatically imported one. > Compiler is gcc-4.7.0. >=20 > -- Bruce >=20 > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enigA45DE26E150C68A6A6E56A61 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.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAk/qFYsACgkQNak7dOguQgmVKQD/VnQf7ONy3ZS64Z9aDLCJ0AyG hB0+OIBtoQQE1bT7qq0BAMQyTQxy8WrPdGmMxveXwp23BeQMlJF3oXWriKez5eau =ayxO -----END PGP SIGNATURE----- --------------enigA45DE26E150C68A6A6E56A61--