bug#72187: guix system reconfigure hangs indefinitely after displaying "guix system: bootloader successfully installed on "(/dev/sda)"

2024-07-19 Thread Oleander via Bug reports for GNU Guix
I figured out what was causing the issue and it's not a bug. I had to disable the guix-defaults for the home-bash-configuration as explained here https://issues.guix.gnu.org/67652 since they were already declared within a local file. Original Message On Jul 1, 2024, 17:08, Olea

bug#72045: [PATCH v2 1/2] gnu: Add system test for Emacs.

2024-07-19 Thread Liliana Marie Prikler
* gnu/tests/emacs.scm: New file. --- Hi Guix, this series adds a system test to ensure that Emacs grafts are meaningful. With this, we can make safe decisions as to whether or not place (replacement …) Cheers gnu/tests/emacs.scm | 100 1 file chang

bug#72045: [PATCH v2 1/2] gnu: Add system test for Emacs.

2024-07-19 Thread Liliana Marie Prikler
Am Freitag, dem 19.07.2024 um 11:23 -0400 schrieb Suhail Singh: > Liliana Marie Prikler writes: > > > +  (test-equal "native-comp-dir" > > +    (emacs-native-comp-dir > > + #$(file-append old-emacs "/bin/emacs")) > > +    (emacs-native-comp-dir > > +   

bug#72166: Shepherd periodically goes unresponsive on one of my machines

2024-07-19 Thread Ludovic Courtès
Hi Jonathan, "Jonathan Frederickson" skribis: > I've been running into an issue with Shepherd on one of my machines. Every so > often (and I haven't figured out what conditions trigger it), my Shepherd > instances (both home and PID 1) will go unresponsive. I thought I had tracked > it down t

bug#72045: [PATCH v2 1/2] gnu: Add system test for Emacs.

2024-07-19 Thread Suhail Singh
Liliana Marie Prikler writes: > + (test-equal "native-comp-dir" > +(emacs-native-comp-dir > + #$(file-append old-emacs "/bin/emacs")) > +(emacs-native-comp-dir > + #$(file-append new-emacs "/bin/emacs"))) I like that there is a test that f