From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48344) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ic5bF-0007Sb-Uu for guix-patches@gnu.org; Tue, 03 Dec 2019 05:40:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ic5bC-00033R-Su for guix-patches@gnu.org; Tue, 03 Dec 2019 05:40:08 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:33355) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ic5bA-0002xs-Pv for guix-patches@gnu.org; Tue, 03 Dec 2019 05:40:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ic5b7-00063n-NC for guix-patches@gnu.org; Tue, 03 Dec 2019 05:40:01 -0500 Subject: [bug#38455] [PATCH] doc: Mention how to test against make / guix pull breakage. Resent-Message-ID: MIME-Version: 1.0 References: <20191202091550.15132-1-mail@ambrevar.xyz> <20191202203157.70c0310c@scratchpost.org> <877e3eo579.fsf@ambrevar.xyz> <20191202224841.502b6c4f@scratchpost.org> In-Reply-To: <20191202224841.502b6c4f@scratchpost.org> From: zimoun Date: Tue, 3 Dec 2019 11:39:09 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" 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: Danny Milosavljevic Cc: 38455@debbugs.gnu.org, Pierre Neidhardt Hi Danny, On Mon, 2 Dec 2019 at 22:59, Danny Milosavljevic wrote: > On Mon, 02 Dec 2019 21:14:34 +0100 > Pierre Neidhardt wrote: > > > Why would you need the ad-hoc part though? > > I've added it because it didn't work without. Recently? > I *think* is was because there was a time where guile-json > was not a dependency of guix-the-package but it became > one of the guix git checkout, making the build of the guix > git checkout in a guix environment fail. > I really can't remember, though. I remember as well something like that. But now, it is fixed: "guix environment guix --pure" does the correct job, I guess. > Some parts of the Guix build use git--can't remember which. I do not think so. But having Git in the environment is really helpful (switch branch, revert, log, etc.) Cheers, simon