This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap broken on mingw (was: Re: AVR port broken on 4.3 20080215 snapshot)
- From: "Richard Guenther" <richard dot guenther at gmail dot com>
- To: "FX Coudert" <fxcoudert at gmail dot com>
- Cc: "Joerg Wunsch" <j at uriah dot heep dot sax dot de>, "GCC Development" <gcc at gcc dot gnu dot org>, "Weddington, Eric" <eweddington at cso dot atmel dot com>, "Denis Chertykov" <chertykov at gmail dot com>, "Anatoly Sokolov" <aesok at post dot ru>, "Lamo, Jo Inge" <jo-inge dot lamo at atmel dot com>, Ralf dot Wildenhues at gmx dot de
- Date: Sun, 17 Feb 2008 12:51:54 +0100
- Subject: Re: bootstrap broken on mingw (was: Re: AVR port broken on 4.3 20080215 snapshot)
- References: <6E32C92C-4934-4B9D-8A9D-014BFC395383@gmail.com>
On Feb 17, 2008 12:41 PM, FX Coudert <fxcoudert@gmail.com> wrote:
> Hi all,
>
> I also see this failure on a native build for i386-pc-mingw32, so
> this is probably a mingw issue. Since i686-pc-mingw32 is a seconday
> platform, this makes it a release blocker (I've marked it as such in
> bugzilla, and gave it P1 status; I hope that was the right thing to do).
>
> The error here is the same:
>
> > ../../trunk/gcc/doc//invoke.texi:1243: @include `/home/FX/ibin/
> > gcc/../../trunk/gcc/../libiberty/at-file.texi': No such file or
> > sdirectory.
>
> What's interesting is that the file actually exists:
>
> > $ wc -l /home/FX/ibin/gcc/../../trunk/gcc/../libiberty/at-file.texi
> > 15 /home/FX/ibin/gcc/../../trunk/gcc/../libiberty/at-file.texi
>
> Thus, I suspect some sort of absolute vs. relative path issue, to
> which mingw (and especially the MSYS environment) is often very
> sensitive. For example, bootstrap only work if you use a relative
> path to configure.
Actually there seems to be a recent change "backward" to that logic:
2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
PR other/35148
* Makefile.in (gcc-vers.texi): Use abs_srcdir for the value of
srcdir.
and we have PR35218 which seems to be the same issue?
Richard.