From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1605279-garchives=archives.gentoo.org@lists.gentoo.org> 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 F28C6158041 for <garchives@archives.gentoo.org>; Wed, 28 Feb 2024 22:57:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57A9CE2A38; Wed, 28 Feb 2024 22:57:19 +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 3A57AE2A38 for <gentoo-commits@lists.gentoo.org>; Wed, 28 Feb 2024 22:57:19 +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 2AEC134306E for <gentoo-commits@lists.gentoo.org>; Wed, 28 Feb 2024 22:57:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D8411384 for <gentoo-commits@lists.gentoo.org>; Wed, 28 Feb 2024 22:57:16 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1709161021.d76a2cff990028e249d92d195f002174df3f58d3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/shiboken6/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/shiboken6/shiboken6-6.6.2.ebuild X-VCS-Directories: dev-python/shiboken6/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d76a2cff990028e249d92d195f002174df3f58d3 X-VCS-Branch: master Date: Wed, 28 Feb 2024 22:57:16 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d9ab7ef9-3b58-4c31-a584-ad7c517a9f3e X-Archives-Hash: aca909f121172747059b091fa78f3168 commit: d76a2cff990028e249d92d195f002174df3f58d3 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Wed Feb 28 21:48:25 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 28 22:57:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76a2cff dev-python/shiboken6: mark as LTO-unsafe Closes: https://bugs.gentoo.org/925479 Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/shiboken6/shiboken6-6.6.2.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-python/shiboken6/shiboken6-6.6.2.ebuild b/dev-python/shiboken6/shiboken6-6.6.2.ebuild index 428293079631..4187835e2818 100644 --- a/dev-python/shiboken6/shiboken6-6.6.2.ebuild +++ b/dev-python/shiboken6/shiboken6-6.6.2.ebuild @@ -16,7 +16,7 @@ PYTHON_COMPAT=( python3_{10..12} ) LLVM_COMPAT=( {15..17} ) -inherit cmake llvm-r1 python-r1 toolchain-funcs +inherit cmake flag-o-matic llvm-r1 python-r1 toolchain-funcs MY_PN="pyside-setup-everywhere-src" @@ -109,6 +109,11 @@ src_prepare() { } src_configure() { + # -Werror=odr + # https://bugs.gentoo.org/925479 + # https://bugreports.qt.io/browse/PYSIDE-2619 + filter-lto + # Minimal tests for now, 2 failing with the extended version # FIXME Subscripted generics cannot be used with class and instance checks local mycmakeargs=(