bug#54204: mumi search by date provides unexpected results

2022-02-28 Thread Roman Riabenko
This report is for the instance at issues.guix.gnu.org. The hint under the search field and the online help documentation suggest that "date:" filter can be used to improve the search results.[1] However, the results are different from what is documented. For example, there is a report submitted

bug#54202: [patch] update guile-wisp to 1.0.7

2022-02-28 Thread Dr. Arne Babenhauserheide
Hi, The attached patch updates guile-wisp to version 1.0.7. Best wishes, Arne From 76660ab479e952d88876acaa2591bc4315c41cc7 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Wed, 29 Dec 2021 23:10:31 +0100 Subject: [PATCH] gnu: guile-wisp: Update to 1.0.7. *

bug#52362: [PATCH v3] guix: import: go: Use correct tag for go module in subdirectory.

2022-02-28 Thread Nicolas Goaziou
Hello, I tested v3 of this change, which looks great. Unfortunately, when running ./pre-inst-env guix import go --recursive rclone I get the following backtrace: --8<---cut here---start->8--- following redirection to

bug#40998: [PATCH 3/4] initrd: Use non-hyphenated kernel command-line parameter names.

2022-02-28 Thread Maxim Cournoyer
This is to make it less surprising, given the common convention sets forth by the kernel Linux command-line parameters. * gnu/build/linux-boot.scm (boot-system): Rename '--load', '--repl', '--root' and '--system' to 'gnu.load', 'gnu.repl', 'root' and 'gnu.system', respectively. Adjust doc.

bug#40998: [PATCH 4/4] initrd: Honor rootfstype and rootflags command-line parameters.

2022-02-28 Thread Maxim Cournoyer
* gnu/build/linux-boot.scm (boot-system): Honor rootfstype and rootflags arguments. Update doc. Error out in case there is insufficient information with regard to the root file system. Restore the behavior of inferring the root device from the root file system from the operating system in case

bug#40998: [PATCH 2/4] system: Streamline operating-system-boot-parameters-file a bit.

2022-02-28 Thread Maxim Cournoyer
* gnu/system.scm (operating-system-boot-parameters-file) [SYSTEM-KERNEL-ARGUMENTS?]: Remove unused argument (it had no callers) and adjust doc, moving the self-referential tip to... * gnu/system.scm (operating-system-boot-parameters): ... here, reworded for clarity. Suggested-by: Ludovic Courtès

bug#40998: [PATCH 1/4] system: Add a version field to the record.

2022-02-28 Thread Maxim Cournoyer
This version field exposes the (already present) version information of a boot parameters file. * gnu/system.scm (%boot-parameters-version): New variable. ()[version]: New field. (read-boot-parameters): Use it. (operating-system-boot-parameters-file): Likewise. * tests/boot-parameters.scm

bug#40998: Guix System's initrd doesn't honor rootflags

2022-02-28 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Maxim Cournoyer skribis: > >> Ludovic Courtès writes: > > [...] > >>> There’s no need to have a ‘version’ field in live >>> records: have the ‘version’ field in the serialized format (the sexp) >>> and make sure the deserializer correctly converts to the

bug#40998: Guix System's initrd doesn't honor rootflags

2022-02-28 Thread Ludovic Courtès
Maxim Cournoyer skribis: > Ludovic Courtès writes: [...] >> There’s no need to have a ‘version’ field in live >> records: have the ‘version’ field in the serialized format (the sexp) >> and make sure the deserializer correctly converts to the internal >> representation. >> >> Here, I think

bug#40998: Guix System's initrd doesn't honor rootflags

2022-02-28 Thread Maxim Cournoyer
Hi again, Ludovic Courtès writes: > Maxim Cournoyer skribis: > >> * gnu/build/linux-boot.scm (boot-system): Print command-line parameters to >> standard output. >> --- >> gnu/build/linux-boot.scm | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/gnu/build/linux-boot.scm

bug#40998: Guix System's initrd doesn't honor rootflags

2022-02-28 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Hi, > > Maxim Cournoyer skribis: > >> -(define (bootable-kernel-arguments system root-device) >> - "Return a list of kernel arguments (gexps) to boot SYSTEM from >> ROOT-DEVICE." >> - (list (string-append "--root=" >> +(define*

bug#40998: Guix System's initrd doesn't honor rootflags

2022-02-28 Thread Maxim Cournoyer
Hi Ludovic! Ludovic Courtès writes: > Hi! > > Maxim Cournoyer skribis: > >> This version field exposes the (already present) version information of a >> boot >> parameters file. >> >> * gnu/system.scm (%boot-parameters-version): New variable. >> ()[version]: New field. >>

bug#41791: [Shepherd] loses track of Tor

2022-02-28 Thread Attila Lendvai
i'm not sure this is related, but it's certainly a bug in MAKE-KILL-DESTRUCTOR that it doesn't wait for the process to quit after sending it a signal, and thus may restart the service while the previous instance is still running. it's also not sending it a kill -9 after a timeout if the process

bug#54111: guile bundles (a compiled version of) UnicodeData.txt and binaries

2022-02-28 Thread Maxime Devos
Ludovic Courtès schreef op ma 28-02-2022 om 12:45 [+0100]: > It might be easier to rewrite in Awk in build srfi-14.i.c > unconditionally no? I don't know any Awk and it seems to be quite different from languages I know, so for me doing that isn't easier. But for someone who knows some Awk, sure!

bug#40998: [PATCH v2 4/4] initrd: Print its command-line parameters.

2022-02-28 Thread Maxim Cournoyer
Hi, Tobias Geerinckx-Rice writes: > On 19 February 2022 07:01:55 UTC, Maxim Cournoyer > wrote: >>* gnu/build/linux-boot.scm (boot-system): Print command-line parameters to >>standard output. >>--- >> gnu/build/linux-boot.scm | 2 ++ >> 1 file changed, 2 insertions(+) >> >>diff --git

bug#54192: guix gc --verify=repair,contents does not repair store

2022-02-28 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Hi Jack, nckx here. Thanks for reporting this bug, and thanks for including information that might help fix it. Unfortunately — another word for ‘base64’ — this makes your message a whopping 20 MiB in size. We really can't send that out to all subscribers, some of which might be on slow

bug#54111: guile bundles (a compiled version of) UnicodeData.txt and binaries

2022-02-28 Thread Ludovic Courtès
Hi, Maxime Devos skribis: > Ludovic Courtès schreef op zo 27-02-2022 om 14:52 [+0100]: [...] >> We could rewrite ‘unidata_to_charset.pl’ in Scheme, but then Guile would >> still need to provide a pre-compiled version of srfi-14.i.c for >> bootstrapping purposes.  Or we could rewrite it in

bug#54197: 404 link to Debuggs User Guide

2022-02-28 Thread Roman Riabenko
GNU Guix documentation at 17.7.2 Debuggs User Interfaces (16.7 for 1.3.0 documentation) links to Debuggs User Guide (in the last line before footnotes). When accessed with info, the link is to the package documentation, so, apparently, I cannot access it without debuggs installed, which is