Hi Simon, Simon Josefsson via "Development of GNU Guix and the GNU System distribution." <guix-devel@gnu.org> skribis:
> I've packaged Shepherd 1.0.0 and guile-fibers 1.3.1 for Debian, and they > are in the NEW queue pending copyright review. Meanwhile you can test > the Salsa amd64 and i386 builds like this: Nice! > The halt, reboot and shutdown tools are not installed as that felt like > a bad idea. That would have been fun. :-) > Btw, running 'herd --help' prints a lot of warnings like below. Any > ideas where these come from and/or how to silence them? Salsa used > Guile 3.0.9 and my laptop has Guile 3.0.7, if that matters. > > ;;; WARNING: loading compiled file > /usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/shepherd/scripts/herd.go > failed: > ;;; In procedure load-thunk-from-memory: incompatible bytecode version That indicates a discrepancy between the Guile used to build the Shepherd and the one used at run time. Object files built by 3.0.9 (as is the case here) cannot be understood by 3.0.7. How’s that handled for other Guile packages in Debian? Vagrant must know. :-) Ludo’.