bug-dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-dejagnu] Can't get good make check results with dejagnu 1.4.4


From: JohnT
Subject: [Bug-dejagnu] Can't get good make check results with dejagnu 1.4.4
Date: Thu, 15 Oct 2009 12:29:19 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a1pre) Gecko/20091001 SeaMonkey/2.1a1pre

Hello. I'm using Mandriva 2008.1 Free Linux, have gcc 4.2.3, tcl/tk 8.5.7, expect built from expect-20090714.tar.gz, and dejagnu-1.4.4.tar.gz. Dejagnu seems to build ok. But the "make check" command has massive errors with "runtest' being reported as not found. Runtest is in the top build folder and several tests find it. Why does your official release have this obvious problem? I've tried version 1.4.3 and 1.4.2 with similar results. Who has built a recent dejagnu and successfully run the test suite with good results? Where is a corrected tarball I can download? Below is the typical result I get from running "make check", starting with processing the testsuite folder.

John in Kansas

================================================
Pasted from a terminal log

cd testsuite ; make check
make[3]: Entering directory `/home/dilbert/Download/utils/dejagnu-1.4.4/testsuite'
Making check in libdejagnu
make[4]: Entering directory `/home/dilbert/Download/utils/dejagnu-1.4.4/testsuite/libdejagnu'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/dilbert/Download/utils/dejagnu-1.4.4/testsuite/libdejagnu'
make[4]: Entering directory `/home/dilbert/Download/utils/dejagnu-1.4.4/testsuite'
Nothing to be done for all
make  check-DEJAGNU
make[5]: Entering directory `/home/dilbert/Download/utils/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 /bin/sh -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 dilbert on Thu Oct 15 12:24:52 2009
Native configuration is i686-pc-linux-gnu

        ===  tests ===

Schedule of variations:
    unix

Running target unix
Using /home/dilbert/Download/utils/dejagnu-1.4.4/testsuite/../config/base-config.exp as tool-and-target-specific interface file.
Using /home/dilbert/Download/utils/dejagnu-1.4.4/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/dilbert/Download/utils/dejagnu-1.4.4/testsuite/libdejagnu/tunit.exp ...
Running /home/dilbert/Download/utils/dejagnu-1.4.4/testsuite/runtest.all/libs.exp ...
Running /home/dilbert/Download/utils/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 /home/dilbert/Download/utils/dejagnu-1.4.4/testsuite/runtest.all/stats-sub.exp ...
Running /home/dilbert/Download/utils/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        39
# of unresolved testcases    23
make[5]: *** [check-DEJAGNU] Error 1
make[5]: Leaving directory `/home/dilbert/Download/utils/dejagnu-1.4.4/testsuite'
make[4]: *** [check-am] Error 2
make[4]: Leaving directory `/home/dilbert/Download/utils/dejagnu-1.4.4/testsuite'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/home/dilbert/Download/utils/dejagnu-1.4.4/testsuite'
make[2]: *** [check-DEJAGNU] Error 2
make[2]: Leaving directory `/home/dilbert/Download/utils/dejagnu-1.4.4'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/dilbert/Download/utils/dejagnu-1.4.4'
make: *** [check-recursive] Error 1
address@hidden dejagnu-1.4.4]$

-- 
http://www.mozilla.org  Firefox browser, Thunderbird email, Seamonkey all-in-one, Sunbird calendar and more. Free open-source software for Windows, Linux, Mac OS and other systems

reply via email to

[Prev in Thread] Current Thread [Next in Thread]