bug#71478: [shepherd] Unloading a service renders shepherd unresponsive

2024-06-11 Thread Ludovic Courtès
Ludovic Courtès skribis: > ludo@guix-hpc7 ~$ sudo herd status tor > Statut de tor : > It is running since sam. 01 juin 2024 15:58:57 (9 days ago). > Valeur d’exécution 453. > Activé. > Fournit (tor). > Requiert (user-processes loopback syslogd). > Sera relancé. > ludo@guix-hpc7 ~$ sud

bug#71491: Time trap in LibreSSL 3.7.3

2024-06-11 Thread Ludovic Courtès
LibreSSL 3.7.3 features a “time trap”: tests/tlstest.sh fails after a while: --8<---cut here---start->8--- == libressl 3.7.3: tests/test-suite.log == # TOTAL: 112 # PASS: 111 #

bug#71494: data.guix.gnu.org statistics page broken

2024-06-11 Thread Antero Mejr
The page at: https://data.guix.gnu.org/statistics appears broken, it is displaying placeholder text relating to the count-guix-revisions procedure instead of the results themselves.

bug#71495: Add command line flag to add to load path without evaluation

2024-06-11 Thread Richard Sent
Hi Guix! In Guile, -L is a equivalent shorthand for adding to the %load-path variable. No actual files are evaluated. In Guix, -L actually evaluates files (at least in some capacity) to look for package definitions, allowing for uses like $ guix -L . . This has a performance impact as channels gr

bug#63669: [bug#70371] [PATCH] gnu: cutter: Update to 2.3.4.

2024-06-11 Thread Ludovic Courtès
Hi Juliana, Juliana Sims skribis: > * gnu/packages/engineering.scm (cutter): Update to 2.3.4. > (radare2-for-cutter): Delete. Applied with the cosmetic changes below. Thanks! Ludo’. diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 2dbbaaa040f..e518d24fa2f 100644

bug#71491: Time trap in LibreSSL 3.7.3

2024-06-11 Thread Ludovic Courtès
Ludovic Courtès skribis: > tlstest: client handshake failed: certificate verification failed: > certificate has expired > == TLS tests == > FAIL tlstest.sh (exit status: 1) Fixed in a24e8de6cea9cc413eb1de5c0cc9584299a96355. Ludo’.