[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: No public interface for shepherd-package
From: |
Ludovic Courtès |
Subject: |
Re: No public interface for shepherd-package |
Date: |
Fri, 19 Apr 2024 22:14:37 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Felix,
Felix Lechner <felix.lechner@lease-up.com> skribis:
> Following podiki's and jab's kind advice on IRC yesterday, I recompiled
> Guix locally. I also provided all channels locally via -L.
>
> That 'system reconfigure' failed too, however. The error message was:
>
> Module named (shepherd-package) has no public interface.
Is ‘shepherd’ among your channels?
I do something similar to what Attila described, and I have:
--8<---------------cut here---------------start------------->8---
$ guix describe
Generation 299 Apr 08 2024 00:55:02 (current)
shepherd d8d96fc
repository URL: https://git.savannah.gnu.org/git/shepherd.git
branch: devel
commit: d8d96fc28c49c624323b2f9f5cb01c4fc18a4afd
guile db7efa5
repository URL: https://git.savannah.gnu.org/git/guile.git
branch: main
commit: db7efa5d204b2e46ce9eb82f417d8c12d394858d
guix 49f82fc
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: 49f82fca4130ffcfb16aa0cf89750ab56fb99ad7
--8<---------------cut here---------------end--------------->8---
Ludo’.