[Bug testsuite/29760] 'make check' for gcc-3.4.6 fails

2006-11-09 Thread sergstesh at yahoo dot com
--- Comment #8 from sergstesh at yahoo dot com 2006-11-09 13:41 --- I looked into source code of 'test_summary' script and it indeed calls the 'Mail' program, the one with capital 'M'. I have never heard of it, I am familiar with 'mail' with small 'm'. On my system it's lrwxrwxrwx 1

[Bug testsuite/29760] New: 'make check' for gcc-3.4.6 fails

2006-11-08 Thread sergstesh at yahoo dot com
I am building gcc-3.4.6 in the framework of my http://appsfromscratch.berlios.de/ project, and 'make check' for gcc-3.4.6 fails. Basically, my tool builds and installs every lib/app (per source tarball) in a separate directory, other than that it uses the standard ./configure make make check

[Bug testsuite/29760] 'make check' for gcc-3.4.6 fails

2006-11-08 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-08 17:26 --- Use make -k check as documented. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/29760] 'make check' for gcc-3.4.6 fails

2006-11-08 Thread sergstesh at yahoo dot com
--- Comment #2 from sergstesh at yahoo dot com 2006-11-08 21:44 --- I do not understand you comment. That is, from 'make' manpage: -k Continue as much as possible after an error. While the target that failed, and those that depend on it, cannot be remade,

[Bug testsuite/29760] 'make check' for gcc-3.4.6 fails

2006-11-08 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-11-08 22:00 --- (In reply to comment #2) I do not understand you comment. Documented at: http://gcc.gnu.org/install/test.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29760

[Bug testsuite/29760] 'make check' for gcc-3.4.6 fails

2006-11-08 Thread sergstesh at yahoo dot com
--- Comment #4 from sergstesh at yahoo dot com 2006-11-08 22:43 --- I read the document: http://gcc.gnu.org/install/test.html, but it doesn't answer my questions. If you need test results reported through the suggested srcdir/contrib/test_summary -p your_commentary.txt \

[Bug testsuite/29760] 'make check' for gcc-3.4.6 fails

2006-11-08 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-11-08 22:47 --- 1) do the failing tests indicate problems in gcc ? Depends on the failure. 2) do the failing test fail because they themselves are faulty ? Depends on the failures. You might want to look at

[Bug testsuite/29760] 'make check' for gcc-3.4.6 fails

2006-11-08 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-11-08 22:48 --- Some failures are also due to faulty glibc, etc. and not related to GCC. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29760

[Bug testsuite/29760] 'make check' for gcc-3.4.6 fails

2006-11-08 Thread sergstesh at yahoo dot com
--- Comment #7 from sergstesh at yahoo dot com 2006-11-08 23:29 --- OK, being in /maxtor5/sergei/AppsFromScratchWD/build/gcc-3.4.6 directory, which is my 'obj' directory, I tried to run the 'test_summary' mentioned at the bottom of http://gcc.gnu.org/install/test.html : 0.5

'make check' for gcc-3.4.6 fails

2006-11-07 Thread Sergei Steshenko
Hello, I am building gcc-3.4.6 in the framework of my tool (see signature). It's a native build on Mandriva 2006 IA32 Linux. The essence of my tool is that it builds and installs every target in a separate directory, other than that it uses ./configure make make check make install sequence.