This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: bootstrapping r119280 failed to build libgfortran (x86_64)
- From: Andrew Pinski <pinskia at gmail dot com>
- To: Daniel Franke <franke dot daniel at gmail dot com>
- Cc: fortran at gcc dot gnu dot org
- Date: Tue, 28 Nov 2006 05:43:42 -0800
- Subject: Re: bootstrapping r119280 failed to build libgfortran (x86_64)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding:from; b=Uc95H/+hstc4g7CRO5VCEtq0Al76Krxn2yc5LF6PqI1CxdPHwuXdkA4Bv/DdWbQukaxCc5skyW2QjG0LPXgDUevSU6rY+S+6L4uwi4NoHAbYfUDOnpALFgQCi3lXAEtK0XH2NT5h6aT2U5RJ1u2h6VuAih4+aHMBZJf83vR+g9Y=
- References: <640ad44b0611280348x2e534b8dqa5055eda93094587@mail.gmail.com>
On Tue, 2006-11-28 at 12:48 +0100, Daniel Franke wrote:
> Revision: 119280
> Host: x86_64 GNU/Linux
> Configured as: ../../svn/gcc-head/configure
> --prefix=/data/home/daniel/x86_64-unknown-linux-gnu/gcc-head-svn
> --with-gmp=/data/home/daniel/x86_64-unknown-linux-gnu/gmp-4.2.1
> --with-mpfr=/data/home/daniel/x86_64-unknown-linux-gnu/mpfr-2.2.0
> --enable-bootstrap --enable-threads=posix --enable-shared
> --with-system-zlib --program-suffix=-head-svn --disable-multilib
> x86_64-linux --disable-nls --enable-languages=c,fortran
>
> Build in clean directory.
>
> [snipped 1000 more or less equivalent lines]
> .libs/environ.o:/usr/include/x86_64-linux/bits/string2.h:1049: first
> defined here
> .libs/in_unpack_generic.o: In function
This is an issue with the glibc headers and not GCC really but it was
caused by a GCC change so we need to fixincludes the headers.
Can you file a bug and attach /usr/include/x86_64-linux/bits/string2.h
to it?
Thanks,
Andrew Pinski