
Am 05.05.20 um 20:54 schrieb Mark Sapiro:
On 5/5/20 11:09 AM, Matthias Andree wrote:
Greetings,
I am the packager of Mailman 2.x for FreeBSD and am reporting two issues and have two questions:
I1: It would seem the Spanish translation has regressed with 2.1.31, and fails to build on FreeBSD 12.1:
...
File "<string>", line 1 " direcci�n de rebote cuando se usa "responder a todos"), as� que puede ser \n" ^ SyntaxError: invalid syntax *** Error code 1 (ignored) There should be \" around 'responder a todos', not simple ". Future releases should test build the translations. (Am doing that in FreeBSD.)
Thank you for the report. I actually did compile this message catalog, but with Mailman's bin/msgfmt.py which didn't catch this error.
Mark,
My build was also using Mailman's bin/msgfmt.py - it was using relative paths, I am pasting its failing command line again for your convenience:
/usr/local/bin/python2.7 ../build/bin/msgfmt.py -o es/LC_MESSAGES/mailman.mo es/LC_MESSAGES/mailman.po
I'm going to fix all the above and release 2.1.32 later today. (which I see is out) The reporter told me he requested a CVE ID, but hasn't given it to me. I searched Mitre, but if there is a placeholder ID, I wouldn't find it anyway.
Thank you. Found revision 1814.
Regards, Matthias