My compile of gcc-4.0.3 completed without problems. When I run "make check", I
get this output:
Fixed: types/vxTypesBase.h
Fixed: unistd.h
Fixed: wchar.h
Fixed: widec.h
cmp: EOF on /home/tom/build/gcc-4.0.3/fixincludes/tests/base/string.h
*** string.h Sat Mar 11 08:44:34 2006
--- /home/tom/build/gcc-4.0.3/fixincludes/tests/base/string.h Tue Aug 31
02:27:00 2004
***************
*** 10,13 ****
#ifndef _STRING_INCLUDED
#define _STRING_INCLUDED
#include <strings.h>
! #endif /* _STRING_INCLUDED */
--- 10,13 ----
#ifndef _STRING_INCLUDED
#define _STRING_INCLUDED
#include <strings.h>
! #endif /* _STRING_INCLUDED */
\ No newline at end of file
There were fixinclude test FAILURES
make[1]: *** [check] Error 1
make[1]: Leaving directory `/build/gccobj/fixincludes'
make: *** [check-fixincludes] Error 2
[EMAIL PROTECTED]:~/build/gccobj$
Here is my build environment:
kernel: 2.6.15 (32-bit x86, stock kernel)
gcc: 4.0.2
glibc: 2.3.4
binutils: 2.16.1
configure command: ../gcc-4.0.3//configure --prefix=/usr
--enable-languages=c,c++ --enable-shared --with-threads=posix
make command: time make bootstrap-lean
Linux distro: Slackware 8 (base system with tons of updates)
I've been advised to run "make -k check", but I wanted to report this anyway so
it's documented.
--
Summary: make check fails during fixincludes testing due to no
newline at end of string.h
Product: gcc
Version: 4.0.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
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=26646