Recently my build fails in tail_build.<br><br>When I do &#39;make&#39; after &#39;make clean&#39;, I got the following (last several lines):<br><br clear="all"><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
[ build CUT ] writerfilter_doctok<br>R=/data/work/niboshi &amp;&amp; S=$R/libo &amp;&amp; O=$S/solver/unxlngi6 &amp;&amp; W=$S/workdir/unxlngi6 &amp;&amp;  mkdir -p $W/CppunitTest/ &amp;&amp; (LD_LIBRARY_PATH=&quot;$O/lib&quot;:$O/lib/sqlite   DBGSV_ERROR_OUT=shell STAR_RESOURCEPATH=$O/bin/   $O/bin/cppunit/cppunittester $W/LinkTarget/CppunitTest/libtest_writerfilter_doctok.so     &gt; $W/CppunitTest/writerfilter_doctok.test.log 2&gt;&amp;1 || (cat $W/CppunitTest/writerfilter_doctok.test.log &amp;&amp; echo; echo &quot;Error: a unit test failed, please do one of:&quot;; echo; echo &quot;export DEBUGCPPUNIT=TRUE            # for exception catching&quot;; echo &quot;export GDBCPPUNITTRACE=\&quot;gdb --args\&quot; # for interactive debugging&quot;; echo &quot;export VALGRIND=memcheck            # for memory checking&quot; ; echo &quot;and retry.&quot; &amp;&amp; false))<br>
[ build CUT ] writerfilter_rtftok<br>R=/data/work/niboshi &amp;&amp; S=$R/libo &amp;&amp; O=$S/solver/unxlngi6 &amp;&amp; W=$S/workdir/unxlngi6 &amp;&amp;  mkdir -p $W/CppunitTest/ &amp;&amp; (LD_LIBRARY_PATH=&quot;$O/lib&quot;:$O/lib/sqlite   DBGSV_ERROR_OUT=shell STAR_RESOURCEPATH=$O/bin/   $O/bin/cppunit/cppunittester $W/LinkTarget/CppunitTest/libtest_writerfilter_rtftok.so --protector unoexceptionprotector.so unoexceptionprotector &quot;-env:CONFIGURATION_LAYERS=xcsxcu:file://$O/xml/registry&quot;   &quot;-env:UNO_TYPES= file://$O/bin/udkapi.rdb  file://$O/bin/types.rdb&quot;  &quot;-env:UNO_SERVICES=file://$O/xml/ure/services.rdb  file://$W/ComponentTarget/writerfilter/util/writerfilter.component  file://$O/xml/configmgr.component  file://$O/xml/ucb1.component  file://$O/xml/ucpfile1.component&quot;   -env:URE_INTERNAL_LIB_DIR=file://$O/lib  -env:LO_LIB_DIR=file://$O/lib &gt; $W/CppunitTest/writerfilter_rtftok.test.log 2&gt;&amp;1 || (cat $W/CppunitTest/writerfilter_rtftok.test.log &amp;&amp; echo; echo &quot;Error: a unit test failed, please do one of:&quot;; echo; echo &quot;export DEBUGCPPUNIT=TRUE            # for exception catching&quot;; echo &quot;export GDBCPPUNITTRACE=\&quot;gdb --args\&quot; # for interactive debugging&quot;; echo &quot;export VALGRIND=memcheck            # for memory checking&quot; ; echo &quot;and retry.&quot; &amp;&amp; false))<br>
[ build MOD ] chart2<br>R=/data/work/niboshi &amp;&amp; S=$R/libo &amp;&amp; O=$S/solver/unxlngi6 &amp;&amp; W=$S/workdir/unxlngi6 &amp;&amp;  mkdir -p $W/Module/ &amp;&amp; touch $W/Module/chart2<br>[ build MOD ] sd<br>R=/data/work/niboshi &amp;&amp; S=$R/libo &amp;&amp; O=$S/solver/unxlngi6 &amp;&amp; W=$S/workdir/unxlngi6 &amp;&amp;  mkdir -p $W/Module/ &amp;&amp; touch $W/Module/sd<br>
[ build CHK ] sw<br>R=/data/work/niboshi &amp;&amp; S=$R/libo &amp;&amp; O=$S/solver/unxlngi6 &amp;&amp; W=$S/workdir/unxlngi6 &amp;&amp;  mkdir -p $W/Module/check/ &amp;&amp; touch $W/Module/check/sw<br>make[2]: *** Waiting for unfinished jobs....<br>
make[2]: Leaving directory `/data/work/niboshi/libo/tail_build&#39;<br>dmake:  Error code 2, while making &#39;all&#39;<br><br>-----------------------------------------------------------------------<br>        Oh dear - something failed during the build - sorry !<br>
  For more help with debugging build errors, please see the section in:<br>            <a href="http://wiki.documentfoundation.org/Development">http://wiki.documentfoundation.org/Development</a><br><br>  internal build errors:<br>
<br>ERROR: error 65280 occurred while making /data/work/niboshi/libo/tail_build/prj<br><br> it seems that the error is inside &#39;tail_build&#39;, please re-run build<br> inside this module to isolate the error and/or test your fix:<br>
-----------------------------------------------------------------------<br><br>/bin/bash<br>cd /data/work/niboshi/libo<br>source ./<a href="http://Env.Host.sh">Env.Host.sh</a><br>cd tail_build<br>make clean # optional<br>
make -r<br><br>when the problem is isolated and fixed exit and re-run &#39;make&#39; from the top-level<br>make[1]: *** [build] Error 1<br>make[1]: Leaving directory `/data/work/niboshi/libo&#39;<br>make: *** [source-env-and-recurse] Error 2<br>
</blockquote><div><br>Following the instructions above (with clean), it finishes successfully (no error message at the tail, and exit code is 0).<br>But If I then go back to root and do &#39;make&#39; again, the result is the same.<br>
<br>autogen.sh options are:<br><div> </div><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">./autogen.sh
 --enable-symbols --disable-strip-solver --enable-werror --enable-debug 
--enable-dbgutil --enable-crashdump --enable-verbose --with-max-jobs=2 
--with-num-cpus=2<br></blockquote><br>current commit is: 7d7496bd4c152ad1746809800f1298169052320e<br><br>Do you have any ideas to fix this?<br>

<br>-- <br></div>Daisuke Nishino<br>