From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1QLR7T-00032d-WE for mharc-grub-devel@gnu.org; Sat, 14 May 2011 22:31:48 -0400 Received: from eggs.gnu.org ([140.186.70.92]:38505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLR7R-000316-IX for grub-devel@gnu.org; Sat, 14 May 2011 22:31:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QLR7Q-0008SD-Fa for grub-devel@gnu.org; Sat, 14 May 2011 22:31:45 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:48137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLR7Q-0008Rz-DG for grub-devel@gnu.org; Sat, 14 May 2011 22:31:44 -0400 Received: by gxk23 with SMTP id 23so1528567gxk.0 for ; Sat, 14 May 2011 19:31:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=GvelKwnhYzYAw1Ayg1maihYcTtFnMvSFfMV2Kgk1LUM=; b=fI/nP9HwyAlxvowOWo6LJpJ1bDUZgWCvqKZk+kABWs2AAC34b22dF4QXkV80QrtS5q 5GurgNnzJVtYSL6h7old3y89TKQoEZDRNm96HVRKuQZmGd49hp4jhwfx2z3XRbjyCJ2t nsFGn9y9vxF29trhTf1BPMoWo4v60LHceiAVE= 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:content-type:content-transfer-encoding; b=V7KzsmlCivXYi5b7BPl4NsqdjJLfvm7WlQhs/JpT07BWOt80kAO5GPMYl3NnjzTGfx nK1pmO5qcaoLaZPDb1fzATBtF1FBgiDcbnUN/rwkdpg6fVXqvCDbSoeHnbkz9Qc9AW80 DCf+uFUNE8hIauut4FTbsyTwP23ZQAjcz1JT0= Received: by 10.236.181.164 with SMTP id l24mr2947689yhm.71.1305426703614; Sat, 14 May 2011 19:31:43 -0700 (PDT) Received: from [192.168.0.75] (cpe-72-181-111-242.satx.res.rr.com [72.181.111.242]) by mx.google.com with ESMTPS id x74sm1828037yhn.15.2011.05.14.19.31.43 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 14 May 2011 19:31:43 -0700 (PDT) Message-ID: <4DCF3B0E.9090000@gmail.com> Date: Sat, 14 May 2011 21:31:42 -0500 From: Bruce Dubbs User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080722 SeaMonkey/1.1.11 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: GRUB 1.99 released References: <4DCF04EA.7020309@gmail.com> In-Reply-To: <4DCF04EA.7020309@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.169 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, 15 May 2011 02:31:46 -0000 Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Hello, all > > I'm proud to announce the release of GNU GRUB version 1.99. Congratulations on the release. As one who builds almost everything form source, the download and build went very smoothly. Thank you. I want to share some nits with you. Use them or ignore them as you please. -- Bruce 1. The install creates an empty directory: /usr/share/grub 2. There were several trivial build warnings: grub_script.yy.h:293: warning: 'yy_flex_strncpy' declared 'static' but never defined grub_script.yy.c:2241: warning: unused parameter 'yyscanner' grub_script.yy.c:2482: warning: unused parameter 'yyscanner' config.status: WARNING: 'util/grub.d/10_linux.in' seems to ignore the --datarootdir setting config.status: WARNING: 'util/grub.d/20_linux_xen.in' seems to ignore the --datarootdir setting config.status: WARNING: 'util/grub-install.in' seems to ignore the --datarootdir setting config.status: WARNING: 'util/grub-mknetdir.in' seems to ignore the --datarootdir setting fs/btrfs.c: In function 'grub_btrfs_read_logical': fs/btrfs.c:592: warning: 'err' may be used uninitialized in this function grub_script.yy.h:293: warning: 'yy_flex_strncpy' declared 'static' but never defined grub_script.yy.c: In function 'yy_fatal_error': grub_script.yy.c:2241: warning: unused parameter 'msg' grub_script.yy.c:2241: warning: unused parameter 'yyscanner' grub_script.yy.c: At top level: grub_script.yy.c:2279: warning: no previous prototype for 'yyget_column' grub_script.yy.c:2322: warning: no previous prototype for 'yyset_column' grub_script.yy.c: In function 'yy_flex_strncpy': grub_script.yy.c:2482: warning: unused parameter 'yyscanner' lib/libgcrypt-grub/cipher/camellia.c:450: warning: no previous prototype for 'camellia_setup128' lib/libgcrypt-grub/cipher/camellia.c:661: warning: no previous prototype for 'camellia_setup256' lib/libgcrypt-grub/cipher/camellia.c:947: warning: no previous prototype for 'camellia_setup192' lib/libgcrypt-grub/cipher/camellia.c: In function 'camellia_setup192': lib/libgcrypt-grub/cipher/camellia.c:951: warning: implicit declaration of function 'memcpy' lib/libgcrypt-grub/cipher/camellia.c: At top level: lib/libgcrypt-grub/cipher/camellia.c:969: warning: no previous prototype for 'camellia_encrypt128' lib/libgcrypt-grub/cipher/camellia.c:1059: warning: no previous prototype for 'camellia_decrypt128' lib/libgcrypt-grub/cipher/camellia.c:1152: warning: no previous prototype for 'camellia_encrypt256' lib/libgcrypt-grub/cipher/camellia.c:1266: warning: no previous prototype for 'camellia_decrypt256' lib/libgcrypt-grub/cipher/rijndael.c: In function 'do_setkey': lib/libgcrypt-grub/cipher/rijndael.c:173: warning: comparison between signed and unsigned lib/libgcrypt-grub/cipher/serpent.c: In function 'serpent_key_prepare': lib/libgcrypt-grub/cipher/serpent.c:589: warning: comparison between signed and unsigned reed_solomon.c: Assembler messages: reed_solomon.c:2: Warning: ignoring changed section attributes for .text