Re: Icedove package needs update, following IceCat 68.9.0 update.

2020-06-04 Thread Jonathan Brielmaier
On 03.06.20 10:44, Jonathan Brielmaier wrote: > There is a Thunderbird 68.8.1 with only 3 patches. None of them seems to > be security relevant. I'm working on the update. My laptop just needs > some time to built that stuff... I made a patch see http://issues.guix.gnu.org/issue/41701

Compilation time with Guile 3.0.3-to-be

2020-06-04 Thread Ludovic Courtès
Hello! Here’s a followup to Andy’s great blog post about the new “baseline compiler” that’ll be in Guile 3.0.3: https://wingolog.org/archives/2020/06/03/a-baseline-compiler-for-guile With the attached patch I’ve run ‘make as-derivation’ (equivalent to ‘guix pull’) and timed the builds of guix-

Re: Compilation time with Guile 3.0.3-to-be

2020-06-04 Thread Christopher Baines
Ludovic Courtès writes: > Hello! > > Here’s a followup to Andy’s great blog post about the new “baseline > compiler” that’ll be in Guile 3.0.3: > > https://wingolog.org/archives/2020/06/03/a-baseline-compiler-for-guile > > With the attached patch I’ve run ‘make as-derivation’ (equivalent to >

Re: installer no longer signals success or offer reboot

2020-06-04 Thread Mathieu Othacehe
Hey Ricardo, > It worked but at the end of the installation when it prompted me to hit > Return it did not tell me that the installation was successful and that > I could reboot. Instead it brought me right back to the language > selection of the installer. I can reproduce this issue on a VM,

Re: Compilation time with Guile 3.0.3-to-be

2020-06-04 Thread Andy Wingo
Hi :) On Thu 04 Jun 2020 09:50, Ludovic Courtès writes: > With the attached patch I’ve run ‘make as-derivation’ (equivalent to > ‘guix pull’) and timed the builds of guix-packages-base.drv (279 files) > and guix-packages.drv (217 files) on my 4-core i7 laptop: > > • guix-packages-base.drv: 1m3

Re: GNU Shepherd 0.8.1 released

2020-06-04 Thread Bengt Richter
Hi Ludo, et al, Would there be a benefit from NOT using .sig's from mirrors while getting corresponding .tgz's from mirrors to help with traffic? On +2020-06-03 14:48:23 +0200, Ludovic Courtès wrote: > We are pleased to announce the GNU Shepherd version 0.8.1. This release > represents 16 commit

Re: installer no longer signals success or offer reboot

2020-06-04 Thread Mathieu Othacehe
Hey, > I can reproduce this issue on a VM, I'm currently investigating it. Ok, found it, it's the cow-store umount bitting again. As a reminder, once the installation is over, we need to umount the cow-store overlay in order to be able to umount to underlying media which Guix is installed upon.

Re: Heads-up: “pre-push” Git hook updated

2020-06-04 Thread Ludovic Courtès
Hi, Christopher Baines skribis: > So, I think make authenticate dislikes the naming I use for Git remotes, > in particular I don't have an origin remote. > > → make authenticate > Compiling Scheme modules... > Authenticating Git checkout... > Authenticating d68de95 to 776409c (0 commits)... > Ba

Re: Heads-up: hard reset of the 'staging' branch

2020-06-04 Thread Ludovic Courtès
Hey, Marius Bakke skribis: > Ludovic Courtès writes: [...] >> To be clear, it wouldn’t just “leave a gap”: all future commits would >> also be rejected. The authentication code ensures that each commit is >> signed by one of the keys authorized in its parent commit(s). (See the >> latest di

Re: 02/04: doc: Update README to refer to the manual.

2020-06-04 Thread Ludovic Courtès
Hello! :-) Jan Nieuwenhuizen skribis: >> commit c75a80189fc19f6ff8b4c82d1d1801be6763b6d2 >> Author: Ludovic Courtès >> AuthorDate: Tue Jun 2 14:50:54 2020 +0200 >> >> doc: Update README to refer to the manual. >> >> * README (Requirements): Refer to the manual. >> (Installation): U

