Help needed with gcc-4.1.0 on Linux

2006-03-07 Thread Tom Williams
Hi!  I posted this on gcc-help and got no responses, so I'm trying this
list.  :)

I downloaded gcc-4.1.0 the other day and the compile went fine.  When I
ran "make check" to make sure all went well, I get this error:

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
[EMAIL PROTECTED]:~/build/gccobj$

I'm using gcc-4.0.2 to do the build. I'm running a 2.6.15.5 kernel and
have glibc-2.3.4 and binutils 2.16.1 installed.

Any ideas?

Thanks!

Peace..

Tom



Re: Help needed with gcc-4.1.0 on Linux

2006-03-08 Thread Tom Williams
Jim Wilson wrote:
> Tom Williams wrote:
>> I downloaded gcc-4.1.0 the other day and the compile went fine. When I
>> ran "make check" to make sure all went well, I get this error:
>
> Always use "make -k check". Otherwise, make will exit after the first
> failure, instead of running all of the testsuites.
Ok, will do.
> Some failures are normal. It is hard to get all tests working for all
> targets all at the same time. So just because something failed doesn't
> mean there is anything seriously wrong.
Yep, I understand. I just didn't know if the fixincludes problem was
indicative of anything "serious" or not. :)
> "Linux" is ambiguous. If this is an IA-64 Linux system, then you
> should say that. The installed headers on an IA-64 Linux system may be
> different than the installed headers on, say, an x86_64 Linux system.
I'm on a 32-bit Linux system, running a stock 2.6.15.5 32-bit kernel.
> Actually, looking at the fixincludes check support, it looks like it
> is a bug in the make check support. It appears that everytime we add
> fixinclude support for a new file, and we include test_text in that
> support, then we need to add a copy of the resulting corrected output
> file to the testsuite. This was not done for the ia64/sys/getppdp.h
> file. There could also be other similar errors. A bug report in
> bugzilla would be useful to track this.
I'll file a bug report now.

Thanks!

Peace...

Tom