On 2022-01-07, Vagrant Cascadian wrote: > On 2022-01-07, Vagrant Cascadian wrote: >> Trying to run "make dist" from Debian running guix... but it fails. >> nckx confirmed to have similar issues. >> >> $ guix shell --container --pure --development guix guix git imagemagick perl less glibc glibc-locales >> ... >> $ export LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 # ensure UTF-8 locale available in guix > > Apparently I also need to ... > > $ export LANGUAGE=en > >> $ git clean -dfx # remove any potential cruft >> ... >> $ ./bootstrap && ./configure --localstatedir=/var && make -j1 dist And if I build with "make -j11 dist" it also fails: msgmerge: error while opening "guix.pot" for reading: No such file or directory msgmerge for en@boldquot.po failed! So, this also appears to require "make -j1 dist". live well, vagrant