bug#57965: Problem with freecad substitute

2022-09-20 Thread Aleksandr Vityazev
Hi, I want to install freecad, substitute available but the package starts building locally. --8<---cut here---start->8--- guix pull guix weather --substitute-urls="https://bordeaux.guix.gnu.org"; freecad computing 1 package derivations for x86_64-linux... loo

bug#57899: emacs-jsonrpc hash mismatch

2022-09-20 Thread Fredrik Salomonsson
> I'll see if I can create a patch that extracts jsonrpc from emacs' > master branch. To avoid this issue in the future. Created a patch for it, see 57964[0]. [0] https://issues.guix.gnu.org/57964 -- s/Fred[re]+i[ck]+/Fredrik/g

bug#28510: crash: guix build -S foo --with-source=bla

2022-09-20 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Simon, zimoun writes: > Well, I would add an error handler; as proposed [1]. :-) Because does > “guix build foo --source --with-source=bla” make sense? What is the > use-case for such command? My bad, I didn't see the previous discussion on the subject. To me, the lack of generality would

bug#28510: crash: guix build -S foo --with-source=bla

2022-09-20 Thread zimoun
Hi, On Tue, 20 Sep 2022 at 11:19, Josselin Poiret via Bug reports for GNU Guix wrote: > The simple fix would be to add another band-aid cond at the > show-derivation-outputs call in build.scm, but it doesn't seem to be > enough in the long term. Well, I would add an error handler; as proposed

bug#57827: Shepherd 0.9.2 possible regressions

2022-09-20 Thread Ludovic Courtès
Hi, Mathieu Othacehe skribis: > Regarding those four, I was able to reproduce the issue this way: > > $ guix repl > (stop-service 'guix-daemon) > (start-service 'guix-daemon (list (number->string (getpid Or from the shell: herd stop guix-daemon herd start guix-daemon $$ I was able to

bug#44944: Unable to log into X session via gdm

2022-09-20 Thread bokr
Hi Maxim, On +2022-09-16 15:00:22 -0400, Maxim Cournoyer wrote: > Hi, > > Danny Milosavljevic writes: > > > The latest guix system reconfigure (of yesterday) left me unable to login > > into > > my X session. guix system rollback DID NOT fix it. > > > > I would enter my password and it would

bug#57958: configuration->documentation outputs contains some noise

2022-09-20 Thread Maxim Cournoyer
Hello, There appears to be a small regression for the configuration->documentation from (gnu services configuration): the fields appear at the beginning of the output, before the start of the fragment, which is undesirable: --8<---cut here---start->8--- (config

bug#57490: UPower ignores ‘critical-power-action’

2022-09-20 Thread Ludovic Courtès
Ludovic Courtès skribis: > I pushed these patches: > > eedf71f948 * services: upower: Default to a percentage-based policy. > 4765242540 * services: upower: Update default percentage values. > > I’m not sure whether they help, but they might: using a > time-estimate-based policy is documented

bug#28510: crash: guix build -S foo --with-source=bla

2022-09-20 Thread Josselin Poiret via Bug reports for GNU Guix
Hi everyone, Maxime Devos writes: > Here is a simpler reproducer for that error: > > file a.scm: > (use-modules (gnu packages) (guix packages) (guix gexp)) > (package >(inherit (specification->package "hello")) >(source (local-file "a.scm"))) > > guix build -f a.scm --source The issue is

bug#57922: Shepherd doesn't seem to correctly handle waitpid itself

2022-09-20 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Maxim, Maxim Cournoyer writes: > Hi, > > I've tried to determine why a workaround in the jami-service-type is > required in the 'stop' slot to avoid failures in 'herd restart jami', > and haven't quite found the culprit, but it appears to me that: > > 1. waipid is only called in one place in