<div dir="ltr"><div dir="ltr"><div class="gmail_default"><font size="2">Hi,</font></div><div class="gmail_default"><font size="2"><br></font></div><div class="gmail_default"><font size="2">I'm trying to built libreoffice on Ubuntu 18.04. But when I do "./autogen.sh" the terminal returns:</font></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif;font-size:small"><pre><font size="2"><span style="font-family:arial,helvetica,sans-serif"><b>configure: error: could not find function 'krb5_sendauth' required for Kerberos 5<span id="selectionBoundary_1551710008893_30054558159562894" style="line-height:0;display:none" class="rangySelectionBoundary"></span><br>Error running configure at ./autogen.sh line 300.<br></b><br></span></font></pre><pre><span style="font-family:arial,helvetica,sans-serif"><font size="2">I dont know what library contain the function 'krb5_sendauth' to install this and continue<span id="selectionBoundary_1551710003873_2123158750662114" style="line-height:0;display:none" class="rangySelectionBoundary"></span><span id="selectionBoundary_1551710018905_9517592578808999" style="line-height:0;display:none" class="rangySelectionBoundary"></span>.<br><br>Thanks...</font><span id="selectionBoundary_1551709998877_9788091854349844" style="line-height:0;display:none" class="rangySelectionBoundary"></span></span><br></pre></div><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><br></div>
</div></div></div><br></div><div class="ce-extention-tools"></div> <a class="ce-feedback" href="https://vantage.formstack.com/forms/cex_feedback"><span class="close"></span></a></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em seg, 4 de mar de 2019 às 09:59, Stephan Bergmann <<a href="mailto:sbergman@redhat.com">sbergman@redhat.com</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">See subject. I had to just fix a bunch of UITests again, <br>
<<a href="https://gerrit.libreoffice.org/#/c/68683/" rel="noreferrer" target="_blank">https://gerrit.libreoffice.org/#/c/68683/</a>> "Fix some UITests to use <br>
copies of SRCDIR documents". This not only affects whether tests <br>
succeed with a read-only source tree, but also helps in other scenarios <br>
like documented in the commit message of <br>
<<a href="https://gerrit.libreoffice.org/plugins/gitiles/core/+/5eb9dd46e9b3ba18afd4f6dac580c4b91e715f43%5E!/" rel="noreferrer" target="_blank">https://gerrit.libreoffice.org/plugins/gitiles/core/+/5eb9dd46e9b3ba18afd4f6dac580c4b91e715f43%5E!/</a>> <br>
"More temp copies of test docs in Python/UITests": "I had cancelled <br>
(ctrl-c) a `make check` midway, when it happened to be in the middle of <br>
UITest_calc_tests2 and left beind a <br>
sc/qa/uitest/calc_tests/data/.~lock.stableSorting.ods# lock file (which <br>
records, among other things, the host name). I then dropped off a VPN, <br>
which caused the host name as seen by LO to switch from 'alpha' to <br>
'alpha.fritz.box', then re-started the build as `make check screenshot` <br>
(which was the thing I'd originally intended, but forgotten the <br>
screenshot target). The new built hung during UITest_calc_tests2's <br>
sc/qa/uitest/calc_tests2/stableSorting.py, as loading <br>
sc/qa/uitest/calc_tests/data/stableSorting.ods found the lock file with <br>
non-matching host name in SfxMedium::LockOrigFileOnDemand, and hung in <br>
SfxMedium::ShowLockedDocumentDialog -> UUIInteractionHandler::handle -> <br>
(switch to main thread...) -> <br>
UUIInteractionHelper::handleLockedDocumentRequest -> ... -> <br>
Dialog::Execute, which just blocks in svp mode (which, unlike <br>
--headless, doesn't cause Application::IsDialogCancelEnabled)."<br>
<br>
For reference, my script to do test builds with a read-only source tree <br>
on Linux is<br>
<br>
> set -ex<br>
> git clone <a href="https://git.libreoffice.org/core" rel="noreferrer" target="_blank">https://git.libreoffice.org/core</a> ~/lo-ro/core<br>
> (cd ~/lo-ro/core && ./g -f clone)<br>
> mkdir ~/lo-ro/source<br>
> sudo mount -o bind,ro ~/lo-ro/core ~/lo-ro/source<br>
> mkdir ~/lo-ro/build<br>
> ln -s ../autogen.input ~/lo-ro/build/autogen.input<br>
> cd ~/lo-ro/build<br>
> ../source/autogen.sh<br>
_______________________________________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org" target="_blank">LibreOffice@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/libreoffice" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/libreoffice</a></blockquote></div>