This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Successful build on Debian 3.0 (testing) / i686-pc-linux-gnu / 1 unexpected failure


cat /etc/issue
Debian GNU/\s 3.0 \n \l

./config.guess
i686-pc-linux-gnu

Binutils version
2.12.90.0.1

GLIBC version
2.2.5-6    

GCC 3.1 compiler version
Reading specs from ./../lib/gcc-lib/i686-pc-linux-gnu/3.1/specs
Configured with: ./configure --prefix=/opt/gcc-3.1
--enable-languages=c,c++,java
Thread model: single
gcc version 3.1

uname -a
Linux [my domain name] 2.4.18 #1 SMP Sun Apr 21 19:03:43 CEST 2002 i686
unknown

Processor name string:
Version 00000686:
Family 6 - Pentium Pro

Test results:

make do-check NOTPARALLEL=parallel-ok
make[1]: Entering directory `/opt/gcc-3.1'
make[2]: Entering directory `/opt/gcc-3.1/fastjar'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/opt/gcc-3.1/fastjar'
make[2]: Entering directory `/opt/gcc-3.1/libiberty'
make[3]: Entering directory `/opt/gcc-3.1/libiberty/testsuite'
/bin/sh ./regress-demangle ./demangle-expected
All 648 tests passed
make[3]: Leaving directory `/opt/gcc-3.1/libiberty/testsuite'
make[2]: Leaving directory `/opt/gcc-3.1/libiberty'
make[2]: Entering directory
`/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3'
Making check in include
make[3]: Entering directory
`/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/include'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory
`/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/include'
Making check in libio
make[3]: Entering directory
`/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/libio'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory
`/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/libio'
Making check in libmath
make[3]: Entering directory
`/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/libmath'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory
`/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/libmath'
Making check in libsupc++
make[3]: Entering directory
`/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/libsupc++'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory
`/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/libsupc++'
Making check in src
make[3]: Entering directory
`/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/src'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory
`/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/src'
Making check in po
make[3]: Entering directory
`/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/po'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory
`/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/po'
Making check in testsuite
make[3]: Entering directory
`/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/testsuite'
make  check-DEJAGNU
make[4]: Entering directory
`/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/testsuite'
srcdir=`cd . && pwd`; export srcdir; \
EXPECT=`if [ -f
/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/../../expect/expect ] ; then
echo /opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/../../expect/expect ;
else echo expect ; fi`; export EXPECT; \
if [ -f ../../expect/expect ]; then \
  TCL_LIBRARY=`cd ../../tcl/library && pwd`; \
  export TCL_LIBRARY; \
fi; \
runtest=`if [ -f
/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/../dejagnu/runtest ] ; then
echo /opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/../dejagnu/runtest ;
else echo runtest; fi`; \
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
  $runtest --tool libstdc++-v3 --srcdir $srcdir ; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find tool init file
Test Run By root on Sun May 19 17:19:17 2002
Native configuration is i686-pc-linux-gnu

		=== libstdc++-v3 tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file
for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for
target.
Using
/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/testsuite/config/default.exp
as tool-and-target-specific interface file.
Running
/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/testsuite/libstdc++-v3.dg/dg
.exp ...
FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess
errors)

		=== libstdc++-v3 Summary ===

# of expected passes		374
# of unexpected failures	1
# of expected failures		25
make[4]: *** [check-DEJAGNU] Error 1
make[4]: Leaving directory
`/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/testsuite'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory
`/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3/testsuite'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/opt/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [check-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/opt/gcc-3.1'
make: *** [check] Error 2

Best regards,
Tamas Nagy


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]