Hi Oliver, Yes, I have proved that the problem is about parallel builds. In particular, if I am using multiprocessor amd64 architecture, then po --> mo compilation reports random fatal errors in random translation files of openxpki-i18n. Most probably FreeBSD in not to blame, and the problem is with gettext or too careless Makefile supplied with the openxpki-i18n. In my case I had to give an anti-parallel (FreeBSD specific) directive
MAKE_JOBS_UNSAFE=yes to cancel multi-processing of po --> mo compilation. Which resolved all problems without further patches. All the best, Sergei On 04.08.2014 22:47, Oliver Welter wrote: > Hello Sergei, > > the whole i18n stuff is horribly messed up at the moment - fixing it is > on top priority and will be hopefully done within the next two weeks. I > would recommend to just empty the files or move the whole i18n stuff > away for testing. > > Oliver ------------------------------------------------------------------------------ Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps to the future. http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk _______________________________________________ OpenXPKI-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-devel
