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

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

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

Re: [gentoo-user] CPU flags unsatisfied

2017-03-29 Thread thelma
On 03/29/2017 05:08 PM, Alan McKinnon wrote: > On 29/03/2017 23:11, the...@sys-concept.com wrote: >> When I try to emerge any application that require audio eg: firefox, ffmpeg, >> asterisk etc. >> I get >> >> !!! The ebuild selected to satisfy >>

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

Re: [gentoo-user] CPU flags unsatisfied

2017-03-29 Thread Dale
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 ...

Re: [gentoo-user] CPU flags unsatisfied

2017-03-29 Thread Alan McKinnon
On 29/03/2017 23:11, the...@sys-concept.com wrote: > When I try to emerge any application that require audio eg: firefox, ffmpeg, > asterisk etc. > I get > > !!! The ebuild selected to satisfy >

Re: [gentoo-user] CPU flags unsatisfied

2017-03-29 Thread Neil Bothwick
On Wed, 29 Mar 2017 15:11:17 -0600, the...@sys-concept.com wrote: > The following REQUIRED_USE flag constraints are unsatisfied: > cpu_flags_x86_sse? ( cpu_flags_x86_mmxext ) If you have sse in CPU_FLAGS_X86 you must also have mmxext. man 5 ebuild explains the syntax of these statements.

[gentoo-user] CPU flags unsatisfied

2017-03-29 Thread thelma
When I try to emerge any application that require audio eg: firefox, ffmpeg, asterisk etc. I get !!! The ebuild selected to satisfy