bug-dejagnu
[Top][All Lists]
Advanced

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

[Bug-dejagnu] bug with dejagnu 1.4.2 installation and make check sparc-s


From: Jeff Deifik
Subject: [Bug-dejagnu] bug with dejagnu 1.4.2 installation and make check sparc-solaris-2.7
Date: Tue, 21 May 2002 11:17:12 -0700

I have ActiveTcl8.3.4.2-1, which includes expect, installed.

I configured dejagnu.
When ran 'make check', I got some odd errors:


WARNING: Couldn't find the global config file.
WARNING: No tool specified
Test Run By jdeifik on Tue May 21 11:08:15 2002
Native configuration is sparc-sun-solaris2.7

                ===  tests ===

ERROR: (DejaGnu) proc "exp_debug" does not exist.
The error code is
The info on the error is:


                ===  Summary ===


Enclosed is a complete log, of me configuring and running make check.
Please pardon the odd line wrapping.

My machine is a sparc solaris 2.7 machine, with gcc 3.1.

The error messages from make check are pretty unclear, and could
use some serious improvement.

        jeff deifik
        address@hidden


address@hidden:/home/jdeifik/gnu/dejagnu-1.4.2:1 ./configure --prefix=/home/jdeifik
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD compatible install... ./install-sh -c
checking for bison... bison -y
checking for docbook tools... none
checking for the tclsh program... none
checking for tclsh... /home/jdeifik/bin/tclsh
checking for STL versions... v3
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating testsuite/Makefile
config.status: creating example/Makefile
config.status: creating testsuite/libdejagnu/Makefile
configure: configuring in example/calc
configure: running /bin/sh './configure' --prefix=/home/jdeifik --cache-file=/d
ev/null --srcdir=.
loading cache /dev/null
checking for a BSD compatible install... ./../../install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... ./../../install-sh -c
checking how to run the C preprocessor... gcc -E
checking for stdlib.h... yes
checking for strcmp... yes
updating cache /dev/null
creating ./config.status
creating Makefile
creating calc.h
7.04u 3.44s 0:17.79 58.9%

address@hidden:/home/jdeifik/gnu/dejagnu-1.4.2:2 make
cd . \
  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating Makefile
Making all in doc
make[1]: Entering directory `/home/jdeifik/gnu/dejagnu-1.4.2/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jdeifik/gnu/dejagnu-1.4.2/doc'
make[1]: Entering directory `/home/jdeifik/gnu/dejagnu-1.4.2'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/jdeifik/gnu/dejagnu-1.4.2'
address@hidden:/home/jdeifik/gnu/dejagnu-1.4.2:3 make check
Making check in doc
make[1]: Entering directory `/home/jdeifik/gnu/dejagnu-1.4.2/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/jdeifik/gnu/dejagnu-1.4.2/doc'
make[1]: Entering directory `/home/jdeifik/gnu/dejagnu-1.4.2'
make  check-DEJAGNU
make[2]: Entering directory `/home/jdeifik/gnu/dejagnu-1.4.2'
cd testsuite ; make check
make[3]: Entering directory `/home/jdeifik/gnu/dejagnu-1.4.2/testsuite'
Making check in libdejagnu
make[4]: Entering directory `/home/jdeifik/gnu/dejagnu-1.4.2/testsuite/libdejagn
u'
g++ -DPACKAGE=\"dejagnu\" -DVERSION=\"1.4.2\" -DHAVE_STL3=1 -I. -I. -I../.
. -g -c unit.cc
g++  -I../.. -g  -o unit  unit.o
make[4]: Leaving directory `/home/jdeifik/gnu/dejagnu-1.4.2/testsuite/libdejagnu
'
make[4]: Entering directory `/home/jdeifik/gnu/dejagnu-1.4.2/testsuite'
Nothing to be done for all
make  check-DEJAGNU
make[5]: Entering directory `/home/jdeifik/gnu/dejagnu-1.4.2/testsuite'
Making a new site.exp file...
srcdir=`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 \
  $runtest --srcdir $srcdir ; \
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 jdeifik on Tue May 21 11:08:15 2002
Native configuration is sparc-sun-solaris2.7

                ===  tests ===

ERROR: (DejaGnu) proc "exp_debug" does not exist.
The error code is
The info on the error is:


                ===  Summary ===

make[5]: *** [check-DEJAGNU] Error 1
make[5]: Leaving directory `/home/jdeifik/gnu/dejagnu-1.4.2/testsuite'
make[4]: *** [check-am] Error 2
make[4]: Leaving directory `/home/jdeifik/gnu/dejagnu-1.4.2/testsuite'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/home/jdeifik/gnu/dejagnu-1.4.2/testsuite'
make[2]: *** [check-DEJAGNU] Error 2
make[2]: Leaving directory `/home/jdeifik/gnu/dejagnu-1.4.2'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/jdeifik/gnu/dejagnu-1.4.2'
make: *** [check-recursive] Error 1
address@hidden:/home/jdeifik/gnu/dejagnu-1.4.2:4 exit




reply via email to

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