While building libreoffice from source HEAD it fails as follows: [ build MOD ] sal [ build ALL ] top level modules: sal [ build ALL ] loaded modules: sal [ build CUT ] Module_DLL [ build CUT ] sal_bytesequence [ build CUT ] sal_osl_condition [ build LNK ] CppunitTest/libtest_sal_osl_file.so [ build CUT ] sal_osl_file [ build CUT ] sal_osl_module [ build CUT ] sal_osl_old_test_file [ build CUT ] sal_osl_security [ build CUT ] sal_osl_thread [ build CUT ] sal_osl_process [ build CUT ] sal_rtl_alloc [ build CUT ] sal_rtl_cipher [ build CUT ] sal_rtl_crc32 [ build CUT ] sal_rtl_doublelock [ build CUT ] sal_rtl_locale [ build LNK ] CppunitTest/libtest_sal_rtl_ostringbuffer.so [ build CUT ] sal_rtl_ostringbuffer [ build CUT ] sal_rtl_oustringbuffer [ build CUT ] sal_rtl_strings test_strings_replace.cxx:230:Assertion Test name: N12_GLOBAL__N_14TestE::ustringReplaceFirstAsciiLAsciiL equality assertion failed - Expected: otherbarfoo - Actual : test_strings_replace.cxx:309:Assertion Test name: N12_GLOBAL__N_14TestE::ustringReplaceAllAsciiLAsciiL equality assertion failed - Expected: otherbarother - Actual : test_oustring_stringliterals.cxx:143:Assertion Test name: N4test8oustring14StringLiteralsE::checkUsage assertion failed - Expression: foobarfoo.replaceFirst( "foo", "test" ) == "testbarfoo" test_oustring_stringliterals.cxx:164:Assertion Test name: N4test8oustring14StringLiteralsE::checkNonconstChar equality assertion failed - Expected: foobar - Actual : foo Failures !!! Run: 20 Failure total: 4 Failures: 4 Errors: 0 Error: a unit test failed, please do one of: export DEBUGCPPUNIT=TRUE # for exception catching export GDBCPPUNITTRACE="gdb --args" # for interactive debugging export VALGRIND=memcheck # for memory checking and retry. make[2]: *** [/home/arno/src/libreoffice/workdir/unxlngx6.pro/CppunitTest/sal_rtl_strings.test] Fehler 1 ----------------------------------------------------------------------- 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 512 occurred while making /home/arno/src/libreoffice/sal/prj it seems that the error is inside 'sal', please re-run build inside this module to isolate the error and/or test your fix: build_error.log should contain the captured output of the failed module(s) ----------------------------------------------------------------------- To rebuild a specific module: make sal.clean # optional make sal when the problem is isolated and fixed, re-run 'make' make[1]: *** [build-packimages] Fehler 1 make[1]: Verlasse Verzeichnis '/home/arno/src/libreoffice' make: *** [all] Fehler 2
The common answers for this are 1. try as it suggested: > make sal.clean > make sal 2. try ./g pull -r to update the source And when reporting this type of problem, could you please tell: 1. what exactly the HEAD commit is, by 'git show' and tell the commit ID 2. your autogen.lastrun (build configuration) Looking at the tinderbox <http://tinderbox.libreoffice.org/MASTER/status.html>, some linux builds are green by now, so ./g pull -r might help.
Is this still an issue?
I now have this issue, just pulled yesterday but I've had the problem for nearly 2 weeks. New issue for me. Tried a clean build and that didn't solve anything
Marked as NEW and prioritizing relatively high as I can confirm that I can't even get a build to work. Major: Prevents build Importance: Low, doesn't seem to be affecting many users but for those who it does...it's a show stopper
If someone still see this issue, please send an email to the development mailing list https://wiki.documentfoundation.org/Development Kind regards, Joren
Does the problem still persist? https://bugs.documentfoundation.org/show_bug.cgi?id=120632