From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 07 09:24:20 2017 Received: (at 28310) by debbugs.gnu.org; 7 Sep 2017 13:24:20 +0000 Received: from localhost ([127.0.0.1]:53983 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dpwn6-0005pB-DS for submit@debbugs.gnu.org; Thu, 07 Sep 2017 09:24:20 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35687) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dpwn5-0005ox-5k for 28310@debbugs.gnu.org; Thu, 07 Sep 2017 09:24:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dpwmq-0005GU-Df for 28310@debbugs.gnu.org; Thu, 07 Sep 2017 09:24:14 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dpwmq-0005GK-AU; Thu, 07 Sep 2017 09:24:04 -0400 Received: from [193.50.110.57] (port=59236 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dpwmp-00035D-UT; Thu, 07 Sep 2017 09:24:04 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Andreas Enge Subject: Re: bug#28310: guix build -n misses package builds References: <20170831190334.GA6673@jurong> <87a82exbj7.fsf@gnu.org> <20170907124255.GA1405@jurong> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 21 Fructidor an 225 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Thu, 07 Sep 2017 15:24:01 +0200 In-Reply-To: <20170907124255.GA1405@jurong> (Andreas Enge's message of "Thu, 7 Sep 2017 14:42:55 +0200") Message-ID: <87bmmmwsjy.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 28310 Cc: 28310@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: -5.0 (-----) Andreas Enge skribis: > On Sat, Sep 02, 2017 at 01:08:12AM +0200, Ludovic Court=C3=A8s wrote: >> =E2=80=9C-n=E2=80=9D now implies =E2=80=9C--no-grafts=E2=80=9D (commit >> fd59105c49965db956fac73c68d8b00d068f5d5c). This was motivated by the >> need to have -n really perform a dry run. >>=20 >> The downside is that with -n we now see only half of the build plan, and >> when we remove -n, we start with the other half of the build plan, >> grafting. >>=20 >> The =E2=80=9Cbuild continuation=E2=80=9D idea of =E2=80=98wip-gexp-graft= s=E2=80=99, discussed in >> , could in theory help with that. > > Okay, so to simplify, I am closing this bug report. I=E2=80=99ve reopened it (it=E2=80=99s a real problem after all) so we can = keep track of it, and feel the relief when we finally close it. :-) Ludo=E2=80=99.