From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ED9E63858D3C; Mon, 26 Dec 2022 20:23:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ED9E63858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1672086200; bh=xLcqhcNBF3a9AwwiyliXd0ThHUzvoaoOp7a/dkCZV7s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=esOmOenmQkTjhFLMrIw5m9nln4U+O9Xkw3p9HpCgEFd8c01zGaiX0UMH0E38rQGLU 8OPvcIQf3ccvOwz639TYcn/bGk2a6B+IKQapNLgdaQWAPWJLtUNZcTJQ3trWG5rpeP 6sXiCC3G53ERsTJqkVfx2S2WYSELuz6LbpS6x93w= From: "goldstein.w.n at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug build/29938] glibc-2.36 fails to build with Os with undefined reference to strcpy Date: Mon, 26 Dec 2022 20:23:20 +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.36 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: goldstein.w.n at gmail dot com 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: 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=3D29938 --- Comment #3 from Noah Goldstein --- (In reply to john.frankish from comment #2) > If I understand correctly, backporting the commit > https://sourceware.org/git/?p=3Dglibc.git;a=3Dcommitdiff; > h=3D9dc4e29f630c6ef8299120b275e503321dc0c8c7 means deleting > sysdeps/x86_64/multiarch/rtld-strcpy.S >=20 > ..but the error remains the same with or without this file. Do you have the following commit: commit 302bc33bc53c787da6e74162a7092e9c0fb964a8 Author: Noah Goldstein Date: Mon Aug 8 11:26:22 2022 +0800 elf: Replace `strcpy` call with `memcpy` [BZ #29454] --=20 You are receiving this mail because: You are on the CC list for the bug.=