Wed 01 Jun 2005 09:39:24 AM UTC, original submission:
Building findutils-4.2.20 I got the following error from 'make check':
Making check in testsuite
make[2]: Entering directory `/u/avised/inst/findutils-4.2.20/locate/testsuite'
make check-DEJAGNU
make[3]: Entering directory `/u/avised/inst/findutils-4.2.20/locate/testsuite'
Making a new site.exp file...
srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd . && pwd`; export srcdir; \
EXPECT=expect; export EXPECT; \
runtest=runtest; \
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
l='locate'; for tool in $l; do \
$runtest --tool $tool --srcdir $srcdir ; \
done; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find the global config file.
WARNING: Couldn't find tool init file
Test Run By avised on Tue May 31 17:36:33 2005
Native configuration is i686-pc-linux-gnu
=== locate tests ===
Schedule of variations:
unix
Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /u/avised/inst/findutils-4.2.20/locate/testsuite/config/unix.exp as tool-and-target-specific interface file.
ERROR: tcl error sourcing tool-and-target-specific interface file /u/avised/inst/findutils-4.2.20/locate/testsuite/config/unix.exp.
bad option "normalize": must be atime, attributes, channels, copy, delete, dirname, executable, exists, extension, isdirectory, isfile, join, lstat, mtime, mkdir, nativename, owned, pathtype, readable, readlink, rename, rootname, size, split, stat, tail, type, volumes, or writable
bad option "normalize": must be atime, attributes, channels, copy, delete, dirname, executable, exists, extension, isdirectory, isfile, join, lstat, mtime, mkdir, nativename, owned, pathtype, readable, readlink, rename, rootname, size, split, stat, tail, type, volumes, or writable
while executing
"file normalize "../../find/find""
invoked from within
"set env(find) [file normalize "../../find/find"]"
(file "/u/avised/inst/findutils-4.2.20/locate/testsuite/config/unix.exp" line 30)
invoked from within
"source /u/avised/inst/findutils-4.2.20/locate/testsuite/config/unix.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /u/avised/inst/findutils-4.2.20/locate/testsuite/config/unix.exp"
invoked from within
"catch "uplevel #0 source ${dir}/${initfile}" error"
make[3]: *** [check-DEJAGNU] Error 1
make[3]: Leaving directory `/u/avised/inst/findutils-4.2.20/locate/testsuite'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/u/avised/inst/findutils-4.2.20/locate/testsuite'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/u/avised/inst/findutils-4.2.20/locate'
make: *** [check-recursive] Error 1
This is a Linux RHEL3 system which has tcl-8.3.5. The config.log is attached for more details.
|