From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F26B9385802D; Mon, 13 Sep 2021 15:23:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F26B9385802D From: "siddhesh at sourceware dot org" To: glibc-bugs@sourceware.org Subject: [Bug locale/28199] iconvconfig prefix flag behaves differently in glibc 2.34 Date: Mon, 13 Sep 2021 15:23:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: locale X-Bugzilla-Version: 2.34 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: siddhesh at sourceware dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: siddhesh at sourceware dot org X-Bugzilla-Target-Milestone: 2.35 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone bug_status resolution 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-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2021 15:23:20 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28199 Siddhesh Poyarekar changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.35 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Siddhesh Poyarekar --- commit 43cea6d5652b6b9e61ac6ecc69419c909b504f47 Author: Siddhesh Poyarekar Date: Mon Sep 13 20:48:35 2021 +0530 iconvconfig: Fix behaviour with --prefix [BZ #28199] The consolidation of configuration parsing broke behaviour with --prefix, where the prefix bled into the modules cache. Accept a prefix which, when non-NULL, is prepended to the path when looking for configuration files but only the original directory is added to the modules cache. This has no effect on the codegen of gconv_conf since it passes NULL. Reported-by: Patrick McCarty Reported-by: Michael Hudson-Doyle Reviewed-by: Andreas Schwab iconv/gconv_conf.c | 2 +- iconv/gconv_parseconfdir.h | 22 +++++++++++++++------- iconv/iconvconfig.c | 16 ++++++++++++---- 3 files changed, 28 insertions(+), 12 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=