[Bug 232318] net/qt5-network: Undefined symbol

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 16 15:23:23 BST 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232318

Adriaan de Groot <adridg at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adridg at freebsd.org

--- Comment #2 from Adriaan de Groot <adridg at freebsd.org> ---
Entirely a duplicate; the whole issue is that genericbearer links to a
wrongly-versioned symbol:

[adridg at beastie]$ readelf -a
/usr/local/lib/qt5/plugins/bearer/libqgenericbearer.so | grep
QNetworkInterfaceC1ERKS
00000020b550 004500000007 R_X86_64_JUMP_SLOT  0000000000000000
_ZN17QNetworkInterfaceC1ERKS_ + 0
    69: 0000000000000000    20 FUNC    GLOBAL DEFAULT  UND
_ZN17QNetworkInterfaceC1ERKS_ at Qt_5 (2)
[adridg at beastie]$ readelf -a /usr/local/lib/qt5/libQt5Network.so.5 | grep
QNetworkInterfaceC1ERKS
  1246: 00000000000c7a70    20 FUNC    GLOBAL DEFAULT   12
_ZN17QNetworkInterfaceC1ERKS_@@Qt_5 (3)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list