On Oct 10, 2013, at 1:12 PM, Hannes Magnusson <hannes.magnus...@gmail.com> wrote:
> On Sun, Oct 6, 2013 at 11:10 PM, Simion Onea <simio...@gmail.com> wrote: >> Hi! >> I'm gettig messages that the RO translation is broken: >> >> Loading and parsing manual.xml... =============> Something happenend when >> snapshotting ro >> Failed completely >> =============> Please have a look! >> >> I tried to build the translation locally and it builds successfully. >> Could someone please check what is the issue on the server? >> > > I can't reproduce it locally either.. and since I've lost my ssh key.. > I can't seem to be able to login to the server... > > Philip, could you check it out please? Hello all, Strange that it seemingly did not "svn up" as it should have. Here's what happened on euk2: =================== $ php doc-base/configure.php --with-lang=ro ... Loading and parsing manual.xml... Segmentation fault $ php doc-base/configure.php --with-lang=ro --disable-segfault-error ... Loading and parsing manual.xml... Segmentation fault $ svn up ro/ U language/oop5.xml U extensions.ent U language-defs.ent U language-snippets.ent Updated to revision 331762. $ php doc-base/configure.php --with-lang=ro ... All good. Saving .manual.xml... done. =================== So, while I am not sure what caused the problem, it is working now. Thoughts? Regards, Philip