From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sree Harsha Totakura Subject: Re: Gnunet-0.10.0 recipe Date: Fri, 31 Jan 2014 00:33:20 +0100 Message-ID: <52EAE140.8090805@totakura.in> 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: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W916w-0002cG-Hm for guix-devel@gnu.org; Thu, 30 Jan 2014 18:33:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W916o-0000VT-JS for guix-devel@gnu.org; Thu, 30 Jan 2014 18:33:30 -0500 Received: from mail-out1.informatik.tu-muenchen.de ([131.159.0.8]:36704 helo=smtp1.informatik.tu-muenchen.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W916o-0000Us-D6 for guix-devel@gnu.org; Thu, 30 Jan 2014 18:33:22 -0500 Received: from [192.168.1.4] (unknown [10.149.93.73]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.in.tum.de (Postfix) with ESMTPSA id E96C7240072 for ; Fri, 31 Jan 2014 00:33:20 +0100 (CET) In-Reply-To: <52EAD88B.70409@totakura.in> 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: guix-devel@gnu.org Here's the new patch with Andreas' changes and Openssl included as a dependency. Sree On 01/30/2014 11:56 PM, Sree Harsha Totakura wrote: > Yes, this looks better, perhaps Ludo can replace the relevant part with > this. > >> > (where the 'set-path-for-check phase will be made obsolete by the recent >> > gnunet modification I suggested in its bug tracker). > Yes, this will be made obsolete. > >> > >> > We have slightly different inputs; what is opus needed for? Apart from that, > We now have a new voice-chat service called conversation. Opus is the > audio codec it requires, hence the new dependency. > >> > I have additional inputs: >> > ("libmicrohttpd" ,libmicrohttpd) >> > ("openssl" ,openssl) ; needed for some tests creating TLS certificates >> > >> > Maybe openssl is a remainder from an earlier gnunet version and not needed/ >> > used anymore? > The README mentions openssl as a requirement; I forgot to add it. > Perhaps the build didn't build relevant parts or testcases. > > I shall try adding the openssl dependency and see how it goes.