Re: strtod.c compilation failure on i386/Solaris 10

2008-04-12 Thread Simon Josefsson
Jim Meyering [EMAIL PROTECTED] writes: In wading through coreutils build reports for 60+ systems, I see a new failure: strtod.c: In function `rpl_strtod': strtod.c:155: error: incompatible types in assignment strtod.c:170: error: incompatible types in assignment strtod.c:257:

Re: getaddrinfo test: ignore failure on IRIX

2008-04-12 Thread Simon Josefsson
Bruno Haible [EMAIL PROTECTED] writes: On IRIX 6.5, the test-getaddrinfo fails like this: Finding www.ibm.com service https... res -2: Name or service not known FAIL: test-getaddrinfo Since there is already code to ignore a failure on Solaris, the same failure on IRIX (with a more POSIX

Re: strtod.c compilation failure on i386/Solaris 10

2008-04-12 Thread Jim Meyering
Simon Josefsson [EMAIL PROTECTED] wrote: Jim Meyering [EMAIL PROTECTED] writes: In wading through coreutils build reports for 60+ systems, I see a new failure: strtod.c: In function `rpl_strtod': strtod.c:155: error: incompatible types in assignment strtod.c:170: error: incompatible

Re: getaddrinfo test: ignore failure on IRIX

2008-04-12 Thread Bruno Haible
Simon Josefsson wrote: Could we maybe limit the workaround to IRIX? Please do so if you find it useful. You maintain this module, not me. The platform test is '#ifdef __sgi'. Then we'll get reports for other platforms that also may not support https. Knowing which those platforms are may be

Fwd: Os2

2008-04-12 Thread Bruno Haible
Another mail from Elbert Pol. ---BeginMessage--- Hoi Bruno, Where to get that patch? And should i use it ? And i never did use a debugger so give me please some backup about how to run ... -- With the best regards, Elbert Pol

Re: debugging gnulib on Os/2

