bug#63280: bug#63593: [PATCH] gnu: encfs: Depend on OpenSSL v1.1 to fix test segfault.

2023-05-25 Thread Ludovic Courtès
Bon dia, Ivan Vilata i Balaguer skribis: > Fixes . > > * gnu/packages/crypto.scm (encfs): Update to 1.9. > [inputs]: Replace openssl with openssl-1.1. Applied, thanks! Ludo’.

bug#62487: guix-daemon fails on SELinux/systemd distros

2023-05-25 Thread Ludovic Courtès
Ludovic Courtès skribis: > I thought we could improve on that by having ‘guix-install.sh’ take care > of most things dynamically and documenting any remaining bits with > copy/pastable snippets. > > The attached patch does 90% of the job! I tested it on the Rocky Linux 9 > live image available

bug#63371: [bug#63534] [PATCH] gnu: openboard: Update to 1.7-dev-0.47a96e1

2023-05-25 Thread Nicolas Goaziou
Hello, Giovanni Biscuolo writes: > From c0405d2762eb173fb7357de700f1aefc606682f6 Mon Sep 17 00:00:00 2001 > Message-Id: > > From: Giovanni Biscuolo > Date: Tue, 16 May 2023 08:08:56 +0200 > Subject: [PATCH] gnu: openboard: Update to 1.7-dev-0.47a96e1 > > * gnu/packages/education.scm

bug#63371: [bug#63534] [PATCH] gnu: openboard: Update to 1.7-dev-0.47a96e1

2023-05-25 Thread Giovanni Biscuolo
Hello, Nicolas Goaziou writes: [...] > Nitpick: missing full stops at the end of sentences. OK, I'll prepare a V2 patch ASAP >> [arguments]: Fix quazip and poppler library path sorry: maybe this description is a little bit misleading > [...] > >> (substitute*

bug#63526: [PATCH] gnu: hubbub: Disable building tests

2023-05-25 Thread Bruno Victal
On 2023-05-25 14:02, Greg Hogan wrote: > Hi Andy, > > Disabling tests should be a last resort, especially without a process > to evaluate re-enabling tests in the future. I concur. A test failure, unless it is caused by things such as “requiring network access” or is expected due to guix

bug#63678: Can't restart/halt system with shepherd 0.9.3 after upgrading

2023-05-25 Thread Christopher Baines
Ludovic Courtès writes: > Hi, > > Christopher Baines skribis: > >> On a system running shepherd 0.9.3 [1], I've reconfigured, but now can't >> reboot or halt. >> >> root@hamal ~# halt >> Service root is not running. > > Hey, why halt it if it’s not running? > > Seriously though, any insight

bug#63717: [Shepherd] Replaced services remain active in the shadows

2023-05-25 Thread Ludovic Courtès
Hello! A bug we noticed with the Shepherd 0.10.0 on berlin: after reconfiguring, which registers a “replacement” for services currently running, restarting said services (with ‘herd restart’ or similar, which is supposed to instate the replacement) happens to leave the old service behind.

bug#63526: [PATCH] gnu: hubbub: Disable building tests

2023-05-25 Thread Greg Hogan
On Mon, May 22, 2023 at 2:46 AM Andy Tai wrote: > > Fix for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63526 > > * gnu/packages/web.scm (hubbub): [arguments] (tests): Set to #f to disable > test build > --- > gnu/packages/web.scm | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >

bug#63678: Can't restart/halt system with shepherd 0.9.3 after upgrading

2023-05-25 Thread Ludovic Courtès
Hi, Christopher Baines skribis: > On a system running shepherd 0.9.3 [1], I've reconfigured, but now can't > reboot or halt. > > root@hamal ~# halt > Service root is not running. Hey, why halt it if it’s not running? Seriously though, any insight from /var/log/messages? I upgraded a bunch of

bug#63368: Build coordiantor "Signals delivery fails constantly" crashes

2023-05-25 Thread Ludovic Courtès
Hi, Christopher Baines skribis: > Since the recent core-updates merge, I've seen the build coordinator > using less memory, but it's also been crashing in a new way, up to 10 > times a day. > > In the log, you see something like: > > 2023-05-07 09:15:42 Signals delivery fails constantly at GC

bug#63719: can't cross-build guix

2023-05-25 Thread Efraim Flashner
I just now attempted to cross-build guix from x86_64 to riscv64 and I got an error in the 'set-font-path phase. Build log attached. -- Efraim Flashner רנשלפ םירפא GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received

bug#63675: shepherd 0.10.0 test 2 fail on riscv64-linux

2023-05-25 Thread Ludovic Courtès
Ludovic Courtès skribis: > Here it looks as though process 6499 (associated with service ‘test’) is > either not receiving SIGHUP as sent by “kill 6499” or is ignoring it. It’s a similar issue in ‘tests/pid-file.sh’, it seems. To get a better understanding of what’s happening, could you

bug#63717: [Shepherd] Replaced services remain active in the shadows

