From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31837 invoked by alias); 24 Sep 2018 14:15:01 -0000 Mailing-List: contact libabigail-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Id: List-Subscribe: Sender: libabigail-owner@sourceware.org Received: (qmail 31795 invoked by uid 48); 24 Sep 2018 14:14:57 -0000 From: "bochecha at daitauha dot fr" To: libabigail@sourceware.org Subject: [Bug default/23700] Surprising abidiff report on IBus Date: Mon, 01 Jan 2018 00:00:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: bochecha at daitauha dot fr 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: Message-ID: In-Reply-To: References: 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-SW-Source: 2018-q3/txt/msg00032.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D23700 --- Comment #2 from Mathieu Bridon --- Here's a tarball containing the two stripped libraries, debuginfos and head= ers: https://www.daitauha.fr/static/abigail/gtk3-reproducer.tar.xz It's too big to be added to Bugzilla unfortunately. In a libabigail clone, where I just built: $ tar xf gtk3-reproducer.tar.xz=20 $ ./tools/abidiff --no-added-syms --drop-private-types --headers-dir1 1/usr/include --headers-dir2 2/usr/include --debug-info-dir1 1/usr/lib/debug --debug-info-dir2 2/usr/lib/debug 1/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.2200.30 2/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.2400.0 Functions changes summary: 0 Removed, 1 Changed (37 filtered out), 0 Added = (31 filtered out) functions Variables changes summary: 0 Removed, 0 Changed, 0 Added variable 1 function with some indirect sub-type change: [C]'function void gtk_enumerate_printers(GtkPrinterFunc, gpointer, GDestroyNotify, gboolean)' at gtkprinter.c:1248:1 has some indirect sub-type changes: parameter 1 of type 'typedef GtkPrinterFunc' has sub-type changes: underlying type 'typedef gboolean (GtkPrinter*, typedef gpointer)*' changed: in pointed to type 'function type typedef gboolean (GtkPrinter*, typedef gpointer)': parameter 1 of type 'GtkPrinter*' has sub-type changes: in pointed to type 'typedef GtkPrinter' at gtkprinter.h:81:1: underlying type 'struct _GtkPrinter' at gtkprinter.h:88:1 changed: type size hasn't changed 1 data member insertion: 'GtkPrinterPrivate* _GtkPrinter::priv', at offset 192 (in bits) at gtkprinter.h:93:1 --=20 You are receiving this mail because: You are on the CC list for the bug.