bug#62163: Suppress logging shepherd evaluation in mcron.log

2023-03-31 Thread Bruno Victal
On 2023-03-30 11:22, Ludovic Courtès wrote: > > You can send messages to the bitbucket with: > > (parameterize ((shepherd-message-port (%make-void-port "w0"))) > …) While it does work for expunging them from mcron log, I noticed that these lines are also polluting /var/log/messages and the

bug#53700: Guix package is hardcoded in guix home

2023-03-31 Thread Ludovic Courtès
Hi, Andrew Tropin skribis: >> I’m not sure I understand. As you write, the ‘guix’ package is used in >> (gnu home services) only to get gettext catalogs; AFAICS it’s not used >> for anything else. >> >> Could you clarify what you had in mind? > > I was hit by this one yesterday as well. I trie

bug#62163: Suppress logging shepherd evaluation in mcron.log

2023-03-31 Thread Ludovic Courtès
Hi, Bruno Victal skribis: > On 2023-03-30 11:22, Ludovic Courtès wrote: [...] >>> It queries shepherd to see if a service is running and sends a restart if >>> required. >> >> Isn’t that what #:respawn? #t is supposed to do? :-) >> >> If you find that #:respawn? doesn’t work, then we shoul

bug#24083: guix lint doesn't actually fail on some errors

2023-03-31 Thread Maxim Cournoyer
Hi, Danny Milosavljevic writes: > On Tue, 13 Jul 2021 11:05:49 +0200 > zimoun wrote: > >> On Wed, 27 Jul 2016 at 22:57, l...@gnu.org (Ludovic Courtès) wrote: >> > Danny Milosavljevic skribis: >> > >> >> guix lint doesn't actually fail on some errors. >> > >> > It never pretended to exit wi

bug#57742: [PATCH core-updates] build: qt-utils: Add prefix when wrapping QT_PLUGIN_PATH variable.

2023-03-31 Thread Antero Mejr via Bug reports for GNU Guix
This allows extension of QT_PLUGIN_PATH. QT programs will now work under Wayland when qt-wayland is installed. * guix/build/qt-utils.scm (variables-for-wrapping)[QT_PLUGIN_PATH]: Add prefix value to 'wrap-program' procedure call for QT_PLUGIN_PATH variable. --- Tested using Wayland and X (via XWay

bug#57742: [PATCH core-updates] build: qt-utils: Add prefix when wrapping QT_PLUGIN_PATH variable.

2023-03-31 Thread Antero Mejr via Bug reports for GNU Guix
Please ignore the QT patch I just sent, it's exactly the same as yours, and I sent it before I saw your message from 20 minutes ago. Sorry! When I tested the patch I didn't get any of that noise about "Plugin uses incompatible Qt library", although the program I tested with may have configured QT

bug#62163: Suppress logging shepherd evaluation in mcron.log

2023-03-31 Thread Ludovic Courtès
Bruno Victal skribis: > On 2023-03-30 11:22, Ludovic Courtès wrote: >> >> You can send messages to the bitbucket with: >> >> (parameterize ((shepherd-message-port (%make-void-port "w0"))) >> …) > > While it does work for expunging them from mcron log, I noticed that > these lines are also