On Sun, Aug 6, 2017 at 11:58 PM, P Levine <plevine...@gmail.com> wrote:

>
>
> On Sun, Aug 6, 2017 at 9:17 PM, symack <sym...@gmail.com> wrote:
>>
>> >>> Installing (4 of 199) app-arch/bzip2-1.0.6-r8::gentoo
>> bash: line 1: 26183 Illegal instruction     
>> ${PORTAGE_BUNZIP2_COMMAND:-${PORTAGE_BZIP2_COMMAND}
>> -d} -c -- /var/db/pkg/app-arch/bzip2-1.0.6-r8/environment.bz2 >
>> /var/tmp/portage/._unmerge_/app-arch/bzip2-1.0.6-r8/temp/environment
>> ​....​
>>
> CFLAGS="-O2 -pipe -fomit-frame-pointer -mcx16 -msahf -maes
>> ​​
>> -mpclmul -mpopcnt -mabm -mlwp -mavx -march=native"
>>
>> ​One or more "-m" flags in CFLAGS isn't valid for the host processor​.
> Why have them in the first place if you've enabled -march=native?
>


Hello,

Thank you for your response. I have changed the CFLAGS to look like the
following:

CFLAGS="-O2 -pipe -fomit-frame-pointer -march=native"

Anything I do within chroot is returning `Illegal State` and made the
change from the livecd
environment.

Currently I am rebuilding the whole system using `emerge -e world` and
everything is failing as early as the unpack phase.
Do I have to download stage from the beginning for the 3rd time!

Any help to recover this instance is greatly appreciated.

Reply via email to