From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E1BF63858C5F; Mon, 3 Apr 2023 17:42:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E1BF63858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1680543761; bh=cPifGv8PjLsAVTylXWeLg+0rgv+rn6SqJvoa6e47f+w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YGUIWVtHyszrM7tJ9jdo++S7FHC/QQw35CroWI05vRKFWZxjsLmZdGViIq8+21Lmj l7rwIpz/un8RDauTUOQergKQDt3EHOjy0fP5hyPfvXQwsfxGD/ViKBPkZX9hJV/B9J R3lb0Cz2AjzAU1/r0a/heFwUsZ1u1Kr9BUbYqe+A= From: "woodard at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/30307] arch specific self compare problem with bpftrace Date: Mon, 03 Apr 2023 17:42:41 +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: woodard at redhat dot com X-Bugzilla-Status: NEW 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30307 --- Comment #3 from Ben Woodard --- The problem seeems to be some confustion between a pointer with a typedef'd type vs the underlying structure. $ abipkgdiff --self-check --harmless --d1 /home/ben/.cache/fedabipkgdiff/downloads/darktable-tools-noise-debuginfo-4.= 2.1-1.fc37.x86_64.rpm --d1 /home/ben/.cache/fedabipkgdiff/downloads/darktable-debuginfo-4.2.1-1.fc37.x= 86_64.rpm /home/ben/.cache/fedabipkgdiff/downloads/darktable-4.2.1-1.fc37.x86_64.rpm= =20 =3D=3D=3D=3D=3D=3D=3D=3D comparing'libdarktable.so' to itself wrongly yield= ed result: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Functions changes summary: 0 Removed, 88 Changed, 0 Added functions Variables changes summary: 0 Removed, 0 Changed, 0 Added variable 88 functions with some indirect sub-type change: [C] 'function void _dev_add_history_item(dt_develop_t*, dt_iop_module_t= *, gboolean, gboolean)' at develop.c:990:1 has some indirect sub-type changes: parameter 1 of type 'dt_develop_t*' has sub-type changes: in pointed to type 'typedef dt_develop_t' at develop.h:336:1: underlying type 'struct dt_develop_t' at develop.h:149:1 changed: type size hasn't changed 3 data member changes: type of 'dt_iop_module_t* gui_module' changed: in pointed to type 'struct dt_iop_module_t' at imageop.h:18= 3:1: type size hasn't changed 52 data member changes: type of 'void (dt_iop_module_so_t*)* init_presets' chan= ged: in pointed to type 'function type void (dt_iop_module_so_t*)': parameter 1 of type 'dt_iop_module_so_t*' has sub-t= ype changes: in pointed to type 'struct dt_iop_module_so_t' at imageop.h:155:1: type size hasn't changed 49 data member changes: type of 'void (dt_iop_module_so_t*)* init_presets' changed: in pointed to type 'function type void (dt_iop_module_so_t*)': parameter 1 of type 'dt_iop_module_so_t*'= has sub-type changes: pointed to type 'struct dt_iop_module_s= o_t' changed, as being reported --=20 You are receiving this mail because: You are on the CC list for the bug.=