From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Wielkiewicz Subject: bug#37347: 'guix environment' fails after trying to follow the steps from "Running Guix Before It Is Installed" page Date: Thu, 3 Oct 2019 18:39:45 +0200 Message-ID: <20191003183945.2397bacf@kompiuter> References: <20190909024917.19b37a23@kompiuter> <20190911225318.49617ba0@interia.pl> <87tv9c5iyn.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55941) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iG4A3-00054S-Lh for bug-guix@gnu.org; Thu, 03 Oct 2019 12:41:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iG4A2-0006wE-Gq for bug-guix@gnu.org; Thu, 03 Oct 2019 12:41:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60379) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iG4A2-0006w8-Df for bug-guix@gnu.org; Thu, 03 Oct 2019 12:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iG4A2-0002me-9p for bug-guix@gnu.org; Thu, 03 Oct 2019 12:41:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87tv9c5iyn.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: Julien Lepiller , Jesse Gibbons , 37347@debbugs.gnu.org On Mon, 16 Sep 2019 18:01:04 +0200 Ludovic Court=C3=A8s wrote: > It looks like X.509 certificates used to authenticate web sites over > HTTPS could not be found. >=20 > Did you set environment variables and all as described at > ? >=20 > HTH, > Ludo=E2=80=99. Hi again, I've tried setting these variables in the environment but the same effect. How can I get "guix refresh" to work in the environment? I think this should be explained somewhere a bit more, because after reading the packaging tutorial and parts of the documentation I couldn't set up the development environment for Guix.=20 A simple step-by-step tutorial or just list of things to do would make it more understandable. Is this already work in progress in the Cookbook? For example in this section: https://guix.gnu.org/manual/en/html_node/Building-from-Git.html#Building-fr= om-Git It is easy to miss the last step - running "make check", because it isn't explained that running "make check" is necessary to be able to run ./pre-inst-env. I thought I could just skip this and start hacking. It would be more clear if the manual or the cookbook contained a step-by-step list like this: Quick setting up the environment: 1. git clone ... 2. ./bootstrap 3. ./configure --localstatedir=3D/var/ 4. make check 5. setting certificates to be able to update a package etc. Jan Wielkiewicz