bug#61011: ‘guix system vm’ spawns QEMU and hangs

2023-01-22 Thread Leo Famulari
On Sun, Jan 22, 2023 at 10:36:21PM +0100, Ludovic Courtès wrote: > $(guix time-machine --commit=9923100a42ffa80f604c1c13a5e999e6a4c15146 \ > -- system vm gnu/system/examples/bare-bones.tmpl) -m 1024 # Bad! I can reproduce. It seems to work fine without '-m 1024', in which case it only has

bug#61013: guix style indentation problem in (list ...)

2023-01-22 Thread Maxim Cournoyer
Hello, I recently stumbled on this indentation produced with guix style: --8<---cut here---start->8--- (arguments (list ;; Disable tests that use the network and non-free assets. #:test-flags #~(list "-m" "not external and not

bug#61011: ‘guix system vm’ spawns QEMU and hangs

2023-01-22 Thread Ludovic Courtès
Hello, On my Guix System machine, the ‘qemu-system-x86_64’ spawned by ‘guix system vm’ hangs after printing “Booting from ROM...”; it has to be terminated with SIGKILL, SIGINT is not enough. Specifically: $(guix time-machine --commit=66188398c446bdf9ce044fa539536e9b54c28c60 \ -- system vm

bug#58120: bug#60840: [PATCH 0/3] gnu: volctl: Update to 0.9.3.

2023-01-22 Thread Maxim Cournoyer
Hello, Sergiu Ivanov writes: > Hi again, > > Maxim Cournoyer [2023-01-16T18:01:59+0100]: >> >> Don't forget to CC my email when sending a revised v2 version with the >> above :-). > > I CCed you, but Google doesn't like another quirk in my E-mail > configuration which I don't have motivation

bug#58290: guile ssh error on guix deploy

2023-01-22 Thread Artyom V. Poptsov
Hello Ludovic, Andrew and all, thank you for reporting the bug! The code for reproducing the bug was very helpful indeed, I just slightly modified the it: --8<---cut here---start->8--- (use-modules (ssh session) (ssh popen) (ssh

bug#58880: Patch impacting translation (was Re: bug#58880: 'guix gc' does not round the amount of disk space freed)

2023-01-22 Thread Julien Lepiller
Changing the po files in guix repo will work at first, it'll be negated next time I push changes from weblate. We could change the po files to ensure continuity, but we have to also apply the change to the repo behind weblate. I can take care of it after the patch is pushed. Le 22 janvier 2023

bug#58880: Patch impacting translation (was Re: bug#58880: 'guix gc' does not round the amount of disk space freed)

2023-01-22 Thread zimoun
Hi, On Sat, 21 Jan 2023 at 17:52, Remco van 't Veer wrote: >>> * guix/scripts/gc.scm (guix-gc): Round MiBs in user feedback. >>> * po/*/*.po (guix/scripts/gc.scm)a: Round MiBs in user feedback. >> >> If the way to go with the translation dance? > > I don't know. I figured since the translation

bug#60831: Are our graphs okay?

2023-01-22 Thread Liliana Marie Prikler
Am Dienstag, dem 17.01.2023 um 10:55 -0500 schrieb Maxim Cournoyer: > Liliana Marie Prikler writes: > > > The ‘patch-compilation-driver’ phase pulls in libgccjit even though > > it has been deliberately removed from emacs-minimal. > > > > * gnu/packages/emacs.scm (emacs)[#:phases]: Delete

bug#50329: [PATCH v2 1/2] gnu: emacs-lsp-treemacs: Remove unclearly licensed icons.

2023-01-22 Thread Liliana Marie Prikler
Am Samstag, dem 19.03.2022 um 15:33 +0100 schrieb r0man: > emacs-lsp-treemacs bundles icons with unclear licenses. > See also . > > * gnu/packages/emacs-xyz.scm (%emacs-lsp-treemacs-upstream-source): > New > variable. >