* bug#33795: Update mes-minimal-stripped-tarball to Mes 0.19 on gnu.org
@ 2018-12-18 18:37 Jan Nieuwenhuizen
2018-12-20 8:05 ` Ludovic Courtès
0 siblings, 1 reply; 5+ messages in thread
From: Jan Nieuwenhuizen @ 2018-12-18 18:37 UTC (permalink / raw)
To: 33795
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
$ guix hash /gnu/store/h80vzl6w2ih4hnrpmczs4m7v0qc888m9-mes-minimal-stripped-tarball-0.19/mes-minimal-stripped-0.19-i686-linux.tar.xz
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
--
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#33795: Update mes-minimal-stripped-tarball to Mes 0.19 on gnu.org
2018-12-18 18:37 bug#33795: Update mes-minimal-stripped-tarball to Mes 0.19 on gnu.org Jan Nieuwenhuizen
@ 2018-12-20 8:05 ` Ludovic Courtès
2018-12-20 8:11 ` Jan Nieuwenhuizen
0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2018-12-20 8:05 UTC (permalink / raw)
To: Jan Nieuwenhuizen; +Cc: 33795
[-- Attachment #1: Type: text/plain, Size: 2327 bytes --]
Hello Janneke!
Jan Nieuwenhuizen <janneke@gnu.org> 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
> $ guix hash /gnu/store/h80vzl6w2ih4hnrpmczs4m7v0qc888m9-mes-minimal-stripped-tarball-0.19/mes-minimal-stripped-0.19-i686-linux.tar.xz
> 0k7kkl68a6xaadv47ij0nr9jm5ca1ffj38n7f2lg80y72wdkwr9h
I’ve rebuilt it and here’s what I got:
--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-tarballs -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-static-stripped-2.2.4-x86_64-linux.tar.xz
1acd8f83e27d2fac311a5ca78e9bf11a9a1638b82469870d5c854c4e7afaa26a linux-libre-headers-stripped-4.14.67-x86_64-linux.tar.xz
7c68ffe57a1fa20e26c8873a200e5ce7330611aac4a961009cc5c7f83407ee5c mescc-tools-static-0.5.2-0.bb062b0-x86_64-linux.tar.xz
30653e1b17c703f4a870c7a2219d0b8a952a53b640c6437653aa1b850c9df34c mes-minimal-stripped-0.19-x86_64-linux.tar.xz
16969b0b8c911eaf7a8bfa998fe644348c5554c99565b2b97bfc18ad56931e2f static-binaries-0-x86_64-linux.tar.xz
ludo@ribbon ~/src/guix/+core-updates$ guix hash bootstrap-tarballs.x86_64-linux/mes-minimal-stripped-0.19-x86_64-linux.tar.xz
0k7kkl68a6xaadv47ij0nr9jm5ca1ffj38n7f2lg80y72wdkwr9h
--8<---------------cut here---------------end--------------->8---
Match!
If that’s fine with you, I’ll 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’.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#33795: Update mes-minimal-stripped-tarball to Mes 0.19 on gnu.org
2018-12-20 8:05 ` Ludovic Courtès
@ 2018-12-20 8:11 ` Jan Nieuwenhuizen
2018-12-20 11:22 ` Ludovic Courtès
2018-12-20 11:24 ` Jan Nieuwenhuizen
0 siblings, 2 replies; 5+ messages in thread
From: Jan Nieuwenhuizen @ 2018-12-20 8:11 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 33795
Ludovic Courtès writes:
Hello Ludo’!
>> 19:26:16 janneke@dundal:~/src/guix/wip-seed
>> $ guix hash
>> /gnu/store/h80vzl6w2ih4hnrpmczs4m7v0qc888m9-mes-minimal-stripped-tarball-0.19/mes-minimal-stripped-0.19-i686-linux.tar.xz
>> 0k7kkl68a6xaadv47ij0nr9jm5ca1ffj38n7f2lg80y72wdkwr9h
>
> I’ve rebuilt it and here’s 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
> 0k7kkl68a6xaadv47ij0nr9jm5ca1ffj38n7f2lg80y72wdkwr9h
>
> Match!
Great! \o/
> If that’s fine with you, I’ll 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
--
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#33795: Update mes-minimal-stripped-tarball to Mes 0.19 on gnu.org
2018-12-20 8:11 ` Jan Nieuwenhuizen
@ 2018-12-20 11:22 ` Ludovic Courtès
2018-12-20 11:24 ` Jan Nieuwenhuizen
1 sibling, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2018-12-20 11:22 UTC (permalink / raw)
To: Jan Nieuwenhuizen; +Cc: 33795
[-- Attachment #1: Type: text/plain, Size: 784 bytes --]
Hey!
Jan Nieuwenhuizen <janneke@gnu.org> skribis:
> Ludovic Courtès writes:
[...]
>> If that’s fine with you, I’ll 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 “x86_64-linux” instead of “i686-linux”
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’.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#33795: Update mes-minimal-stripped-tarball to Mes 0.19 on gnu.org
2018-12-20 8:11 ` Jan Nieuwenhuizen
2018-12-20 11:22 ` Ludovic Courtès
@ 2018-12-20 11:24 ` Jan Nieuwenhuizen
1 sibling, 0 replies; 5+ messages in thread
From: Jan Nieuwenhuizen @ 2018-12-20 11:24 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 33795-done
Jan Nieuwenhuizen writes:
>> If that’s fine with you, I’ll 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
--
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-12-20 11:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-18 18:37 bug#33795: Update mes-minimal-stripped-tarball to Mes 0.19 on gnu.org Jan Nieuwenhuizen
2018-12-20 8:05 ` Ludovic Courtès
2018-12-20 8:11 ` Jan Nieuwenhuizen
2018-12-20 11:22 ` Ludovic Courtès
2018-12-20 11:24 ` Jan Nieuwenhuizen
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.