LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 01-16-2005, 05:37 PM   #1
jobesd
LQ Newbie
 
Registered: Nov 2001
Posts: 29

Rep: Reputation: 15
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.
 
Old 01-17-2005, 06:12 PM   #2
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
did you compare it to the link from the page ( the example output file )?

I usually make sure it doesn't horribly fail the test and make sure it passes the sanity check.
 
Old 01-19-2005, 12:17 AM   #3
jobesd
LQ Newbie
 
Registered: Nov 2001
Posts: 29

Original Poster
Rep: Reputation: 15
I re configured and recompiled it again. However my gcc does not match any test results exactly

FAIL: gcc.c-torture/compile/20001226-1.c -Os (test for excess errors) <-- does not match results
FAIL: gcc.c-torture/execute/va-arg-25.c execution, -Os <-- matches results



no longer a problem since re compiling its gone now.
FAIL: gcc.dg/c99-intconst-1.c (test for excess errors)


All other tests match known results at gnu.
Now does this mean It would safe to install
 
Old 01-19-2005, 11:39 AM   #4
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
Quote:
A few unexpected failures cannot always be avoided. The GCC developers are usually aware of these issues, but have not resolved them yet. Unless the test results are vastly different from those at the above URL, it is safe to continue.
That quote is from chapter 5.13. As long as it doesn't bomb the test, you should be ok.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Chap 6.14. GCC-3.4.1 fails make -k check ralpha6 Linux From Scratch 5 05-17-2006 03:29 PM
Chap 5 Binutils make LDFLAGS & make install errors shotokan Linux From Scratch 5 04-10-2005 03:01 AM
Is the output of (chapter 6)gcc-3.3.3 make -k check correct?????? linuxbh Linux From Scratch 1 09-05-2004 08:37 AM
gcc-3.3.1 make -k check - make [check] Error 2 BarryM45 Linux From Scratch 1 02-05-2004 08:44 AM
LFS Chap 5 - gcc first make command errors antken Linux From Scratch 3 03-17-2003 10:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 02:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration