Hi, Ludovic Courtès <l...@gnu.org> skribis:
> "B. Wilson" <elaexuo...@wilsonb.com> skribis: > >> After pulling about an hour ago and attempting to reconfigure, it looks like >> shepherd is falling over, even though the reconfigure command finishes: >> >> activating system... >> The following derivation will be built: >> /gnu/store/3qlfrj7liqzfqpsb156xdh102wjx1n8y-switch-to-system.scm.drv >> >> building >> /gnu/store/3qlfrj7liqzfqpsb156xdh102wjx1n8y-switch-to-system.scm.drv... >> making '/gnu/store/2rc0xbxw343wv3lpzk64mb1ygcwp8337-system' the current >> system... >> setting up setuid programs in '/run/setuid-programs'... >> populating /etc from /gnu/store/czmsdx39r09nmv328xfmj79m1wqiv46n-etc... >> Backtrace: >> 4 (primitive-load "/gnu/store/s246zbwm94plbdkqp2l9q493w9v…") >> In ice-9/eval.scm: >> 293:34 3 (_ #(#<directory (guile-user) 7f264efb6c80> #<procedu…>)) >> In gnu/build/shepherd.scm: >> 193:15 2 (_) >> In gnu/build/linux-container.scm: >> 62:6 1 (call-with-clean-exit #<procedure 7f264d4b2ac0 at gnu/b…>) >> In shepherd/service.scm: >> 776:0 0 (exec-command _ #:user _ #:group _ #:log-file _ # _ # _ …) >> >> shepherd/service.scm:776:0: In procedure exec-command: >> Unrecognized keyword: #:supplementary-groups >> The following derivation will be built: >> /gnu/store/8dd63z1xazl3yzl1clb663p04qx8b4ga-install-bootloader.scm.drv > > This is fixed by this patch: > > https://issues.guix.gnu.org/54997#8 Pushed as 6b677f4299f38ea70e1852388086ee95c2c48622. Ludo’.