Recently my build fails in tail_build.<br><br>When I do 'make' after 'make clean', 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 && S=$R/libo && O=$S/solver/unxlngi6 && W=$S/workdir/unxlngi6 && mkdir -p $W/CppunitTest/ && (LD_LIBRARY_PATH="$O/lib":$O/lib/sqlite DBGSV_ERROR_OUT=shell STAR_RESOURCEPATH=$O/bin/ $O/bin/cppunit/cppunittester $W/LinkTarget/CppunitTest/libtest_writerfilter_doctok.so > $W/CppunitTest/writerfilter_doctok.test.log 2>&1 || (cat $W/CppunitTest/writerfilter_doctok.test.log && echo; echo "Error: a unit test failed, please do one of:"; echo; echo "export DEBUGCPPUNIT=TRUE # for exception catching"; echo "export GDBCPPUNITTRACE=\"gdb --args\" # for interactive debugging"; echo "export VALGRIND=memcheck # for memory checking" ; echo "and retry." && false))<br>
[ build CUT ] writerfilter_rtftok<br>R=/data/work/niboshi && S=$R/libo && O=$S/solver/unxlngi6 && W=$S/workdir/unxlngi6 && mkdir -p $W/CppunitTest/ && (LD_LIBRARY_PATH="$O/lib":$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 "-env:CONFIGURATION_LAYERS=xcsxcu:file://$O/xml/registry" "-env:UNO_TYPES= file://$O/bin/udkapi.rdb file://$O/bin/types.rdb" "-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" -env:URE_INTERNAL_LIB_DIR=file://$O/lib -env:LO_LIB_DIR=file://$O/lib > $W/CppunitTest/writerfilter_rtftok.test.log 2>&1 || (cat $W/CppunitTest/writerfilter_rtftok.test.log && echo; echo "Error: a unit test failed, please do one of:"; echo; echo "export DEBUGCPPUNIT=TRUE # for exception catching"; echo "export GDBCPPUNITTRACE=\"gdb --args\" # for interactive debugging"; echo "export VALGRIND=memcheck # for memory checking" ; echo "and retry." && false))<br>
[ build MOD ] chart2<br>R=/data/work/niboshi && S=$R/libo && O=$S/solver/unxlngi6 && W=$S/workdir/unxlngi6 && mkdir -p $W/Module/ && touch $W/Module/chart2<br>[ build MOD ] sd<br>R=/data/work/niboshi && S=$R/libo && O=$S/solver/unxlngi6 && W=$S/workdir/unxlngi6 && mkdir -p $W/Module/ && touch $W/Module/sd<br>
[ build CHK ] sw<br>R=/data/work/niboshi && S=$R/libo && O=$S/solver/unxlngi6 && W=$S/workdir/unxlngi6 && mkdir -p $W/Module/check/ && touch $W/Module/check/sw<br>make[2]: *** Waiting for unfinished jobs....<br>
make[2]: Leaving directory `/data/work/niboshi/libo/tail_build'<br>dmake: Error code 2, while making 'all'<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 'tail_build', 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 'make' from the top-level<br>make[1]: *** [build] Error 1<br>make[1]: Leaving directory `/data/work/niboshi/libo'<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 'make' 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>