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

2023-05-12 Thread Janneke Nieuwenhuizen
Ludovic Courtès writes: Hello, > This patch had fallen through the cracks… Ah, no problem. > 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] g

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

2023-05-12 Thread pelzflorian (Florian Pelz)
Nathan, could you try running this command: guix shell --pure viewnior gdk-pixbuf -- viewnior For me this works now. My guess is that for you, something else breaks viewnior and --pure can help. Regards, Florian

bug#20255: 'search-paths' should respect both user and system profile.

2023-05-12 Thread 宋文武 via Bug reports for GNU Guix
Hello, commit 40310efde9b4a4f2cf98081d6cd10f843685ebb6 fix this by merge search-paths from multiple profiles by `guix package --search-paths`, in ~/.bashrc and ~/.zprofile (skeletons, so existed systems need manual update). Close now!

bug#63471: python-pytorch has bogus version string

2023-05-12 Thread Ricardo Wurmus
The wheel generated for python-pytorch embeds a bad version string: … Building wheel torch-1.13.0a0+gitUnknown … This lets the version check in downstream packages fail. -- Ricardo

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

2023-05-12 Thread Nathan Dehnel
Yes, that one works On Fri, May 12, 2023 at 4:27 AM pelzflorian (Florian Pelz) wrote: > > Nathan, could you try running this command: > > guix shell --pure viewnior gdk-pixbuf -- viewnior > > For me this works now. My guess is that for you, something else breaks > viewnior and --pure can help. >

bug#63190: [Shepherd] Nested calls lead to a hang

2023-05-12 Thread Brian Cully via Bug reports for GNU Guix
Ludovic Courtès writes: (Whether that leads to a deadlock depends; at first sight, I’d say there’s no reason for this to deadlock in general, but you can of course end up with a logic bug like A starts B, which spawns a client to start A, which doesn’t start because it’s waiting for B.)

bug#58561: Source hash mismatch with aggregator + possible guix bug with hashes.

2023-05-12 Thread Brendan Tildesley
Issue was fixed and Tobias explained the hash issue.