Re: [bootstrappable] Re: wip-full-source-bootstrap: from a 357-byte `hex0' to 'hello'

2021-01-07 Thread Jan Nieuwenhuizen
Danny Milosavljevic writes: Hello Danny, > I just found the bug in tinycc that caused failed our ARM bootstrap to fail. > > I use the following reproducer: > > int main() { > double f = 1.0; > return 0; > } Beautiful! Well done! I can confirm that adding this patch

Re: [Telegram-Desktop]: Help with packaging

2021-01-07 Thread Raghav Gururajan
Hello Guix! With this email, I have attached the complete diff, which is to be applied on top of master. I have attached wrong file before. Here is the correct one attached. Regards, RG. diff --git a/gnu/local.mk b/gnu/local.mk index dfd44ac769..4332f16a82 100644 --- a/gnu/local.mk +++

Re: wip-full-source-bootstrap: from a 357-byte `hex0' to 'hello'

2021-01-07 Thread Jan Wielkiewicz
Dnia 2021-01-04, o godz. 18:01:21 Jan Nieuwenhuizen napisaƂ(a): > Hi! > > I have reset Guix' wip-full-source-bootstrap branch with a first > working implementation of the, well, "Full Source Bootstrap" for > x86-linux (and x86_64-linux). This bootstrap is rooted in the > 357-byte hex0-seed

Re: [bootstrappable] Re: wip-full-source-bootstrap: from a 357-byte `hex0' to 'hello'

2021-01-07 Thread Danny Milosavljevic
Hi Janneke, I just found the bug in tinycc that caused failed our ARM bootstrap to fail. I use the following reproducer: int main() { double f = 1.0; return 0; } and then invoke tcc a.c on ARM (32) using your patched tcc. (but it's also broken in the unpatched tcc) (tcc

Re: [bootstrappable] Re: wip-full-source-bootstrap: from a 357-byte `hex0' to 'hello'

2021-01-07 Thread Danny Milosavljevic
Oops, g...@gitlab.com:janneke/tinycc.git in branch "mes-0.23" pgpUsxbrGINDP.pgp Description: OpenPGP digital signature

Re: [RFC] Package of Nomacs

2021-01-07 Thread zimoun
Hi, On Thu, 31 Dec 2020 at 17:13, Leo Prikler wrote: > Am Donnerstag, den 31.12.2020, 16:37 +0100 schrieb Rovanion Luckey: > > > Use git-fetch instead and don't recurse into submodules. You will > > > likely encounter some errors, because it doesn't seem as though > > > nomacs > > > expects

Re: [RFC] Improve Python package quality

2021-01-07 Thread Lars-Dominik Braun
Hi, for reference, the patchset is now tracked by issue 45712 (http://issues.guix.gnu.org/45712) Cheers, Lars

Re: When substitute download + decompression is CPU-bound

2021-01-07 Thread Guillaume Le Vaillant
Pierre Neidhardt skribis: > Wow, impressive! :) > > Guillaume Le Vaillant writes: > >> Note that the plots only show the results using only 1 thread and > > Doesn't 1 thread defeat the purpose of parallel compression / decompression? > It was just to get a better idea of the relative

Re: When substitute download + decompression is CPU-bound

2021-01-07 Thread Guillaume Le Vaillant
I compared gzip, lzip and zstd when compressing a 580 MB pack (therefore containing "subsitutes" for several packages) with different compression levels. Maybe the results can be of some use to someone. Note that the plots only show the results using only 1 thread and standard compression

Re: [bootstrappable] wip-full-source-bootstrap: from a 357-byte `hex0' to 'hello'

2021-01-07 Thread Jan Nieuwenhuizen
Paul Sherwood writes: Hello Paul, > On 2021-01-04 17:01, Jan Nieuwenhuizen wrote: >> I have reset Guix' wip-full-source-bootstrap branch with a first >> working >> implementation of the, well, "Full Source Bootstrap" for x86-linux (and >> x86_64-linux). This bootstrap is rooted in the 357-byte