Build failure (was: "Re: When writing tests, please make sure they work with a read-only source tree")

2019-03-06 Thread Michael Weghorn
Hi, On 04/03/2019 15.35, Marcos wrote: > I'm trying to built libreoffice on Ubuntu 18.04. But when I do "./autogen.sh" > the terminal returns: > > configure: error: could not find function 'krb5_sendauth' required for > Kerberos 5 > Error running configure at ./autogen.sh line 300. That sound

Re: When writing tests, please make sure they work with a read-only source tree

2019-03-04 Thread Marcos
Hi, I'm trying to built libreoffice on Ubuntu 18.04. But when I do "./autogen.sh" the terminal returns: *configure: error: could not find function 'krb5_sendauth' required for Kerberos 5Error running configure at ./autogen.sh line 300.* I dont know what library contain the function 'krb5_send

When writing tests, please make sure they work with a read-only source tree

2019-03-04 Thread Stephan Bergmann
See subject. I had to just fix a bunch of UITests again, "Fix some UITests to use copies of SRCDIR documents". This not only affects whether tests succeed with a read-only source tree, but also helps in other scenarios like documented in the commit