From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DE20F3858C2D; Tue, 20 Sep 2022 10:13:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DE20F3858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1663668831; bh=IWim4cv2ScVT7tqGMaZTxjbv7aVD29QXjQRlYqqBsj8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gPgFwKVNlwWf/PaXZuHk0EjEo+x9PJwNuA95fpp3c9cUy4YTgpv6tdbtCba0i4D1m RgTwXrLuwWGROzLCGZ3yTaU+v9QhZ6blofxs7d75ZV9lDVvGdJ0vZSHC/A6ghPQJTQ /Fe1DnuhJrovgUqrvO4pSeZEvwsOoxp/991ILCpw= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug build/29583] iconv failures on 32bit platform due to missing large file support Date: Tue, 20 Sep 2022 10:13:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: 2.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: fweimer at redhat dot com X-Bugzilla-Target-Milestone: 2.37 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: resolution target_milestone bug_status 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=3D29583 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|--- |2.37 Status|ASSIGNED |RESOLVED --- Comment #2 from Florian Weimer --- Fixed for 2.37 via: commit f97905f24631097af325d6a231093071c3077a5f Author: Florian Weimer Date: Tue Sep 20 12:12:43 2022 +0200 gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583) It's possible that inode numbers are outside the 32-bit range. The existing code only handles the in-libc case correctly, and still uses the legacy interfaces when building iconv. Suggested-by: Helge Deller Please let us know if we should backport this anywhere. --=20 You are receiving this mail because: You are on the CC list for the bug.=