* "make dist" broken by German cookbook translation
@ 2020-03-06 19:19 Vagrant Cascadian
2020-03-06 20:57 ` pelzflorian (Florian Pelz)
0 siblings, 1 reply; 3+ messages in thread
From: Vagrant Cascadian @ 2020-03-06 19:19 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1235 bytes --]
It looks like the commit adding the German translation for the cookbook
f98e83a17fa30587520e858231ec9c61f3624ecd broke "make dist".
in an environment built using:
guix environment --pure guix --ad-hoc git imagemagick
running:
./bootstrap && ./configure --localstatedir=/var && make -j4 && make doc-pot-update && make -j4 dist
Results in:
make[1]: Leaving directory '/home/vagrant/src/guix-tarball'
for f in po/doc/guix-manual.de.po; do
\
lang="`echo "$f" |
/gnu/store/zsq3ficl0hmid7aw50qma1ixmbs0jzq9-profile/bin/sed
-es'|.*/guix-cookb\
ook\.\(.*\)\.po$|\1|g'`"; \
make "doc-po-update-cookbook-$lang";
\
done
make[1]: Entering directory '/home/vagrant/src/guix-tarball'
make[1]: *** No rule to make target
'doc-po-update-cookbook-po/doc/guix-manual.de.po'. Stop.
make[1]: Leaving directory '/home/vagrant/src/guix-tarball'
make: *** [Makefile:5735: doc-po-update] Error 2
I haven't tracked down how to fix it properly, but it looks like maybe
some rules from guix-manual maybe were copied from the cookbook without
sufficiently being adjusted?
Reverting the commit works around the issue and generates a tarball,
though with the obvious downside of the German translation missing.
live well,
vagrant
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-03-06 23:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-06 19:19 "make dist" broken by German cookbook translation Vagrant Cascadian
2020-03-06 20:57 ` pelzflorian (Florian Pelz)
2020-03-06 23:33 ` Vagrant Cascadian
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).