From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CCBD41580E0 for ; Tue, 28 Jan 2025 07:22:18 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BA391343147 for ; Tue, 28 Jan 2025 07:22:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 57131110472; Tue, 28 Jan 2025 07:22:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4CABB110471 for ; Tue, 28 Jan 2025 07:22:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00485343150 for ; Tue, 28 Jan 2025 07:22:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59EB9232D for ; Tue, 28 Jan 2025 07:22:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1738048655.d9b309ab42ee15a09e4a0874161a64ca04102cd5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-9999.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d9b309ab42ee15a09e4a0874161a64ca04102cd5 X-VCS-Branch: master Date: Tue, 28 Jan 2025 07:22:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fd576da2-c5eb-4268-a9ee-8d08fae3c8e1 X-Archives-Hash: a9753cb8abf37f161c3cf76b6c7f77e3 commit: d9b309ab42ee15a09e4a0874161a64ca04102cd5 Author: Sam James gentoo org> AuthorDate: Tue Jan 28 07:17:35 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 28 07:17:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b309ab sys-libs/glibc: drop -fstack-protector* filtering Nick fixed this upstream in PR7065 quite some time ago. Let's try dropping it from 9999 and go from there. Bug: https://sourceware.org/PR7065 Closes: https://bugs.gentoo.org/817836 Closes: https://bugs.gentoo.org/832738 Signed-off-by: Sam James gentoo.org> sys-libs/glibc/glibc-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 9622057c7724..3d994649ea35 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -492,10 +492,6 @@ setup_flags() { # https://sourceware.org/glibc/wiki/FAQ#Why_do_I_get:.60.23error_.22glibc_cannot_be_compiled_without_optimization.22.27.2C_when_trying_to_compile_GNU_libc_with_GNU_CC.3F replace-flags -O0 -O1 - # glibc handles this internally already where it's appropriate; - # can't always have SSP when we're the ones setting it up, etc - filter-flags '-fstack-protector*' - # Similar issues as with SSP. Can't inject yourself that early. filter-flags '-fsanitize=*'