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/ && > (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)) > [ build CUT ] writerfilter_rtftok > 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)) > [ build MOD ] chart2 > R=/data/work/niboshi && S=$R/libo && O=$S/solver/unxlngi6 && > W=$S/workdir/unxlngi6 && mkdir -p $W/Module/ && touch $W/Module/chart2 > [ build MOD ] sd > R=/data/work/niboshi && S=$R/libo && O=$S/solver/unxlngi6 && > W=$S/workdir/unxlngi6 && mkdir -p $W/Module/ && touch $W/Module/sd > [ build CHK ] sw > 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 > make[2]: *** Waiting for unfinished jobs.... > make[2]: Leaving directory `/data/work/niboshi/libo/tail_build' > dmake: Error code 2, while making 'all' > > ----------------------------------------------------------------------- > Oh dear - something failed during the build - sorry ! > For more help with debugging build errors, please see the section in: > http://wiki.documentfoundation.org/Development > > internal build errors: > > ERROR: error 65280 occurred while making > /data/work/niboshi/libo/tail_build/prj > > it seems that the error is inside 'tail_build', please re-run build > inside this module to isolate the error and/or test your fix: > ----------------------------------------------------------------------- > > /bin/bash > cd /data/work/niboshi/libo > source ./Env.Host.sh > cd tail_build > make clean # optional > make -r > > when the problem is isolated and fixed exit and re-run 'make' from the > top-level > make[1]: *** [build] Error 1 > make[1]: Leaving directory `/data/work/niboshi/libo' > make: *** [source-env-and-recurse] Error 2 > Following the instructions above (with clean), it finishes successfully (no error message at the tail, and exit code is 0). But If I then go back to root and do 'make' again, the result is the same. autogen.sh options are: > ./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 > current commit is: 7d7496bd4c152ad1746809800f1298169052320e Do you have any ideas to fix this? -- Daisuke Nishino
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice