m4-1.4.11 test-strtod.c fails with 5 asserts

2008-04-16 Thread BuraphaLinux Server
please cc: me; I am not subscribed. I am sending this as the 'make check' output said I should. Using self-compiled versions of these on intel core 2 duo centrino cpu: gcc 4.2.3 glibc 2.7 linux kernel 2.6.24.4 (SMP) When doing 'make check' for m4-1.4.11 I get this: test-strtod.c:667: assertion

Re: m4-1.4.11 test-strtod.c fails with 5 asserts

2008-04-16 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to BuraphaLinux Server on 4/16/2008 2:26 AM: | please cc: me; I am not subscribed. | | I am sending this as the 'make check' output said I should. Try 'make -k check' to see how the M4-specific tests fare. | glibc 2.7 | | test-strtod.c:667

Re: os2

2008-04-16 Thread Elbert Pol
Hoi Bruno, Seems Gdb is acting weird with v4.16 Mayby i need to port it first to the latest version. I found a some map files in the dir. I attach one, mayby it's usefull ??? Bruno Haible wrote: Elbert Pol wrote: U:/test-fflush: No such file or directory. An error message "No such file or di

Re: os2

2008-04-16 Thread Bruno Haible
Elbert Pol wrote: > Seems Gdb is acting weird with v4.16 > Mayby i need to port it first to the latest version. Porting gdb is an adventure 10 times as big as porting gnulib. If you cannot make use of gdb on your platform, I would recommend to switch back to the classical printf debugging. > I f

Re: fpurge.c error when building m4 1.4.11

2008-04-16 Thread Bruno Haible
Alain Guibert wrote: > On my old Linux box (Intel Pentium 200 MMX, Debian bo, kernel 2.0.40, > gcc 2.7.2.1, libc 5.4.33, ... > ... > | gcc -I. -g -O2 -c fpurge.c > | fpurge.c:117: #error "Please port gnulib fpurge.c to your platform! Look at > the definitions of fflush, setvbuf and ungetc on

Re: m4-1.4.11 test-strtod.c fails with 5 asserts

2008-04-16 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 4/16/2008 2:15 PM: | | glibc 2.7 | | FAIL: test-strtod | | | | All other tests pass. | | All five of these deal with a bug in parsing "nan()", which is present in | older glibc (but if I understand the glibc bug reports corr

Re: fpurge.c error when building m4 1.4.11

2008-04-16 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bruno Haible on 4/16/2008 6:01 PM: | | OK, I'm adding tentative support for Linux libc5. Here's my latest m4 snapshot with Bruno's tentative fix in; would you mind giving it a whirl? http://home.comcast.net/~ericblake/m4-1.4.10b.27-1484

Re: m4-1.4.11 test-strtod.c fails with 5 asserts

2008-04-16 Thread BuraphaLinux Server
On 4/17/08, Eric Blake <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Eric Blake on 4/16/2008 2:15 PM: > | | glibc 2.7 > | | FAIL: test-strtod > | | > | | All other tests pass. > | > | All five of these deal with a bug in parsing "nan()", which is pres

Re: os2

2008-04-16 Thread Elbert Pol
Hi Bruno, OpenWatcom Debugger is the one the peeps use with os/2 I play around with hat and see if i can come up with some use full info Bruno Haible wrote: Elbert Pol wrote: Seems Gdb is acting weird with v4.16 Mayby i need to port it first to the latest version. Porting gdb is an adventur