Hi,

On Sun, Mar 22, 2020 at 02:29:00PM +0100, Jochen Sprickerhof wrote:
> # strace -ff loffice --headless --convert-to pdf foo.doc
> 
> [..]
> [pid 14336] openat(AT_FDCWD, "/usr/lib/libreoffice/program/libuuilo.so", 
> O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No such file or directory)
> [pid 14336] --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, 
> si_addr=0x6c002e} ---
> 
> Copying in libuuilo.so from libreoffice-core makes it work.

Hmm, ok.

> I wasn't able to reproduce this on amd64.

So I guess we need to relax

        # remove lib*uilo.so in --nogui
        find debian/libreoffice-*-nogui/$(OODIR)/program/lib*uilo.so -exec rm 
{} \;

which is to greedy ;-)

Regards,

Rene

Reply via email to