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

Details

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

    Description

      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)

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes