Problem Description ====================== the interpreter of /usr/lib64/gawk/ptest/test/fnarydel.awk is incorrect, the interpreter /usr/local/bin/gawk is not exist in rootfs, it should be /usr/bin/gawk logs: root@super_micro-1:~# head -n2 /usr/lib64/gawk/ptest/test/fnarydel.awk #!/usr/local/bin/gawk -f BEGIN { root@super_micro-1:~# ls /usr/local/bin/gawk ls: cannot access '/usr/local/bin/gawk': No such file or directory root@super_micro-1:~# which gawk /usr/bin/gawk root@super_micro-1:~# rpm -qf /usr/lib64/gawk/ptest/test/fnarydel.awk gawk-ptest-4.1.3-r0.0.corei7_64 root@super_micro-1:~# Expected Behavior ======================
1), configure configure --enable-board=intel-x86-64 --enable-kernel=standard --enable-rootfs=glibc-std --enable-test=yes --enable-reconfig --enable-build=profiling --enable-internet-download=yes --with-template=feature/ptest make fs 2), boot and login 3), head -n2 /usr/lib64/gawk/ptest/test/fnarydel.awk