On Thu, Nov 14, 2019 at 02:09:06PM +0100, Laurent Bigonville wrote: > So the issue seems to be with this and not really with a system > dependency. Note that the size of the two files are substencially
No, this is not a sign for anything. I wouldn't be so sure. You are exchanging the binary and stuff it links to (see below answer to the size) $ objdump -p /usr/lib/libreoffice/program/libOGLTranslo.so | grep NEED NEEDED libepoxy.so.0 NEEDED libmergedlo.so NEEDED libuno_cppu.so.3 NEEDED libuno_cppuhelpergcc3.so.3 NEEDED libuno_sal.so.3 NEEDED libstdc++.so.6 NEEDED libm.so.6 NEEDED libgcc_s.so.1 NEEDED libpthread.so.0 NEEDED libc.so.6 VERNEED 0x0000000000002d98 VERNEEDNUM 0x0000000000000008 Upstream doesn't do that. > different (239k for the debian one and 292k for the upstream one). And LO uses internal libraries - and that includes libepoxy. So there's a internal libepoxy involved in the upstream build (which is most probably even statically built/linked, so that would explain why upstreams version is bigger). > Versions of packages libreoffice-impress depends on: > ii libc6 2.29-3 > ii libepoxy0 1.5.3-0.1 Upstream has the same version, though. Regards, Rene