Symbol Versioning Problem between qt5-svg and qt5-gui

Brian Kidney bkidney at briankidney.ca
Sat Jun 9 03:23:49 UTC 2018


Hello,

I am trying to run the port comms/gqrx install from pkg, I get the error:

/usr/local/lib/qt5/libQt5Svg.so.5: Undefined symbol
"_ZN4QCss13StyleSelectorD2Ev at Qt_5"

This symbol is provided to libQt5Svg.so.5 from libQt5Gui.so.5, but there
look like there is a symbol versioning issue in the packages.

>From `readelf -s /usr/local/lib/qt5/libQt5Svg.so.5` I get:
131: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND
_ZN4QCss13StyleSelectorD2Ev at Qt_5 (17)

but from `readelf -s /usr/local/lib/qt5/libQt5Gui.so.5` I get:
 8119: 000000000026eb60   185 FUNC    GLOBAL DEFAULT   12
_ZN4QCss13StyleSelectorD2Ev@@Qt_5_PRIVATE_API (2)

Can you help?

Regards,
Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-freebsd/attachments/20180608/00c97637/attachment.html>


More information about the kde-freebsd mailing list