From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Gnunet-0.10.0 recipe Date: Fri, 31 Jan 2014 17:05:37 +0100 Message-ID: <874n4k87ce.fsf@gnu.org> References: <52EA7F73.9010302@totakura.in> <20140130223912.GA12116@debian> <52EAD88B.70409@totakura.in> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9GjO-0005Ic-2f for guix-devel@gnu.org; Fri, 31 Jan 2014 11:14:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9GjH-0002QA-U5 for guix-devel@gnu.org; Fri, 31 Jan 2014 11:14:14 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:53376) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9Gfx-0001cM-AF for guix-devel@gnu.org; Fri, 31 Jan 2014 11:10:41 -0500 In-Reply-To: <52EAD88B.70409@totakura.in> (Sree Harsha Totakura's message of "Thu, 30 Jan 2014 23:56:11 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Sree Harsha Totakura Cc: guix-devel@gnu.org Sree Harsha Totakura skribis: > On 01/30/2014 11:39 PM, Andreas Enge wrote: [...] >> I have additional inputs: >> ("libmicrohttpd" ,libmicrohttpd) >> ("openssl" ,openssl) ; needed for some tests creating TLS certific= ates >>=20 >> Maybe openssl is a remainder from an earlier gnunet version and not need= ed/ >> used anymore? > > The README mentions openssl as a requirement; I forgot to add it. Note for upstream: It would be great to use GnuTLS instead of OpenSSL, especially given that OpenSSL=E2=80=99s license may be incompatible with th= e GPL in this case. Could you check with =E2=80=98guix gc --references $(guix build gnunet)=E2= =80=99 if the reference on OpenSSL is retained? If not, that=E2=80=99s fine, but otherwi= se that=E2=80=99s not cool. Cheers, Ludo=E2=80=99.