<div dir="ltr"><div>Thanks Michael for the head up about build-nocheck. I used it as a last resort, because I am still unable to have 'make' finished without an error if I don't add that parameter.<br></div><div><br></div><div>The use of that parameter is even sort of advised on the LibreOffice blog (<a href="https://blog.documentfoundation.org/blog/2019/06/12/start-developing-libreoffice-download-the-source-code-and-build-on-linux/">https://blog.documentfoundation.org/blog/2019/06/12/start-developing-libreoffice-download-the-source-code-and-build-on-linux/</a>)</div><div><br></div><div>"If you would like to compile without unit tests (for example, if you 
don’t want to check that what you have changed in the source code will 
cause regressions), use the <strong>build-nocheck</strong> parameter instead"</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El jue., 8 ago. 2019 a las 10:54, Eike Rathke (<<a href="mailto:erack@redhat.com">erack@redhat.com</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">Hi dreamnext,<br>
<br>
On Thursday, 2019-08-08 10:36:17 -0500, <a href="mailto:dreamnext@gmail.com" target="_blank">dreamnext@gmail.com</a> wrote:<br>
<br>
> Thanks for you help. the 'make build-nocheck' did  the trick of passing the<br>
> unit test, and it finishes successfully :-)<br>
> <br>
> Now I'm on the stage of trying to build distributable deb files.<br>
<br>
Which isn't recommendable though.. or rather ill-advised. Building<br>
without checks and distributing means it may (and probably will) fail<br>
for the end user when installed. Checks are there for a reason. make<br>
build-nocheck does not pass the tests, it skips them. Actually<br>
build-nocheck should never be recommended unless someone wants to do<br>
private builds to investigate failures or do modifications and at the<br>
end would run a build with checks again.<br>
<br>
  Eike<br>
<br>
-- <br>
GPG key 0x6A6CD5B765632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563 2D3A<br>
</blockquote></div>