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 4A5FB158041 for ; Sun, 17 Mar 2024 05:35:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83706E29BD; Sun, 17 Mar 2024 05:34:58 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 557CEE29BC for ; Sun, 17 Mar 2024 05:34:58 +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 2910F340C33 for ; Sun, 17 Mar 2024 05:34:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 414381525 for ; Sun, 17 Mar 2024 05:34:55 +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: <1710653319.14ca3a5d1eb39f8b190fbb20a85900f8571ef626.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/otter/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/otter/otter-1.0.03.ebuild X-VCS-Directories: www-client/otter/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 14ca3a5d1eb39f8b190fbb20a85900f8571ef626 X-VCS-Branch: master Date: Sun, 17 Mar 2024 05:34:55 +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: 929e2a37-7843-446a-9c3a-68b7f6a4bee6 X-Archives-Hash: 2729056a9fd398fe3529f1a228d055b3 commit: 14ca3a5d1eb39f8b190fbb20a85900f8571ef626 Author: Eli Schwartz gmail com> AuthorDate: Sun Mar 17 03:55:53 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 17 05:28:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ca3a5d www-client/otter: mark as LTO-unsafe Seemingly fixed upstream in git. Closes: https://bugs.gentoo.org/864130 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> www-client/otter/otter-1.0.03.ebuild | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/www-client/otter/otter-1.0.03.ebuild b/www-client/otter/otter-1.0.03.ebuild index c17ffe24bc75..aeba9a206ba9 100644 --- a/www-client/otter/otter-1.0.03.ebuild +++ b/www-client/otter/otter-1.0.03.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake desktop xdg +inherit cmake desktop flag-o-matic xdg if [[ ${PV} == 9999* ]] ; then EGIT_REPO_URI="https://github.com/OtterBrowser/${PN}-browser" @@ -47,6 +47,14 @@ PATCHES=( ) src_prepare() { + # -Werror=odr, -Werror=lto-type-mismatch + # https://bugs.gentoo.org/864130 + # + # Compiles fine with otter-9999, BUT new versions are being tagged from a + # maintenance branch, not from master, so do check before trying to remove + # this. + filter-lto + cmake_src_prepare if [[ -n ${LINGUAS} ]]; then