<div dir="ltr"><div>Would be possible to re-create your build with the following autogen.input, and let me know if it worked for you?<br></div><span class="gmail-im"></span><br><span class="gmail-im"></span><div><span class="gmail-im">
--disable-gstreamer-0-10<br>
--with-lang=es<br>
--with-myspell-dicts</span><br></div><div>--with-distro=LibreOfficeLinux</div><div>--enable-release-build<br></div><div>--with-package-format=deb</div><div>--disable-dependency-tracking</div><div><span class="gmail-im"></span></div><div><span class="gmail-im">--with-jdk-home=/your/path/to/your/jdk</span></div><div><span class="gmail-im"><br></span></div><div><span class="gmail-im">I'm still bumping on the wall trying to compile... grrr....<br></span></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El mié., 14 ago. 2019 a las 1:25, 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 03.44, escuelaslinux wrote:<br>
> Well, today I tried by using Debian 10 (Maybe it would work by going to the<br>
> source, right?)<br>
> <br>
> Wrong. It was an awful experience.<br>
> <br>
> After seven hours in which the fans were at max, I didn't realize that the<br>
> make process hanged. No warning, no memory overflow messages (This VM has 6<br>
> GB of RAM assigned, BTW).<br>
> <br>
> [...]<br>
<br>
I built LibreOffice from git tag 'libreoffice-6.3.0.3' in an i386 Debian<br>
buster (Debian 10) (s)chroot (host is Debian testing amd64) and that<br>
went fine with the following autogen.input (i.e. the one you pasted<br>
previously except for the '--with-external-tar' flag):<br>
<br>
$ cat autogen.input<br>
--without-system-postgresql<br>
--without-junit<br>
--without-java<br>
--without-help<br>
--without-doxygen<br>
--disable-odk<br>
--disable-gstreamer-1-0<br>
--disable-gstreamer-0-10<br>
--disable-firebird-sdbc<br>
--with-lang=es en-US<br>
--with-myspell-dicts<br>
--enable-debug<br>
#--with-external-tar=/home/linux/libreoffice/libreoffice/core/external/tarballs<br>
--without-krb5<br>
--without-gssapi<br>
CC=gcc -mfpmath=sse -msse2<br>
CXX=g++ -mfpmath=sse -msse2<br>
<br>
<br>
[Some of the 'sal' unit tests failed, so I commented those out and then<br>
the build including unit tests went fine. The unit test failures I got<br>
look like they were caused solely by the (s)chroot setup, and could<br>
probably be fixed by configuring the chroot properly; output:<br>
<br>
    #Initializing ...<br>
    #<br>
    #logonUser function need root/Administrator account to test.<br>
    #You can test by login with root/Administrator, and execute:<br>
    #testshl2 -forward "username password"<br>
../../../wntmsci9/bin/Security.dll<br>
    #      where username and password are forwarded account info.<br>
    #if no text forwarded, this function will be skipped.<br>
    warn:vcl.app:30539:30539:sal/cppunittester/cppunittester.cxx:470:<br>
Fatal exception: assertion failed<br>
    - Expression: ( pw = getpwuid( getuid() ) ) != nullptr<br>
    - getpwuid: no password entry<br>
<br>
<br>
<br>
    Error: a unit test failed, please do one of:<br>
<br>
    make CppunitTest_sal_osl_security CPPUNITTRACE="gdb --args"<br>
        # for interactive debugging on Linux<br>
    make CppunitTest_sal_osl_security VALGRIND=memcheck<br>
        # for memory checking<br>
    make CppunitTest_sal_osl_security 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>
</blockquote></div>