public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/29670] New: kf5-messagelib from F37 fails fedabipkgdiff selfcheck
@ 2022-10-11 17:56 woodard at redhat dot com
  2022-10-11 17:58 ` [Bug default/29670] " woodard at redhat dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: woodard at redhat dot com @ 2022-10-11 17:56 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=29670

            Bug ID: 29670
           Summary: kf5-messagelib from F37 fails fedabipkgdiff selfcheck
           Product: libabigail
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: default
          Assignee: dodji at redhat dot com
          Reporter: woodard at redhat dot com
                CC: libabigail at sourceware dot org
  Target Milestone: ---

fedabipkgdiff --self-compare -a --from fc37 kf5-messagelib

fails


Comparing the ABI of binaries between kf5-messagelib-22.08.1-1.fc37.i686.rpm
and kf5-messagelib-22.08.1-1.fc37.i686.rpm:

==== SELF CHECK SUCCEEDED for 'libKF5MessageViewer.so.5.21.1' ====
======== comparing'libKF5MessageComposer.so.5.21.1' to itself wrongly yielded
result: ===========
  Functions changes summary: 0 Removed, 1 Changed, 0 Added function
  Variables changes summary: 0 Removed, 0 Changed, 0 Added variable

  1 function with some indirect sub-type change:

    [C] 'method virtual int
MessageComposer::ImageScalingSelectFormatDialog::qt_metacall(QMetaObject::Call,
int, void**)' at moc_mdnadvicedialog.cpp:89:1 has some indirect sub-type
changes:
      Please note that the symbol of this function is
_ZN15MessageComposer15MDNAdviceDialog11qt_metacallEN11QMetaObject4CallEiPPv
     and it aliases symbol:
_ZN15MessageComposer15SendLaterDialog11qt_metacallEN11QMetaObject4CallEiPPv
      'method virtual int
MessageComposer::ImageScalingSelectFormatDialog::qt_metacall(QMetaObject::Call,
int, void**)
{_ZN15MessageComposer15MDNAdviceDialog11qt_metacallEN11QMetaObject4CallEiPPv,
_ZN15MessageComposer15SendLaterDialog11qt_metacallEN11QMetaObject4CallEiPPv}'
now becomes 'method virtual int
MessageComposer::MDNAdviceDialog::qt_metacall(QMetaObject::Call, int, void**)
{_ZN15MessageComposer15MDNAdviceDialog11qt_metacallEN11QMetaObject4CallEiPPv,
_ZN15MessageComposer15SendLaterDialog11qt_metacallEN11QMetaObject4CallEiPPv}'
      implicit parameter 0 of type
'MessageComposer::ImageScalingSelectFormatDialog*' changed:
        in pointed to type 'class
MessageComposer::ImageScalingSelectFormatDialog' at mdnadvicedialog.h:18:1:
          type name changed from
'MessageComposer::ImageScalingSelectFormatDialog' to
'MessageComposer::MDNAdviceDialog'
          type size hasn't changed
          6 member function deletions:
            'method virtual const QMetaObject*
MessageComposer::ImageScalingSelectFormatDialog::metaObject() const' at
moc_imagescalingselectformat.cpp:76:1, virtual at voffset 0/2
            'method virtual int
MessageComposer::ImageScalingSelectFormatDialog::qt_metacall(QMetaObject::Call,
int, void**)' at moc_imagescalingselectformat.cpp:89:1, virtual at voffset 2/2 
  {_ZN15MessageComposer15MDNAdviceDialog11qt_metacallEN11QMetaObject4CallEiPPv}
            'method virtual void*
MessageComposer::ImageScalingSelectFormatDialog::qt_metacast(const char*)' at
moc_imagescalingselectformat.cpp:81:1, virtual at voffset 1/2
            'method virtual
MessageComposer::ImageScalingSelectFormatDialog::~ImageScalingSelectFormatDialog(int)'
at imagescalingselectformat.h:22:1
            'method virtual
MessageComposer::ImageScalingSelectFormatDialog::~ImageScalingSelectFormatDialog(int)'
at imagescalingselectformat.h:22:1
            'method virtual
MessageComposer::ImageScalingSelectFormatDialog::~ImageScalingSelectFormatDialog(int)'
at imagescalingselectformat.h:22:1
          6 member function insertions:
            'method virtual const QMetaObject*
MessageComposer::MDNAdviceDialog::metaObject() const' at
moc_mdnadvicedialog.cpp:76:1, virtual at voffset 0/2   
{_ZNK15MessageComposer15MDNAdviceDialog10metaObjectEv}
            'method virtual int
MessageComposer::MDNAdviceDialog::qt_metacall(QMetaObject::Call, int, void**)'
at moc_mdnadvicedialog.cpp:89:1, virtual at voffset 2/2   
{_ZN15MessageComposer15MDNAdviceDialog11qt_metacallEN11QMetaObject4CallEiPPv}
            'method virtual void*
MessageComposer::MDNAdviceDialog::qt_metacast(const char*)' at
moc_mdnadvicedialog.cpp:81:1, virtual at voffset 1/2   
{_ZN15MessageComposer15MDNAdviceDialog11qt_metacastEPKc}
            'method virtual
MessageComposer::MDNAdviceDialog::~MDNAdviceDialog(int)' at
mdnadvicedialog.h:24:1
            'method virtual
MessageComposer::MDNAdviceDialog::~MDNAdviceDialog(int)' at
mdnadvicedialog.h:24:1    {_ZN15MessageComposer15MDNAdviceDialogD1Ev}
            'method virtual
MessageComposer::MDNAdviceDialog::~MDNAdviceDialog(int)' at
mdnadvicedialog.h:24:1
          1 data member change:
            type of 'QListWidget* mListWidget' changed:
              entity changed from 'QListWidget*' to 'enum
MessageComposer::MDNAdvice' at messagefactoryng.h:38:1
              type size hasn't changed
              type alignment changed from 0 to 32
            and name of
'MessageComposer::ImageScalingSelectFormatDialog::mListWidget' changed to
'MessageComposer::MDNAdviceDialog::m_result' at mdnadvicedialog.h:32:1

===SELF CHECK FAILED for 'libKF5MessageComposer.so.5.21.1'

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug default/29670] kf5-messagelib from F37 fails fedabipkgdiff selfcheck
  2022-10-11 17:56 [Bug default/29670] New: kf5-messagelib from F37 fails fedabipkgdiff selfcheck woodard at redhat dot com
@ 2022-10-11 17:58 ` woodard at redhat dot com
  2022-10-11 18:17 ` woodard at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: woodard at redhat dot com @ 2022-10-11 17:58 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=29670

Ben Woodard <woodard at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |29413


Referenced Bugs:

https://sourceware.org/bugzilla/show_bug.cgi?id=29413
[Bug 29413] libabigail 2.1.1 self-compare metabug
-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug default/29670] kf5-messagelib from F37 fails fedabipkgdiff selfcheck
  2022-10-11 17:56 [Bug default/29670] New: kf5-messagelib from F37 fails fedabipkgdiff selfcheck woodard at redhat dot com
  2022-10-11 17:58 ` [Bug default/29670] " woodard at redhat dot com
