Re: [GNU Autoconf 2.59d] testsuite: 107 118 failed

2006-06-06 Thread Paul Eggert
Tim Rice <[EMAIL PROTECTED]> writes: > Yes this patch works. OK, thanks. It looks pretty safe, so I installed it.

Re: [GNU Autoconf 2.59d] testsuite: 107 118 failed

2006-06-06 Thread Tim Rice
On Tue, 6 Jun 2006, Paul Eggert wrote: > Thanks for reporting those bugs. The problem is that your compiler is > dumping core. Does the following patch cause 'make check' to work? > (I haven't installed it.) Yes this patch works. OpenServer 5.0.7 w/ CONFIG_SHELL=/usr/bin/bash ... 269 tests beh

Re: 2.59d on OpenServer

2006-06-06 Thread Tim Rice
On Tue, 6 Jun 2006, Paul Eggert wrote: > Tim Rice <[EMAIL PROTECTED]> writes: > > > OSR5 didn't have /usr/bin/posix/sh so there wasn't > > and "backward compatability" reasson to use the older ksh. > > This is a regression, then, and it was caused by the patch to m4sh.m4 > described here: > > h

Re: AC_FUNC_ALLOCA generates warning (problem with -Werror)

2006-06-06 Thread Paul Eggert
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around > `unused variable' compiler warning, for `-Wall -Werror'. > Report by Jaap Haitsma <[EMAIL PROTECTED]>. Yes, that looks fine. Thanks.

Re: [GNU Autoconf 2.59d] testsuite: 107 118 failed

2006-06-06 Thread Paul Eggert
Thanks for reporting those bugs. The problem is that your compiler is dumping core. Does the following patch cause 'make check' to work? (I haven't installed it.) 2006-06-06 Paul Eggert <[EMAIL PROTECTED]> * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in case the com

Re: 2.59d on OpenServer

2006-06-06 Thread Paul Eggert
Tim Rice <[EMAIL PROTECTED]> writes: > OSR5 didn't have /usr/bin/posix/sh so there wasn't > and "backward compatability" reasson to use the older ksh. This is a regression, then, and it was caused by the patch to m4sh.m4 described here: http://lists.gnu.org/archive/html/autoconf-patches/2006-03/

[GNU Autoconf 2.59d] testsuite: 107 118 failed

2006-06-06 Thread Tim Rice
Attached is the testsuite log from my OpenServer 5.0.7 box with CONFIG_SHELL=/usr/bin/bash -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED] osr507-testsuite.log.gz Description: application/gunzip

Re: 2.59d on OpenServer

2006-06-06 Thread Tim Rice
On Tue, 6 Jun 2006, Ralf Wildenhues wrote: > FWIW, this is one of the issues listed in > http://lists.gnu.org/archive/html/autoconf/2006-05/msg00141.html > I need to go check if the other issues there are similar. --< snip from the above URL > Maybe someone with access to the sourc

Re: 2.59d on OpenServer

2006-06-06 Thread Tim Rice
On Mon, 5 Jun 2006, Paul Eggert wrote: > Tim Rice <[EMAIL PROTECTED]> writes: > > > There is still a problem with 2.59d on the OpenServer platforms > > It looks like the "at_help_all" variable has 12270 characters in it. > > The ksh (/usr/bin/posix/sh is a symbolic link to ksh) is blowing up