Re: m4-1.4.10 segfault with x86_64 during ./configure when checking whether printf supports infinite 'long double' arguments

2007-12-17 Thread Bruno Haible
Gilles Espinasse wrote: > It compile fine. I didn't look the result of tests. > The problem stay un-noticed for some times until I was looking at the > console screen during compilation. So the only problem is that the configure test crashes? This is easy to fix; I'm applying this patch: 2007-12-

Re: m4-1.4.10 segfault with x86_64 during ./configure when checking whether printf supports infinite 'long double' arguments

2007-12-14 Thread Mike Frysinger
On Thursday 13 December 2007, Eric Blake wrote: > According to Gilles Espinasse on 12/12/2007 3:29 PM: > > Hi Gilles, > > > -- System Information: > > Debian Release: 4.0 > > APT prefers stable > > APT policy: (500, 'stable') > > Architecture: amd64 (x86_64) > > Shell: /bin/sh linked to /bin/b

Re: m4-1.4.10 segfault with x86_64 during ./configure when checking whether printf supports infinite 'long double' arguments

2007-12-14 Thread Gilles Espinasse
- Original Message - From: "Eric Blake" <[EMAIL PROTECTED]> To: "Gilles Espinasse" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; "bug-gnulib" Sent: Friday, December 14, 2007 3:43 AM Subject: Re: m4-1.4.10 segfault with x86_64 during .

Re: m4-1.4.10 segfault with x86_64 during ./configure when checking whether printf supports infinite 'long double' arguments

2007-12-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Gilles Espinasse on 12/12/2007 3:29 PM: Hi Gilles, > -- System Information: > Debian Release: 4.0 > APT prefers stable > APT policy: (500, 'stable') > Architecture: amd64 (x86_64) > Shell: /bin/sh linked to /bin/bash > Kernel: Linux

Re: m4-1.4.10

2007-11-01 Thread Bruno Haible
> Tim Rice reported 7 different issues: > > (1) UnixWare 7.1.1 extended stdio > (2) OpenServer 5.0.4extended stdio > (3) UnixWare 7.1.1 closein > (4) UnixWare 7.1.1 vasprintf-posix > (5) Caldera OpenLinux 3.1.1 stdbool & gl_list > (6) OpenServ

Re: m4-1.4.10

2007-10-29 Thread Bruno Haible
[Removing bug-m4 from the CCs.] Tim Rice reported 7 different issues: (1) UnixWare 7.1.1 extended stdio (2) OpenServer 5.0.4extended stdio (3) UnixWare 7.1.1 closein (4) UnixWare 7.1.1 vasprintf-posix (5) Caldera OpenLinux 3.1.1 stdbool & gl_

Re: m4-1.4.10

2007-10-28 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Tim Rice on 10/28/2007 7:15 PM: > > It looks like there are some regressions in 1.4.10 on some of my platforms. Thanks for the report. Many of these issues have already been fixed in gnulib, and will thus be in m4 1.4.11 when I release

Re: m4 1.4.10

2007-08-13 Thread grg2
> > Also, you still didn't comment on this: > > > Also, it looks like > > your stdio.h is older than the version that Bruno was looking at when he > > wrote the code to use FILE._ext; I wonder if using fp->_ub from two lines > > later in fseeko.c, rather than the fp_ub macro associated with __O

Re: m4 1.4.10

2007-08-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [redirecting to the list, so that others may see the resolution] According to [EMAIL PROTECTED] on 8/10/2007 3:32 PM: > Thanks for the quick reply, Eric. > > > Turns out quad_t is defined as int64_t, which is not defined in that file. > > it's in "

Re: m4 1.4.10

2007-08-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [Adding bug-m4, since that is the list for M4 problems, and bug-gnulib, since this particular problem comes from the gnulib file fseeko. Feel free to drop bug-gnu-utils on replies] According to Ancient_Hacker on 8/10/2007 11:02 AM: > Hi, I'm trying t

Re: m4-1.4.10 compile error: unsigned reference to decimal_point_char

2007-07-14 Thread Clemens Koller
Bruno Haible schrieb: Clemens Koller wrote: m4-1.4.10 doesn't build anymore (1.4.9 built fine): make[1]: Entering directory `/usr/ports/core/m4/work/src/m4-1.4.10/ src' gcc -std=gnu99 -O2 -pipe -o m4 m4.o builtin.o debug.o eval.o format.o freeze.o input.o macro.o output.o path.o symtab.o

Re: m4-1.4.10 compile error: unsigned reference to decimal_point_char

2007-07-14 Thread Clemens Koller
Gary V. Vaughan schrieb: Thanks for the bug report. I'm forwarding to the bug-m4 mailing list for wider visibility. Thanks. This looks like a corner case for one of the files from gnulib that m4 imports during bootstrap: I'm forwarding to the bug-gnulib mailing list too, so the author of th

Re: m4-1.4.10 compile error: unsigned reference to decimal_point_char

2007-07-13 Thread Bruno Haible
Clemens Koller wrote: > > m4-1.4.10 doesn't build anymore (1.4.9 built fine): > > > > make[1]: Entering directory `/usr/ports/core/m4/work/src/m4-1.4.10/ > > src' > > gcc -std=gnu99 -O2 -pipe -o m4 m4.o builtin.o debug.o eval.o > > format.o freeze.o input.o macro.o output.o path.o symtab.o

Re: m4-1.4.10 compile error: unsigned reference to decimal_point_char

2007-07-13 Thread Gary V. Vaughan
On Jul 13, 2007, at 12:22 PM, Clemens Koller wrote: Hi, Gary! Hi Clemens, Thanks for the bug report. I'm forwarding to the bug-m4 mailing list for wider visibility. This looks like a corner case for one of the files from gnulib that m4 imports during bootstrap: I'm forwarding to the bug-