From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sree Harsha Totakura Subject: Re: Gnunet-0.10.0 recipe Date: Tue, 04 Feb 2014 01:21:19 +0100 Message-ID: <52F0327F.8040509@totakura.in> References: <52EA7F73.9010302@totakura.in> <20140130223912.GA12116@debian> <52EAD88B.70409@totakura.in> <874n4k87ce.fsf@gnu.org> <20140203221950.GB23992@debian> <87wqhbkdng.fsf@gnu.org> 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]:43869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WATlV-0001F1-NN for guix-devel@gnu.org; Mon, 03 Feb 2014 19:21:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WATlQ-0001ek-Mk for guix-devel@gnu.org; Mon, 03 Feb 2014 19:21:25 -0500 In-Reply-To: <87wqhbkdng.fsf@gnu.org> 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: "Grothoff, Christian" Cc: guix-devel@gnu.org Hi Christian, Does GNUnet use openssl while building or is it used only during `make check`? Sree On 02/03/2014 11:57 PM, Ludovic Court=C3=A8s wrote: > Andreas Enge skribis: >=20 >> > On Fri, Jan 31, 2014 at 05:05:37PM +0100, Ludovic Court=C3=A8s wrote= : >>> >> Note for upstream: It would be great to use GnuTLS instead of Open= SSL, >>> >> especially given that OpenSSL=E2=80=99s license may be incompatibl= e with the GPL >>> >> in this case. >> > >> > From my trials, I think openssl is used only for "make check". >> > So it should probably pass into native-inputs. >> > >>> >> Could you check with =E2=80=98guix gc --references $(guix build gn= unet)=E2=80=99 if the >>> >> reference on OpenSSL is retained? If not, that=E2=80=99s fine, bu= t otherwise >>> >> that=E2=80=99s not cool. >> > >> > There is no reference to openssl left. > OK, thanks for testing. Then indeed, OpenSSL can be moved to > =E2=80=98native-inputs=E2=80=99 (it won=E2=80=99t be used when cross-co= mpiling anyway, right?). >=20 > Ludo=E2=80=99.