Re: bootstrap broken on mingw

2008-02-20 Thread Danny Smith
On Feb 18, 2008 10:59 AM, Ralf Wildenhues [EMAIL PROTECTED] wrote: gcc/ChangeLog: 2008-02-17 Ralf Wildenhues [EMAIL PROTECTED] PR bootstrap/35218 * Makefile.in (build_file_translate): New. (gcc-vers.texi): Use it for translating $(abs_srcdir). *

Re: bootstrap broken on mingw

2008-02-20 Thread Richard Guenther
On Feb 20, 2008 10:15 AM, Danny Smith [EMAIL PROTECTED] wrote: On Feb 20, 2008 10:02 PM, Danny Smith [EMAIL PROTECTED] wrote: On Feb 18, 2008 10:59 AM, Ralf Wildenhues [EMAIL PROTECTED] wrote: gcc/ChangeLog: 2008-02-17 Ralf Wildenhues [EMAIL PROTECTED] PR

Re: bootstrap broken on mingw

2008-02-20 Thread Danny Smith
On Feb 20, 2008 10:02 PM, Danny Smith [EMAIL PROTECTED] wrote: On Feb 18, 2008 10:59 AM, Ralf Wildenhues [EMAIL PROTECTED] wrote: gcc/ChangeLog: 2008-02-17 Ralf Wildenhues [EMAIL PROTECTED] PR bootstrap/35218 * Makefile.in (build_file_translate): New.

Re: bootstrap broken on mingw

2008-02-18 Thread Mark Mitchell
Weddington, Eric wrote: Yes, because the one provided with MSYS is from texinfo 4.3, which GCC finds too old. Apparently, MSYS-1.0.11 will come with texinfo 4.11, but it's still labeled technology preview for now. I'm in the same boat here, msys-1.0.10, texinfo 4.3. Is it the case that

bootstrap broken on mingw (was: Re: AVR port broken on 4.3 20080215 snapshot)

2008-02-17 Thread FX Coudert
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

Re: bootstrap broken on mingw (was: Re: AVR port broken on 4.3 20080215 snapshot)

2008-02-17 Thread Richard Guenther
On Feb 17, 2008 12:41 PM, FX Coudert [EMAIL PROTECTED] 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

Re: bootstrap broken on mingw (was: Re: AVR port broken on 4.3 20080215 snapshot)

2008-02-17 Thread FX Coudert
Actually there seems to be a recent change backward to that logic: 2008-02-13 Ralf Wildenhues [EMAIL PROTECTED] PR other/35148 * Makefile.in (gcc-vers.texi): Use abs_srcdir for the value of srcdir. Doesn't look too good for mingw. and we have PR35218 which seems to

Re: bootstrap broken on mingw

2008-02-17 Thread Ralf Wildenhues
* FX Coudert wrote on Sun, Feb 17, 2008 at 12:54:05PM CET: Actually there seems to be a recent change backward to that logic: 2008-02-13 Ralf Wildenhues [EMAIL PROTECTED] PR other/35148 * Makefile.in (gcc-vers.texi): Use abs_srcdir for the value of srcdir.

Re: bootstrap broken on mingw

2008-02-17 Thread Gerald Pfeifer
On Sun, 17 Feb 2008, Ralf Wildenhues wrote: I see two possibilities: revert above patch, and list texinfo 4.11 as prerequisite for building the pdf/dvi I'm not in favor of making texinfo 4.11 a requirement. As far as I can see it was released less than half a year ago and even recent releases

Re: bootstrap broken on mingw

2008-02-17 Thread Ralf Wildenhues
[ adding gcc-patches ] * Gerald Pfeifer wrote on Sun, Feb 17, 2008 at 02:46:45PM CET: On Sun, 17 Feb 2008, Ralf Wildenhues wrote: I see two possibilities: revert above patch, and list texinfo 4.11 as prerequisite for building the pdf/dvi I'm not in favor of making texinfo 4.11 a

Re: bootstrap broken on mingw

2008-02-17 Thread Ralf Wildenhues
* FX Coudert wrote on Sun, Feb 17, 2008 at 06:59:49PM CET: If not, another possibility would be to just require users on MinGW to update their system texinfo installation. Weeks before the release? That doesn't give much time to anyone for getting it working and actually testing the

Re: bootstrap broken on mingw

2008-02-17 Thread FX Coudert
gcc/ChangeLog: 2008-02-17 Ralf Wildenhues [EMAIL PROTECTED] PR bootstrap/35218 * Makefile.in (build_file_translate): New. * config.build (build_file_translate): Set to `CMD //c' on MinGW. * configure.ac (build_file_translate): Substitute it. * configure:

Re: bootstrap broken on mingw

2008-02-17 Thread FX Coudert
One question I have, Eric and FX: do you both have self-built texinfo on MinGW? Yes, because the one provided with MSYS is from texinfo 4.3, which GCC finds too old. Apparently, MSYS-1.0.11 will come with texinfo 4.11, but it's still labeled technology preview for now. Because the

RE: bootstrap broken on mingw

2008-02-17 Thread Weddington, Eric
] Subject: Re: bootstrap broken on mingw gcc/ChangeLog: 2008-02-17 Ralf Wildenhues [EMAIL PROTECTED] PR bootstrap/35218 * Makefile.in (build_file_translate): New. * config.build (build_file_translate): Set to `CMD //c' on MinGW. * configure.ac (build_file_translate

RE: bootstrap broken on mingw

2008-02-17 Thread Weddington, Eric
] Subject: Re: bootstrap broken on mingw * Weddington, Eric wrote on Sun, Feb 17, 2008 at 08:41:02PM CET: I'm willing to try, but running autoconf doesn't regenerate the configure file, what am I missing? I do: aclocal autoconf At the top level. aclocal 1.9.6

Re: bootstrap broken on mingw

2008-02-17 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sun, Feb 17, 2008 at 10:59:07PM CET: * Weddington, Eric wrote on Sun, Feb 17, 2008 at 10:30:24PM CET: Is there any reason why we can't revert the patch that caused this? Well if we do then we need to reopen PR 35148 which would be equivalent to requiring texinfo

RE: bootstrap broken on mingw

2008-02-17 Thread Weddington, Eric
] Subject: Re: bootstrap broken on mingw * Ralf Wildenhues wrote on Sun, Feb 17, 2008 at 10:59:07PM CET: * Weddington, Eric wrote on Sun, Feb 17, 2008 at 10:30:24PM CET: Is there any reason why we can't revert the patch that caused this? Well if we do then we need to reopen PR 35148 which

Re: bootstrap broken on mingw

2008-02-17 Thread Ralf Wildenhues
* Weddington, Eric wrote on Sun, Feb 17, 2008 at 10:30:24PM CET: Ok. I did the above and ran autoconf in the /gcc subdir. I got this error: if [ xinfo = xinfo ]; then \ makeinfo --split-size=500 --split-size=500 --no-split -I . -I ../../gcc-4.3-20080215/gcc/doc \

Re: bootstrap broken on mingw

2008-02-17 Thread Joseph S. Myers
On Sun, 17 Feb 2008, Ralf Wildenhues wrote: So, here's another alternative: fix the MinGW issue only, while not regressing on any of the other reported bug (famous last words): One way for path translation on MinGW would be to use CMD //c echo @set srcdir $(abs_srcdir) If the abs_srcdir