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 DD8C2158041 for ; Thu, 14 Mar 2024 04:35:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FF24E29C8; Thu, 14 Mar 2024 04:35:54 +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 0C577E29C8 for ; Thu, 14 Mar 2024 04:35:54 +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 EE81633BF08 for ; Thu, 14 Mar 2024 04:35:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49EA4B29 for ; Thu, 14 Mar 2024 04:35:51 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1710390913.21d67dd1f21db33bb7d1611baa3727b378e47c96.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/kitty/kitty-0.33.0.ebuild x11-terms/kitty/kitty-9999.ebuild X-VCS-Directories: x11-terms/kitty/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 21d67dd1f21db33bb7d1611baa3727b378e47c96 X-VCS-Branch: master Date: Thu, 14 Mar 2024 04:35:51 +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: d6947d82-9b4f-478d-8c18-c1e9f420a5cf X-Archives-Hash: ac38c67b210901647f478b11683e53af commit: 21d67dd1f21db33bb7d1611baa3727b378e47c96 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Mar 14 04:31:29 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Mar 14 04:35:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d67dd1 x11-terms/kitty: workaround simde issue with -mxop Haven't actually tried bdver2 that bug #926959 used given hit illegal instructions mid-build, but should work in theory given it does with -mxop. Thankfully simde gives a lot of defines to control what it does, but ideally it should be looked at in simde itself upstream. Closes: https://bugs.gentoo.org/926959 Signed-off-by: Ionen Wolkens gentoo.org> x11-terms/kitty/kitty-0.33.0.ebuild | 3 +++ x11-terms/kitty/kitty-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/x11-terms/kitty/kitty-0.33.0.ebuild b/x11-terms/kitty/kitty-0.33.0.ebuild index 72d581ffd389..cf3bee0036d7 100644 --- a/x11-terms/kitty/kitty-0.33.0.ebuild +++ b/x11-terms/kitty/kitty-0.33.0.ebuild @@ -145,6 +145,9 @@ src_compile() { printf %s "${CFLAGS}" ) + # workaround simde bug with -mxop (bug #926959) + append-cppflags -DSIMDE_X86_XOP_NO_NATIVE=1 + local conf=( --disable-link-time-optimization --ignore-compiler-warnings diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index 72d581ffd389..cf3bee0036d7 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -145,6 +145,9 @@ src_compile() { printf %s "${CFLAGS}" ) + # workaround simde bug with -mxop (bug #926959) + append-cppflags -DSIMDE_X86_XOP_NO_NATIVE=1 + local conf=( --disable-link-time-optimization --ignore-compiler-warnings