<div dir="ltr"><div>Would be possible to download your generated deb files from some file-sharing service?</div><div><br></div><div>I'm still struggling with compilation issues.</div><div>1) After the bad experience with Debian 10, I downloaded Debian 9.9 in the hope that would make a better compilation choice, but, alas, Debian 9 includes a version of gcc already unsupported by LibreOffice, it requires at least gcc 7. As far as I could found, upgrading gcc on Debian 9 is an ugly chore, so I went back to installing Debian 10...</div><div>2) But, this time, instead of choosing LXQT, I chose LXDE and used LXTerminal. Now it compiled until the make error without a single hang. I don't know if LXQT of tis default terminal were the culprits of the frequent crashes, or something else, but at least I reached the make error on Debian 10.</div><div><br></div><div>I paste the error produced in Debian 10. It seems to be still cpunittest related.<br></div><div><br></div><div>Would be wise to apply your diff here, or it is not related since I'm not running a chroot environment but a VM?<br></div><div><br></div><div>-------------------<br></div><div>[CUT] vcl_app_test<br>[CUT] vcl_jpeg_read_write_test<br>[CUT] vcl_svm_test<br>[CUT] vcl_errorhandler<br><br>(cppunittester:31471): Gdk-WARNING **: 11:55:01.877: gdk_window_set_icon_list: icons too large<br>/home/linux/Downloads/libreoffice-6.3.0.4/vcl/qa/cppunit/outdev.cxx:71:VclOutdevTest::testVirtualDevice<br>equality assertion failed<br>- Expected: c[ffffff00]<br>- Actual  : c[000000ff]<br><br>VclOutdevTest::testVirtualDevice finished in: 71ms<br>VclOutdevTest::testUseAfterDispose finished in: 0ms<br>outdev.cxx:71:Assertion<br>Test name: VclOutdevTest::testVirtualDevice<br>equality assertion failed<br>- Expected: c[ffffff00]<br>- Actual  : c[000000ff]<br><br>Failures !!!<br>Run: 2   Failure total: 1   Failures: 1   Errors: 0<br><br>Error: a unit test failed, please do one of:<br><br>make CppunitTest_vcl_outdev CPPUNITTRACE="gdb --args"<br>    # for interactive debugging on Linux<br>make CppunitTest_vcl_outdev VALGRIND=memcheck<br>    # for memory checking<br>make CppunitTest_vcl_outdev DEBUGCPPUNIT=TRUE<br>    # for exception catching<br><br>You can limit the execution to just one particular test by:<br><br>make CPPUNIT_TEST_NAME="testXYZ" ...above mentioned params...<br><br>make[1]: *** [/home/linux/Downloads/libreoffice-6.3.0.4/solenv/gbuild/CppunitTest.mk:114: /home/linux/Downloads/libreoffice-6.3.0.4/workdir/CppunitTest/vcl_outdev.test] Error 1<br>make[1]: *** Waiting for unfinished jobs....<br><br>(cppunittester:31496): Gdk-WARNING **: 11:55:02.080: gdk_window_set_icon_list: icons too large<br>SvmTest::testPixel finished in: 77ms<br>SvmTest::testPoint finished in: 1ms<br>SvmTest::testLine finished in: 1ms<br>SvmTest::testRect finished in: 1ms<br>SvmTest::testRoundRect finished in: 1ms<br>SvmTest::testEllipse finished in: 1ms<br>SvmTest::testArc finished in: 1ms<br>SvmTest::testPie finished in: 1ms<br>SvmTest::testChord finished in: 1ms<br>SvmTest::testPolyLine finished in: 4ms<br>SvmTest::testPolygon finished in: 1ms<br>SvmTest::testPolyPolygon finished in: 2ms<br>SvmTest::testText finished in: 61ms<br>SvmTest::testTextArray finished in: 0ms<br>SvmTest::testStrechText finished in: 1ms<br>SvmTest::testTextRect finished in: 1ms<br>SvmTest::testTextLine finished in: 0ms<br>SvmTest::testBitmaps finished in: 1ms<br>/home/linux/Downloads/libreoffice-6.3.0.4/test/source/xmltesttools.cxx:152:SvmTest::testBitmapExs<br>equality assertion failed<br>- Expected: 34434a50<br>- Actual  : d8870290<br>- In <>, attribute 'crc' of '/metafile/bmpex[3]' incorrect value.<br><br>SvmTest::testBitmapExs finished in: 2ms<br>SvmTest::testMasks finished in: 1ms<br>SvmTest::testGradient finished in: 1ms<br>SvmTest::testGradientEx finished in: 0ms<br>SvmTest::testHatch finished in: 1ms<br>SvmTest::testWallpaper finished in: 1ms<br>SvmTest::testClipRegion finished in: 0ms<br>SvmTest::testIntersectRectClipRegion finished in: 0ms<br>SvmTest::testIntersectRegionClipRegion finished in: 0ms<br>SvmTest::testMoveClipRegion finished in: 0ms<br>SvmTest::testLineColor finished in: 1ms<br>SvmTest::testFillColor finished in: 0ms<br>SvmTest::testTextColor finished in: 1ms<br>SvmTest::testTextFillColor finished in: 0ms<br>SvmTest::testTextLineColor finished in: 0ms<br>SvmTest::testOverLineColor finished in: 1ms<br>SvmTest::testTextAlign finished in: 0ms<br>SvmTest::testMapMode finished in: 0ms<br>SvmTest::testFont finished in: 0ms<br>SvmTest::testPushPop finished in: 1ms<br>SvmTest::testRasterOp finished in: 0ms<br>SvmTest::testTransparent finished in: 1ms<br>SvmTest::testFloatTransparent finished in: 0ms<br>SvmTest::testEPS finished in: 0ms<br>SvmTest::testRefPoint finished in: 0ms<br>SvmTest::testComment finished in: 1ms<br>SvmTest::testLayoutMode finished in: 0ms<br>SvmTest::testTextLanguage finished in: 0ms<br>xmltesttools.cxx:152:Assertion<br>Test name: SvmTest::testBitmapExs<br>equality assertion failed<br>- Expected: 34434a50<br>- Actual  : d8870290<br>- In <>, attribute 'crc' of '/metafile/bmpex[3]' incorrect value.<br><br>Failures !!!<br>Run: 46   Failure total: 1   Failures: 1   Errors: 0<br><br>Error: a unit test failed, please do one of:<br><br>make CppunitTest_vcl_svm_test CPPUNITTRACE="gdb --args"<br>    # for interactive debugging on Linux<br>make CppunitTest_vcl_svm_test VALGRIND=memcheck<br>    # for memory checking<br>make CppunitTest_vcl_svm_test DEBUGCPPUNIT=TRUE<br>    # for exception catching<br><br>You can limit the execution to just one particular test by:<br><br>make CPPUNIT_TEST_NAME="testXYZ" ...above mentioned params...<br><br>make[1]: *** [/home/linux/Downloads/libreoffice-6.3.0.4/solenv/gbuild/CppunitTest.mk:113: /home/linux/Downloads/libreoffice-6.3.0.4/workdir/CppunitTest/vcl_svm_test.test] Error 1<br>make: *** [Makefile:282: build] Error 2<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El mié., 14 ago. 2019 a las 11:57, Michael Weghorn (<<a href="mailto:m.weghorn@posteo.de">m.weghorn@posteo.de</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 14/08/2019 16.18, Michael Weghorn wrote:<br>
> I just ran 'make distclean', then updated autogen.input and started a<br>
> new build and will let you know of the result.<br>
> <br>
> I put '--with-distro=LibreOfficeLinux' first, otherwise the<br>
> '--disable-gstreamer-0-10' flag is overriden by<br>
> '--enable-gstreamer-0-10' set in distro-configs/LibreOfficeLinux.conf,<br>
> so this is the content of the autogen.input I'm using:<br>
> <br>
> --with-distro=LibreOfficeLinux<br>
> --disable-gstreamer-0-10<br>
> --with-lang=es<br>
> --with-myspell-dicts<br>
> --enable-release-build<br>
> --with-package-format=deb<br>
> --disable-dependency-tracking<br>
> --with-jdk-home=/usr/lib/jvm/java-11-openjdk-i386/<br>
<br>
That build succeeded as well in my buster chroot.<br>
<br>
<br>
(with sal unit tests temporarily disabled due to issues with current<br>
chroot setup as described earlier:<br>
<br>
    $ git diff<br>
    diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk<br>
    index 4d7a84ee4e61..129d703a81fd 100644<br>
    --- a/sal/Module_sal.mk<br>
    +++ b/sal/Module_sal.mk<br>
    @@ -23,15 +23,6 @@ $(eval $(call gb_Module_add_targets,sal,\<br>
            Executable_osl_process_child \<br>
     ))<br>
<br>
    -$(eval $(call gb_Module_add_check_targets,sal,\<br>
    -       $(if $(filter<br>
TRUE,$(DISABLE_DYNLOADING)),,CppunitTest_Module_DLL) \<br>
    -       $(if $(filter WNT,$(OS)),CppunitTest_sal_comtools) \<br>
    -       CppunitTest_sal_osl_security \<br>
    -       CppunitTest_sal_osl \<br>
    -       CppunitTest_sal_rtl \<br>
    -       CppunitTest_sal_types \<br>
    -))<br>
    -<br>
     endif<br>
<br>
     # vim: set noet sw=4 ts=4:<br>
)<br>
</blockquote></div>