bug#72333: Magit/Transient error message

2024-07-30 Thread aurtzy
ause emacs-org was not included in the environment; in this case, the newer version of transient is already an input of magit in the guix package, so I'm not sure what's happening here. [1] https://github.com/oantolin/embark/issues/723 Cheers, aurtzy

bug#70689: guix search doesn't weigh word matches higher than subword matches

2024-09-13 Thread aurtzy
Hi Richard and bokr, I've proposed changes to relevance scoring that should help with this issue, if you'd like to try it out here: https://issues.guix.gnu.org/73220 Cheers, aurtzy > On +2024-04-30 22:18:03 -0400, Richard Sent wrote: > > Hi Guix! > > > > When

bug#70021: 6f9d844 causes system hang right before GDM supposed to start

2024-03-27 Thread aurtzy
]: Exception caught while starting device-mapping-cryptstorage: (unbound-variable #f "Unbound variable: ~S" (bytevector?) #f) Best, aurtzy

bug#70021: Closing: Duplicate report

2024-04-01 Thread aurtzy
Another report which looks to be the same issue was also submitted here: https://issues.guix.gnu.org/70051 That one is more active, so I'll close this one and move my discussion there.

bug#70051: [PATCH] gnu: open-luks-device: Fix unbound variables.

2024-04-01 Thread aurtzy
here..."). Can anyone confirm this patch works for them too? Cheers, aurtzy gnu/system/mapped-devices.scm | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/gnu/system/mapped-devices.scm b/gnu/system/mapped-devices.scm index c19a818453..e46e2c7954 100644 --- a

bug#70266: Failure to open LUKS devices from a Shepherd service

2024-04-07 Thread aurtzy
Hi Ludo', This bug has also been reported here: https://issues.guix.gnu.org/70051 I sent a patch that a few others have confirmed fixes the issue: https://issues.guix.gnu.org/70051#5 Cheers, aurtzy

bug#70051: bug#70266: Failure to open LUKS devices from a Shepherd service

2024-04-10 Thread aurtzy
e top-level. 6062339156 mapped-devices: can specify modules to import. It works well in my tests but please let me know if something’s amiss. Just pulled+reconfigured, and my machine boots just fine with the problem LUKS device being decrypted as expected again. Thanks! Cheers, aurtzy

bug#74450: [PATCH core-updates 0/2] Support "env -S CMD" forms in `patch-shebang'.

2025-03-29 Thread aurtzy
ing this? My local build of gash-and-dependencies (on glibc-headers-mesboot as of writing) also appears to be chugging along okay so far, FWIW. * Footnotes [1] <https://www.man7.org/linux/man-pages/man2/execve.2.html#VERSIONS> Cheers, aurtzy aurtzy (2): utils: Handle "env -S CMD&q

bug#74450: [PATCH core-updates 2/2] tests: Add tests for `patch-shebang'.

2025-03-29 Thread aurtzy
2021 Maxim Cournoyer ;;; Copyright © 2021 Maxime Devos ;;; Copyright © 2021 Brendan Tildesley +;;; Copyright © 2025 aurtzy ;;; ;;; This file is part of GNU Guix. ;;; @@ -28,6 +29,7 @@ (define-module (test build-utils) #:select (%current-system call-with-temporary-directory)

bug#74450: [PATCH core-updates 1/2] utils: Handle "env -S CMD" forms in `patch-shebang'.

2025-03-29 Thread aurtzy
Copyright © 2021 Brendan Tildesley ;;; Copyright © 2023 Carlo Zancanaro +;;; Copyright © 2025 aurtzy ;;; ;;; This file is part of GNU Guix. ;;; @@ -1114,7 +1115,18 @@ (define (get-char* p) (x x))) (define patch-shebang - (let ((shebang-rx (make-regexp "^[[:blank:]]*(/[[:graph:]]+)