make check problem with last 2 snapshots

David Ronis ronis@ronispc.chem.mcgill.ca
Tue Nov 21 10:50:00 GMT 2000


In this and last week's snapshot (20001120) the g++ tests don't run.
The log of make -k check shows:


Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/ronis/Project/notar/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/ronis/Project/notar/gcc/gcc/testsuite/g++.dg/special/ecos.exp ...
couldn't execute "/mkcheck": no such file or directory
    while executing
"exec ${odir_v3}/mkcheck 2 ${odir_v3} ${sdir_v3}"
    (procedure "g++_include_flags" line 21)
    invoked from within
"g++_include_flags"
    (procedure "g++_init" line 58)
    invoked from within
"${tool}_init $test_file_name"
    (procedure "runtest" line 19)
    invoked from within
"runtest $test_name"
    ("foreach" body line 42)
    invoked from within
"foreach test_name [lsort [find ${dir} *.exp]] {
			if { ${test_name} == "" } {
			    continue
			}
			# Ignore this one if asked to.
			if { ${ignore..."
    ("foreach" body line 36)
    invoked from within
"foreach dir "${test_top_dirs}" {
		if { ${dir} != ${srcdir} } {
		    # Ignore this directory if is a directory to be
		    # ignored.
		    if {[info..."
    ("foreach" body line 78)
    invoked from within
"foreach pass $multipass {

	# multipass_name is set for `record_test' to use (see framework.exp).
	if { [lindex $pass 0] != "" } {
	    set multipass_..."
    ("foreach" body line 55)
    invoked from within
"foreach current_target $target_list {
    verbose "target is $current_target";
    set current_target_name $current_target;
    set tlist [split $curr..."
    (file "/usr/local/share/dejagnu/runtest.exp" line 1585)

make[1]: [check-g++] Error 1 (ignored)
(rootme=`pwd`; export rootme; \
srcdir=`cd ../../gcc/gcc; pwd` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
   TCL_LIBRARY=`cd .. ; cd ../../gcc/gcc/../tcl/library ; pwd` ; \
   export TCL_LIBRARY ; fi ; \
runtest --tool g77 )
WARNING: Couldn't find the global config file.
Test Run By ronis on Tue Nov 21 10:11:29 2000
Native configuration is i686-pc-linux-gnu


which is the same as what happened last week.  I've configured with
default and optimized flags, with the same result.  I build in a
completely clean directory and update via cvs (cvs -z 3 update -dP
-rgcc_latest_snapshot) Have a look at

     http://gcc.gnu.org/ml/gcc-testresults/2000-11/msg00188.html

for details.  Clearly other people reporting testresults on an
i686-linux-gnu box aren't having this problem.

David



More information about the Gcc-bugs mailing list