On Fri, Sep 24, 2021 at 12:19 PM <windowskaput@gmail.com> wrote:
Hello everyone.
It looks like there is a regression in the libqt5-qtwebengine library, I checked several applications using this library, all fail

symbol lookup error: /lib64/libQt5WebEngineCore.so.5: undefined symbol: hb_subset_input_set_drop_hints

For example opensuse-welcome

I guess this is due to glibc 2.34, it was at the moment when he got into the factory that the problems began.


Oh.. that libc scapegoat :-)

hb_subset_input_set_drop_hints is a deprecated and removed harfbuzz symbol.. the bug here is probably libQt5WebEngineCore is not built with -z,defs and build doesn't stop cold on undefined symbols..