bug#19677: Libgcrypt warning: missing initialization

2015-01-24 Thread Mark H Weaver
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

bug#19630: error message when referencing non-existing output not helpful

2015-01-24 Thread Ludovic Courtès
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.

bug#19666: Bad URL in netpbm

2015-01-24 Thread Mark H Weaver
Fixed in 7d8379a767. Thanks! Mark

bug#19671: Raw binary data in build log from substitute-binary

2015-01-24 Thread Mark H Weaver
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?