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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 555E8158041 for ; Tue, 26 Mar 2024 12:31:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 995F9E2A1E; Tue, 26 Mar 2024 12:31:36 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 76300E2A1B for ; Tue, 26 Mar 2024 12:31:36 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 232C73430C2 for ; Tue, 26 Mar 2024 12:31:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7247C15F3 for ; Tue, 26 Mar 2024 12:31:32 +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: <1711456052.e728192cd04c5f3f6d4cf61514093436dc7c7460.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/alephone/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/alephone/alephone-20230119.ebuild games-fps/alephone/alephone-99999999.ebuild X-VCS-Directories: games-fps/alephone/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e728192cd04c5f3f6d4cf61514093436dc7c7460 X-VCS-Branch: master Date: Tue, 26 Mar 2024 12:31:32 +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: c8564e8b-925d-40d6-be2f-4f2977d4676c X-Archives-Hash: 17db03b3c542fd38f531cd65f3c8cf62 commit: e728192cd04c5f3f6d4cf61514093436dc7c7460 Author: Eli Schwartz gmail com> AuthorDate: Tue Mar 26 03:54:27 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 26 12:27:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e728192c games-fps/alephone: mark as LTO-unsafe Closes: https://bugs.gentoo.org/873298 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> games-fps/alephone/alephone-20230119.ebuild | 9 +++++++-- games-fps/alephone/alephone-99999999.ebuild | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/games-fps/alephone/alephone-20230119.ebuild b/games-fps/alephone/alephone-20230119.ebuild index 67bf15ff6d89..895dc7325c50 100644 --- a/games-fps/alephone/alephone-20230119.ebuild +++ b/games-fps/alephone/alephone-20230119.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit autotools optfeature prefix toolchain-funcs xdg +inherit autotools flag-o-matic optfeature prefix toolchain-funcs xdg DESCRIPTION="An enhanced version of the game engine from the classic Mac game, Marathon" HOMEPAGE="https://alephone.lhowon.org/" @@ -65,6 +65,11 @@ src_prepare() { } src_configure() { + # -Werror=odr + # https://bugs.gentoo.org/873298 + # https://github.com/Aleph-One-Marathon/alephone/issues/475 + filter-lto + econf \ --enable-lua \ --enable-opengl \ diff --git a/games-fps/alephone/alephone-99999999.ebuild b/games-fps/alephone/alephone-99999999.ebuild index 15a4810f346c..9a32dc2729ec 100644 --- a/games-fps/alephone/alephone-99999999.ebuild +++ b/games-fps/alephone/alephone-99999999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit autotools optfeature prefix toolchain-funcs xdg +inherit autotools flag-o-matic optfeature prefix toolchain-funcs xdg DESCRIPTION="An enhanced version of the game engine from the classic Mac game, Marathon" HOMEPAGE="https://alephone.lhowon.org/" @@ -63,6 +63,11 @@ src_prepare() { } src_configure() { + # -Werror=odr + # https://bugs.gentoo.org/873298 + # https://github.com/Aleph-One-Marathon/alephone/issues/475 + filter-lto + econf \ --enable-lua \ --enable-opengl \