From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 7/7] gnu: Add prosody. Date: Mon, 22 Aug 2016 21:33:06 -0400 Message-ID: <20160823013306.GB11561@jasmine> References: <20160822193918.27397-1-rekado@elephly.net> <20160822193918.27397-8-rekado@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bc0ad-000086-KH for guix-devel@gnu.org; Mon, 22 Aug 2016 21:33:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bc0aa-0002Bs-HU for guix-devel@gnu.org; Mon, 22 Aug 2016 21:33:19 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:33378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bc0aZ-00029q-BV for guix-devel@gnu.org; Mon, 22 Aug 2016 21:33:16 -0400 Content-Disposition: inline In-Reply-To: <20160822193918.27397-8-rekado@elephly.net> 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" To: Ricardo Wurmus Cc: guix-devel@gnu.org On Mon, Aug 22, 2016 at 09:39:18PM +0200, Ricardo Wurmus wrote: > * gnu/packages/messaging.scm (prosody): New variable. > + (inputs > + `(("libidn" ,libidn) > + ("openssl" ,openssl) > + ("lua" ,lua-5.1) > + ("lua-expat" ,lua5.1-expat) > + ("lua-socket" ,lua5.1-socket) > + ("lua-filesystem" ,lua5.1-filesystem) > + ("lua-sec" ,lua5.1-sec))) I used `guix environment --ad-hoc` to put prosody in my environment, and then I ran it without any configuration. It created the log file 'prosody.err', which contained this line, twice: Aug 22 21:31:33 localhost:tls error Unable to initialize TLS: LuaSec (required for encryption) was not found