bug#64090: Cannot compute a file with a G-exp

2023-06-17 Thread paren--- via Bug reports for GNU Guix
Robby Zambito writes: > Strangely with-extensions doesn't seem to be including the whole > dependency tree for me. Should it? No, I don't think it should. It *would* be possible to traverse the package inputs and add all the GUILE-BUILD-SYSTEM-using packages, but then you get the problem that not

bug#64073: [PATCH] services: libvirt: Add requirement on dbus.

2023-06-17 Thread Josselin Poiret via Bug reports for GNU Guix
From: Josselin Poiret * gnu/services/virtualization.scm (libvirt-shepherd-service): Add requirement on dbus. --- gnu/services/virtualization.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/services/virtualization.scm b/gnu/services/virtualization.scm index 880557915c..506f5a7ab6 1006

bug#64073: libvirtd requires restart to function

2023-06-17 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Christian, Christian Miller via Bug reports for GNU Guix writes: > Hi, > > there is not an error message upon starting it but by stopping it: > Jun 14 23:52:18 localhost shepherd[1]: Stopping service libvirtd... > Jun 14 23:52:18 localhost libvirtd: 157: error : virGDBusGetSystemBus:99 : >

bug#64112: greetd-wlgreet-session doesn't source .bash_profile

2023-06-17 Thread Josselin Poiret via Bug reports for GNU Guix
Hi, "ytc" via Bug reports for GNU Guix writes: > Hello everyone. > > I've noticed that when I started a Wayland session with a > greetd-terminal whose default-session-command is > greetd-wlgreet-sway-session or greetd-wlgreet-session, enviromental > variables set in .bash_profile doesn't seem to

bug#64106: `modify-services` no longer affects multiple instances of the same service

2023-06-17 Thread Josselin Poiret via Bug reports for GNU Guix
merge 64106 63921 thankyou Hi David, "David Wilson" writes: > Hi Guix! > > Recently there was a change to the behavior of `modify-services` that adds > logic to check for any unused clauses so that an exception can be raised to > alert the user of this case. > > https://git.savannah.gnu.org/c

bug#63001: bug#63631: [PATCH] import: go: Handle subpackage versioning correctly.

2023-06-17 Thread Timo Wilken
Hi Ludo', (hi everyone,) On Wed Jun 14, 2023 at 11:09 PM CEST, Ludovic Courtès wrote: > Timo Wilken skribis: > > Here's a patch that fixes the reported issue (bug#54097) for me. I've only > > tested this on the github.com/googleapis/google-cloud-go/compute package so > > far, though it seems to w

bug#64090: Cannot compute a file with a G-exp

2023-06-17 Thread Robby Zambito
Hello, "(" writes: > SOURCE-MODULE-CLOSURE only works for modules provided by Guix or Guix > channels ;) Modules included in Guile don't need it at all, and for > modules provided by third-party Guile libraries like guile-ini or > guile-json, you need to use WITH-EXTENSIONS: > > (use-modules

bug#64014: guix pack regression

2023-06-17 Thread Ludovic Courtès
Hi, André A. Gomes skribis: > Ludovic Courtès writes: > >> I suppose you might get this is you do ‘guix pack -R bubblewrap’ and >> then try to run ‘bwrap’ from that pack: the ‘bwrap’ executable already >> runs in a separate user namespace and might be unable to create one (?). [...] > Another

bug#63979: SHEPHERD-SERVICE-CANONICAL-NAME assumes a non-empty PROVISION, but such instantiation is allowed

2023-06-17 Thread Ludovic Courtès
Attila Lendvai skribis: > it's possible to instantiate a SHEPHERD-SERVICE with an empty list as > PROVISION, but then much later in time and space > SHEPHERD-SERVICE-CANONICAL-NAME dies on it. Hi! At the level of Shepherd, this is now mitigated by Shepherd commit ad62ce37fe3a69e83672f0817ac2b6

bug#63921: Activation snippets in reverse order, prevent boot

2023-06-17 Thread pelzflorian (Florian Pelz)
David Wilson has described a way to fix this bug in Guix Regards, Florian

bug#63197: video acceleration/libva segfaults caused by stale mesa shader cache

2023-06-17 Thread Giovanni Biscuolo
Hi Maxim Maxim Cournoyer writes: [...] >> AFAIU this issue is still present using mesa 23 since Guillaume Le >> Vaillant had to use this workaround yesterday [1] and reported his >> backtrace upstream [2] >> >> If I'm not wrong (i.e. vlc et al are now using mesa 23) this should also >> be repor

bug#64090: Cannot compute a file with a G-exp

2023-06-17 Thread paren--- via Bug reports for GNU Guix
Hi! Robby Zambito writes: > scheme@(guile-user)> (source-module-closure '((ice-9 popen) (ice-9 atomic) > (ini) (json))) > $8 = () SOURCE-MODULE-CLOSURE only works for modules provided by Guix or Guix channels ;) Modules included in Guile don't need it at all, and for modules provided by third-p