chap 6. make -k check, what should my output be??
6.14. GCC-3.4.1
make -k check
Is this a normal output?
Is this ok to continue and do a make install?
If not ok what is my problem?
root:/sources/gcc-3.4.1/build# make -k check
make[1]: Entering directory `/sources/gcc-3.4.1/build/gcc'
Making a new config file...
echo "set tmpdir /sources/gcc-3.4.1/build/gcc/testsuite" >> ./tmp0
test -d testsuite || mkdir testsuite
rm -f testsuite/site.exp
sed '/set tmpdir/ s|testsuite|testsuite|' < site.exp > testsuite/site.exp
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd ../../gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then \
TCL_LIBRARY=`cd .. ; cd ../../gcc/../tcl/library ; ${PWDCMD-pwd}` ; \
export TCL_LIBRARY ; fi ; \
runtest --tool gcc )
WARNING: Couldn't find the global config file.
Test Run By root on Sun Jan 16 21:26:09 2005
Native configuration is i686-pc-linux-gnu
=== gcc tests ===
Schedule of variations:
unix
Running target unix
Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /tools/share/dejagnu/config/unix.exp as generic interface file for target.
Using /sources/gcc-3.4.1/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.c-torture/compile/compile.exp ...
FAIL: gcc.c-torture/compile/20001226-1.c -Os (test for excess errors)
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.c-torture/execute/execute.exp ...
FAIL: gcc.c-torture/execute/va-arg-25.c execution, -Os
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.dg/compat/compat.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.dg/cpp/cpp.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.dg/debug/debug.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.dg/dg.exp ...
FAIL: gcc.dg/c99-intconst-1.c (test for excess errors)
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.dg/format/format.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.dg/pch/pch.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.dg/special/mips-abi.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.dg/special/special.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.dg/tls/tls.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.dg/torture/dg-torture.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.dg/weak/weak.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.misc-tests/acker1.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.misc-tests/arm-isr.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.misc-tests/bprob.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.misc-tests/dg-test.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.misc-tests/dhry.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.misc-tests/gcov.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.misc-tests/linkage.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.misc-tests/matrix1.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.misc-tests/mg.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.misc-tests/sieve.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/gcc.misc-tests/sort2.exp ...
=== gcc Summary ===
# of expected passes 24625
# of unexpected failures 3
# of expected failures 70
# of untested testcases 7
# of unsupported tests 191
/sources/gcc-3.4.1/build/gcc/xgcc version 3.4.1
make[1]: [check-gcc] Error 1 (ignored)
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd ../../gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then \
TCL_LIBRARY=`cd .. ; cd ../../gcc/../tcl/library ; ${PWDCMD-pwd}` ; \
export TCL_LIBRARY ; fi ; \
runtest --tool g++ )
WARNING: Couldn't find the global config file.
Test Run By root on Sun Jan 16 21:59:05 2005
Native configuration is i686-pc-linux-gnu
=== g++ tests ===
Schedule of variations:
unix
Running target unix
Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /tools/share/dejagnu/config/unix.exp as generic interface file for target.
Using /sources/gcc-3.4.1/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /sources/gcc-3.4.1/gcc/testsuite/g++.dg/bprob/bprob.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/g++.dg/compat/compat.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/g++.dg/debug/debug.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/g++.dg/dg.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/g++.dg/gcov/gcov.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/g++.dg/pch/pch.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/g++.dg/special/ecos.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/g++.dg/tls/tls.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/g++.old-deja/old-deja.exp ...
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init5.C execution test
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable
=== g++ Summary ===
# of expected passes 9640
# of unexpected successes 1
# of expected failures 67
# of unsupported tests 32
/sources/gcc-3.4.1/build/gcc/testsuite/../g++ version 3.4.1
make[1]: [check-g++] Error 1 (ignored)
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd ../../gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then \
TCL_LIBRARY=`cd .. ; cd ../../gcc/../tcl/library ; ${PWDCMD-pwd}` ; \
export TCL_LIBRARY ; fi ; \
runtest --tool g77 )
WARNING: Couldn't find the global config file.
Test Run By root on Sun Jan 16 22:16:30 2005
Native configuration is i686-pc-linux-gnu
=== g77 tests ===
Schedule of variations:
unix
Running target unix
Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /tools/share/dejagnu/config/unix.exp as generic interface file for target.
Using /sources/gcc-3.4.1/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /sources/gcc-3.4.1/gcc/testsuite/g77.dg/bprob/bprob.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/g77.dg/dg.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/g77.dg/gcov/gcov.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/g77.f-torture/compile/compile.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/g77.f-torture/execute/execute.exp ...
Running /sources/gcc-3.4.1/gcc/testsuite/g77.f-torture/noncompile/noncompile.exp ...
=== g77 Summary ===
# of expected passes 1812
/sources/gcc-3.4.1/build/gcc/testsuite/../g77 version 3.4.1
make[1]: Leaving directory `/sources/gcc-3.4.1/build/gcc'
make[1]: Entering directory `/sources/gcc-3.4.1/build/intl'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/sources/gcc-3.4.1/build/intl'
make[1]: Entering directory `/sources/gcc-3.4.1/build/libiberty'
make[2]: Entering directory `/sources/gcc-3.4.1/build/libiberty/testsuite'
gcc -DHAVE_CONFIG_H -g -O2 -I.. -I../../../libiberty/testsuite/../../include -o test-demangle \
../../../libiberty/testsuite/test-demangle.c ../libiberty.a
./test-demangle < ../../../libiberty/testsuite/demangle-expected
./test-demangle: 745 tests, 0 failures
make[2]: Leaving directory `/sources/gcc-3.4.1/build/libiberty/testsuite'
make[1]: Leaving directory `/sources/gcc-3.4.1/build/libiberty'
make[1]: Entering directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3'
Making check in include
make[2]: Entering directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3/include'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3/include'
Making check in libmath
make[2]: Entering directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3/libmath'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3/libmath'
Making check in libsupc++
make[2]: Entering directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3/libsupc++'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3/libsupc++'
Making check in src
make[2]: Entering directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3/src'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3/src'
Making check in po
make[2]: Entering directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3/po'
/bin/sh /sources/gcc-3.4.1/libstdc++-v3/../mkinstalldirs /sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3/po/share/locale
mkdir -p -- /sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3/po/share/locale
catalogs='de.mo fr.mo'; \
for cat in $catalogs; do \
cat=`basename $cat`; \
lang=`echo $cat | sed 's/\.mo$//'`; \
install_dir=/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3/po/share/locale/$lang/LC_MESSAGES; \
/bin/sh /sources/gcc-3.4.1/libstdc++-v3/../mkinstalldirs $install_dir; \
/tools/bin/install -c -m 644 $cat $install_dir/libstdc++.mo; \
done
mkdir -p -- /sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3/po/share/locale/de/LC_MESSAGES
mkdir -p -- /sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3/po/share/locale/fr/LC_MESSAGES
make[2]: Leaving directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3/po'
Making check in testsuite
make[2]: Entering directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3/testsuite'
touch testsuite_wchar_t
make -j1 check-DEJAGNU check-local
make[3]: Entering directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3/testsuite'
Making a new site.exp file...
srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd ../../../../libstdc++-v3/testsuite && pwd`; export srcdir; \
EXPECT=expect; export EXPECT; \
runtest=runtest; \
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
l='libstdc++'; for tool in $l; do \
$runtest --tool $tool --srcdir $srcdir ; \
done; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find the global config file.
Test Run By root on Sun Jan 16 22:20:02 2005
Native configuration is i686-pc-linux-gnu
=== libstdc++ tests ===
Schedule of variations:
unix
Running target unix
Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /tools/share/dejagnu/config/unix.exp as generic interface file for target.
Using /sources/gcc-3.4.1/libstdc++-v3/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /sources/gcc-3.4.1/libstdc++-v3/testsuite/libstdc++-dg/normal.exp ...
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
=== libstdc++ Summary ===
# of expected passes 2696
# of unexpected successes 1
# of expected failures 5
make[3]: *** [check-DEJAGNU] Error 1
=== libstdc++-v3 check-abi Summary ===
# of added symbols: 298
# of missing symbols: 284
# of incompatible symbols: 284
using: /sources/gcc-3.4.1/libstdc++-v3/config/abi/i486-linux-gnu/baseline_symbols.txt
make[3]: Leaving directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3/testsuite'
make[2]: *** [check-am] Error 2
make[2]: Target `check' not remade because of errors.
make[2]: Leaving directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3/testsuite'
make[2]: Entering directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3'
: make ; exec make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/sources/gcc-3.4.1/build/gcc/xgcc -B/sources/gcc-3.4.1/build/gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include" "CFLAGS=
-O2 -g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O2 -g -O2" "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m 644" "INSTALL_PROGRAM=/tools/bin/install -c" "INSTALL_SCRIPT=/tools/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2" "LIBCFLAGS_FOR_T
ARGET=-O2 -g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "includedir=/usr/include" "prefix=/usr" "tooldir=/usr/i686-pc-linux-gnu" "gxx_include_dir=/usr/include/c+
+/3.4.1" "AR=ar" "AS=as" "LD=ld" "LIBCFLAGS=-O2 -g -O2" "PICFLAG=" "RANLIB=ranlib" "NM=nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" DO=all multi-do
make[3]: Entering directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3'
if [ -z "" ]; then \
true; \
else \
rootpre=`${PWDCMD-pwd}`/; export rootpre; \
srcrootpre=`cd ../../../libstdc++-v3; ${PWDCMD-pwd}`/; export srcrootpre; \
lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
compiler="/sources/gcc-3.4.1/build/gcc/xgcc -B/sources/gcc-3.4.1/build/gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include"; \
for i in `${compiler} --print-multi-lib 2>/dev/null`; do \
dir=`echo $i | sed -e 's/;.*$//'`; \
if [ "${dir}" = "." ]; then \
true; \
else \
if [ -d ../${dir}/${lib} ]; then \
flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
if (cd ../${dir}/${lib}; make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/sources/gcc-3.4.1/build/gcc/xgcc -B/sources/gcc-3.4.1/build/gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sy
s-include" "CFLAGS=-O2 -g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O2 -g -O2" "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m 644" "INSTALL_PROGRAM=/tools/bin/install -c" "INSTALL_SCRIPT=/tools/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O
2" "LIBCFLAGS_FOR_TARGET=-O2 -g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "includedir=/usr/include" "prefix=/usr" "tooldir=/usr/i686-pc-linux-gnu" "gxx_include
_dir=/usr/include/c++/3.4.1" "AR=ar" "AS=as" "LD=ld" "LIBCFLAGS=-O2 -g -O2" "PICFLAG=" "RANLIB=ranlib" "NM=nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" \
CFLAGS="-O2 -g -O2 ${flags}" \
prefix="/usr" \
exec_prefix="/usr" \
GCJFLAGS=" ${flags}" \
CXXFLAGS="-g -O2 -D_GNU_SOURCE ${flags}" \
LIBCFLAGS="-O2 -g -O2 ${flags}" \
LIBCXXFLAGS="-g -O2 -D_GNU_SOURCE -fno-implicit-templates ${flags}" \
LDFLAGS=" ${flags}" \
MULTIFLAGS="${flags}" \
DESTDIR="" \
INSTALL="/tools/bin/install -c" \
INSTALL_DATA="/tools/bin/install -c -m 644" \
INSTALL_PROGRAM="/tools/bin/install -c" \
INSTALL_SCRIPT="/tools/bin/install -c" \
all); then \
true; \
else \
exit 1; \
fi; \
else true; \
fi; \
fi; \
done; \
fi
make[3]: Leaving directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3'
make[2]: Leaving directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [check-recursive] Error 1
make[1]: Target `check' not remade because of errors.
make[1]: Leaving directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libstdc++-v3'
make: *** [check-target-libstdc++-v3] Error 2
make[1]: Entering directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libf2c'
cd libU77; make G77DIR=../../../gcc/ check
make[2]: Entering directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libf2c/libU77'
../../../gcc/g77 -B../../../gcc/ -L.. -g ../../../../libf2c/libU77/u77-test.f \
-lg2c -lm -o a.out && ./a.out
../../../../libf2c/libU77/u77-test.f: In program `MAIN__':
../../../../libf2c/libU77/u77-test.f:214: warning:
call idate (i,j,k)
^
Intrinsic `IDATE', invoked at (^), known to be non-Y2K-compliant [info -f g77 M Y2KBAD]
../../../../libf2c/libU77/u77-test.f:223: warning:
call date (ctim)
^
Intrinsic `DATE', invoked at (^), known to be non-Y2K-compliant [info -f g77 M Y2KBAD]
/usr/bin/ld: cannot find -lg2c
collect2: ld returned 1 exit status
make[2]: [check] Error 1 (ignored)
rm -f a.out
make[2]: Leaving directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libf2c/libU77'
make[1]: Leaving directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libf2c'
make[1]: Entering directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libiberty'
make[2]: Entering directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libiberty/testsuite'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libiberty/testsuite'
make[1]: Leaving directory `/sources/gcc-3.4.1/build/i686-pc-linux-gnu/libiberty'
make: Target `check' not remade because of errors.
root:/sources/gcc-3.4.1/build#
thanks in advance
jobesd.
Last edited by jobesd; 01-16-2005 at 08:33 PM.
|