trunk broken for `make check'
Eric Botcazou
ebotcazou@libertysurf.fr
Fri Nov 19 12:56:00 GMT 2004
> 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
More information about the Gcc
mailing list