From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 82BED39DC4E8; Fri, 9 Apr 2021 17:05:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 82BED39DC4E8 From: "marcandre.lureau at gmail dot com" To: libabigail@sourceware.org Subject: [Bug default/27715] New: Fails to detect GObjectClass ABI changes Date: Fri, 09 Apr 2021 17:05:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: libabigail X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marcandre.lureau at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dodji at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2021 17:05:50 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27715 Bug ID: 27715 Summary: Fails to detect GObjectClass ABI changes Product: libabigail Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: default Assignee: dodji at redhat dot com Reporter: marcandre.lureau at gmail dot com CC: libabigail at sourceware dot org Target Milestone: --- GObject (and other similar C object-oriented code) have class structures th= at should be checked for ABI breakage. However, abidiff fails to report the change: abidiff --headers-dir1 /tmp/old/usr/include/spice-client-glib-2.0 --headers-dir2 /tmp/new/usr/include/spice-client-glib-2.0 --fail-no-debug-= info --no-added-syms=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 /tmp/old/usr/lib64/libspice-client-glib-2.0.so.8.7.0 /tmp/new/usr/lib64/libspice-client-glib-2.0.so.8.7.0 diff -u /tmp/old/usr/include/spice-client-glib-2.0/spice-channel.h /tmp/new/usr/include/spice-client-glib-2.0/spice-channel.h --- /tmp/old/usr/include/spice-client-glib-2.0/spice-channel.h 2021-04-09 20:40:30.686290157 +0400 +++ /tmp/new/usr/include/spice-client-glib-2.0/spice-channel.h 2021-04-09 20:42:19.934229443 +0400 @@ -106,7 +106,6 @@ /*< private >*/ /* virtual method, any context */ - gpointer deprecated; void (*channel_reset)(SpiceChannel *channel, gboolean migrating); gpointer deprecated2; Supposedly more structures/types in the headers should be checked by default (even if nothing explicitely depend on it). --=20 You are receiving this mail because: You are on the CC list for the bug.=