Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Stephan Bergmann píše v St 11. 04. 2012 v 16:29 +0200:
On 04/11/2012 02:24 PM, Noel Grandin wrote:
Building on Ubuntu 64-bit, "make check" is failing because of a missing
symbol in libtest_smoketest.so.
Doing a "make smoketest.clean" doesn't seem to help.
The library does genuinely seem to be missing the symbol (readelf log
attached).

In the case of smoketest, the lib containing cppunitTestPlugIn is not 
libtest_smoketest.so but libsmoketest.so (where the former links
against the latter).  The reason for that appears to be 
<http://cgit.freedesktop.org/libreoffice/core/commit/?id=8c478c911033243df90ba290b32732a1fd70130e>
 
"create installation set for tests."  (Petr, does that feature still 
work, after gbuild'ification of smoketest?)

I haven't tested it after gbuild'fication. I do not work much with
master this time :-(

Looks like the dynamic loader on your system does not support dlsym to 
report a symbol not exported by the lib itself, but only indirectly by a 
lib the first lib links against.

I wonder if it might be related to --as-needed linker option. It caused
similar troubles when enabled on openSUSE linker by default.

Of course, it is more likely broken by gbuild'ification. I wonder if 
Matúš could have a look at it.


Best Regards,
Petr


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.