Hello Richard, On 2015-10-06 11:10, Richard Shann wrote: > The last ja.po sent is causing a build failure for Denemo. Are you > able to say what may be wrong? the error is this: > /home/jjbenham/public_html/gub/target/mingw/src/denemo-git.savannah.gnu.org--denemo.git-master/po/ja.po:27621:4: > parse error > /home/jjbenham/public_html/gub/target/mingw/src/denemo-git.savannah.gnu.org--denemo.git-master/po/ja.po:27621: > missing `msgstr' section > [...] > /home/jjbenham/public_html/gub/target/tools/root/usr/bin/msgfmt: > found 6 fatal errors
When you manually run 'msgfmt -cv ja.po', do you get those same messages? If not, what program is generating those messages? When I run 'msgfmt -cv ja.po' at the TP, all is fine: $ msgfmt -cv ja.po 1025 translated messages, 2137 fuzzy translations, 2097 untranslated messages. $ msgfmt --version | head -1 msgfmt (GNU gettext-tools) 0.18.1 However, when it says "missing `msgstr' section", it mostly means that a double quote is missing, somewhere near to where the first parse error occurs. Maybe some script at your side accidentily removed a quote or unescaped an escaped one (\")? Benno _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
