bug#54097: go importer does not honor multi-module repositories

2024-12-09 Thread Sharlatan Hellseher
Hi, Please, give it a go with a fresh go importer , available on master branch. Thanks, Oleg

bug#66703: Broken link to Debbugs User Guide

2024-12-09 Thread Vincent Legoll
Hello, On Mon, Dec 9, 2024 at 2:12 AM John Kehayias wrote: > (There was a patch from Vincent Legoll that was lost as it was only sent > to the bug number, which goes nowhere: > Yes, I did not use the tool (mumi CLI ?) to reply, so I just sent to the bug number hoping it would reach the interest

bug#74731: guix/cpu should parse /sys/devices/system/cpu/modalias

2024-12-09 Thread Ludovic Courtès
Hello, Efraim Flashner skribis: > I saw a post by Marcan¹ of Asahi Linux the other day about not parsing > /proc/cpuinfo and remembered that's what we're doing in (guix cpu). I believe it initially mimicked what GCC does for ‘-march=native’, but it does seem to be less exhaustive than /sys/devi

bug#74749: Constructors created by define-configuration evaluate the fields twice

2024-12-09 Thread Tomas Volf
Hello, I discovered that every field in configuration created by define-configuration is evaluated twice: --8<---cut here---start->8--- scheme@(guix-user)> ,use (gnu services configuration) scheme@(guix-user)> (define serialize-string #f) scheme@(guix-user)> (

bug#74748: Constructor created by define-configuration is slow (>25s) when many fields are defined

2024-12-09 Thread Tomas Volf
Hello, I am writing a configuration for mpv and hit an issue of the generated constructor (`home-mpv-configuration') is extremely slow. While the almost 800 fields is unusually high, initializing the instances of the record should *not* take almost 30 seconds. The full file is attached to this

bug#74681: seatd-service-type: error with elogind-service-type

2024-12-09 Thread fourfivemg
Hi Hilton, > Both services are conflict, you can only choose one of them. Thanks for letting me know. I later began to suspect as much, but I wasn't sure. I do wish there had been a way to get a more informative error message in this situation, but I guess that's a different topic altogether. T