bug#67553: maven is very old (3.8.6) — start of a patch to update maven (does not work yet)

2023-11-30 Thread Dr. Arne Babenhauserheide
Hi, I tried to update maven to 3.9.5 but failed because maven did not find synccontext: starting phase `build' Buildfile: /tmp/guix-build-maven-resolver-provider-3.9.5.drv-0/apache-maven-3.9.5/build.xml compile: [javac] Compiling 27 source files to /tmp/guix-build-maven-resolver-provider-3

bug#64665: [Shepherd] Introduce a configurable respawn delay

2023-11-30 Thread Ludovic Courtès
Hi, Attila Lendvai skribis: > damn, i already had this in the queue for sending: > > https://git.savannah.gnu.org/cgit/shepherd.git/commit/?id=1d3643f2576aff1869bba084c92684c81689a0a1 D’oh, sorry about that. > to help synchronize our efforts, here are the commits i'm working on, and > plannin

bug#66754: [PATCH] add guix locate database is locked error message

2023-11-30 Thread Simon Tournier
Hi, Thanks for the contribution. On sam., 28 oct. 2023 at 19:11, Maciej Kalandyk wrote: > Change-Id: Iebe76c75d45e70317bd18d2c176dcdeaf9d6964c It seems it is duplicated and merged with ce74e02078b4d2753bf0205fae205a1b704b15d4. So closing! Let me know if I am missing something. Cheers, simon

bug#66817: Issue is fixed now.

2023-11-30 Thread Apoorv
Yes the issue seems to be fixed now, ansible package which requires ansible-core builds fine now. The issue can be closed now.

bug#61500: [PATCH] services: cat-http-server: Fix cat-avatar-generator-service.

2023-11-30 Thread Evgeny Pisemsky
Here is the simplest patch that changes cache directory to /tmp/ and makes this service work with the recently added monsterid package. >From d6778a511cd5c41755a8ba9853d0e9db8dd47997 Mon Sep 17 00:00:00 2001 Message-ID: From: Evgeny Pisemsky Date: Thu, 30 Nov 2023 19:30:50 +0300 Subject: [PATCH]

bug#67431: nsq.powerpc64le-linux Testinflightworker test failure

2023-11-30 Thread Maxim Cournoyer
Hi Efraim, Efraim Flashner writes: > On Fri, Nov 24, 2023 at 08:48:59AM -0500, Maxim Cournoyer wrote: >> Hello, >> >> cuir...@gnu.org (Cuirass) writes: >> >> > The build nsq.powerpc64le-linux for specification master >> > is broken. You >> > can find the detailed information about this build

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

2023-11-30 Thread Simon Streit
Attila Lendvai writes: > i've also experienced this, and someone else on IRC also described the > same behavior. that makes three of us. I can confirm it too. It looks as if shepherd hangs when something changes. But it doesn't happen all the time. It also happens sometimes when configuring a

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

2023-11-30 Thread Attila Lendvai
> > my suspicion is that it's due to some error coming from a start > > GEXP that somehow derails shepherd's event loop. [...] > iirc I once managed to get a debugger out when it happened and it's > stuck waiting in one of the epoll/select/alike calls, ...or one of the start/stop GEXP's calls

bug#66290: transmission-daemon-service-type not serving web interface

2023-11-30 Thread Clément Lassieur
On Thu, Nov 30, 2023, at 2:44 AM, Alan Manuel Gloria wrote: > Just did a `guix pull` and rebuilt the system with `guix system reconfigure` ( > which took a few days, !! > seems there was a lot of changes), and now the transmission web UI is > working. So probably I was just before that change. >

bug#66817: ansible-core package fails to build

2023-11-30 Thread Simon Tournier
Hi, On dim., 29 oct. 2023 at 12:28, Jack Hill wrote: > I recently looked into updating Ansible to the latest version in #66766. > It could use a review and more testing, but it does solve some problems; > the packages at least build now. > > https://issues.guix.gnu.org/66766 Tiis patch had be

bug#65466: Something from recent commits is broken.

2023-11-30 Thread Simon Tournier
Hi, On dim., 29 oct. 2023 at 19:30, Apoorv wrote: > The issue is fixed and can be closed. Thanks. So closing. Cheers, simon

bug#66537: [PATCH] doc: Recommend building in ‘guix shell -CPW’.

2023-11-30 Thread Simon Tournier
Hi, On mer., 22 nov. 2023 at 13:05, Ludovic Courtès wrote: > @example > -guix shell -D guix --pure > +guix shell -D guix -CPW > @end example > > or even, from within a Git worktree for Guix: > > @example > -guix shell --pure > +guix shell -CPW > @end example I would not recommend that