From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28310: guix build -n misses package builds Date: Thu, 07 Sep 2017 15:24:01 +0200 Message-ID: <87bmmmwsjy.fsf@gnu.org> References: <20170831190334.GA6673@jurong> <87a82exbj7.fsf@gnu.org> <20170907124255.GA1405@jurong> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dpwnv-00088K-Nj for bug-guix@gnu.org; Thu, 07 Sep 2017 09:25:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dpwnm-0005g2-Ea for bug-guix@gnu.org; Thu, 07 Sep 2017 09:25:11 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45303) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dpwnm-0005fv-Bv for bug-guix@gnu.org; Thu, 07 Sep 2017 09:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dpwnm-0005qL-52 for bug-guix@gnu.org; Thu, 07 Sep 2017 09:25:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170907124255.GA1405@jurong> (Andreas Enge's message of "Thu, 7 Sep 2017 14:42:55 +0200") 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: Andreas Enge Cc: 28310@debbugs.gnu.org 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.