bug#31785: Multiple client 'build-paths' RPCs can lead to daemon deadlock

2019-09-06 Thread Ludovic Courtès
Here’s another example from berlin today: --8<---cut here---start->8--- ludo@berlin$ sudo guix processes SessionPID: 38649 ClientPID: 38611 ClientCommand: /gnu/store/7x9lrzs2l00mfcr3ya7hg1i06i7lq9pd-profile/bin/guile \ /home/mbakke/guix/master/scripts/guix

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-09-06 Thread Martin Becze
On 9/4/19 2:17 PM, Tobias Geerinckx-Rice wrote: > Martin, > > Martin Becze 写道: >> hmm maybe i did something wrong when sending with "git-sendemail" it >> showed up here https://issues.guix.info/issue/36896 > > Strange…  It can't find it in my mailbox either. > > Is there a commit message? > >>

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-09-06 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Martin, Martin Becze 写道: Prefix appends ${MY_VAR:+:}$MY_VAR to the env var, so that seems nice. Sure, that's what I'd expect, but why is it preferred over keeping any user-defined entries first? Kind regards, T G-R signature.asc Description: PGP signature

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-09-06 Thread Martin Becze
Yeah I don't know. I just used prefix in the latest patch. Let me know if the other method is preferred. On 9/6/19 12:30 PM, Tobias Geerinckx-Rice wrote: > Martin, > > Martin Becze 写道: >> Prefix appends ${MY_VAR:+:}$MY_VAR to the env var, so that seems nice. > > Sure, that's what I'd expect, but

bug#36685: ant-bootstrap fails on core-updates (409 dependents)

2019-09-06 Thread Gábor Boskovits
Ricardo Wurmus ezt írta (időpont: 2019. szept. 6., Pén 15:40): > > Ricardo Wurmus writes: > > >>> So, with the following change I was able to build all the way up to the > >>> latest openjdk. Should we use it despite the introduction of a memory > >>> leak in a bootstrap JVM? Can we make the

bug#26302: [website] translations

2019-09-06 Thread sirgazil via Bug reports for GNU Guix
Hi, Florian :) I haven't had the time to work on the website again, so I haven't tried your code yet. But I'm glad you're working on this. Regarding URLs, I would prefer using IRIs, like follows: /IETF-LANGUAGE-TAG/path/to/resource/ So: /es-ES/vídeos/ /es-CO/videos/ Currently, I

bug#37318: [PATCH] OpenNTPD generated config is convoluted

2019-09-06 Thread Maxim Cournoyer
Hello, The attached patches fix this issue as well as the openntpd package not being able to load the CA cert used to authenticate constraint servers. It depends on the NTP patches posted here: bugs.gnu.org/37295. From 8a1d7720fd37206c33a6887e6d3ba354349ca0fa Mon Sep 17 00:00:00 2001 From:

bug#36896: [PATCH v2] added prefix to the wrapping of XDG_DATA_DIRS for evolution

2019-09-06 Thread Martin Becze
--- gnu/packages/gnome.scm | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1a091de938..ef6d78bb5a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8105,19 +8105,20 @@ generic enough

bug#37318: OpenNTPD generated config is convoluted

2019-09-06 Thread Maxim Cournoyer
The problem of OpenNTPD not syncing was caused by the use of constraint directives; ntpd would print the message (when run in debug mode with the -v option): --8<---cut here---start->8--- constraint: failed to load constraint ca --8<---cut