[Libreoffice] build failure in tail_build

2011-12-13 Thread Daisuke Nishino
Recently my build fails in tail_build. When I do 'make' after 'make clean', I got the following (last several lines): [ build CUT ] writerfilter_doctok R=/data/work/niboshi S=$R/libo O=$S/solver/unxlngi6 W=$S/workdir/unxlngi6 mkdir -p $W/CppunitTest/

Re: [Libreoffice] build failure in tail_build

2011-12-13 Thread Daisuke Nishino
Correction: Actually make in tail_build subdirectory was not suceeded. Its exit code was 2. (I was confused because I was using tee command to pipe the output, accordingly subsequent $? evaluated to 0) No error message was produced anyway. The following are several last lines of 'make -r' in

Re: [Libreoffice] build failure in tail_build

2011-12-13 Thread Michael Meeks
Hi Daisuke, On Wed, 2011-12-14 at 00:47 +0900, Daisuke Nishino wrote: Actually make in tail_build subdirectory was not suceeded. Bother. Its exit code was 2. (I was confused because I was using tee command to pipe the output, accordingly subsequent $? evaluated to 0) No error