bug#63378: [PATCH] teams: Fix script to produce a single X-Debbugs-Cc header.

2023-05-11 Thread Arun Isaac
> It's string-contains without ?, apparently. Ah, yes. That one always trips me up. > The change is now installed; thanks for the review! Thank you! :-)

bug#63050: "guix pull" requires graphical libraries

2023-05-11 Thread Csepp
Simon Tournier writes: > Hi, > > On ven., 05 mai 2023 at 15:21, Csepp wrote: > >> Or just move it to a separate output or package? That should really be >> something done for all packages automatically tbh. Alpine gets this right. > > Well, I do not think a separate output would be possible

bug#63427: gdk-pixbuf unable to recognize image formats (JPG, PNG, etc.)

2023-05-11 Thread Nathan Dehnel
Installing gdk-pixbuf and rebooting didn't fix the issue: viewnior '/home/nathan/Downloads/from-phone/Pictures/Screenshots/Screenshot_20230509-183317_F-Droid.png' (viewnior:2482): Gtk-WARNING **: 16:14:57.820: Unable to locate theme engine in module_path: "adwaita", (viewnior:2482):

bug#63427: gdk-pixbuf unable to recognize image formats (JPG, PNG, etc.)

2023-05-11 Thread Liliana Marie Prikler
Am Donnerstag, dem 11.05.2023 um 10:05 +0200 schrieb Josselin Poiret: > Now, if we had packaged everything properly, all the applications you > mention should *propagate* gdk-pixbuf and not just list it as an > input No. Propagated inputs are *never* the result of proper packaging. More often

bug#63426: hikari 2.3.3 build failure

2023-05-11 Thread Simon Tournier
Hi, On mer., 10 mai 2023 at 21:23, Josselin Poiret via Bug reports for GNU Guix wrote: > I tried to look into it before the core-updates merge, but it seems that > hikari is not maintained anymore, so I don't expect it to work with > newer wlroots. In that case, do we plan to remove this

bug#63414: Evaluation comparison on cuirass

2023-05-11 Thread Christopher Baines
Josselin Poiret via Bug reports for GNU Guix writes: > Hi Andreas, > > Andreas Enge writes: > >> When working on a branch and deciding whether to merge it, we need a way >> of comparing its status with that of the master branch. As far as I can see, >> there is currently no way in cuirass to

bug#63378: [PATCH] teams: Fix script to produce a single X-Debbugs-Cc header.

2023-05-11 Thread Maxim Cournoyer
Hi Arun, Arun Isaac writes: > Hi Maxim, > > Thank you for the updated patch! :-) It LGTM. Please push. > >> OK! I opted for simplicity and double-quoted all the names. > > Fair enough. Though a check is only one condition away! ;-) > > (if (string-contains? (person-name member) ",") >

bug#63430: python-pyside-2-5.15.8

2023-05-11 Thread Guillaume Le Vaillant
"bdju" via Bug reports for GNU Guix skribis: > guix (GNU Guix) e0c35d1578c10a8fe27c8372f3a8bb5dd88b01b8 > guix system > python-pyside-2-5.15.8 build log attached > > [3. text/plain; guix-build-failure_python-pyside-2-5.15.8.txt]... Hi, There a fix for this in Guix at

bug#63445: guix-build-coordinator guile-gnutls segfault

2023-05-11 Thread Christopher Baines
I've seen the build coordinator on bayfront crash a couple of times, and it seems to be segfaulting, maybe in gnutls? May 11 14:31:39 localhost vmunix: [15795370.287670] build-submitted[6013]: segfault at 0 ip 7f1e2e796415 sp 7f1b86ffd640 error 4 in

bug#63009: /profile/bin missing from PATH for ssh commands

2023-05-11 Thread Ludovic Courtès
Hi, This patch had fallen through the cracks… Janneke Nieuwenhuizen skribis: >>From 2ac41477dad5699b748acfc72d4e91e0e14fa16a Mon Sep 17 00:00:00 2001 > From: Janneke Nieuwenhuizen > Date: Sat, 22 Apr 2023 09:58:48 +0200 > Subject: [PATCH] gnu: system: Cater for Guix Home in PATH. > > *

bug#63378: [PATCH] teams: Fix script to produce a single X-Debbugs-Cc header.

2023-05-11 Thread Arun Isaac
Hi Maxim, Thank you for the updated patch! :-) It LGTM. Please push. > OK! I opted for simplicity and double-quoted all the names. Fair enough. Though a check is only one condition away! ;-) (if (string-contains? (person-name member) ",") (string-append "\"" (person-name member) "\"")

bug#63427: gdk-pixbuf unable to recognize image formats (JPG, PNG, etc.)

2023-05-11 Thread pelzflorian (Florian Pelz)
Hi all. Josselin Poiret via Bug reports for GNU Guix writes: > For > that, we use the environment variable GDK_PIXBUF_MODULE_FILE, which is a > search-path for the package gdk-pixbuf, meaning that it is set only if > gdk-pixbuf is installed in your profile. […] So > we should fix this and

bug#63443: download retry bug; mkdir: File exists

2023-05-11 Thread Attila Lendvai
maybe this commit has a bug? https://git.savannah.gnu.org/cgit/guix.git/commit/?id=8bd4126917f59f4af9a4323c3d5699201862dca2 i get a "mkdir: File exists" error: 1,198.1 MB will be downloaded substitute: updating substitutes from 'https://substitutes.nonguix.org'... 100.0% substitute: updating

bug#63331: Guile-GnuTLS/Git circular dependency

2023-05-11 Thread Ludovic Courtès
Hi, Christopher Baines skribis: > That sort of makes sense, although I don't know why this wasn't failing > in the same way in the past. Build logs are available though, so maybe > this makes sense to someone. Turns out that’s because ‘gnutls-cross.patch’ was inadvertently dismissed in

bug#60657: Rethinking how service extensions work

2023-05-11 Thread Ludovic Courtès
Hi Bruno, Bruno Victal skribis: > On 2023-02-25 17:46, Ludovic Courtès wrote: [...] >> As we once discussed on IRC, the conclusion to me is that some of the >> code currently implemented as activation snippets should rather be >> implemented either as part of the ‘start’ method of the

bug#63427: gdk-pixbuf unable to recognize image formats (JPG, PNG, etc.)

2023-05-11 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Nathan, Nathan Dehnel writes: > Gtk:ERROR:gtkiconhelper.c:494: > ensure_surface_for_gicon: assertion > failed (error == NULL): Failed to load > /run/current-system/profile/share/icons/Adwaita/16x16/status/image-missing.png: > Unrecognized image file format (gdk-pixbuf-error-quark, 3) > Bail

bug#63156: guix package -u failure on pyopengl-accelerate-3.1.5

2023-05-11 Thread Lars-Dominik Braun
Hi, I discovered this issue independently and fixed it in commit 3d05d549184d5399d2949535cf5cad8b92b263dd. Cheers, Lars