Fixed
Created: Aug 20, 2016
Updated: Sep 8, 2018
Resolved Date: Aug 24, 2016
Found In Version: 7.0.0.18
Fix Version: 7.0.0.19
Severity: Standard
Applicable for: Wind River Linux 7
Component/s: Userspace
Problem Description
======================
the interpreter of /usr/lib64/gawk/ptest/test/fcall_exit.awk and /usr/lib64/gawk/ptest/test/fcall_exit2.awk are incorrect, the interpreter /bin/awk is not exist in rootfs,
it should be /usr/bin/awk
logs:
root@super_micro-1:~# head -n2 /usr/lib64/gawk/ptest/test/fcall_exit.awk
#!/bin/awk -f
root@super_micro-1:~# head -n2 /usr/lib64/gawk/ptest/test/fcall_exit2.awk
#!/bin/awk -f
root@super_micro-1:~# rpm -qf /usr/lib64/gawk/ptest/test/fcall_exit.awk
gawk-ptest-4.1.3-r0.0.corei7_64
root@super_micro-1:~# which awk
/usr/bin/awk
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/fcall_exit.awk
head -n2 /usr/lib64/gawk/ptest/test/fcall_exit2.awk