@ 2022-10-11 18:17 ` woodard at redhat dot com
  2022-10-11 18:17 ` woodard at redhat dot com
  2022-10-14 16:52 ` woodard at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: woodard at redhat dot com @ 2022-10-11 18:17 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=29670

--- Comment #1 from Ben Woodard <woodard at redhat dot com> ---
It also appears that vsomeip3 has the same or similar problem:

Comparing the ABI of binaries between vsomeip3-3.1.20.3-9.fc37.i686.rpm and
vsomeip3-3.1.20.3-9.fc37.i686.rpm:

======== comparing'libvsomeip3.so.3.1.20' to itself wrongly yielded result:
===========
  Functions changes summary: 0 Removed, 1 Changed, 0 Added function
  Variables changes summary: 0 Removed, 0 Changed, 0 Added variable

  1 function with some indirect sub-type change:

    [C] 'method virtual bool
vsomeip_v3::local_client_endpoint_impl::tp_segmentation_enabled(vsomeip_v3::service_t,
vsomeip_v3::method_t) const' at tcp_client_endpoint_impl.cpp:894:1 has some
indirect sub-type changes:
      Please note that the symbol of this function is
_ZNK10vsomeip_v324tcp_client_endpoint_impl23tp_segmentation_enabledEtt
     and it aliases symbol:
_ZNK10vsomeip_v324tcp_server_endpoint_impl23tp_segmentation_enabledEtt
      'method virtual bool
vsomeip_v3::local_client_endpoint_impl::tp_segmentation_enabled(vsomeip_v3::service_t,
vsomeip_v3::method_t) const
{_ZNK10vsomeip_v324tcp_client_endpoint_impl23tp_segmentation_enabledEtt,
_ZNK10vsomeip_v324tcp_server_endpoint_impl23tp_segmentation_enabledEtt}' now
becomes 'method virtual bool
vsomeip_v3::tcp_client_endpoint_impl::tp_segmentation_enabled(vsomeip_v3::service_t,
vsomeip_v3::method_t) const
{_ZNK10vsomeip_v324tcp_client_endpoint_impl23tp_segmentation_enabledEtt,
_ZNK10vsomeip_v324tcp_server_endpoint_impl23tp_segmentation_enabledEtt}'
      implicit parameter 0 of type 'const
vsomeip_v3::local_client_endpoint_impl*' changed:
        in pointed to type 'const vsomeip_v3::local_client_endpoint_impl':
          'const vsomeip_v3::local_client_endpoint_impl' changed to 'const
vsomeip_v3::tcp_client_endpoint_impl'

===SELF CHECK FAILED for 'libvsomeip3.so.3.1.20'

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug default/29670] kf5-messagelib from F37 fails fedabipkgdiff selfcheck
  2022-10-11 17:56 [Bug default/29670] New: kf5-messagelib from F37 fails fedabipkgdiff selfcheck woodard at redhat dot com
  2022-10-11 17:58 ` [Bug default/29670] " woodard at redhat dot com
  2022-10-11 18:17 ` woodard at redhat dot com
@ 2022-10-11 18:17 ` woodard at redhat dot com
  2022-10-14 16:52 ` woodard at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: woodard at redhat dot com @ 2022-10-11 18:17 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=29670

--- Comment #2 from Ben Woodard <woodard at redhat dot com> ---
both of these appear with trunk as of 4c5f44473e9f7c0a561174fdc6cc89f40dd9892a

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug default/29670] kf5-messagelib from F37 fails fedabipkgdiff selfcheck
  2022-10-11 17:56 [Bug default/29670] New: kf5-messagelib from F37 fails fedabipkgdiff selfcheck woodard at redhat dot com
                   ` (2 preceding siblings ...)
  2022-10-11 18:17 ` woodard at redhat dot com
@ 2022-10-14 16:52 ` woodard at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: woodard at redhat dot com @ 2022-10-14 16:52 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=29670

Ben Woodard <woodard at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #3 from Ben Woodard <woodard at redhat dot com> ---
On closer inspection this appears to be a duplicate

*** This bug has been marked as a duplicate of bug 29407 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-14 16:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11 17:56 [Bug default/29670] New: kf5-messagelib from F37 fails fedabipkgdiff selfcheck woodard at redhat dot com
2022-10-11 17:58 ` [Bug default/29670] " woodard at redhat dot com
2022-10-11 18:17 ` woodard at redhat dot com
2022-10-11 18:17 ` woodard at redhat dot com
2022-10-14 16:52 ` woodard at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).