public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/26614]  New: make check fails during fixincludes testing.
@ 2006-03-09  6:57 tomdkat at comcast dot net
  2006-06-03 16:41 ` [Bug testsuite/26614] " mckelvey at maskull dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tomdkat at comcast dot net @ 2006-03-09  6:57 UTC (permalink / raw)
  To: gcc-bugs

When I run "make check" to verify my gcc-4.1.0 build, I get this output:

Fixed: types/vxTypesBase.h
Fixed: unistd.h
Fixed: wchar.h
Fixed: widec.h
Newly fixed header: ia64/sys/getppdp.h

There were fixinclude test FAILURES
make[2]: *** [check] Error 1
make[2]: Leaving directory `/build/gccobj/fixincludes'
make[1]: *** [check-fixincludes] Error 2
make[1]: Leaving directory `/build/gccobj'
make: *** [do-check] Error 2
tom@linux:~/build/gccobj$

I'm running on a 32-bit Linux system with the following configuration
information:

2.6.15.5 kernel
gcc-4.0.2
glibc-2.3.4
binutils-2.16.1

This problem was encountered using the official gcc sources downloaded from one
of the GNU gcc mirror sites.


-- 
           Summary: make check fails during fixincludes testing.
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tomdkat at comcast dot net
 GCC build triplet: i686-pc-linux
  GCC host triplet: i686-pc-linux
GCC target triplet: i686-pc-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26614


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/26614] make check fails during fixincludes testing.
  2006-03-09  6:57 [Bug testsuite/26614] New: make check fails during fixincludes testing tomdkat at comcast dot net
@ 2006-06-03 16:41 ` mckelvey at maskull dot com
  2006-06-06 14:43 ` tomdkat at comcast dot net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mckelvey at maskull dot com @ 2006-06-03 16:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mckelvey at maskull dot com  2006-06-03 16:41 -------

I also see this on:

alpha1:gcc-obj>uname -a
Linux alpha1 2.4.9-40 #1 Mon Sep 23 08:14:02 EDT 2002 alpha unknown

...
Fixed:  widec.h
Fixed:  X11/ShellP.h
Fixed:  X11/Xmu.h
Fixed:  Xm/BaseClassI.h
Fixed:  Xm/Traversal.h
Newly fixed header:  architecture/ppc/math.h
Newly fixed header:  ia64/sys/getppdp.h

There were fixinclude test FAILURES
gmake[2]: *** [check] Error 1
gmake[2]: Leaving directory `/usr/home/mckelvey/software/gcc-obj/fixincludes'
gmake[1]: *** [check-fixincludes] Error 2
gmake[1]: Leaving directory `/usr/home/mckelvey/software/gcc-obj'


alpha1:gcc-obj>g++ -v
Using built-in specs.
Target: alphaev56-unknown-linux-gnu
Configured with: ../gcc-4.0.3/configure --verbose --enable-languages=c++
--disable-linux-futex --disable-nls
Thread model: posix
gcc version 4.0.3


alpha1:gcc-obj>alias BUILD
alias BUILD='nice gmake CFLAGS='\'''\'' BOOT_CFLAGS='\'''\''
LIBCFLAGS='\''-g'\'' LIBCXXFLAGS='\''-g'\'' bootstrap >log 2>&1 &'


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26614


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/26614] make check fails during fixincludes testing.
  2006-03-09  6:57 [Bug testsuite/26614] New: make check fails during fixincludes testing tomdkat at comcast dot net
  2006-06-03 16:41 ` [Bug testsuite/26614] " mckelvey at maskull dot com
@ 2006-06-06 14:43 ` tomdkat at comcast dot net
  2006-06-27 10:13 ` bauhaus at futureapps dot de
  2006-07-18  1:04 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tomdkat at comcast dot net @ 2006-06-06 14:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from tomdkat at comcast dot net  2006-06-06 14:34 -------
I do not get this problem with gcc 4.1.1.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26614


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/26614] make check fails during fixincludes testing.
  2006-03-09  6:57 [Bug testsuite/26614] New: make check fails during fixincludes testing tomdkat at comcast dot net
  2006-06-03 16:41 ` [Bug testsuite/26614] " mckelvey at maskull dot com
  2006-06-06 14:43 ` tomdkat at comcast dot net
@ 2006-06-27 10:13 ` bauhaus at futureapps dot de
  2006-07-18  1:04 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: bauhaus at futureapps dot de @ 2006-06-27 10:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from bauhaus at futureapps dot de  2006-06-27 09:18 -------
Same here, 

Fixed:  X11/Xmu.h
Fixed:  Xm/BaseClassI.h
Fixed:  Xm/Traversal.h
Newly fixed header:  ia64/sys/getppdp.h

There were fixinclude test FAILURES
make[2]: *** [check] Error 1

The generated file ./fixincludes/tests/LIST is missing the entry
ia64/sys/getppdp.h

FWIW,

build/fixincludes/tests/inc$ find * -type f |wc -l
88
build/fixincludes/tests/inc$ wc -l ../LIST
82 ../LIST
build/fixincludes/tests/res$ find * -type f |wc -l
83

Linux sonnenregen 2.6.12-10-686-smp #1 SMP Mon Jun 12 22:21:12 UTC 2006 i686
GNU/Linux

2x PIII, Ubuntu 5.10

Target: i686-pc-linux-gnu
Configured with: ../src/gcc/configure --prefix=/opt/GCC/41x --disable-nls
--enable-languages=ada,c,c++,fortran --enable-threads=posix
Thread model: posix
gcc version 4.1.2 20060626 (prerelease)


-- 

bauhaus at futureapps dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bauhaus at futureapps dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26614


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/26614] make check fails during fixincludes testing.
  2006-03-09  6:57 [Bug testsuite/26614] New: make check fails during fixincludes testing tomdkat at comcast dot net
                   ` (2 preceding siblings ...)
  2006-06-27 10:13 ` bauhaus at futureapps dot de
@ 2006-07-18  1:04 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-07-18  1:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-07-18 01:04 -------
Fixed on the mainline.  You should be using "make -k check" to test the
compiler.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26614


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-07-18  1:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-09  6:57 [Bug testsuite/26614] New: make check fails during fixincludes testing tomdkat at comcast dot net
2006-06-03 16:41 ` [Bug testsuite/26614] " mckelvey at maskull dot com
2006-06-06 14:43 ` tomdkat at comcast dot net
2006-06-27 10:13 ` bauhaus at futureapps dot de
2006-07-18  1:04 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).