From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:35131) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1idmol-0000WU-N4 for guix-patches@gnu.org; Sat, 07 Dec 2019 22:01:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1idmoj-0007tN-Dr for guix-patches@gnu.org; Sat, 07 Dec 2019 22:01:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44123) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1idmof-0007qx-T5 for guix-patches@gnu.org; Sat, 07 Dec 2019 22:01:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1idmof-000106-Sr for guix-patches@gnu.org; Sat, 07 Dec 2019 22:01:01 -0500 Subject: [bug#38390] [core-updates] Scheme-only bootstrap: merge wip-bootstrap Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87tv6qoank.fsf@gnu.org> <87sgm4m9fu.fsf@gnu.org> <87v9r0arni.fsf@gnu.org> <87y2vqdjwz.fsf@gnu.org> Date: Sat, 07 Dec 2019 23:31:37 +0100 In-Reply-To: <87y2vqdjwz.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Fri, 06 Dec 2019 07:53:32 +0100") Message-ID: <871rtfu5rq.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: Jan Nieuwenhuizen Cc: Timothy Sample , 38390@debbugs.gnu.org Hello! Jan Nieuwenhuizen skribis: > Just a heads-up: In a productive and fun debugging session yesterday in > Marrakech Ludo and I got a fix in for this! This means that I now > consider `wip-bootstrap' functionally correct. > > Earlier this week, Ludo and I found a way to not add Gash or Gash Core > Utils to the Bootstrap Seed and instead build them as first packages > using %bootstrap-guile. > > We will be working on a rewrite of wip-bootstrap to have it use Gash > wip-0.2.0+ and include a number of cleanups. It looks like this is all shaping up nicely, and I=E2=80=99m happy to see w= e=E2=80=99ve already (!) reached that point where we can again strip some of the binary seeds! Kudos, comrades! Ludo=E2=80=99.