This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: trunk broken for `make check'


> probably I have overseen something, but I would like to test yesterday's
> main-line but it fails with:
>
> thinkpad:/mnt/karel/gcc-main/obj$ make check
> make[1]: Entering directory `/mnt/karel/gcc-main/obj/fixincludes'
> autogen -T ../../gcc-main/fixincludes/check.tpl
> ../../gcc-main/fixincludes/inclhack.def
> make[1]: autogen: Command not found
> make[1]: *** [check] Error 127
> make[1]: Leaving directory `/mnt/karel/gcc-main/obj/fixincludes'
> make: *** [check-fixincludes] Error 2
> thinkpad:/mnt/karel/gcc-main/obj$
>
> The platform is Debian GNU/Linux 3.0, FSF binutils 2.14, gcc3.4.2 used to
> bootstrap.
>
> What have I done wrong?

You need autogen to check fixincludes (fixincludes was just moved to 
toplevel).  Personally I always run 'make -k check' as prescribed in 
http://gcc.gnu.org/install/test.html, which works around the problem.

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]