From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112041 invoked by alias); 16 Aug 2018 07:22:19 -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 112014 invoked by uid 48); 16 Aug 2018 07:22:15 -0000 From: "bochecha at daitauha dot fr" To: libabigail@sourceware.org Subject: [Bug default/23533] New: abidiff is confused when an "=" sign is used in a suppression label Date: Mon, 01 Jan 2018 00:00:00 -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: 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: 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-SW-Source: 2018-q3/txt/msg00005.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D23533 Bug ID: 23533 Summary: abidiff is confused when an "=3D" sign is used in a suppression label Product: libabigail Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: default Assignee: dodji at redhat dot com Reporter: bochecha at daitauha dot fr CC: libabigail at sourceware dot org Target Milestone: --- Because of https://sourceware.org/bugzilla/show_bug.cgi?id=3D23492, I have = to ignore libgfortran, so I used the following suppression file: [suppress_file] # https://sourceware.org/bugzilla/show_bug.cgi?id=3D23492 label =3D Libabigail can't handle libgfortran.so file_name_regexp =3D libgfortran\\.so.* This works just fine. However, if I put the bug URL in the label, as I originally wanted to, then abidiff will skip the suppression rule, and NOT ignore the file. I found that this is due to the "=3D" sign in the bug URL, which seems to c= onfuse the INI parser somehow. It probably can't correctly parse the key/value. I tried quoting the string, but that didn't change anything, those all lead= to the same behaviour: label =3D https://sourceware.org/bugzilla/show_bug.cgi?id=3D23492 label =3D 'https://sourceware.org/bugzilla/show_bug.cgi?id=3D23492' label =3D "https://sourceware.org/bugzilla/show_bug.cgi?id=3D23492" --=20 You are receiving this mail because: You are on the CC list for the bug.