From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50743) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gF3oS-0000UF-HW for guix-patches@gnu.org; Tue, 23 Oct 2018 17:02:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gF3oR-000821-6K for guix-patches@gnu.org; Tue, 23 Oct 2018 17:02:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34312) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gF3oQ-00080f-St for guix-patches@gnu.org; Tue, 23 Oct 2018 17:02:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gF3oQ-0002oV-S2 for guix-patches@gnu.org; Tue, 23 Oct 2018 17:02:02 -0400 Subject: bug#33038: [PATCH 3/6] bootstrap: Add %bootstrap-mes. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Jan Nieuwenhuizen References: <20181014085857.3863-1-janneke@gnu.org> <20181014085857.3863-3-janneke@gnu.org> <87r2gld3nt.fsf@gnu.org> <875zxxax4f.fsf@gnu.org> <87sh0z6m83.fsf@gnu.org> <87ftwz9e9y.fsf@gnu.org> Date: Tue, 23 Oct 2018 23:00:44 +0200 In-Reply-To: <87ftwz9e9y.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Sun, 21 Oct 2018 23:32:41 +0200") Message-ID: <874ldccr9f.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 33038-done@debbugs.gnu.org Jan Nieuwenhuizen writes: >> Anyway LGTM modulo maybe one rebuild and commit log tweak. > > Great, once everything builds I'll update core-updates-next on savannah, > ping this bug and close it. Otherwise...oh well. Did those, pushed to core-updates-next as d0bb7ed61ed9e356c53de1a8e9bd6c2ec030ffb6 doc: Update Preparing to Use the Bootstrap Binaries. Marius has a couple of patches on his wip-gcc7 branch that we may already want to include in core-updates-next too, but I'll leave that to him. --8<---------------cut here---------------start------------->8--- bc05a8a9d gnu: Remove duplicate linux-libre-headers package from bootstrap inputs. c697fdfc1 gnu: gcc-boot0: Improve gcc-wrapper workarounds. 7c1ddb3a4 gnu: libstdc++-boot0: Improve gcc-wrapper workaround. 60111ea82 gnu: Remove gcc-for-libstdc++. --8<---------------cut here---------------end--------------->8--- I think that I'm "done" here, there's the `put new bootstrap binaries on ftp.gnu.org/pub/guix/...', are you taking care of that? Thanks! janneke