Fixed
Created: Aug 16, 2016
Updated: Dec 3, 2018
Resolved Date: Aug 26, 2016
Found In Version: 6.0.0.29
Fix Version: 6.0.0.31
Severity: Standard
Applicable for: Wind River Linux 6
Component/s: Userspace
Problem Description
======================
the script /usr/share/vim/vim74/tools/vim132 depend on /bin/csh, but can't find it in rootfs.
logs:
root@super_micro-1:~# rpm -qf /usr/share/vim/vim74/tools/vim132
vim-common-7.4.1689-r0.0.corei7_64
root@super_micro-1:~# head -n1 /usr/share/vim/vim74/tools/vim132
#!/bin/csh
root@super_micro-1:~# ls /bin/csh
ls: cannot access '/bin/csh': No such file or directory
Expected Behavior
======================
install /bin/csh to rootfs
or change it to other shell
1), configure
configure --enable-board=intel-x86-64 --enable-kernel=standard --enable-rootfs=glibc-std --enable-jobs=8 --enable-parallel-pkgbuilds=8 --enable-test=yes --enable-reconfig --enable-build=profiling --enable-internet-download=yes
make -C build vim.addpkg
make fs
2), boot and login
3), head -n 2 /usr/share/vim/vim74/tools/vim132