From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106546 invoked by alias); 22 Jun 2017 10:22:10 -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 106205 invoked by uid 48); 22 Jun 2017 10:22:05 -0000 From: "dodji at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/21627] [kabidiff branch] Libabigail doesn't take translation unit compile dir into account Date: Sun, 01 Jan 2017 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: dodji 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: short_desc 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: 2017-q2/txt/msg00095.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D21627 dodji at redhat dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[kabidiff branch] |[kabidiff branch] |fedabipkgdiff fails on |Libabigail doesn't take |gnupg package for fc25 |translation unit compile | |dir into account --- Comment #3 from dodji at redhat dot com --- The problem here is due to the fact that the path of a translation unit is relative to the directory where that translation unit was compiled. So there can be several different translation units (in the same binary) th= at have the same (relative) paths. To tell them apart, one needs to consider = the compile directory of those translation units. But then Libabigail ignores the compilation directory of translation units.= It just considers their (relative) path. That leads to different translation units having the same path. Oops. --=20 You are receiving this mail because: You are on the CC list for the bug.