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 2A748158087 for ; Thu, 20 Jan 2022 14:57:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 641532BC014; Thu, 20 Jan 2022 14:57:34 +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 3F4972BC014 for ; Thu, 20 Jan 2022 14:57:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4D8D13433EF for ; Thu, 20 Jan 2022 14:57:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA353239 for ; Thu, 20 Jan 2022 14:57:31 +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: <1642690615.02abf0bb2b6af3de2659996328a5680c5911e4ae.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/x86/package.use.mask X-VCS-Directories: profiles/arch/x86/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 02abf0bb2b6af3de2659996328a5680c5911e4ae X-VCS-Branch: master Date: Thu, 20 Jan 2022 14:57:31 +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: bb96e975-bd04-4e74-9603-257b977d0095 X-Archives-Hash: a563584d072124e75c53839a68a869e0 commit: 02abf0bb2b6af3de2659996328a5680c5911e4ae Author: Sam James gentoo org> AuthorDate: Thu Jan 20 14:56:21 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 20 14:56:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02abf0bb profiles/arch/x86: mask net-fs/samba[cpu_flags_x86_aes] Otherwise configure dies with: ``` --accel-aes=intelaesni selected and non x86_64 CPU * ERROR: net-fs/samba-4.15.3-r1::gentoo failed (configure phase): ``` Signed-off-by: Sam James gentoo.org> profiles/arch/x86/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index dc77425a31ef..e968773153c9 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2022-01-20) +# Only supports cpu_flags_x86_aes in 64-bit mode +net-fs/samba cpu_flags_x86_aes + # Conrad Kostecki (2021-11-16) # AppArmor is not available on x86 app-benchmarks/stress-ng apparmor