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