Ludovic Courtès <l...@gnu.org> writes: > Konrad Hinsen <konrad.hin...@fastmail.net> skribis: > >> e...@boldquot.po:2849: format specifications in 'msgstr[0]' are not a subset >> of those in 'msgid_plural' >> e...@boldquot.po:2856: format specifications in 'msgstr[0]' are not a subset >> of those in 'msgid_plural' >> /gnu/store/6z2rl8vrbcghvwcjdcf740b8l2cgx25a-profile/bin/msgfmt: found 2 >> fatal errors > > Fixed in 43f7fd8783af1e824904a76115a8ae8ccbb19f06, thanks!
Thanks! Unfortunately, a very similar error still blocks compiling a fresh Guix checkout: make[5]: Entering directory '/home/hinsen/guix/guix/po/guix' sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' ./insert-header.sin > en@boldquot.insert-header en@boldquot: en@boldquot: msgmerge --lang=en@boldquot e...@boldquot.po guix.pot -o e...@boldquot.new.po ............................................................................................ done. make[5]: Leaving directory '/home/hinsen/guix/guix/po/guix' make[4]: Leaving directory '/home/hinsen/guix/guix/po/guix' rm -f e...@boldquot.gmo && /gnu/store/6z2rl8vrbcghvwcjdcf740b8l2cgx25a-profile/bin/msgfmt -c --statistics --verbose -o e...@boldquot.gmo e...@boldquot.po e...@boldquot.po:2864: format specifications in 'msgstr[0]' are not a subset of those in 'msgid_plural' /gnu/store/6z2rl8vrbcghvwcjdcf740b8l2cgx25a-profile/bin/msgfmt: found 1 fatal error Cheers, Konrad.