From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: Guile bindings of GnuTLS are missing (was: Help needed from Java developer to finish maven) Date: Mon, 24 Apr 2017 14:58:53 +0200 Message-ID: <58FDF68D.2040903@crazy-compilers.com> References: <58F9E310.4070201@crazy-compilers.com> <20170421222508.468d4c18@alma-ubu> <58FC9FB3.4040302@crazy-compilers.com> 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]:54453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d2da3-0001b6-KZ for guix-devel@gnu.org; Mon, 24 Apr 2017 08:59:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d2dZy-0003Oq-Fc for guix-devel@gnu.org; Mon, 24 Apr 2017 08:59:03 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:42229) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d2dZy-0003O6-8T for guix-devel@gnu.org; Mon, 24 Apr 2017 08:58:58 -0400 In-Reply-To: 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: Catonano Cc: guix-devel Am 24.04.2017 um 14:41 schrieb Catonano: > I tried to build your branch just out of curiosity and the configure > of Guix fails because > > configure: error: The Guile bindings of GnuTLS are missing; please > install them. > > I'm running this inside a > > guix environment guix > > so I assume all the deps should be available Yes, this is one of the issues bugging me to quite often. Within the environment you'll also need to run: export SSL_CERT_DIR="$GUIX_ENVIRONMENT/etc/ssl/certs" export SSL_CERT_FILE="$GUIX_ENVIRONMENT/etc/ssl/certs/ca-certificates.crt" export GIT_SSL_CAINFO="$SSL_CERT_FILE" (This is why I wrote myself a script for setting up a guix environment.) -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |