On Wed, Sep 05, 2018 at 04:07:41AM +0800, Alex Vong wrote: > Is master FTBFS because of this update? I get the following error when > running make: It works for me after I did `make clean` and made sure that guile-gcrypt was available. Basically: $ guix environment --pure guix --ad-hoc guile-gcrypt $ make clean && ./configure --localstatedir=/var && make What happens if you try something like that?