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@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@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
