From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwpft-0000b4-Lv for guix-patches@gnu.org; Sat, 08 Apr 2017 08:41:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwpfq-0001lL-Ki for guix-patches@gnu.org; Sat, 08 Apr 2017 08:41:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38995) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cwpfq-0001l9-Gr for guix-patches@gnu.org; Sat, 08 Apr 2017 08:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cwpfq-0005Zd-9t for guix-patches@gnu.org; Sat, 08 Apr 2017 08:41:02 -0400 Subject: bug#26366: [PATCH] doc: Specify that Guix should be built from within a container. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87inmjcn1o.fsf@lassieur.org> <20170405074943.27404-1-clement@lassieur.org> Date: Sat, 08 Apr 2017 14:40:13 +0200 In-Reply-To: <20170405074943.27404-1-clement@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Wed, 5 Apr 2017 09:49:43 +0200") Message-ID: <87bms7qdhu.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 26366@debbugs.gnu.org Cl=C3=A9ment Lassieur skribis: > * doc/contributing.texi: add '--container' and '--network' options to the > 'guix environment guix' command. [...] > +course, by using Guix! The following command starts a new shell within > +an isolated container where all the dependencies and appropriate > +environment variables are set up to hack on Guix: >=20=20 > @example > -guix environment guix > +guix environment --container --network guix > @end example What=E2=80=99s the rationale? Was this to address the warnings in your fir= st message? It=E2=80=99s possible and a good way to silence the warnings you were seein= g, but it should work fine without it too. Thanks, Ludo=E2=80=99.