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
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
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!
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
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.
>
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.)
Issue was fixed and Tobias explained the hash issue.