bug-dejagnu
[Top][All Lists]
Advanced

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

[Bug-dejagnu] make check failed for 1.4.4 and 1.4.3


From: Thomas Nguyen
Subject: [Bug-dejagnu] make check failed for 1.4.4 and 1.4.3
Date: Sun, 27 Mar 2005 22:01:10 -0800 (PST)

For dejagnu-1.4.4:

address@hidden dejagnu-1.4.4]# ./config.guess
i686-pc-linux-gnu
address@hidden dejagnu-1.4.4]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for bison... bison -y
checking for docbook tools... /usr/bin
checking for the tclsh program... none
checking for tclsh... /usr/bin/tclsh
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
config.status: executing depfiles commands
configure: configuring in example/calc
configure: running /bin/sh './configure' --prefix=/usr/local 
--cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... 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 suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for strcmp... yes
checking whether to enable maintainer-specific portions of Makefiles...
no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating calc.h
config.status: executing depfiles commands
configure: configuring in example/hello
configure: running /bin/sh './configure' --prefix=/usr/local 
--cache-file=/dev/null --srcdir=.
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
address@hidden dejagnu-1.4.4]# make
Making all in doc
make[1]: Entering directory `/usr/local/dejagnu-1.4.4/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/dejagnu-1.4.4/doc'
make[1]: Entering directory `/usr/local/dejagnu-1.4.4'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/usr/local/dejagnu-1.4.4'
address@hidden dejagnu-1.4.4]# make check
Making check in doc
make[1]: Entering directory `/usr/local/dejagnu-1.4.4/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/usr/local/dejagnu-1.4.4/doc'
make[1]: Entering directory `/usr/local/dejagnu-1.4.4'
make  check-DEJAGNU
make[2]: Entering directory `/usr/local/dejagnu-1.4.4'
cd testsuite ; make check
make[3]: Entering directory `/usr/local/dejagnu-1.4.4/testsuite'
Making check in libdejagnu
make[4]: Entering directory
`/usr/local/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../.. -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   -o unit  unit.o  
make[4]: Leaving directory
`/usr/local/dejagnu-1.4.4/testsuite/libdejagnu'
make[4]: Entering directory `/usr/local/dejagnu-1.4.4/testsuite'
Nothing to be done for all
make  check-DEJAGNU
make[5]: Entering directory `/usr/local/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
Test Run By root on Sun Mar 27 21:32:25 2005
Native configuration is i686-pc-linux-gnu

                ===  tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/local/dejagnu-1.4.4/testsuite/../config/base-config.exp as
tool-and-target-specific interface file.
Using /usr/local/dejagnu-1.4.4/testsuite/config/default.exp as
tool-and-target-specific interface file.
Running /usr/local/dejagnu-1.4.4/testsuite/libdejagnu/tunit.exp ...
Running /usr/local/dejagnu-1.4.4/testsuite/runtest.all/libs.exp ...
Running /usr/local/dejagnu-1.4.4/testsuite/runtest.all/options.exp ...
FAIL: --target option
FAIL: --host option
Running /usr/local/dejagnu-1.4.4/testsuite/runtest.all/stats-sub.exp
...
Running /usr/local/dejagnu-1.4.4/testsuite/runtest.all/stats.exp ...
FAIL: pass
FAIL: fail
FAIL: xpass
FAIL: xfail
FAIL: kpass
FAIL: kfail
FAIL: untested
FAIL: unresolved
FAIL: unsupported

                ===  Summary ===

# of expected passes            52
# of unexpected failures        11
make[5]: Leaving directory `/usr/local/dejagnu-1.4.4/testsuite'
make[4]: Leaving directory `/usr/local/dejagnu-1.4.4/testsuite'
make[3]: Leaving directory `/usr/local/dejagnu-1.4.4/testsuite'
make[2]: Leaving directory `/usr/local/dejagnu-1.4.4'
make[1]: Leaving directory `/usr/local/dejagnu-1.4.4'


For dejagnu-1.4.3:

address@hidden dejagnu-1.4.3]# ./config.guess
i686-pc-linux-gnu
address@hidden dejagnu-1.4.3]# ./configure
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
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 style of include used by make... GNU
checking dependency style of gcc... none
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking for a BSD compatible install... /usr/bin/install -c
checking for bison... bison -y
checking for docbook tools... /usr/bin
checking for the tclsh program... none
checking for tclsh... /usr/bin/tclsh
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'  --cache-file=/dev/null
--srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... 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 suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for strcmp... yes
checking whether to enable maintainer-specific portions of Makefiles...
no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating calc.h
config.status: executing depfiles commands
configure: configuring in example/hello
configure: running /bin/sh './configure'  --cache-file=/dev/null
--srcdir=.
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
address@hidden dejagnu-1.4.3]# make
Making all in doc
make[1]: Entering directory `/usr/local/dejagnu-1.4.3/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/dejagnu-1.4.3/doc'
make[1]: Entering directory `/usr/local/dejagnu-1.4.3'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/usr/local/dejagnu-1.4.3'
address@hidden dejagnu-1.4.3]# make check
Making check in doc
make[1]: Entering directory `/usr/local/dejagnu-1.4.3/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/usr/local/dejagnu-1.4.3/doc'
make[1]: Entering directory `/usr/local/dejagnu-1.4.3'
make  check-DEJAGNU
make[2]: Entering directory `/usr/local/dejagnu-1.4.3'
cd testsuite ; make check
make[3]: Entering directory `/usr/local/dejagnu-1.4.3/testsuite'
Making check in libdejagnu
make[4]: Entering directory
`/usr/local/dejagnu-1.4.3/testsuite/libdejagnu'
source='unit.cc' object='unit.o' libtool=no \
depfile='.deps/unit.Po' tmpdepfile='.deps/unit.TPo' \
depmode=none /bin/sh ../../depcomp \
g++ -DPACKAGE=\"dejagnu\" -DVERSION=\"1.4.3\"  -I. -I.     -I../.. -g
-c -o unit.o `test -f unit.cc || echo './'`unit.cc
make[4]: Leaving directory
`/usr/local/dejagnu-1.4.3/testsuite/libdejagnu'
make[3]: Leaving directory `/usr/local/dejagnu-1.4.3/testsuite'
make[2]: Leaving directory `/usr/local/dejagnu-1.4.3'
make[1]: Leaving directory `/usr/local/dejagnu-1.4.3'


I'm using gcc-3.4.3 and make-3.80 on RHEL3 WS (2.4.21-4.EL).

Are these bugs, or am I doing something wrong?


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 




reply via email to

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