From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFMVo-0000vn-DW for guix-patches@gnu.org; Wed, 24 Oct 2018 13:00:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFMVn-0004pd-9G for guix-patches@gnu.org; Wed, 24 Oct 2018 13:00:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36182) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gFMVm-0004pQ-UC for guix-patches@gnu.org; Wed, 24 Oct 2018 13:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gFMVm-0006kd-QS for guix-patches@gnu.org; Wed, 24 Oct 2018 13:00:02 -0400 Subject: [bug#33038] [PATCH 3/6] bootstrap: Add %bootstrap-mes. Resent-Message-ID: From: Jan Nieuwenhuizen In-Reply-To: <87zhv32u95.fsf@fastmail.com> (Marius Bakke's message of "Wed, 24 Oct 2018 18:18:30 +0200") 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> <874ldccr9f.fsf@gnu.org> <87zhv32u95.fsf@fastmail.com> Date: Wed, 24 Oct 2018 18:58:44 +0200 Message-ID: <87woq7qo1n.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: Marius Bakke Cc: 33038-done@debbugs.gnu.org Marius Bakke writes: Hi! >> 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--- > > These fixes are purely cosmetic, but feel free to include them. I hope > to merge the full branch before core-updates-next is started in a month > or two, so they'll get there eventually. Ok. Then I'd suggest we take them in whenever it's opportune to do so. Possibly with a new seed generation, putting binaries on gnu.org. >> 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? > > Is it possible to generate these somehow? The mirror at lilypond.org is > serving me the wrong tarball: Ouch; yes. I get the same, wrong hash on the lilypond.org download. Luckily the hashes that I committed are correct. I used `guix download' of the build and didn't always update lilypond.org (I failed to do so this last time...oops). --8<---------------cut here---------------start------------->8--- 18:46:50 janneke@dundal:~/src/guix-wip $ git checkout -B wip-seed 668ffe1e4 Reset branch 'wip-seed' 18:46:53 janneke@dundal:~/src/guix-wip $ make .... 18:46:58 janneke@dundal:~/src/guix-wip $ ./pre-inst-env guix build mes-stripped-tarball /gnu/store/nyajrfqv40w3xr21pwpdr6plz2l0xzz6-mes-stripped-tarball-0.18-0.08f04f5 18:47:05 janneke@dundal:~/src/guix-wip $ guix hash /gnu/store/nyajrfqv40w3xr21pwpdr6plz2l0xzz6-mes-stripped-tarball-0.18-0.08f04f5/mes-stripped-0.18-0.08f04f5-x86_64-linux.tar.xz 1yhxqf1sm67gwjbkkc26m4lcscvpjfmi71bzy8rhysal4lcj1vc8 $ guix hash /gnu/store/nyajrfqv40w3xr21pwpdr6plz2l0xzz6-mes-stripped-tarball-0.18-0.08f04f5 18:49:08 janneke@dundal:~/src/guix-wip $ ./pre-inst-env guix build --system=i686-linux mes-stripped-tarball --substitute-urls="http://192.168.32.125:8181 http://192.168.32.123:8181 http://192.168.32.121:8181 http://192.168.32.122:8181 https://berlin.guixsd.org" /gnu/store/s0dsrq9mjan4qkyl8nfmbdha0p9mscyc-mes-stripped-tarball-0.18-0.08f04f5 18:49:21 janneke@dundal:~/src/guix-wip $ guix hash /gnu/store/s0dsrq9mjan4qkyl8nfmbdha0p9mscyc-mes-stripped-tarball-0.18-0.08f04f5/mes-stripped-0.18-0.08f04f5-i686-linux.tar.xz 1p116ya9n52852bryh34n7db4mhvi98qifmmwygl7nbyc4dz92jy --8<---------------cut here---------------end--------------->8--- I have updated the lilypond.org dowload...sorry, and thanks for your report! janneke