'make check' of 'dejagnu-1.4.4' fails

Sergei Steshenko <[email protected]>
Newsgroups gmane.comp.sysutils.dejagnu.bugs
Message-ID <[email protected]>
Hello,

I've built 'dejagnu-1.4.4' running 'configure' through the attached
autogenerated wrapper script ('config_wrapper.sh') - one can see versions
of other tools needed for 'dejagnu-1.4.4' from the script.

'make check' fails with the following messages:

"
Running /mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/testsuite/runtest.all/options.exp ...
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
Running /mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/testsuite/runtest.all/stats-sub.exp ...
Running /mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/testsuite/runtest.all/stats.exp ...
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
".

See full screen output of 'make check' in the attached 'make_check.log'
file.

'expect-5.44.1.14' used with 'dejagnu-1.4.4' was downloaded from
either

http://debian.ams.sunysb.edu/exherbo/

or

http://distfiles.exherbo.org/

- my script automatically/randomly chooses a mirror from the list.

Can this be fixed ?

Thanks,
  Sergei.

_______________________________________________
Bug-dejagnu mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-dejagnu
config_wrapper.sh (application/x-shellscript, 1.3 KB)
#!/bin/sh

cd /mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4

PATH=/mnt/sdb8/sergei/AFSWD_debug/install/expect-5.44.1.14/bin:/mnt/sdb8/sergei/AFSWD_debug/install/tcl-8.4.19/bin:/mnt/sdb8/sergei/AFSWD_debug/install/tk-8.4.19/bin:/mnt/sdb8/sergei/AFSWD_debug/install/pkg-config-0.23/bin:/home/sergei/mingwi686/bin:/opt/kde3/bin:/home/sergei/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin
export PATH

LD_LIBRARY_PATH=/mnt/sdb8/sergei/AFSWD_debug/install/tcl-8.4.19/lib:/mnt/sdb8/sergei/AFSWD_debug/install/tcl-8.4.19/lib/expect5.44.1:/mnt/sdb8/sergei/AFSWD_debug/install/tcl-8.4.19/lib/expect5.44.1.14:/mnt/sdb8/sergei/AFSWD_debug/install/tk-8.4.19/lib
export LD_LIBRARY_PATH

PKG_CONFIG_PATH=/usr/lib/pkgconfig
export PKG_CONFIG_PATH

LDFLAGS='-L/mnt/sdb8/sergei/AFSWD_debug/install/tcl-8.4.19/lib -L/mnt/sdb8/sergei/AFSWD_debug/install/tcl-8.4.19/lib/expect5.44.1 -L/mnt/sdb8/sergei/AFSWD_debug/install/tcl-8.4.19/lib/expect5.44.1.14 -L/mnt/sdb8/sergei/AFSWD_debug/install/tk-8.4.19/lib'
export LDFLAGS

CPPFLAGS='-I/mnt/sdb8/sergei/AFSWD_debug/install/expect-5.44.1.14/include -I/mnt/sdb8/sergei/AFSWD_debug/install/tcl-8.4.19/include -I/mnt/sdb8/sergei/AFSWD_debug/install/tk-8.4.19/include'
export CPPFLAGS

./configure  --prefix=/mnt/sdb8/sergei/AFSWD_debug/install/dejagnu-1.4.4
make_check.log (text/x-log, 4.5 KB)
Making check in doc
make[1]: Entering directory `/mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/doc'
make[1]: Entering directory `/mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4'
make  check-DEJAGNU
make[2]: Entering directory `/mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4'
cd testsuite ; make check
make[3]: Entering directory `/mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/testsuite'
Making check in libdejagnu
make[4]: Entering directory `/mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/testsuite/libdejagnu'
if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dejagnu\" -DVERSION=\"1.4.4\"  -I. -I.   -I/mnt/sdb8/sergei/AFSWD_debug/install/expect-5.44.1.14/include -I/mnt/sdb8/sergei/AFSWD_debug/install/tcl-8.4.19/include -I/mnt/sdb8/sergei/AFSWD_debug/install/tk-8.4.19/include -I../.. -g -g -O2 -MT unit.o -MD -MP -MF ".deps/unit.Tpo" \
	  -c -o unit.o `test -f 'unit.cc' || echo './'`unit.cc; \
	then mv -f ".deps/unit.Tpo" ".deps/unit.Po"; \
	else rm -f ".deps/unit.Tpo"; exit 1; \
	fi
g++ -I../.. -g -g -O2  -L/mnt/sdb8/sergei/AFSWD_debug/install/tcl-8.4.19/lib -L/mnt/sdb8/sergei/AFSWD_debug/install/tcl-8.4.19/lib/expect5.44.1 -L/mnt/sdb8/sergei/AFSWD_debug/install/tcl-8.4.19/lib/expect5.44.1.14 -L/mnt/sdb8/sergei/AFSWD_debug/install/tk-8.4.19/lib -o unit  unit.o  
make[4]: Leaving directory `/mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/testsuite/libdejagnu'
make[4]: Entering directory `/mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/testsuite'
Nothing to be done for all
make  check-DEJAGNU
make[5]: Entering directory `/mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/testsuite'
Making a new site.exp file...
srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd . && pwd`; export srcdir; \
	EXPECT=expect; export EXPECT; \
	runtest=` if [ -f ../runtest ] ; then echo ../runtest; else echo "ERROR: runtest not found" ; exit 1; fi`; \
	if /mnt/sdb8/sergei/AFSWD_debug/install/bash-4.0/bin/bash -c "$runtest --version" > /dev/null 2>&1; then \
	  l='dejagnu'; for tool in $l; do \
	    $runtest  --srcdir $srcdir ; \
	  done; \
	else echo "WARNING: could not find \`runtest'" 1>&2; :;\
	fi
WARNING: Couldn't find the global config file.
WARNING: No tool specified
Test Run By qemu on Wed Nov 25 00:22:29 2009
Native configuration is i686-pc-linux-gnu

		===  tests ===

Schedule of variations:
    unix

Running target unix
Using /mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/testsuite/../config/base-config.exp as tool-and-target-specific interface file.
Using /mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/testsuite/libdejagnu/tunit.exp ...
Running /mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/testsuite/runtest.all/libs.exp ...
Running /mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/testsuite/runtest.all/options.exp ...
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
Running /mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/testsuite/runtest.all/stats-sub.exp ...
Running /mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/testsuite/runtest.all/stats.exp ...
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest
ERROR: Can't find runtest

		===  Summary ===

# of expected passes		36
# of unresolved testcases	23
make[5]: *** [check-DEJAGNU] Error 1
make[5]: Leaving directory `/mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/testsuite'
make[4]: *** [check-am] Error 2
make[4]: Leaving directory `/mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/testsuite'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4/testsuite'
make[2]: *** [check-DEJAGNU] Error 2
make[2]: Leaving directory `/mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/mnt/sdb8/sergei/AFSWD_debug/build/dejagnu-1.4.4'
make: *** [check-recursive] Error 1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.