This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap broken on x86_64 on the trunk in libgfortran?
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: ddaney at avtrex dot com (David Daney)
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 27 Nov 2006 15:31:06 -0500 (EST)
- Subject: Re: Bootstrap broken on x86_64 on the trunk in libgfortran?
>
> Platform is x86_64 (FC6) with trunk r119257
>
> Configured thusly:
> ../trunk/configure --with-gmp=/usr/local --with-mpfr=/usr/local
> --disable-multilib
>
> I am getting this while in stage3 when I bootstrap:
>
>
> /bin/sh ../../../trunk/libgfortran/mk-kinds-h.sh
> '/home/daney/gccsvn/native-trunk/./gcc/gfortran
> -B/home/daney/gccsvn/native-trunk/./gcc/
> -B/usr/local/x86_64-unknown-linux-gnu/bin/
> -B/usr/local/x86_64-unknown-linux-gnu/lib/ -isystem
> /usr/local/x86_64-unknown-linux-gnu/include -isystem
> /usr/local/x86_64-unknown-linux-gnu/sys-include -I . -Wall
> -fno-repack-arrays -fno-underscoring ' > kinds.h || rm kinds.h
> ../../../trunk/libgfortran/mk-kinds-h.sh: Unknown type
> grep '^#' < kinds.h > kinds.inc
> /bin/sh: kinds.h: No such file or directory
> make[2]: *** [kinds.inc] Error 1
> make[2]: Leaving directory
> `/home/daney/gccsvn/native-trunk/x86_64-unknown-linux-gnu/libgfortran'
> make[1]: *** [all-target-libgfortran] Error 2
> make[1]: Leaving directory `/home/daney/gccsvn/native-trunk'
> make: *** [all] Error 2
Usually (like 99% of the time), this means you GMP/MPFR are broken
and is causing gfortran to crash out.
You might want to try running mk-kinds-h.sh to see what the error
is?
Thanks,
Andrew Pinski