From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2BC4E3947425; Wed, 12 Jan 2022 21:54:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2BC4E3947425 From: "woodard at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/28774] New: libclang.so.13.0.0 fails self check when run on aarch64 Date: Wed, 12 Jan 2022 21:54:23 +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: 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: 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: Wed, 12 Jan 2022 21:54:24 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28774 Bug ID: 28774 Summary: libclang.so.13.0.0 fails self check when run on aarch64 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: --- With the latest trunk of libabigail doing a self check with an aarch64 vers= ion of abidw fails self check but when the same test is run on x86_64 it works.= In both casers the library being compared is the same one from the aarch64 package. [aarch64] $ abidw --abidiff /lib64/libclang.so.13.0.0 Functions changes summary: 0 Removed, 0 Changed (12 filtered out), 0 Added functions Variables changes summary: 0 Removed, 0 Changed, 0 Added variable [x86_64] $ abidw --abidiff libclang.so.13.0.0=20=20 [x86_64] $ echo $? 0 [aarch64] $ sum /lib64/libclang.so.13.0.0 07787 32962 [x86_64] $ sum libclang.so.13.0.0 07787 32962 [aarch64] $ rpm -qf /lib64/libclang.so.13.0.0 clang-libs-13.0.0-3.fc35.aarch64 --=20 You are receiving this mail because: You are on the CC list for the bug.=