<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">I tried to build a local branch created by merging latest gerrit master with another branch, on both Ubuntu 16.04.4 and Ubuntu 18.04.1, and got the same following error.</p>
<blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;">
<p style="margin-top:0;margin-bottom:0"></p>
<pre style="word-wrap: break-word; white-space: pre-wrap;">No core file identified in directory /home/dev/libreoffice/workdir/CppunitTest/sd_import_tests.test.core</pre>
<p></p>
<p style="margin-top:0;margin-bottom:0"></p>
<pre style="word-wrap: break-word; white-space: pre-wrap;">To show backtraces for crashes during test execution,</pre>
<p></p>
<p style="margin-top:0;margin-bottom:0"></p>
<pre style="word-wrap: break-word; white-space: pre-wrap;">enable core files with:</pre>
<p></p>
<p style="margin-top:0;margin-bottom:0"></p>
<pre style="word-wrap: break-word; white-space: pre-wrap;">   ulimit -c unlimited</pre>
<p></p>
<p style="margin-top:0;margin-bottom:0"></p>
<pre style="word-wrap: break-word; white-space: pre-wrap;">Error: a unit test failed, please do one of:</pre>
<p></p>
<p style="margin-top:0;margin-bottom:0"></p>
<pre style="word-wrap: break-word; white-space: pre-wrap;">make CppunitTest_sd_import_tests CPPUNITTRACE="gdb --args"</pre>
<p></p>
<p style="margin-top:0;margin-bottom:0"></p>
<pre style="word-wrap: break-word; white-space: pre-wrap;">    # for interactive debugging on Linux</pre>
<p></p>
<p style="margin-top:0;margin-bottom:0"></p>
<pre style="word-wrap: break-word; white-space: pre-wrap;">make CppunitTest_sd_import_tests VALGRIND=memcheck</pre>
<p></p>
<p style="margin-top:0;margin-bottom:0"></p>
<pre style="word-wrap: break-word; white-space: pre-wrap;">    # for memory checking</pre>
<p></p>
<p style="margin-top:0;margin-bottom:0"></p>
<pre style="word-wrap: break-word; white-space: pre-wrap;">make CppunitTest_sd_import_tests DEBUGCPPUNIT=TRUE</pre>
<p></p>
<p style="margin-top:0;margin-bottom:0"></p>
<pre style="word-wrap: break-word; white-space: pre-wrap;">    # for exception catching</pre>
<p></p>
<p style="margin-top:0;margin-bottom:0"></p>
<pre style="word-wrap: break-word; white-space: pre-wrap;">You can limit the execution to just one particular test by:</pre>
<p></p>
<p style="margin-top:0;margin-bottom:0"></p>
<pre style="word-wrap: break-word; white-space: pre-wrap;">make CPPUNIT_TEST_NAME="testXYZ" ...above mentioned params...</pre>
<p></p>
<p style="margin-top:0;margin-bottom:0"></p>
<pre style="word-wrap: break-word; white-space: pre-wrap;">/home/dev/libreoffice/solenv/gbuild/CppunitTest.mk:114: recipe for target '/home/dev/libreoffice/workdir/CppunitTest/sd_import_tests.test' failed</pre>
<p></p>
<p style="margin-top:0;margin-bottom:0"></p>
<pre style="word-wrap: break-word; white-space: pre-wrap;">make[1]: *** [/home/dev/libreoffice/workdir/CppunitTest/sd_import_tests.test] Error 1</pre>
<p></p>
</blockquote>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">autogen.input:</p>
<p style="margin-top:0;margin-bottom:0"></p>
<div>--enable-dbgutil</div>
<div>--disable-cve-tests</div>
<div>--without-java</div>
<div>--without-help</div>
<div>--without-myspell-dicts</div>
<div>--with-build-version=$(date +"LinuxDbg%Y-%m-%d")</div>
<br>
<p></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">That branch was built(make) successfully only <b>with</b> option "<span style="font-family: Calibri, Helvetica, sans-serif, Helvetica, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 16px;">--build-nocheck</span>"
 on MacOS 10.13.3, and that built LO app was usable despite having some bugs which I caused when merging<span style="font-family: Calibri, Helvetica, sans-serif, Helvetica, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 16px;"> the
 original old branch.</span></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">I want to build <b>without</b> option "--build-nocheck" to debug (the same source code) on Ubuntu, in order to fix my bugs which haven't been resolved in <span style="font-family: Calibri, Helvetica, sans-serif, Helvetica, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 16px;">MacOS</span>.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">How should I get a full normal build done?</p>
</div>
</body>
</html>