On both my GSD and Guix-on-other-distro machines, /var/log/messages has
many occurrences of the following warning:
guile: Libgcrypt warning: missing initialization - please fix the application
Mark
Commit f304c9c fixes that. Now the result is something like this:
--8<---cut here---start->8---
$ ./pre-inst-env guix build abiword -n
guix build: error: reference to invalid output 'binfds' of derivation
'/gnu/store/7lxd5yri8s4vkailk1jg5bxiqrshblj1-glib-2.42.
Fixed in 7d8379a767.
Thanks!
Mark
While trying to install 'racket' using substitutes, several lines of the
form "substitute-binary: " were output. See the
attachment for the precise output, captured via Emacs' shell mode.
This was when running guix from git commit 2dfed64 on an i686 GSD
system.
Any ideas what would cause this?