bug#67838: [gnome-team] epiphany pdf.js can't save pdf

2023-12-15 Thread Jack Hill
Hi Guix, I'm running GNOME Web née epiphany from the gnome-team branch. I've noticed that if I'm viewing a PDF with the built-in pdf.js viewer, pdf.js's download/save button doesn't work. Clicking it doesn't seem to do anything, and, if started from a terminal, no messages are printed there.

bug#67839: shepherd: sometimes hangs on `guix system reconfigure`

2023-12-15 Thread Attila Lendvai
my fellow hackers, i'm going to attach two patches that is essentially just adding a couple of asserts that trigger a test failure (tests/replacement.sh). my current codebase (https://codeberg.org/attila-lendvai-patches/shepherd/commits/branch/attila) logs a whole lot more information, and

bug#67839: [PATCH 1/2] shepherd: Move root-service start under with-process-monitor.

2023-12-15 Thread Attila Lendvai
* modules/shepherd.scm (main): move the (start-service root-service) under the dynamic extent of with-process-monitor, so that (current-process-monitor) is valid for the root-service, too. --- modules/shepherd.scm | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

bug#67839: [PATCH 2/2] service: Add two asserts that will make tests/replacement.sh fail.

2023-12-15 Thread Attila Lendvai
* modules/shepherd/service.scm (spawn-service-controller): Add two asserts. This is the bug that causes `guix system reconfigure ...` to sometimes hang, and subsequently all shepherd commands, because a match-error flies out from the service-controller of a replaced service, and thus its fiber

bug#67538: Shepherd stops responding during "guix system reconfigure"

2023-12-15 Thread Attila Lendvai
> Thank you very much for this, Attila! you're welcome! :) > Are the patch in 67839 and/or your branch "attila" linked from there in a > state that I could test them locally? Would it be valuable to you if I ran a > patched Shepherd and sent logs and/or backtraces as I encountered them? it's

bug#67802: Shepherd is not able to run simple networked programs as services

2023-12-15 Thread Lars Rustand
Lars Rustand writes: > Hello, I have created two very simple shepherd services for two > different mail programs (offlineimap and davmail). Both of the programs > are able to run without problem when ran from the commandline, but both > of them fail with networking related errors when I try to

bug#65178: Shepherd stops responding during "guix system reconfigure"

2023-12-15 Thread Attila Lendvai
i think i have found the root cause of this, as documented here: https://issues.guix.gnu.org/67839 that issue contains patches for shepherd to reproduce it in its test suite. -- • attila lendvai • PGP: 963F 5D5F 45C7 DFCD 0A39 -- “What divides libertarians from everybody else is not a belief

bug#65178: Shepherd stops responding during "guix system reconfigure"

2023-12-15 Thread Timo Wilken
On Fri Dec 15, 2023 at 8:47 PM CET, Attila Lendvai wrote: > i think i have found the root cause of this, as documented here: > https://issues.guix.gnu.org/67839 > > that issue contains patches for shepherd to reproduce it in its test suite. Thank you very much for this, Attila! Are the patch in

bug#67622: libtorrent-rasterbar: Tests stuck forever

2023-12-15 Thread Hilton Chain via Bug reports for GNU Guix
Hi Ilya, On Fri, 15 Dec 2023 11:23:30 +0800, Ilya Chernyshov wrote: > > > Hi > > Nothing's changed, the package build still hangs on check phase for ever > > guix build: > > starting phase `check' > Test project /tmp/guix-build-libtorrent-rasterbar-1.2.18.drv-0/build We have libtorrent-rasterbar