bug#47610: gnome-keyring service doesn't appear

2021-04-05 Thread Leo Prikler
gnome-keyring-service is not a shepherd service. It is a pam service, that ensures your login keyring (if it exists) is unlocked when you log in. That's all it does. `ps x | grep gnome-keyring` should have a non-empty output. Mine includes this: /gnu/store/47nl5kpkc3sgwasrbk06sgaig22w07ha-gnome

bug#47570: libvirt still embeds full path to qemu-system in saved .xml files

2021-04-05 Thread divoplade
Le lundi 05 avril 2021 à 19:45 +0100, Pierre Langlois a écrit : > Do you know at which guix commit this happened? I'm wondering which > version of libvirt triggered this. AFAICT, right now, if you create > a > fresh VM using gnome-boxes, it initializes the xml config with the > qemu > in /run/cur

bug#47609: emacs-recutils not giving the rec-mode

2021-04-05 Thread Jack Hill
On Mon, 5 Apr 2021, Jesús Gómez wrote: I installed emacs-recutils hoping it will extend my Emacs with rec-mode, but it doesn't. I've been told in the IRC that it should have done it, so I'm reporting this lack of feature here. Thank you! Sorry for leading you astray! (sending this mail to

bug#47612: dino and gajim ignore my gtk theme

2021-04-05 Thread bdju
guix (GNU Guix) 04ba7a196ab23539f1c7897ca5349fa635c5e88d I am using Guix System. I have these settings in my ~/.config/gtk-3.0/settings.ini file. ``` gtk-application-prefer-dark-theme = true gtk-theme-name=Adwaita-dark ``` If I launch either dino or gajim, they have a bright theme. If I launch the

bug#47609: emacs-recutils not giving the rec-mode

