|
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 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
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 | address@hidden | | www.crazy-compilers.com | compilers which you thought are impossible |
[Prev in Thread] | Current Thread | [Next in Thread] |