Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/
Date: Thu, 20 Jan 2022 14:57:35
Message-Id: 1642690615.02abf0bb2b6af3de2659996328a5680c5911e4ae.sam@gentoo
1 commit: 02abf0bb2b6af3de2659996328a5680c5911e4ae
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 14:56:21 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 14:56:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02abf0bb
7
8 profiles/arch/x86: mask net-fs/samba[cpu_flags_x86_aes]
9
10 Otherwise configure dies with:
11 ```
12 --accel-aes=intelaesni selected and non x86_64 CPU
13 * ERROR: net-fs/samba-4.15.3-r1::gentoo failed (configure phase):
14 ```
15
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 profiles/arch/x86/package.use.mask | 4 ++++
19 1 file changed, 4 insertions(+)
20
21 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
22 index dc77425a31ef..e968773153c9 100644
23 --- a/profiles/arch/x86/package.use.mask
24 +++ b/profiles/arch/x86/package.use.mask
25 @@ -1,6 +1,10 @@
26 # Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 +# Sam James <sam@g.o> (2022-01-20)
30 +# Only supports cpu_flags_x86_aes in 64-bit mode
31 +net-fs/samba cpu_flags_x86_aes
32 +
33 # Conrad Kostecki <conikost@g.o> (2021-11-16)
34 # AppArmor is not available on x86
35 app-benchmarks/stress-ng apparmor