From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9683A159C9B for ; Thu, 1 Aug 2024 03:46:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B54B4E2A0D; Thu, 1 Aug 2024 03:46:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94E25E2A0D for ; Thu, 1 Aug 2024 03:46:32 +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 4FB8D33BDF0 for ; Thu, 1 Aug 2024 03:46:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B638A1AA7 for ; Thu, 1 Aug 2024 03:46:29 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1722483943.62133ddd7f6165145cff426c326bdf49f6600d46.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/sbcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/sbcl/sbcl-2.4.7.ebuild X-VCS-Directories: dev-lisp/sbcl/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 62133ddd7f6165145cff426c326bdf49f6600d46 X-VCS-Branch: master Date: Thu, 1 Aug 2024 03:46:29 +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: 91493ad5-35ca-4350-8e00-6ed4738f047c X-Archives-Hash: 6affc869a3039c427afe602f137195a5 commit: 62133ddd7f6165145cff426c326bdf49f6600d46 Author: Eli Schwartz gentoo org> AuthorDate: Thu Aug 1 03:44:23 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Thu Aug 1 03:45:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62133ddd dev-lisp/sbcl: remove outdated LTO workaround We reported the issue upstream, and it was fixed for 2.4.7. Bug: https://bugs.gentoo.org/917557 Signed-off-by: Eli Schwartz gentoo.org> dev-lisp/sbcl/sbcl-2.4.7.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-lisp/sbcl/sbcl-2.4.7.ebuild b/dev-lisp/sbcl/sbcl-2.4.7.ebuild index ac2a9920c846..9112b6a07a4c 100644 --- a/dev-lisp/sbcl/sbcl-2.4.7.ebuild +++ b/dev-lisp/sbcl/sbcl-2.4.7.ebuild @@ -124,11 +124,6 @@ src_prepare() { filter-flags -fomit-frame-pointer -Wl,-s filter-ldflags -s - # -Werror=lto-type-mismatch - # https://bugs.gentoo.org/917557 - # https://bugs.launchpad.net/gentoo/+bug/2072800 - filter-lto - # original bugs #526194, #620532 # this broke no-pie default builds, c.f. bug #632670 # Pass CFLAGS down by appending our value, to let users override