2008-04-12 Thread Bruno Haible
[Elbert, *please* keep bug-gnulib in CC. Your refusal to do so wastes my time with mail management: First, I have to forward your mail to the list. Then since I reply to the forwarded mail I cannot use the mailer's normal Reply feature and have to indent each line one by one. And then the

Re: inline related build failures on MacOS X 10.5

2008-04-12 Thread Bruno Haible
Ralf Wildenhues cited me: This should ideally be solved through autoconf (let autoconf try -std=gnu99 -D__GNUC_STDC_INLINE__ instead of -std=gnu99) Actually, autoconf should define __GNUC_STDC_INLINE__ together with -std=gnu99 *only* if the compiler is an __APPLE_CC__ = 5465. It must not

Re: strtod.c compilation failure on i386/Solaris 10

2008-04-12 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jim Meyering on 4/12/2008 1:46 AM: | In wading through coreutils build reports for 60+ systems, I see a new failure: | | strtod.c: In function `rpl_strtod': | strtod.c:155: error: incompatible types in assignment | strtod.c:170:

Re: strtod.c compilation failure on i386/Solaris 10

2008-04-12 Thread Jim Meyering
Eric Blake [EMAIL PROTECTED] wrote: According to Jim Meyering on 4/12/2008 1:46 AM: | In wading through coreutils build reports for 60+ systems, I see a new failure: | | strtod.c: In function `rpl_strtod': | strtod.c:155: error: incompatible types in assignment | strtod.c:170: error:

Re: strtod.c compilation failure on i386/Solaris 10

2008-04-12 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jim Meyering on 4/12/2008 6:40 AM: | Thanks for the quick reply (yes, I owe you at least one ;-). | | These are from gcc, so I looked in gcc's own extend.texi | and saw that they are functions. Here are examples that compile: | |

Re: strtod.c compilation failure on i386/Solaris 10

2008-04-12 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 4/12/2008 6:47 AM: | Aha. Solaris 10 has a buggy math.h - it defines NAN and HUGE_VAL | incorrectly (to the value of the builtin function address, and not the | result of calling the function), which totally explains the

Os2

2008-04-12 Thread Elbert Pol
Hi Bruno, Sorry for that trouble with not sending to bug-gnulib I run that test file and attach the logs. I will play with Gdb this weekend. -- With the best regards, Elbert Pol

Re: stdarg: don't put compiler in gnu99 mode by default

2008-04-12 Thread Ludovic Courtès
Hi Bruno, Bruno Haible [EMAIL PROTECTED] writes: The #ifdefs for determining which variant of 'inline' or 'extern inline' don't work any more with the Apple GCC compiler on MacOS X. FWIW, I had reported these issues too: http://thread.gmane.org/gmane.comp.lib.gmp.bugs/1979 I can't find

Gdb

2008-04-12 Thread Elbert Pol
Hi, When i start with # gdb test-fflush GDB is free software and you are welcome to distribute copies of it under certain conditions; type show copying to see the conditions. There is absolutely no warranty for GDB; type show warranty for details. GDB 4.16 (emx), Copyright 1996 Free Software

Re: Os2

2008-04-12 Thread Bruno Haible
Elbert Pol wrote: Sorry for that trouble with not sending to bug-gnulib Thank you. Now it's easy to reply to you. I run that test file and attach the logs. Thank you. The problem seems to be localized to freadptr. And the absence of output before the abort() indicates an abort() from the

Re: strtod.c compilation failure on i386/Solaris 10

2008-04-12 Thread Jim Meyering
Eric Blake [EMAIL PROTECTED] wrote: According to Eric Blake on 4/12/2008 6:47 AM: | Aha. Solaris 10 has a buggy math.h - it defines NAN and HUGE_VAL | incorrectly (to the value of the builtin function address, and not the | result of calling the function), which totally explains the compiler

Re: stdarg: don't put compiler in gnu99 mode by default

2008-04-12 Thread Bruno Haible
On Saturday 12 April 2008 15:19, Ludovic Courtès wrote: Hi Bruno, Bruno Haible [EMAIL PROTECTED] writes: The #ifdefs for determining which variant of 'inline' or 'extern inline' don't work any more with the Apple GCC compiler on MacOS X. FWIW, I had reported these issues too:

Re: strtod.c compilation failure on i386/Solaris 10

2008-04-12 Thread Jim Meyering
Jim Meyering [EMAIL PROTECTED] wrote: Eric Blake [EMAIL PROTECTED] wrote: According to Eric Blake on 4/12/2008 6:47 AM: | Aha. Solaris 10 has a buggy math.h - it defines NAN and HUGE_VAL | incorrectly (to the value of the builtin function address, and not the | result of calling the

Re: [m4-1.4.11] build feedback

2008-04-12 Thread Bruno Haible
Eric Blake wrote, citing Nelson Beebe: | | Machinetype:SGI O2 R1-SC (150 MHz);IRIX 6.5 | Configure environment: CC=c89 CXX=CC CFLAGS=-I/usr/local/include CXXFLAGS=-I/usr/local/include

Re: Os2

2008-04-12 Thread Elbert Pol
Hi Bruno, Bruno Haible wrote: Elbert Pol wrote: Sorry for that trouble with not sending to bug-gnulib Thank you. Now it's easy to reply to you. ok :P I run this and now the check complited whitout a error. I attach logs. I run that test file and attach the logs. Thank you. The

Re: m4-1.4.11: assert failure in two self tests on NetBSD

2008-04-12 Thread Bruno Haible
Hi, Thomas Klausner reported: | m4-1.4.11 fails two selftests on NetBSD-4.99.48/amd64. | The first one is in test-frexpl: | | # gdb test-frexpl test-frexpl.core | GNU gdb 6.5 | Copyright (C) 2006 Free Software Foundation, Inc. ... | Core was generated by `test-frexpl'. | Program

Re: strtod.c compilation failure on i386/Solaris 10

2008-04-12 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bruno Haible on 4/12/2008 11:06 AM: | | Eric, this may fix it. We don't have a module yet that provides the generic | isnan() macro. But we have a module 'isnand-nolibm', which the test already | uses. | | OK to commit? Yes, please

Re: m4-1.4.11: assert failure in two self tests on NetBSD

2008-04-12 Thread Thomas Klausner
Hi Bruno! Thanks for the quick reply! On Sat, Apr 12, 2008 at 07:33:14PM +0200, Bruno Haible wrote: Hi, Thomas Klausner reported: | m4-1.4.11 fails two selftests on NetBSD-4.99.48/amd64. | The first one is in test-frexpl: | | # gdb test-frexpl test-frexpl.core | GNU gdb 6.5 |

Re: Os2

2008-04-12 Thread Bruno Haible
checking build system type... Invalid configuration `...': machine `...' not recognized configure: error: sh build-aux/config.sub ... failed ./configure CPPFLAGS=-Wall CFLAGS=-g ... 21 | tee configure.log Here by ... I meant the usual configure flags that you pass (--prefix, --libdir,

Re: m4-1.4.11: assert failure in two self tests on NetBSD

2008-04-12 Thread Bruno Haible
Thomas Klausner wrote: - In gdb of this test, compiled with CFLAGS=-g (no optimization): print mantissa print i print x print *(void*(*)[4])mantissa print *(void*(*)[4])x (gdb) print mantissa $1 = 0.505 (gdb) print i $2 = 1 (gdb) print x $3 = 1.01 (gdb)