Re: [SOLVED] [gentoo-user] CPU flags unsatisfied

2017-03-30 Thread thelma

On 03/29/2017 11:40 PM, Arve Barsnes wrote:
> On 30 March 2017 at 02:24,  > wrote:
> 
> replace in make.conf CFLAGS=
> with (in my case)
> CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3
> sse4_1 sse4_2 ssse3"
> 
> 
> CFLAGS and CPU_FLAGS_X86 are NOT the same thing, you can't replace one
> with the other, you want both.

You are correct, thanks for the correction.

--
Thelma



Re: [SOLVED] [gentoo-user] CPU flags unsatisfied

2017-03-29 Thread Arve Barsnes
On 30 March 2017 at 02:24,  wrote:

> replace in make.conf CFLAGS=
> with (in my case)
> CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1
> sse4_2 ssse3"
>

CFLAGS and CPU_FLAGS_X86 are NOT the same thing, you can't replace one with
the other, you want both.


Re: [SOLVED] [gentoo-user] CPU flags unsatisfied

2017-03-29 Thread Daniel Frey
On 03/29/2017 05:24 PM, the...@sys-concept.com wrote:
> Yes, that was the solution, thank you.
> 
> run: cpuinfo2cpuflags-x86
> 
> replace in make.conf CFLAGS=
> with (in my case)
> CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 
> sse4_2 ssse3"
> 
> run:
> emerge --deep -a --changed-use @world
> 
> Three files recompiled and solved the problem.
> 
> 
> Thelam
>  
> 

This information was also here (scroll to the bottom):

https://wiki.gentoo.org/wiki/Handbook:AMD64/Working/USE

It also would've been a news item at some point (like when installing.)
Did you even read those? A lot of them are important have to do with
configuration changes such as this one.

`eselect news list`

Dan




Re: [SOLVED] [gentoo-user] CPU flags unsatisfied

2017-03-29 Thread thelma
On 03/29/2017 05:33 PM, Dale wrote:
> the...@sys-concept.com wrote:
>> When I try to emerge any application that require audio eg: firefox, ffmpeg, 
>> asterisk etc.
>> I get 
>>
>>
 SNIPPY >>>
> 
> You may want to try this:
> 
> root@fireball / # equery b cpuinfo2cpuflags-x86
>  * Searching for cpuinfo2cpuflags-x86 ...
> app-portage/cpuid2cpuflags-2 (/usr/bin/cpuinfo2cpuflags-x86)
> root@fireball / #
> 
> Makes it easy to find out what is and is not supported for your CPU. 
> 
> Dale
> 
> :-)  :-) 

Yes, that was the solution, thank you.

run: cpuinfo2cpuflags-x86

replace in make.conf CFLAGS=
with (in my case)
CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 
ssse3"

run:
emerge --deep -a --changed-use @world

Three files recompiled and solved the problem.


Thelam