From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 12 04:57:43 2020 Received: (at submit) by debbugs.gnu.org; 12 Mar 2020 08:57:43 +0000 Received: from localhost ([127.0.0.1]:55960 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCJex-0007Mw-Dx for submit@debbugs.gnu.org; Thu, 12 Mar 2020 04:57:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:36908) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCJew-0007Mo-2u for submit@debbugs.gnu.org; Thu, 12 Mar 2020 04:57:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51178) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCJeu-0006ZI-TF for guix-patches@gnu.org; Thu, 12 Mar 2020 04:57:41 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_20,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jCJeu-0002q8-2O for guix-patches@gnu.org; Thu, 12 Mar 2020 04:57:40 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:48214) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jCJet-0002kM-SS for guix-patches@gnu.org; Thu, 12 Mar 2020 04:57:40 -0400 Received: from dayas.lan (80-110-126-163.cgn.dynamic.surfer.at [80.110.126.163]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 600BC33653F5; Thu, 12 Mar 2020 09:57:32 +0100 (CET) From: Danny Milosavljevic To: guix-patches@gnu.org Subject: [PATCH] doc: Document that a working environment for building Guix requires "--pure". Date: Thu, 12 Mar 2020 09:57:26 +0100 Message-Id: <20200312085726.18442-1-dannym@scratchpost.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Tags: patch Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 85.13.145.193 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: submit Cc: Danny Milosavljevic X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * doc/guix.texi (Invoking guix environment): Document that a working environment for building Guix requires "--pure". --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index dd32b65fe0..b889032207 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4750,7 +4750,7 @@ the following command creates a Guix development en= vironment that additionally includes Git and strace: =20 @example -guix environment guix --ad-hoc git strace +guix environment --pure guix --ad-hoc git strace @end example =20 Sometimes it is desirable to isolate the environment as much as From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 24 13:51:04 2020 Received: (at 40037) by debbugs.gnu.org; 24 Mar 2020 17:51:04 +0000 Received: from localhost ([127.0.0.1]:55566 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jGnhf-0008TP-R8 for submit@debbugs.gnu.org; Tue, 24 Mar 2020 13:51:04 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44697) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jGnhe-0008Sn-3F for 40037@debbugs.gnu.org; Tue, 24 Mar 2020 13:51:02 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jGnhY-0001rx-Mt; Tue, 24 Mar 2020 13:50:56 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=46976 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jGnhY-0007JC-3q; Tue, 24 Mar 2020 13:50:56 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Danny Milosavljevic Subject: Re: [bug#40037] [PATCH] doc: Document that a working environment for building Guix requires "--pure". References: <20200312085726.18442-1-dannym@scratchpost.org> Date: Tue, 24 Mar 2020 18:50:54 +0100 In-Reply-To: <20200312085726.18442-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Thu, 12 Mar 2020 09:57:26 +0100") Message-ID: <87lfnplk01.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40037 Cc: 40037@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Danny Milosavljevic skribis: > * doc/guix.texi (Invoking guix environment): Document that a working > environment for building Guix requires "--pure". LGTM! From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 24 14:26:12 2020 Received: (at 40037-done) by debbugs.gnu.org; 24 Mar 2020 18:26:12 +0000 Received: from localhost ([127.0.0.1]:55598 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jGoFg-00010q-8p for submit@debbugs.gnu.org; Tue, 24 Mar 2020 14:26:12 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:42940) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jGoFd-00010h-U6 for 40037-done@debbugs.gnu.org; Tue, 24 Mar 2020 14:26:10 -0400 Received: from localhost (unknown [185.128.244.187]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 98AFF3368088; Tue, 24 Mar 2020 19:26:08 +0100 (CET) Date: Tue, 24 Mar 2020 19:26:08 +0100 From: Danny Milosavljevic To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Subject: Re: [bug#40037] [PATCH] doc: Document that a working environment for building Guix requires "--pure". Message-ID: <20200324192608.5368ce17@scratchpost.org> In-Reply-To: <87lfnplk01.fsf@gnu.org> References: <20200312085726.18442-1-dannym@scratchpost.org> <87lfnplk01.fsf@gnu.org> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/LUixBvPWs0lN/ZHe..fESS9"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40037-done Cc: 40037-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --Sig_/LUixBvPWs0lN/ZHe..fESS9 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Thanks! Pushed to guix master as commit be743fc0fd1253b5f824cdee38b0b110ef10273b. --Sig_/LUixBvPWs0lN/ZHe..fESS9 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl56UMAACgkQ5xo1VCww uqUWIwf/aNMOVQ+NfstqXZOcze6fh0X1RMpM3ZtPBmqiHvQX8Ioz2p46zWyAsis2 6I0tXys38LMso2ePd4w5vH0ozI1B7wTZ+VYkJdFbPYjLMScN9pa+yg1zE98PsEZv hZ7jQZ2MAbEHX8KVyIi0sTowcJ28qoMv7DkEJmLKfEV1OHZ5IhJnylEf7MLyQrjb 1lks/nFnRqeuDuNMMiNTK8mziWv3Od/XHt3p0gwzhLqby2LFASAWltAM0PTGPEh3 SKeuiNqxVlFysyOfrQ7Topuu26AdmK3KfnqBGhlPNkKrvupXkoVonkriR5Nqopn3 1R0HmY9eM8oEAEPFrQdbl73q3mEh8Q== =3kmy -----END PGP SIGNATURE----- --Sig_/LUixBvPWs0lN/ZHe..fESS9-- From unknown Sun Aug 17 22:12:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 22 Apr 2020 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator