From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:35627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h6mcJ-0005jA-7R for guix-patches@gnu.org; Wed, 20 Mar 2019 21:35:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h6mOE-0007na-J1 for guix-patches@gnu.org; Wed, 20 Mar 2019 21:21:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39003) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h6mOE-0007m5-70 for guix-patches@gnu.org; Wed, 20 Mar 2019 21:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h6mOD-0000jJ-Uk for guix-patches@gnu.org; Wed, 20 Mar 2019 21:21:01 -0400 Subject: [bug#34932] [PATCH] gnu: godot: Update to 3.1. Resent-Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 21 Mar 2019 02:20:51 +0100 From: brettg@posteo.net In-Reply-To: <87d0mlgh9q.fsf@posteo.net> References: <87d0mlgh9q.fsf@posteo.net> Message-ID: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Brett Gilio Cc: Guix-patches , 34932@debbugs.gnu.org This patch is definitely not finished. I need some help. I know that the openssl directory is being deleted in favor of it being compiled using the openssl version from the inputs. However, with this line in the recipe, it fails to compile. Is it perhaps a version compatibility with openssl? On 21.03.2019 02:14, Brett Gilio wrote: >