Linker problems with system vs bundled libraries (RPATH vs RUNPATH)
Stephan Bergmann
sbergman at redhat.com
Fri Jan 25 09:47:24 UTC 2019
On 24/01/2019 21:36, Luboš Luňák wrote:
> Basically, the problem seems to be a variant of
> http://blog.qt.io/blog/2011/10/28/rpath-and-runpath/ . In the build log
> (https://ci.libreoffice.org/job/gerrit_linux_clang_dbgutil/22968/consoleFull#12040746019567f988-cbcf-4519-af05-6000b834f13f)
> there is an error message
> about "...instdir/program/soffice.bin: /lib64/libgpg-error.so.0: no version
> information available (required by ...instdir/program/libgpgme.so.11)". But
> our libgpgme shouldn't be using system libgpg-error, they're both bundled.
Are you sure that those "no version information available" lines are
actually hard errors that make the process (and thus the test) fail, not
merely warnings (and the tests fail for another reason; I've seen such
undecipherable UITest failures sporadically, too)?
More information about the LibreOffice
mailing list