From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C6D723858D33; Fri, 28 Jul 2023 10:15:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6D723858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1690539356; bh=e2HTyjJEY5mB9ZOTSkxc+78cgt179iimsDLMCdfSRSk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=spg+VMJ+IgKq0twEEc1e+PHCFReUuff2ojk6qI1YzzRRttrBesayycOVFd/382KEg k2tS8L+U6Xmjel0CZJAdCl8ka5w0I/o+cEbC7iBrB3hBl+eVL7TuPyNHcX7GDA0jty 1E/dyZxV5Zs2MHrpJzEzNfbDf3NarYT/mO7uI4/M= From: "bruno at clisp dot org" To: glibc-bugs@sourceware.org Subject: [Bug locale/30694] The iconv program no longer tells the user which given encoding name was wrong Date: Fri, 28 Jul 2023 10:15:56 +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.32 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bruno at clisp dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_gcchost cf_gcctarget cf_gccbuild 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=3D30694 Bruno Haible changed: What |Removed |Added ---------------------------------------------------------------------------- Host| |x86_64-linux-gnu Target| |x86_64-linux-gnu Build| |x86_64-linux-gnu --- Comment #1 from Bruno Haible --- This is a regression. Most likely caused by commit 91927b7c76437db860cd86a7714476b56bb39d07. The code for producing the useful error message is still there, in glibc/iconv/iconv_prog.c. It is no longer reached, because __gconv_create_s= pec fails before the code even gets to invoke __gconv_open. --=20 You are receiving this mail because: You are on the CC list for the bug.=