dejagnu check error
Mike Cleary <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.bugs |
|---|---|
| Message-ID | <[email protected]> |
Greetings,
I have found the following check error for dejagnu on an alpha with the
alphaev56 configuration the bootstrap-gcc_3.2 baseline and the
gcc-3_2-branch package, it also occurs with the basic-gcc_3.2 baseline
and the gcc-3_2-branch package:
EXPECT=`if [ -f
/mnt/u9/toolchain/buildsys/build/alpha9/bootstrap-gcc_3.2/native/gcc-3_2-b
ranch/alphaev56-unknown-linux-gnu/libstdc++-v3/../../expect/expect ] ;
then echo /mnt/u9/t
oolchain/buildsys/build/alpha9/bootstrap-gcc_3.2/native/gcc-3_2-branch/alphaev56-unknown-l
inux-gnu/libstdc++-v3/../../expect/expect ; else echo expect ; fi`;
export EXPECT; \
if [ -f ../../expect/expect ]; then \
TCL_LIBRARY=`cd
/mnt/u9/toolchain/buildsys/source/gcc-3_2-branch/libstdc++-v3/../tcl/lib
rary && pwd`; \
export TCL_LIBRARY; \
fi; \
runtest=`if [ -f
/mnt/u9/toolchain/buildsys/source/gcc-3_2-branch/libstdc++-v3/../dejagnu/
runtest ] ; then echo
/mnt/u9/toolchain/buildsys/source/gcc-3_2-branch/libstdc++-v3/../dej
agnu/runtest ; else echo runtest; fi`; \
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
$runtest --tool libstdc++-v3 --srcdir $srcdir ; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find tool init file
expected boolean value but got ""
while executing
"if { $result } {
set xml 1
}"
(procedure "open_logs" line 12)
invoked from within
"open_logs"
(file
"/home/toolchain/baseline/install/alpha9/bootstrap-gcc_3.2/native/dejagnu-1.4.2/
share/dejagnu/runtest.exp" line 1216)
make[4]: *** [check-DEJAGNU] Error 1
make[4]: Leaving directory
`/mnt/u9/toolchain/buildsys/build/alpha9/bootstrap-gcc_3.2/nati
ve/gcc-3_2-branch/alphaev56-unknown-linux-gnu/libstdc++-v3/testsuite'
make[3]: *** [check-am] Error 2
make[3]: Target `check' not remade because of errors.
make[3]: Leaving directory
`/mnt/u9/toolchain/buildsys/build/alpha9/bootstrap-gcc_3.2/nati
ve/gcc-3_2-branch/alphaev56-unknown-linux-gnu/libstdc++-v3/testsuite'
make[3]: Entering directory
`/mnt/u9/toolchain/buildsys/build/alpha9/bootstrap-gcc_3.2/nat
ive/gcc-3_2-branch/alphaev56-unknown-linux-gnu/libstdc++-v3'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory
`/mnt/u9/toolchain/buildsys/build/alpha9/bootstrap-gcc_3.2/nati
ve/gcc-3_2-branch/alphaev56-unknown-linux-gnu/libstdc++-v3'
make[2]: *** [check-recursive] Error 1
make[2]: Target `check' not remade because of errors.
make[2]: Leaving directory
`/mnt/u9/toolchain/buildsys/build/alpha9/bootstrap-gcc_3.2/nati
ve/gcc-3_2-branch/alphaev56-unknown-linux-gnu/libstdc++-v3'
make[1]: *** [check-target-libstdc++-v3] Error 2
I was wondering if anyone can help me with this.
Salutations,
-Mike
--
***********************************************
Michael Cleary Email: [email protected]
UNH InterOperability Lab Linux Group
121 Technology Dr., Suite 2, Durham, NH 03824
Phone: 603-862-0401 http://linux.iol.unh.edu
***********************************************