2021-04-05 Thread Jesús Gómez
Please close this ticket. The problem was that I had to (require 'rec-mode) explicitly before using the mode. After doing that, all is working fine. Thank you!

bug#47611: gajim-omemo does not appear in plugin list

2021-04-05 Thread bdju
guix (GNU Guix) 04ba7a196ab23539f1c7897ca5349fa635c5e88d I am using Guix System. I have the gajim and gajim-omemo packages installed. I cannot select any type of encryption in gajim. If I check the plugin list in gajim, it is blank. gajim-openpgp has the same problem. Somehow gajim is not detecting

bug#47610: gnome-keyring service doesn't appear

2021-04-05 Thread bdju
guix (GNU Guix) 04ba7a196ab23539f1c7897ca5349fa635c5e88d I am on Guix System. Gajim told me I needed a keyring to save my password, so I installed gnome-keyring in my user's manifest. I then also added its service to my config.scm and did a reconfigure. After all that, I did a `sudo herd status` an

bug#47609: emacs-recutils not giving the rec-mode

2021-04-05 Thread Jesús Gómez
I installed emacs-recutils hoping it will extend my Emacs with rec-mode, but it doesn't. I've been told in the IRC that it should have done it, so I'm reporting this lack of feature here. Thank you!

bug#47319: python-lxml is vulnerable to CVE-2021-28957

2021-04-05 Thread Mark H Weaver
Leo Famulari writes: > On Mon, Mar 22, 2021 at 03:09:24PM +0100, Léo Le Bouter via Bug reports for > GNU Guix wrote: >> Has lots of dependents so I suppose it needs grafting? Is that useful >> and does it work for Python packages? > > Grafting Python packages is not something we've done in the p

bug#33848: Store references in SBCL-compiled code are "invisible"

2021-04-05 Thread Mark H Weaver
Hi Ludovic, Ludovic Courtès writes: > Mark H Weaver skribis: > >> With this patch applied, all graft derivations will be rebuilt, but >> *only* grafts. When it's ready (i.e. when it has better comments, >> docstrings, etc), this change is perfectly appropriate for 'master'. > > The GC’s scanne

bug#47143: pjproject package is vulnerable to CVE-2021-21375 and CVE-2020-15260

2021-04-05 Thread Léo Le Bouter via Bug reports for GNU Guix
upstream released 2.11 which fixed the issue. Update to 2.11 pushed as 45136b3673bcdba21fa0d1fd6edb3d388a645fcc signature.asc Description: This is a digitally signed message part

bug#47140: libupnp package vulnerable to CVE-2021-28302

2021-04-05 Thread Léo Le Bouter via Bug reports for GNU Guix
Upstream created and merged a probable patch: https://github.com/pupnp/pupnp/pull/306 Reporter still needs to confirm if it fixes the issue. signature.asc Description: This is a digitally signed message part

bug#47142: squid package vulnerable to CVE-2021-28116

2021-04-05 Thread Léo Le Bouter via Bug reports for GNU Guix
Still no fix available from upstream (unclear) signature.asc Description: This is a digitally signed message part

bug#47606: postgresql man and info pages are not included

2021-04-05 Thread Jesús Gómez
After installing the package, I noticed I can't read the man and info pages of Postgres. I was told in the IRC channel that the package doesn't include them currently, and we think those pages should be included (also updating the `.guix-profile/etx/profile` file as needed). Thanks for Guix!

bug#47359: IceCat shows ACE/Punycode instead of IDN

2021-04-05 Thread Ludovic Courtès
Hi Mark, Mark H Weaver skribis: > Ludovic Courtès writes: > >> IceCat shows ASCII-compatible encoding (ACE, roughly Punycode) for >> so-called internationalized domain names (IDNs) instead of displaying >> them properly—e.g., instead of >>

bug#47584: Race condition in ‘copy-account-skeletons’: possible privilege escalation.

2021-04-05 Thread Ludovic Courtès
Hi Maxime, Maxime Devos skribis: > On Sat, 2021-04-03 at 22:33 +0200, Ludovic Courtès wrote: >> Maxime Devos skribis: >> >> > The attack consists of the user being logged in after the account >> > skeletons have been copied to the home directory, but before the >> > owner of the account skelet

bug#47569: ‘qt-build-system’ retains too many references via wrappers

2021-04-05 Thread Ludovic Courtès
Hi Maxim! Maxim Cournoyer skribis: > I'm not sure why a wrapper is needed in the first place; these > environment variables are honored by qtbase and defined as search path > specifications. It seems if we were to fix '22138 important Search > paths of dependencies are not honored' we might not

bug#33848: Store references in SBCL-compiled code are "invisible"

2021-04-05 Thread Ludovic Courtès
Hi Mark, Mark H Weaver skribis: > Pierre Neidhardt writes: > >> Wow, that was fast, thank you Mark! Yup, thumbs up! >> Any idea how I can test this, i.e. how I can force a graft? > > Just apply the patch to a git checkout of Guix, build it, and then use > it to build anything you like, e.g. "

bug#47570: libvirt still embeds full path to qemu-system in saved .xml files

2021-04-05 Thread Pierre Langlois
Hello, divoplade writes: > Hello, > > I tried to add my comment to issue 31365, but it has been archived and > made read-only. > > This issue is not fully fixed. I’m using gnome-boxes to create virtual > machines, and I noticed something similar to what is experienced in > this issue. > > The har

bug#47260: Package GNU MediaGoblin as a Guix service

2021-04-05 Thread Léo Le Bouter via Bug reports for GNU Guix
On Tue, 2021-04-06 at 00:17 +1000, Ben Sturmfels wrote: > On Thu, 01 Apr 2021, Ben Sturmfels wrote: > > > 7. Work out why H264 support is missing. > > This is now fixed MediaGoblin's master branch guix-env.scm by adding > gst-libav to propagated inputs. Hello! I suggest not using propagated-inp

bug#47470: bug#47477: [PATCH] gnu: crypto++: Update to 8.5.0.

2021-04-05 Thread Leo Prikler
Am Montag, den 05.04.2021, 11:47 +0200 schrieb Ludovic Courtès: > Hi Leo, > > Leo Prikler skribis: > > > * gnu/packages/crypto.scm (crypto++): Update to 8.5.0. > > [origin]: Use git-fetch and git-reference. > > If dependents still build fine, go for it! > > Thanks, > Ludo’. Built everything lo

bug#47260: Package GNU MediaGoblin as a Guix service

2021-04-05 Thread Ben Sturmfels via Bug reports for GNU Guix
On Thu, 01 Apr 2021, Ben Sturmfels wrote: > 7. Work out why H264 support is missing. This is now fixed MediaGoblin's master branch guix-env.scm by adding gst-libav to propagated inputs.

bug#42861: emacspeak won't shut up about TTS sync states

2021-04-05 Thread Kei
On Fri, 2021-04-02 at 16:44 +0200, Nicolas Goaziou wrote: > Hello, > > Kei writes: > > > How are you able to tell (aside from looking at the command line > > arguments)? > > I'm unable to distinguish the startup processes using Emacs on Debian and > > Guix > > even if I install "etc/emacspeak.s

bug#47470: bug#47477: [PATCH] gnu: crypto++: Update to 8.5.0.

2021-04-05 Thread Ludovic Courtès
Hi Leo, Leo Prikler skribis: > * gnu/packages/crypto.scm (crypto++): Update to 8.5.0. > [origin]: Use git-fetch and git-reference. If dependents still build fine, go for it! Thanks, Ludo’.