From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NHlt9-0006HT-4V for mharc-grub-devel@gnu.org; Mon, 07 Dec 2009 17:17:03 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHlt7-0006GG-Ti for grub-devel@gnu.org; Mon, 07 Dec 2009 17:17:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHlt2-00069V-W0 for grub-devel@gnu.org; Mon, 07 Dec 2009 17:17:01 -0500 Received: from [199.232.76.173] (port=48025 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHlt2-00069D-Mu for grub-devel@gnu.org; Mon, 07 Dec 2009 17:16:56 -0500 Received: from mail-ew0-f215.google.com ([209.85.219.215]:36296) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHlt2-00040a-FI for grub-devel@gnu.org; Mon, 07 Dec 2009 17:16:56 -0500 Received: by ewy7 with SMTP id 7so6366408ewy.32 for ; Mon, 07 Dec 2009 14:16:55 -0800 (PST) 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=m34l7u26d/bkuG4Y3uuC3yLUnwV5vDKbiu9fAcJ1zjg=; b=aSld30/rNNTrsS+iXaukR9PY2BBz2ueq+m/HsS8nTNnJBDer5CjYzWCOg+G6QSqii/ uvGhWNTJhaui1+i3/NU4pKpqD35mCG4JDq+UoTuSiY9X7i/ttKhLGuxpHo8H//UucQQ/ DqOFg0vQt4q9r/9aDKK4IcrNp2DbLxOhAjbwo= 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=g2g5pcdWq2eob7zDlHpoVk10EGY7ODc8S5dQqVzQuKD8xdaYuJbbW6iAmR7VoomEfA jhlwfwIzwhGJgtTq1ct9QMEhJmTt6tEO0HP6JvvPpDlDykr1hk9aw+qb0LP3rAvTq6Po /8P31RcO4LXmf1hmWeGqiAxpR1Oxr1Od2/Img= Received: by 10.213.37.203 with SMTP id y11mr4235122ebd.29.1260224215196; Mon, 07 Dec 2009 14:16:55 -0800 (PST) Received: from debian.bg45.phnet (gprs01.swisscom-mobile.ch [193.247.250.1]) by mx.google.com with ESMTPS id 15sm3658292ewy.4.2009.12.07.14.16.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 07 Dec 2009 14:16:54 -0800 (PST) Message-ID: <4B1D7ED2.2080609@gmail.com> Date: Mon, 07 Dec 2009 23:16:50 +0100 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: <4B1D3D7E.5000909@gmail.com> <4B1D5C89.8080104@gmail.com> <4B1D6AB9.8070105@gmail.com> In-Reply-To: <4B1D6AB9.8070105@gmail.com> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig0EB878A7085481C1FECA7752" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: autogen.sh warnings 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: Mon, 07 Dec 2009 22:17:02 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig0EB878A7085481C1FECA7752 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Bruce Dubbs wrote: > Vladimir '=CF=86-coder/phcoder' Serbinenko wrote: > >> Thanks. I'll let someone more familiar with automake to review automak= e >> parts. Just a comment to import_gcry > >>> These are generated by util/import_gcry.py by copying (and in some >>> cases modifying) the files in lib/libgcrypt to lib/libgcrypt-grub. It= >>> also creates cipher.h, memory.h, and types.h. >>> >>> The warnings above appear to be spurious for autogen.sh > >> crypto and experimental branches have newer import_gcry.py which has >> less warning by skipping copying files unnecessary for grub2. If you >> want to fix remaining warnings (on rsa, dsa, elgamal, primegen and ecc= ) >> implement assymetric cryptography support (it's planned but may need >> changes to core to be useful, there are lower hanging fruits for >> crypto). > > I'm not following you completely. I am trying to clean up the build > environment, but not getting into the actual code. =20 Some warnings need code changes to be correctly fixed. > I think the crypto was just recently merged into trunk, but I'm not > knowledgeable about the details yet to make any substantive changes. > crypto isn't really in trunk, only libgcrypt import is. The crypto is in crypto and experimental > The warning about files being copied not being modules seemed to be > overkill. =20 Such files are actually useless. And they (useless but copied files) have to be warned about. This way we notice if new import has new feature grub2 and/or import_gcry.py should be adjusted for. In experimental only 5 files are still in this situation. > Perhaps it could be left in and the WARNING changed to INFO. This is a problem, not just INFO. --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig0EB878A7085481C1FECA7752 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 iF4EAREKAAYFAksdftIACgkQNak7dOguQgkqRgD9GQsAEuI+wz3KimQEIsdOMqqK Bd9c1TmFl0NX+MZ/gCkA/RhTXddCAmBPN5V+vyuwo6djuhLiP0Qk/kppMsQBOvLf =1YHU -----END PGP SIGNATURE----- --------------enig0EB878A7085481C1FECA7752--