Fixed
Created: Aug 15, 2013
Updated: Dec 3, 2018
Resolved Date: Feb 10, 2014
Found In Version: 6.0
Fix Version: 6.0.0.2
Severity: Severe
Applicable for: Wind River Linux 6
Component/s: Userspace
Problem Description
======================
7 failures for 'Command Check' on qemux86-64, they are:
gencat 1 failed
getconf 1 failed
iconv 1 failed
install_initd 1 failed
locale 1 failed
remove_initd 1 failed
strip 1 failed
Expected Behavior
======================
All of them passed.
Observed Behavior
======================
gencat 1 failed
getconf 1 failed
iconv 1 failed
install_initd 1 failed
locale 1 failed
remove_initd 1 failed
strip 1 failed
1 configure a project
/lpg-build/cdc/fast_prod/wrlinux60/dvd_install/lx08_13fa/wrlinux-6/wrlinux/configure --enable-board=qemux86-64 --enable-kernel=standard --enable-rootfs=glibc_std --enable-parallel-pkgbuilds=16 --enable-jobs=8 --with-layer=wr-features --with-template=feature/lsbtesting
2. make fs
3. make start-target
4. On target:
a. Add the following code in /usr/bin/LSB_test.sh
echo "---------------------------------"
echo "Run all the certification version of LSB Tests"
echo "---------------------------------"
LSB_DIST_CHECKER="/opt/lsb/test/manager/utils/dist-checker.pl"
SESSION="${WORK_DIR}/session"
if [ ! -e ${SESSION} ]
then
echo "Error: Could not find session file."
echo "You must run LSB test from webbrower."
exit 1
fi
if [ -x ${LSB_DIST_CHECKER} ]
then
${LSB_DIST_CHECKER} -v2 -f ${SESSION}
check
fi
b. run /usr/bin/LSB_test.sh