Gentoo Archives: gentoo-user

From: Daniel Frey <djqfrey@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [SOLVED] [gentoo-user] CPU flags unsatisfied
Date: Thu, 30 Mar 2017 02:24:11
Message-Id: 3fcc506b-754a-7f7c-c44c-a20faf2b0c8c@gmail.com
In Reply to: Re: [SOLVED] [gentoo-user] CPU flags unsatisfied by thelma@sys-concept.com
1 On 03/29/2017 05:24 PM, thelma@×××××××××××.com wrote:
2 > Yes, that was the solution, thank you.
3 >
4 > run: cpuinfo2cpuflags-x86
5 >
6 > replace in make.conf CFLAGS=
7 > with (in my case)
8 > CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
9 >
10 > run:
11 > emerge --deep -a --changed-use @world
12 >
13 > Three files recompiled and solved the problem.
14 >
15 > ----
16 > Thelam
17 >
18 >
19
20 This information was also here (scroll to the bottom):
21
22 https://wiki.gentoo.org/wiki/Handbook:AMD64/Working/USE
23
24 It also would've been a news item at some point (like when installing.)
25 Did you even read those? A lot of them are important have to do with
26 configuration changes such as this one.
27
28 `eselect news list`
29
30 Dan