Re: [bug#41694] [PATCH] doc: cookbook: Add entry about getting substitutes through Tor.

2020-06-04 Thread Ludovic Courtès
Hi, Brice Waegeneire skribis: > * doc/guix-cookbook.texi (Getting substitutes from Tor): New section. Yay! > +@node Getting substitutes from Tor > +@section Getting substitutes from Tor > + > +@quotation Warning > +@emph{Not all} Guix daemon's traffic will go through Tor! Only > +HTTP/HTTPS w

Re: Compilation time with Guile 3.0.3-to-be

2020-06-04 Thread Katherine Cox-Buday
Ludovic Courtès writes: > So this part is ~2.5 times faster than before, yay! Thank you, Andy! I find a sense of peace working on and with Guix. It seems to me that Guix has the fundamentals correct, and so change feels like progress and not churn. We seem to have the right people, working on t

Re: Build reproducibility metrics

2020-06-04 Thread Ludovic Courtès
Hello! Christopher Baines skribis: > I've also been writing and trying to use the Guix Build Coordinator [1] > to build Guix packages and provide substitutes. That has got to the > point where it's not getting stuck every day at least, and there's more > than 80% of packages are available. > > 1

Re: Compilation time with Guile 3.0.3-to-be

2020-06-04 Thread Ludovic Courtès
Ludovic Courtès skribis: > With the attached patch I’ve run ‘make as-derivation’ (equivalent to > ‘guix pull’) and timed the builds of guix-packages-base.drv (279 files) > and guix-packages.drv (217 files) on my 4-core i7 laptop: Oh, here comes the attached patch. Ludo’. diff --git a/gnu/packa

Re: [bug#41694] [PATCH] doc: cookbook: Add entry about getting substitutes through Tor.

2020-06-04 Thread Brice Waegeneire
Hello, On 2020-06-04 12:29, Ludovic Courtès wrote: Hi, Brice Waegeneire skribis: * doc/guix-cookbook.texi (Getting substitutes from Tor): New section. Yay! +@node Getting substitutes from Tor +@section Getting substitutes from Tor + +@quotation Warning +@emph{Not all} Guix daemon's traff

Re: Compilation time with Guile 3.0.3-to-be

2020-06-04 Thread Ludovic Courtès
Hello! Andy Wingo skribis: > On Thu 04 Jun 2020 09:50, Ludovic Courtès writes: [...] >> For the record, the optimizations currently used in (guix build compile) >> are between the new -O0 and -O1: >> >> (cond ((or (string-contains file "gnu/packages/") >> (string-contains file

Re: Build reproducibility metrics

2020-06-04 Thread Vagrant Cascadian
On 2020-06-03, Christopher Baines wrote: > Combining that with the substitute server operated by Tobias, which has > a pretty awesome substitute availability of over 90% for recent > revisions, not only is there data from 4 different substitute servers to > use in the comparison, but the proportion

Renaming stumpwm contributor packages

2020-06-04 Thread Katherine Cox-Buday
StumpWM is a window manager which has optional, community contributed, modules you can use. I went to go add these to Guix and discovered they're already present albeit with confusing names. For example, `sbcl-stumpwm-pass` is simply `sbcl-pass`. This limits discoverability, and suggests that thes

Re: Renaming stumpwm contributor packages

2020-06-04 Thread Tobias Geerinckx-Rice
Katherine Cox-Buday 写道: Can I get a +1 from someone appropriate to rename these packages to be prepended with `sbcl-stumpwm-`? In the case of sbcl-pass, at least, you're just fixing a typo/bug: the variable is already named sbcl-stumpwm-pass, its NAME should match. No +1 needed for that.

Re: Renaming stumpwm contributor packages

2020-06-04 Thread Katherine Cox-Buday
Tobias Geerinckx-Rice writes: > Katherine Cox-Buday 写道: >> Can I get a +1 from someone appropriate to rename these packages to >> be >> prepended with `sbcl-stumpwm-`? > > In the case of sbcl-pass, at least, you're just fixing a typo/bug: the > variable is already named sbcl-stumpwm-pass, its NAM

Channel introductions

2020-06-04 Thread zimoun
Hi Ludo, I move the discussion to guix-devel to avoid to pollute the bug thread [1] already long enough. :-) Well thank you for the explanations. There is still something I do not understand. I am sorry to be slow but as I am pushing the adoption of Guix in my lab, it is hard to explain ("sell"

Re: [OUTREACHY]: Integration of desktop environments into GNU Guix

2020-06-04 Thread Raghav Gururajan
@Danny Please find attached patches. Regards, RG. From efe996a0c53ac90522498a980bd6a40beb1d9a56 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Tue, 2 Jun 2020 19:41:00 -0400 Subject: [PATCH 11/16] gnu: Add presage. * gnu/packages/fcitx.scm (presage): New variable. --- gnu/packages/fcitx

Re: Heads-up: “pre-push” Git hook updated

2020-06-04 Thread Christopher Baines
Ludovic Courtès writes: > Hi, > > Christopher Baines skribis: > >> So, I think make authenticate dislikes the naming I use for Git remotes, >> in particular I don't have an origin remote. >> >> → make authenticate >> Compiling Scheme modules... >> Authenticating Git checkout... >> Authenticatin

Re: [OUTREACHY]: Integration of desktop environments into GNU Guix

2020-06-04 Thread Vincent Legoll
Hello Raghav, On 04/06/2020 20:31, Raghav Gururajan wrote: Please find attached patches. Could you add a simple / small description of the patch set each time you send one ? The bare email with only attached files is not directly useful to us mere bystanders, without opening each file which i

Re: [OUTREACHY]: Integration of desktop environments into GNU Guix

2020-06-04 Thread Danny Milosavljevic
Thanks! Changes sourceforge URL in presage to use mirrors. This set of packages causes rebuild of 2400 other packages. (Leaving gdk-pixbuf and gdk-pixbuf+svg off for testing purposes would drop it to 388 packages) Pushed to wip-desktop. pgpdnNaNHHaEo.pgp Description: OpenPGP digital signatur

Re: 02/04: doc: Update README to refer to the manual.

2020-06-04 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: Hi Ludo! > Jan Nieuwenhuizen skribis: > >>> commit c75a80189fc19f6ff8b4c82d1d1801be6763b6d2 >>> Author: Ludovic Courtès >>> AuthorDate: Tue Jun 2 14:50:54 2020 +0200 >>> >>> doc: Update README to refer to the manual. >>> >>> * README (Requirements): Refer to the

Re: Renaming stumpwm contributor packages

2020-06-04 Thread Pierre Neidhardt
I don't use StupmWM, but this makes sense to me, so +1! :) -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature