From unknown Fri Sep 05 11:01:11 2025 X-Loop: help-debbugs@gnu.org Subject: bug#33795: Update mes-minimal-stripped-tarball to Mes 0.19 on gnu.org Resent-From: Jan Nieuwenhuizen Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 18 Dec 2018 18:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 33795 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 33795@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.154515827923549 (code B ref -1); Tue, 18 Dec 2018 18:38:01 +0000 Received: (at submit) by debbugs.gnu.org; 18 Dec 2018 18:37:59 +0000 Received: from localhost ([127.0.0.1]:53682 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZKFf-00067g-92 for submit@debbugs.gnu.org; Tue, 18 Dec 2018 13:37:59 -0500 Received: from eggs.gnu.org ([208.118.235.92]:39342) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZKFd-00067S-OB for submit@debbugs.gnu.org; Tue, 18 Dec 2018 13:37:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZKFX-00024V-E4 for submit@debbugs.gnu.org; Tue, 18 Dec 2018 13:37:48 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48991) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gZKFX-000243-8U for submit@debbugs.gnu.org; Tue, 18 Dec 2018 13:37:47 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZKFU-0000jW-8V for bug-guix@gnu.org; Tue, 18 Dec 2018 13:37:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZKFT-0001qz-2B for bug-guix@gnu.org; Tue, 18 Dec 2018 13:37:44 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZKFO-0001Yu-1P; Tue, 18 Dec 2018 13:37:38 -0500 Received: from [2001:980:1b4f:1:42d2:832d:bb59:862] (port=39254 helo=dundal.peder.onsbrabantnet.nl) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gZKFN-0008NO-NQ; Tue, 18 Dec 2018 13:37:37 -0500 From: Jan Nieuwenhuizen Date: Tue, 18 Dec 2018 19:37:33 +0100 Message-ID: <877eg6vfyq.fsf@gnu.org> 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-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) 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: -6.0 (------) Hi! The current Mes bootstrap on Guix has a big problem: the bin directory has been stripped from mes-minimal-stripped-tarball; so the bootstrap in core-updates really (accidentally) depends on bootstrap-guile. This has been addressed by Ricardo and me at the R-B summit last week. I also managed to release Mes-0.19, which makes for a much faster bootstrap using Mes, and gives us a richer Mes C library that will allow us to build bash and tar, hopefully. On my core-updates branch at gitlab (https://gitlab.com/janneke/guix, 52c475a606 bootstrap: srfi-43: Remove) I have patches for all the above. Checking out the commit core-updates~4 --8<---------------cut here---------------start------------->8--- ef809e3ac036eccc5f9c9edd8fb661d14ae15f2f bootstrap: Add mes-boot0; decouple mes-boot from Mes. --8<---------------cut here---------------end--------------->8--- I have built a new mes-minimal-stripped-tarball that I would like to put up on gnu.org --8<---------------cut here---------------start------------->8--- 19:26:16 janneke@dundal:~/src/guix/wip-seed=20 $ guix hash /gnu/store/h80vzl6w2ih4hnrpmczs4m7v0qc888m9-mes-minimal-strippe= d-tarball-0.19/mes-minimal-stripped-0.19-i686-linux.tar.xz=20 0k7kkl68a6xaadv47ij0nr9jm5ca1ffj38n7f2lg80y72wdkwr9h --8<---------------cut here---------------end--------------->8--- The subsequent commit --8<---------------cut here---------------start------------->8--- 986e982884 bootstrap: bootstrap-mes: Update. --8<---------------cut here---------------end--------------->8--- has, apart from the guix hash update also --8<---------------cut here---------------start------------->8--- - "http://lilypond.org/janneke/guix/20181214/" - "mes-minimal-stripped-0.18-1.a155a0a-i686-linux.tar.xz")) + "http://lilypond.org/janneke/guix/20181215/" + "mes-minimal-stripped-0.19-i686-linux.tar.xz")) --8<---------------cut here---------------end--------------->8--- I'd be happy if we can do with a rewrite of the url this commit. Sorry for updating so soon, I sure hope we can keep this Mes-0.19 for quite some time. janneke --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com From unknown Fri Sep 05 11:01:11 2025 X-Loop: help-debbugs@gnu.org Subject: bug#33795: Update mes-minimal-stripped-tarball to Mes 0.19 on gnu.org Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 20 Dec 2018 08:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33795 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Jan Nieuwenhuizen Cc: 33795@debbugs.gnu.org Received: via spool by 33795-submit@debbugs.gnu.org id=B33795.154529313623378 (code B ref 33795); Thu, 20 Dec 2018 08:06:01 +0000 Received: (at 33795) by debbugs.gnu.org; 20 Dec 2018 08:05:36 +0000 Received: from localhost ([127.0.0.1]:55402 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZtKp-000650-Jj for submit@debbugs.gnu.org; Thu, 20 Dec 2018 03:05:35 -0500 Received: from eggs.gnu.org ([208.118.235.92]:56157) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZtKo-00064n-FT for 33795@debbugs.gnu.org; Thu, 20 Dec 2018 03:05:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZtKi-000303-JB for 33795@debbugs.gnu.org; Thu, 20 Dec 2018 03:05:29 -0500 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 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZtKd-0002p6-1v; Thu, 20 Dec 2018 03:05:24 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=45552 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gZtKc-0005tg-PL; Thu, 20 Dec 2018 03:05:22 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <877eg6vfyq.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 30 Frimaire an 227 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-pc-linux-gnu Date: Thu, 20 Dec 2018 09:05:17 +0100 In-Reply-To: <877eg6vfyq.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Tue, 18 Dec 2018 19:37:33 +0100") Message-ID: <87ftussjwi.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" 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-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: -6.0 (------) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello Janneke! Jan Nieuwenhuizen skribis: > On my core-updates branch at gitlab (https://gitlab.com/janneke/guix, > 52c475a606 bootstrap: srfi-43: Remove) I have patches for all the above. > > Checking out the commit core-updates~4 > > ef809e3ac036eccc5f9c9edd8fb661d14ae15f2f > bootstrap: Add mes-boot0; decouple mes-boot from Mes. > > > I have built a new mes-minimal-stripped-tarball that I would like to put > up on gnu.org > > 19:26:16 janneke@dundal:~/src/guix/wip-seed=20 > $ guix hash /gnu/store/h80vzl6w2ih4hnrpmczs4m7v0qc888m9-mes-minimal-strip= ped-tarball-0.19/mes-minimal-stripped-0.19-i686-linux.tar.xz=20 > 0k7kkl68a6xaadv47ij0nr9jm5ca1ffj38n7f2lg80y72wdkwr9h I=E2=80=99ve rebuilt it and here=E2=80=99s what I got: =2D-8<---------------cut here---------------start------------->8--- ludo@ribbon ~/src/guix/+core-updates$ git describe v0.16.0-178-gef809e3ac0 ludo@ribbon ~/src/guix/+core-updates$ git log | head -1 commit ef809e3ac036eccc5f9c9edd8fb661d14ae15f2f ludo@ribbon ~/src/guix/+core-updates$ ./pre-inst-env guix build bootstrap-t= arballs -r bootstrap-tarballs.x86_64-linux /gnu/store/qpg1ch6bz1pvl8la196v36c92993xl4r-bootstrap-tarballs-0 ludo@ribbon ~/src/guix/+core-updates$ (cd bootstrap-tarballs.x86_64-linux; = sha256sum *) 7ef6ba4484bf9a94cb1aed366de3b12416cc9474c22a544cee4795f6586c0942 guile-sta= tic-stripped-2.2.4-x86_64-linux.tar.xz 1acd8f83e27d2fac311a5ca78e9bf11a9a1638b82469870d5c854c4e7afaa26a linux-lib= re-headers-stripped-4.14.67-x86_64-linux.tar.xz 7c68ffe57a1fa20e26c8873a200e5ce7330611aac4a961009cc5c7f83407ee5c mescc-too= ls-static-0.5.2-0.bb062b0-x86_64-linux.tar.xz 30653e1b17c703f4a870c7a2219d0b8a952a53b640c6437653aa1b850c9df34c mes-minim= al-stripped-0.19-x86_64-linux.tar.xz 16969b0b8c911eaf7a8bfa998fe644348c5554c99565b2b97bfc18ad56931e2f static-bi= naries-0-x86_64-linux.tar.xz ludo@ribbon ~/src/guix/+core-updates$ guix hash bootstrap-tarballs.x86_64-l= inux/mes-minimal-stripped-0.19-x86_64-linux.tar.xz=20 0k7kkl68a6xaadv47ij0nr9jm5ca1ffj38n7f2lg80y72wdkwr9h =2D-8<---------------cut here---------------end--------------->8--- Match! If that=E2=80=99s fine with you, I=E2=80=99ll upload mes-minimal-stripped-0.19-x86_64-linux.tar.xz to alpha.gnu.org/gnu/guix/bootstrap/20181020 alongside the other tarballs. Sounds good? Thank you! Ludo=E2=80=99. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEPORkVYqE/cadtAz7CQsRmT2a67UFAlwbTT0ACgkQCQsRmT2a 67Vf2w/+IM4ugE1bPZ6eM8K1ZwMThuB4QlPoQAzHrqZzqm/IL36kTzoQ75/Frnkq RtQWyMR4RG2BI/uun6C/bJR8kjovUQLuauAh21fj1Nb9l8BrLtCAuqKEvmm+wpBh 1hS+CrbNn+5EnV71GpUcUBkG5jRnr9dj41snS31uDLdsv265gtYYALBQ/Zj9/eqw M10QorcvqU1G8XcoJeQWWH1UBejcEnsAhEttpnT0wqaqgbAwWWHTQwlJeUl1801g GaNH6lEjMs7rCy7l7PmyXmPDRxfKC9PZrAXNrAjUvoIFHhd6Oh+pScntsixXn4LT 6uUtZkzGC/IUNeOo1A3KrLZhyYhdDVjntVRi3H2mP3h0tOJ0gw/IuZkaM9PVaIZ0 N1dHERK3hWoABgzV/OHKtrK6GGFP0DsCSmwFuGNE3GGn06yyGshPkUPO0p8mNNuj wGyzvxHdklVXBD+fSAVlYIzuj8nMdSUsuuXRN6E5UpClhxkvpGQdFBUrKzfcAhqq 3V1fEHjO5Kmp5hKf23M43Wu6cZmSuJxgWWDkY5ZmQcGO7fKUU6ZhK1pRolCN9IdX W37vawnyXUyvbm6iziqUIujuYUpiisntepaTb7JfOqxfGM/HSIjc2wdM/lz4uWSX z7Irp+bIF36YJaLZ1sECrwAxQSS/quSkWChO/Wmy9HqDdqVbSLw= =QVr1 -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Sep 05 11:01:11 2025 X-Loop: help-debbugs@gnu.org Subject: bug#33795: Update mes-minimal-stripped-tarball to Mes 0.19 on gnu.org Resent-From: Jan Nieuwenhuizen Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 20 Dec 2018 08:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33795 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 33795@debbugs.gnu.org Received: via spool by 33795-submit@debbugs.gnu.org id=B33795.154529349923990 (code B ref 33795); Thu, 20 Dec 2018 08:12:02 +0000 Received: (at 33795) by debbugs.gnu.org; 20 Dec 2018 08:11:39 +0000 Received: from localhost ([127.0.0.1]:55407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZtQh-0006Es-CO for submit@debbugs.gnu.org; Thu, 20 Dec 2018 03:11:39 -0500 Received: from eggs.gnu.org ([208.118.235.92]:57696) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZtQf-0006Ed-Jq for 33795@debbugs.gnu.org; Thu, 20 Dec 2018 03:11:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZtQZ-0008KU-NY for 33795@debbugs.gnu.org; Thu, 20 Dec 2018 03:11:32 -0500 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 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZtQM-00088S-6c; Thu, 20 Dec 2018 03:11:19 -0500 Received: from [2001:980:1b4f:1:42d2:832d:bb59:862] (port=48074 helo=dundal.peder.onsbrabantnet.nl) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gZtQL-0006PA-Po; Thu, 20 Dec 2018 03:11:18 -0500 From: Jan Nieuwenhuizen Organization: AvatarAcademy.nl References: <877eg6vfyq.fsf@gnu.org> <87ftussjwi.fsf@gnu.org> X-Url: http://AvatarAcademy.nl Date: Thu, 20 Dec 2018 09:11:15 +0100 In-Reply-To: <87ftussjwi.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 20 Dec 2018 09:05:17 +0100") Message-ID: <87h8f8y5wc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (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-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: -6.0 (------) Ludovic Court=C3=A8s writes: Hello Ludo=E2=80=99! >> 19:26:16 janneke@dundal:~/src/guix/wip-seed=20 >> $ guix hash >> /gnu/store/h80vzl6w2ih4hnrpmczs4m7v0qc888m9-mes-minimal-stripped-tarball= -0.19/mes-minimal-stripped-0.19-i686-linux.tar.xz >> 0k7kkl68a6xaadv47ij0nr9jm5ca1ffj38n7f2lg80y72wdkwr9h > > I=E2=80=99ve rebuilt it and here=E2=80=99s what I got: > > ludo@ribbon ~/src/guix/+core-updates$ git describe > v0.16.0-178-gef809e3ac0 > ludo@ribbon ~/src/guix/+core-updates$ git log | head -1 > commit ef809e3ac036eccc5f9c9edd8fb661d14ae15f2f > ludo@ribbon ~/src/guix/+core-updates$ guix hash bootstrap-tarballs.x86_64= -linux/mes-minimal-stripped-0.19-x86_64-linux.tar.xz=20 > 0k7kkl68a6xaadv47ij0nr9jm5ca1ffj38n7f2lg80y72wdkwr9h > > Match! Great! \o/ > If that=E2=80=99s fine with you, I=E2=80=99ll upload > mes-minimal-stripped-0.19-x86_64-linux.tar.xz to > alpha.gnu.org/gnu/guix/bootstrap/20181020 alongside the other tarballs. > > Sounds good? Beautiful. I'll rewrite the one commit to not introduce the lilypond.org URL and push my core-updates to savannah. > Thank you! Yes, thank you! Then we can inform Eelco on the new, fast bootstrap without %bootstrap-guile. janneke --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com From unknown Fri Sep 05 11:01:11 2025 X-Loop: help-debbugs@gnu.org Subject: bug#33795: Update mes-minimal-stripped-tarball to Mes 0.19 on gnu.org Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 20 Dec 2018 11:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33795 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Jan Nieuwenhuizen Cc: 33795@debbugs.gnu.org Received: via spool by 33795-submit@debbugs.gnu.org id=B33795.154530494818146 (code B ref 33795); Thu, 20 Dec 2018 11:23:01 +0000 Received: (at 33795) by debbugs.gnu.org; 20 Dec 2018 11:22:28 +0000 Received: from localhost ([127.0.0.1]:55530 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZwPM-0004ic-JM for submit@debbugs.gnu.org; Thu, 20 Dec 2018 06:22:28 -0500 Received: from eggs.gnu.org ([208.118.235.92]:59167) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZwPK-0004iQ-KM for 33795@debbugs.gnu.org; Thu, 20 Dec 2018 06:22:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZwPA-0003lA-0a for 33795@debbugs.gnu.org; Thu, 20 Dec 2018 06:22:17 -0500 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 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:32818) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZwP0-0003Wz-Ft; Thu, 20 Dec 2018 06:22:06 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=35152 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gZwOz-0006NO-IU; Thu, 20 Dec 2018 06:22:06 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <877eg6vfyq.fsf@gnu.org> <87ftussjwi.fsf@gnu.org> <87h8f8y5wc.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 30 Frimaire an 227 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-pc-linux-gnu Date: Thu, 20 Dec 2018 12:22:03 +0100 In-Reply-To: <87h8f8y5wc.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Thu, 20 Dec 2018 09:11:15 +0100") Message-ID: <87mup0qw84.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" 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-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: -6.0 (------) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hey! Jan Nieuwenhuizen skribis: > Ludovic Court=C3=A8s writes: [...] >> If that=E2=80=99s fine with you, I=E2=80=99ll upload >> mes-minimal-stripped-0.19-x86_64-linux.tar.xz to >> alpha.gnu.org/gnu/guix/bootstrap/20181020 alongside the other tarballs. >> >> Sounds good? > > Beautiful. I'll rewrite the one commit to not introduce the > lilypond.org URL and push my core-updates to savannah. Upload complete! https://alpha.gnu.org/gnu/guix/bootstrap/i686-linux/20181020 I initially also uploaded it with =E2=80=9Cx86_64-linux=E2=80=9D instead of= =E2=80=9Ci686-linux=E2=80=9D in the file name, but that should be fixed now. > Then we can inform Eelco on the new, fast bootstrap without > %bootstrap-guile. Definitely, great to see fast progress! Thanks, Ludo=E2=80=99. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEPORkVYqE/cadtAz7CQsRmT2a67UFAlwbe1sACgkQCQsRmT2a 67V89Q//cGi6ypponUW4D4p8oKbIb15VPPYatEnwtdtItpZtuw5KMrh3GVohb04M yXIPaHKaKf54y/ZtKIxvnE3uYDjTy1LEJM3wxH4r/XFXCNhgKfv+PX5jgub6rIuC WOsg8HwjPP5cxdRlk06HDb4pPELuIJSVOPl0vHkWYzeU5ceYh9p07SbmvqzujoL9 ojsfXHEIfiGnkrG0+mFZnmwk0e4OmTIuF3rK2L39vVQSgS4y1B1Dl5qfuW6JyyBv CnghX3hSrvt5geiLfokLlxFBpylB9v+ONG171EhHGCNi51xaFEfJslNRr7R9SoAv P4W+qvBy5u/1m/NmGQi+Pa7cMqhnndUfHUZXGBiKi08P8d/mbNyKZL7FJH4yBnxv 5LUt+yhh0nTAzqHqsl7eh+qJloQ0KXu3WSRX8/somrPgQS0sh3L9/UvMSJsuZ/9k hu8Pu7ugf9cRH1gYSvUJASSfBU45nfN293pr731kUHD30v7kWNLhVNamcSrtkOfs CHRnR1C44UM681TGMoxADIxnYMH4YWp2q1w+Q61iPpZHO/HfbLW67cb52orGYgQe CMvIKfJmrpQH92mNHtSl2HE1BtYLZK2oiEqEOKkMBEfnBaNKBKY+TkYJBQ91PV3a 14du72gw4/oyHWiZOksOWWaWEj1k6ljq+xH/lzAsrwbDgzhHfHU= =a7mh -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Sep 05 11:01:11 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jan Nieuwenhuizen Subject: bug#33795: closed (Re: bug#33795: Update mes-minimal-stripped-tarball to Mes 0.19 on gnu.org) Message-ID: References: <87d0pwxwyl.fsf@gnu.org> <877eg6vfyq.fsf@gnu.org> X-Gnu-PR-Message: they-closed 33795 X-Gnu-PR-Package: guix Reply-To: 33795@debbugs.gnu.org Date: Thu, 20 Dec 2018 11:25:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1545305102-18426-1" This is a multi-part message in MIME format... ------------=_1545305102-18426-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #33795: Update mes-minimal-stripped-tarball to Mes 0.19 on gnu.org which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 33795@debbugs.gnu.org. --=20 33795: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D33795 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1545305102-18426-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 33795-done) by debbugs.gnu.org; 20 Dec 2018 11:24:38 +0000 Received: from localhost ([127.0.0.1]:55538 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZwRS-0004mQ-8m for submit@debbugs.gnu.org; Thu, 20 Dec 2018 06:24:38 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60215) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZwRR-0004mD-8I for 33795-done@debbugs.gnu.org; Thu, 20 Dec 2018 06:24:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZwRL-0005sz-AC for 33795-done@debbugs.gnu.org; Thu, 20 Dec 2018 06:24:31 -0500 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 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:32858) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZwRB-0005if-7E; Thu, 20 Dec 2018 06:24:21 -0500 Received: from [2001:980:1b4f:1:42d2:832d:bb59:862] (port=49150 helo=dundal.peder.onsbrabantnet.nl) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gZwRA-0006Zm-1u; Thu, 20 Dec 2018 06:24:21 -0500 From: Jan Nieuwenhuizen To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#33795: Update mes-minimal-stripped-tarball to Mes 0.19 on gnu.org Organization: AvatarAcademy.nl References: <877eg6vfyq.fsf@gnu.org> <87ftussjwi.fsf@gnu.org> <87h8f8y5wc.fsf@gnu.org> X-Url: http://AvatarAcademy.nl Date: Thu, 20 Dec 2018 12:24:18 +0100 In-Reply-To: <87h8f8y5wc.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Thu, 20 Dec 2018 09:11:15 +0100") Message-ID: <87d0pwxwyl.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (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: 33795-done Cc: 33795-done@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: -6.0 (------) Jan Nieuwenhuizen writes: >> If that=E2=80=99s fine with you, I=E2=80=99ll upload >> mes-minimal-stripped-0.19-x86_64-linux.tar.xz to >> alpha.gnu.org/gnu/guix/bootstrap/20181020 alongside the other tarballs. >> >> Sounds good? > > Beautiful. I'll rewrite the one commit to not introduce the > lilypond.org URL and push my core-updates to savannah. > >> Thank you! > > Yes, thank you! > > Then we can inform Eelco on the new, fast bootstrap without > %bootstrap-guile. Pushed patch set to core-updates as 03a45a40227d97ccafeb49c4eb0fc7539f4d2127 bootstrap: srfi-43: Remove. Thanks! janneke --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com ------------=_1545305102-18426-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 18 Dec 2018 18:37:59 +0000 Received: from localhost ([127.0.0.1]:53682 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZKFf-00067g-92 for submit@debbugs.gnu.org; Tue, 18 Dec 2018 13:37:59 -0500 Received: from eggs.gnu.org ([208.118.235.92]:39342) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZKFd-00067S-OB for submit@debbugs.gnu.org; Tue, 18 Dec 2018 13:37:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZKFX-00024V-E4 for submit@debbugs.gnu.org; Tue, 18 Dec 2018 13:37:48 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48991) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gZKFX-000243-8U for submit@debbugs.gnu.org; Tue, 18 Dec 2018 13:37:47 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZKFU-0000jW-8V for bug-guix@gnu.org; Tue, 18 Dec 2018 13:37:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZKFT-0001qz-2B for bug-guix@gnu.org; Tue, 18 Dec 2018 13:37:44 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZKFO-0001Yu-1P; Tue, 18 Dec 2018 13:37:38 -0500 Received: from [2001:980:1b4f:1:42d2:832d:bb59:862] (port=39254 helo=dundal.peder.onsbrabantnet.nl) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gZKFN-0008NO-NQ; Tue, 18 Dec 2018 13:37:37 -0500 From: Jan Nieuwenhuizen To: bug-guix@gnu.org Subject: Update mes-minimal-stripped-tarball to Mes 0.19 on gnu.org Date: Tue, 18 Dec 2018 19:37:33 +0100 Message-ID: <877eg6vfyq.fsf@gnu.org> 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-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit 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: -6.0 (------) Hi! The current Mes bootstrap on Guix has a big problem: the bin directory has been stripped from mes-minimal-stripped-tarball; so the bootstrap in core-updates really (accidentally) depends on bootstrap-guile. This has been addressed by Ricardo and me at the R-B summit last week. I also managed to release Mes-0.19, which makes for a much faster bootstrap using Mes, and gives us a richer Mes C library that will allow us to build bash and tar, hopefully. On my core-updates branch at gitlab (https://gitlab.com/janneke/guix, 52c475a606 bootstrap: srfi-43: Remove) I have patches for all the above. Checking out the commit core-updates~4 --8<---------------cut here---------------start------------->8--- ef809e3ac036eccc5f9c9edd8fb661d14ae15f2f bootstrap: Add mes-boot0; decouple mes-boot from Mes. --8<---------------cut here---------------end--------------->8--- I have built a new mes-minimal-stripped-tarball that I would like to put up on gnu.org --8<---------------cut here---------------start------------->8--- 19:26:16 janneke@dundal:~/src/guix/wip-seed=20 $ guix hash /gnu/store/h80vzl6w2ih4hnrpmczs4m7v0qc888m9-mes-minimal-strippe= d-tarball-0.19/mes-minimal-stripped-0.19-i686-linux.tar.xz=20 0k7kkl68a6xaadv47ij0nr9jm5ca1ffj38n7f2lg80y72wdkwr9h --8<---------------cut here---------------end--------------->8--- The subsequent commit --8<---------------cut here---------------start------------->8--- 986e982884 bootstrap: bootstrap-mes: Update. --8<---------------cut here---------------end--------------->8--- has, apart from the guix hash update also --8<---------------cut here---------------start------------->8--- - "http://lilypond.org/janneke/guix/20181214/" - "mes-minimal-stripped-0.18-1.a155a0a-i686-linux.tar.xz")) + "http://lilypond.org/janneke/guix/20181215/" + "mes-minimal-stripped-0.19-i686-linux.tar.xz")) --8<---------------cut here---------------end--------------->8--- I'd be happy if we can do with a rewrite of the url this commit. Sorry for updating so soon, I sure hope we can keep this Mes-0.19 for quite some time. janneke --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com ------------=_1545305102-18426-1--