Hi,
I've just turned on SSL support in retawq configure flags to repair a long-standing bug with our "man" (it browses linux.die.net, which has become available only as https).
But I found a bug that happens when cooking the pckage (bug already existed before my change). See the cooker log: after compilation,
Normalizing mo files...
read-mo.c:249: invalid multibyte sequence
(repeated several hundred times with same line number 249)
/tmp/tmp.nDlT5a.awk:89: missing 'msgstr' section
(repeated 20 times with varying line number)
msgfmt: too many errors, aborting
Error processing /home/slitaz/wok/retawq/install/usr/share/locale/ja/LC_MESSAGES/retawq.mo
read-mo.c:249: invalid multibyte sequence
(several hundred times again)
Done
Time: 2.24s. Size: 135356 B -> 132947 B. Save: 2 KB.
================================================================================
I don't know who outputs all these messages, so I can hardly debug this. I looked at file ja.po and didn't find a missing msgstr; maybe a quoting problem?