Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-133553

[REG: 6.8.0->6.8.1] Duplicated symbol OrgFreedesktopDBusPropertiesInterface::staticMetaObject' between QtGui and QtConnectivity

XMLWordPrintable

    • 3
    • e3a72c601 (dev), 109b49a75 (6.9), b41ccbb0c (6.8)
    • Foundation Sprint 125

      QtConnectivity cannot be linked statically anymore because QtGui now duplicates a class with same signature:

      $ nm libQt6Gui.a | grep OrgFreedesktopDBusPropertiesInterface | grep qt_metacall
      0000000000000000 T _ZN37OrgFreedesktopDBusPropertiesInterface11qt_metacallEN11QMetaObject4CallEiPPv
      
      $ nm libQt6Bluetooth.a | grep OrgFreedesktopDBusPropertiesInterface | grep qt_metacall
      0000000000000000 T _ZN37OrgFreedesktopDBusPropertiesInterface11qt_metacallEN11QMetaObject4CallEiPPv
      

      This was introduced by 50aaa93c8590 (qtbase)

        For Gerrit Dashboard: QTBUG-133553
        # Subject Branch Project Status CR V

            ivan.solovev Ivan Solovev
            poikelin Joni Poikelin
            Vladimir Minenko Vladimir Minenko
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes