I have a some problem.
Make emerge world. After installing package gawk-4.0.1 from list, I have a error 'Illegal instruction' at another packages.
Code: Select all
config.status: creating Makefile
./config.status: line 2389: 24536 Done(141) eval sed \"\$ac_sed_extra\" "$ac_file_inputs"
24537 Illegal instruction | $AWK -f "$ac_tmp/subs.awk" > $ac_tmp/out
config.status: error: could not create MakefileI was installed eselect-awk package.
Do command:
Code: Select all
linux # eselect awk list
Available awk implementations:
[1] gawk *
[2] busybox
eselect awk set 2
eselect awk list
Available awk implementations:
[1] gawk
[2] busybox *
Code: Select all
linux # awk -F: '{ print $1 }' /etc/passwd
Illegal instructionMaybe have any ideas to solved my problem? Thanks.
P.s. Sorry for my English

