From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D86333858C2B; Thu, 24 Aug 2023 15:42:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D86333858C2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1692891775; bh=KtXj27cX0XK614KpOVvFoP+8vJbLgxGLSFE8T5W95kg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xb7naOSVxHFhfm/wPejlwUVMBCEK3DG+zaEnoE4FFmuNXi7/tUGQiQh0OKvZWfYAS W+SqISNJp6CrbGtXLS7iuu3JVyMCHb2oJT7fdRT2gnTiX4Sl0+hZk+Aux8KnpRTYJQ E9kTn48RVa6hPxAm5tEoy4EBppKMEq7WCDkaFUaI= From: "shane.slattery at embecosm dot com" To: glibc-bugs@sourceware.org Subject: [Bug build/25127] elf/Makefile uses @ sed sentinal, breaks for build paths with @ Date: Thu, 24 Aug 2023 15:42:55 +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.4 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: shane.slattery at embecosm dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: cc 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=3D25127 Shane Slattery changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |shane.slattery at embecosm= dot com --- Comment #2 from Shane Slattery --- I recently encountered this bug under the same circumstances as Nigel, via Jenkins concurrent builds. I have sent a patch that properly solves this bug, by escaping possible @'s= in the path before it is used with sed later. See patch here: https://sourceware.org/pipermail/libc-alpha/2023-August/151100.html Comments are welcome! --=20 You are receiving this mail because: You are on the CC list for the bug.=