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 D96B21581C1 for ; Thu, 11 Jul 2024 16:30:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E84E2E2A32; Thu, 11 Jul 2024 16:30:02 +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 CAE98E2A32 for ; Thu, 11 Jul 2024 16:30:02 +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 DC1493406BF for ; Thu, 11 Jul 2024 16:30:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 494E01DCD for ; Thu, 11 Jul 2024 16:29:59 +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: <1720715309.4200dd6f56df960800718dae10d37ef5c04e972c.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/gdl/gdl-1.0.4-r1.ebuild X-VCS-Directories: dev-lang/gdl/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 4200dd6f56df960800718dae10d37ef5c04e972c X-VCS-Branch: master Date: Thu, 11 Jul 2024 16:29:59 +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: 8d4b7358-390f-4656-8f89-f4dfce417829 X-Archives-Hash: 3ad16c9b7defbe754c26c48295dc6174 commit: 4200dd6f56df960800718dae10d37ef5c04e972c Author: Eli Schwartz gentoo org> AuthorDate: Thu Jul 11 03:57:12 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Thu Jul 11 16:28:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4200dd6f dev-lang/gdl: mark as LTO-unsafe, strict-aliasing unsafe Closes: https://bugs.gentoo.org/930966 Signed-off-by: Eli Schwartz gentoo.org> dev-lang/gdl/gdl-1.0.4-r1.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dev-lang/gdl/gdl-1.0.4-r1.ebuild b/dev-lang/gdl/gdl-1.0.4-r1.ebuild index 37797d0e9d71..e0d6af34f1d0 100644 --- a/dev-lang/gdl/gdl-1.0.4-r1.ebuild +++ b/dev-lang/gdl/gdl-1.0.4-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 WX_GTK_VER="3.2-gtk3" PYTHON_COMPAT=( python3_{10..12} ) -inherit cmake python-single-r1 toolchain-funcs virtualx wxwidgets +inherit cmake flag-o-matic python-single-r1 toolchain-funcs virtualx wxwidgets DESCRIPTION="GNU Data Language" HOMEPAGE="https://github.com/gnudatalanguage/gdl" @@ -96,6 +96,14 @@ src_prepare() { } src_configure() { + # -Werror=strict-aliasing + # https://bugs.gentoo.org/930966 + # https://github.com/gnudatalanguage/gdl/issues/1852 + # + # Do not trust with LTO either. + append-flags -fno-strict-aliasing + filter-lto + # MPI is still very buggy # x11=off does not compile local mycmakeargs=(