2023-05-25 Thread Ludovic Courtès
Ludovic Courtès skribis: > What seems to happen is that, in both cases, the registry points to the > new service; ‘herd status’ & co. look up the service by name in the > registry, find the new service, and rightfully show that it’s stopped. > But the old service still exists: it’s no longer in

bug#63675: shepherd 0.10.0 test 2 fail on riscv64-linux

2023-05-25 Thread Ludovic Courtès
Hi, (Cc: Efraim as another RISC-V person.) Z572 <873216...@qq.com> skribis: > shepherd 0.10.0 test 2 fail on riscv64-linux. same error use > `guix build shepherd -s riscv64-linux` on x86_64 or > `guix build shepherd` on riscv64. […] > FAIL: tests/forking-service […] > + herd -s t-socket-3968

bug#63368: Build coordiantor "Signals delivery fails constantly" crashes

2023-05-25 Thread Christopher Baines
Ludovic Courtès writes: > Christopher Baines skribis: > >> Since the recent core-updates merge, I've seen the build coordinator >> using less memory, but it's also been crashing in a new way, up to 10 >> times a day. >> >> In the log, you see something like: >> >> 2023-05-07 09:15:42 Signals

bug#52362: guix import go error

2023-05-25 Thread Simon Tournier
Hi, On mar., 01 mars 2022 at 00:55, Nicolas Goaziou wrote: > ./pre-inst-env guix import go --recursive rclone Using Guix 14c0380, I get: --8<---cut here---start->8--- $ guix import go --recursive rclone guix import: warning: Failed to import package

bug#52362: guix import go error

2023-05-25 Thread Simon Tournier
Hi, Sorry for the delay. Thanks for this contribution. I included this patch in the series #63647 [1]. Therefore, I guess this bug report can be close. WDYT? 1: https://issues.guix.gnu.org/issue/63647#6 Cheers, simon

bug#63726: time-machine without options does not get the latest commit

2023-05-25 Thread Simon Tournier
Hi, Well, I do not know if it is a bug or if I misuse something. Feel free to close if I am missing a point. --8<---cut here---start->8--- $ guix describe Generation 25 mai 19 2023 13:30:14(current) guix 14c0380 repository URL:

bug#52362: guix import go error

2023-05-25 Thread Nicolas Goaziou
Hello, Simon Tournier writes: > On mar., 01 mars 2022 at 00:55, Nicolas Goaziou > wrote: > >> ./pre-inst-env guix import go --recursive rclone > > Using Guix 14c0380, I get: > > --8<---cut here---start->8--- > $ guix import go --recursive rclone > guix

bug#63666: sporadic “guix substitute: error: connect*: Connection timed out”

2023-05-25 Thread Simon Tournier
Hi, On mer., 24 mai 2023 at 17:01, Ludovic Courtès wrote: >> gumbo-parser-0.10.1 149KiB >> >> 555KiB/s 00:00

bug#63669: Cutter package is heavily outdated and uses wrong backend

2023-05-25 Thread Simon Tournier
Hi, On mar., 23 mai 2023 at 22:34, XVilka Haos of System wrote: > Since Guix already has packaged Rizin, upgrading the Cutter package > should be straightforward: > https://packages.guix.gnu.org/packages/rizin Do you want to give a try? Maybe this update is a good candidate for a

bug#63526: [PATCH] gnu: hubbub: Disable building tests

2023-05-25 Thread Andy Tai
Will do. Thanks On Thu, May 25, 2023 at 6:35 AM Bruno Victal wrote: > > On 2023-05-25 14:02, Greg Hogan wrote: > > > Based on the error, can we instead add > > "-Wno-error=maybe-uninitialized" to the configure-flags? > > I'd report this upstream first, it can be the case that the error > (which

bug#63727: libffi propagation in glib versions causes issues

2023-05-25 Thread Csepp
guix upgrade: error: profile contains conflicting entries for libffi guix upgrade: error: first entry: libffi@3.4.4 /gnu/store/w8b0l8hk6g0fahj4fvmc4qqm3cvaxnmv-libffi-3.4.4 guix upgrade: error:... propagated from glib@2.72.3 guix upgrade: error:... propagated from dconf@0.40.0 guix

bug#63726: time-machine without options does not get the latest commit

2023-05-25 Thread Ludovic Courtès
Hi, Simon Tournier skribis: > Now, what I am missing. The manual says: > >As for ‘guix pull’, the absence of any options means that the latest > commit on the master branch will be used. The command > > guix time-machine -- build hello > >will thus build the

bug#63728: GHC cannot find lrt

2023-05-25 Thread Antero Mejr via Bug reports for GNU Guix
Attempting to build a trivial Haskell program using ghc fails, as the linker cannot find the rt library: ``` ~ $ ghc -O2 test.hs Linking test ... /home/a/.guix-profile/bin/ld: cannot find -lrt: No such file or directory collect2: error: ld returned 1 exit status `gcc' failed in phase `Linker'.