bug#58485: [shepherd] Restarting guix-publish fails

2023-02-07 Thread Lars-Dominik Braun
Hi Ludo, > Indeed. This is fixed by Shepherd commit > d97592f58603ff51cb280ae57d413c8731e601b3, which will be in the upcoming > 0.9.3 release. I’m on 0.9.3 and it works fine with `herd restart` now. But ssh-daemon has the same issue when being restarted by unattended-upgrades (which is fatal, bec

bug#61343: modules from channels is not available to "guix repl"

2023-02-07 Thread 宋文武 via Bug reports for GNU Guix
I have add the rde channel to my guix, and "guix pull". --8<---cut here---start->8--- (cons* (channel (name 'rde) (url "https://git.sr.ht/~abcdw/rde";) (introduction (make-channel-introduction "257cebd587b66e4d865b3537a9a88cccd7107c95" (openpgp-

bug#54370: network problem or intentional blocking?

2023-02-07 Thread Christopher Baines
poiNt_3D writes: > Hello. I would like to request a clarification on the issue of > inaccessibility of guix.gnu org from the Russian Federation. Is the > blocking intentional or is there some kind of networking problem? Now that the website is hosted on bayfront, which wasn't changed specifica

bug#61236: ibus-speech-to-text engine fails to run (?)

2023-02-07 Thread Luis Felipe via Bug reports for GNU Guix
Hi, The attached patch fixed the issue for me. Now ibus-engine-stt seems to be running correctly and I can switch to the input method without the workaround indicated in the initial report. I noticed that there are some lint issues from the original package definition though. I didn't fixed th

bug#61359: mozjs captures perl reference in it binary

2023-02-07 Thread Maxim Cournoyer
Hello Guix, Mozjs appears to keep a refrence to perl (a build input) in its output: --8<---cut here---start->8--- grep: /gnu/store/c4j4a6qc256dvgnzwjzvzwca0ffgic5x-mozjs-102.2.0/lib/libmozjs-102.so: binary file matches grep: /gnu/store/c4j4a6qc256dvgnzwjzvzw

bug#57677: GIMP retains reference to GCC

2023-02-07 Thread 宋文武 via Bug reports for GNU Guix
Ludovic Courtès writes: > [...] > So the root cause is that GIMP’s build process captures the output of > ‘gcc -v’, which leads to this unintended retention. I sent a patch to fix reference from 'gcc -v', but gcc is still here via exiv2->gcc: rg -a /gnu/store/069aq2v993kpc41yabp5b6vm4wb9jkhg-gc

bug#61236: ibus-speech-to-text engine fails to run (?)

2023-02-07 Thread Liliana Marie Prikler
Am Dienstag, dem 07.02.2023 um 16:41 + schrieb Luis Felipe: > Hi, > > The attached patch fixed the issue for me. Now ibus-engine-stt seems > to be running correctly and I can switch to the input method without > the workaround indicated in the initial report. > > I noticed that there are some