Re: bash 3.1.10 breaks configure scripts (was Re: configure scripts ignores parameters)

2006-03-06 Thread Kris Kennaway
On Sun, Mar 05, 2006 at 04:01:19AM -0500, Kris Kennaway wrote: On Sun, Mar 05, 2006 at 09:57:54AM +0100, Nicolas Rachinsky wrote: * Kris Kennaway [EMAIL PROTECTED] [2006-03-05 03:41 -0500]: On Sun, Mar 05, 2006 at 09:36:25AM +0100, Nicolas Rachinsky wrote: The problem seems to depend on

Re: bash 3.1.10 breaks configure scripts (was Re: configure scripts ignores parameters)

2006-03-06 Thread David O'Brien
On Mon, Mar 06, 2006 at 04:59:42PM -0500, Kris Kennaway wrote: On Sun, Mar 05, 2006 at 04:01:19AM -0500, Kris Kennaway wrote: On Sun, Mar 05, 2006 at 09:57:54AM +0100, Nicolas Rachinsky wrote: * Kris Kennaway [EMAIL PROTECTED] [2006-03-05 03:41 -0500]: On Sun, Mar 05, 2006 at 09:36:25AM

Re: bash 3.1.10 breaks configure scripts (was Re: configure scripts ignores parameters)

2006-03-05 Thread Nicolas Rachinsky
* Nicolas Rachinsky [EMAIL PROTECTED] [2006-03-03 18:56 +0100]: Version 3.1.10 (which is the latest AFAIK) of the port contains the problem, at least here using FreeBSD 4.11. The problem seems to depend on the installed bison version. With no bison or bison-2.1_1 installed it works fine, with

Re: bash 3.1.10 breaks configure scripts (was Re: configure scripts ignores parameters)

2006-03-05 Thread Kris Kennaway
On Sun, Mar 05, 2006 at 09:36:25AM +0100, Nicolas Rachinsky wrote: * Nicolas Rachinsky [EMAIL PROTECTED] [2006-03-03 18:56 +0100]: Version 3.1.10 (which is the latest AFAIK) of the port contains the problem, at least here using FreeBSD 4.11. The problem seems to depend on the installed

Re: bash 3.1.10 breaks configure scripts (was Re: configure scripts ignores parameters)

2006-03-05 Thread Nicolas Rachinsky
* Kris Kennaway [EMAIL PROTECTED] [2006-03-05 03:41 -0500]: On Sun, Mar 05, 2006 at 09:36:25AM +0100, Nicolas Rachinsky wrote: The problem seems to depend on the installed bison version. With no bison or bison-2.1_1 installed it works fine, with bison-1.75_2,1 it doesn't. Installed at

Re: bash 3.1.10 breaks configure scripts (was Re: configure scripts ignores parameters)

2006-03-05 Thread Kris Kennaway
On Sun, Mar 05, 2006 at 09:57:54AM +0100, Nicolas Rachinsky wrote: * Kris Kennaway [EMAIL PROTECTED] [2006-03-05 03:41 -0500]: On Sun, Mar 05, 2006 at 09:36:25AM +0100, Nicolas Rachinsky wrote: The problem seems to depend on the installed bison version. With no bison or bison-2.1_1

Re: bash 3.1.10 breaks configure scripts (was Re: configure scripts ignores parameters)

2006-03-05 Thread Rainer Alves
Kris Kennaway wrote: On Sun, Mar 05, 2006 at 09:57:54AM +0100, Nicolas Rachinsky wrote: * Kris Kennaway [EMAIL PROTECTED] [2006-03-05 03:41 -0500]: On Sun, Mar 05, 2006 at 09:36:25AM +0100, Nicolas Rachinsky wrote: The problem seems to depend on the installed bison version. With no bison

Re: bash 3.1.10 breaks configure scripts (was Re: configure scripts ignores parameters)

2006-03-05 Thread Mike Jakubik
Rainer Alves wrote: Yes, this fixes the problem. Using devel/bison2 instead of 1.75 also works, but switching to the builtin YACC is indeed a better solution. Ditto. Works here. ___ freebsd-stable@freebsd.org mailing list

Re: [Fwd: Re: bash 3.1.10 breaks configure scripts (was Re: configure scripts ignores parameters)]

2006-03-05 Thread Chet Ramey
Mike Jakubik wrote: FYI. This has been a known issue with bison-1.75 for over three years: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=167635;archive=yes http://lists.gnu.org/archive/html/bug-bash/2003-01/msg00061.html http://lists.gnu.org/archive/html/bug-bash/2004-09/msg00118.html Chet

Re: bash 3.1.10 breaks configure scripts (was Re: configure scripts ignores parameters)

2006-03-05 Thread Jonathan Noack
On 03/05/06 04:12, Rainer Alves wrote: Kris Kennaway wrote: On Sun, Mar 05, 2006 at 09:57:54AM +0100, Nicolas Rachinsky wrote: * Kris Kennaway [EMAIL PROTECTED] [2006-03-05 03:41 -0500]: On Sun, Mar 05, 2006 at 09:36:25AM +0100, Nicolas Rachinsky wrote: The problem seems to depend on the

Re: bash 3.1.10 breaks configure scripts (was Re: configure scripts ignores parameters)

2006-03-04 Thread Sam Sirlin
FYI, in case there was any doubt, this annoying bug is also present in a recent 6.0-STABLE (Sat Jan 14) on amd 64. CONFIG_SHELL=/bin/sh is a fix. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable

Re: bash 3.1.10 breaks configure scripts (was Re: configure scripts ignores parameters)

2006-03-04 Thread Mike Jakubik
Sam Sirlin wrote: FYI, in case there was any doubt, this annoying bug is also present in a recent 6.0-STABLE (Sat Jan 14) on amd 64. CONFIG_SHELL=/bin/sh is a fix. Shouldn't the port be marked broken or reverted to a working copy in that case?

Re: bash 3.1.10 breaks configure scripts (was Re: configure scripts ignores parameters)

2006-03-04 Thread Kris Kennaway
On Sat, Mar 04, 2006 at 07:33:00PM -0500, Mike Jakubik wrote: Sam Sirlin wrote: FYI, in case there was any doubt, this annoying bug is also present in a recent 6.0-STABLE (Sat Jan 14) on amd 64. CONFIG_SHELL=/bin/sh is a fix. Shouldn't the port be marked broken or reverted to a

Re: bash 3.1.10 breaks configure scripts (was Re: configure scripts ignores parameters)

2006-03-04 Thread Mike Jakubik
Kris Kennaway wrote: On Sat, Mar 04, 2006 at 07:33:00PM -0500, Mike Jakubik wrote: Shouldn't the port be marked broken or reverted to a working copy in that case? The preference is to fix it, of course, but if that can't happen in the next day or two we'll do one or the other for the

bash 3.1.10 breaks configure scripts (was Re: configure scripts ignores parameters)

2006-03-03 Thread Nicolas Rachinsky
* Kris Kennaway [EMAIL PROTECTED] [2006-03-03 12:39 -0500]: On Fri, Mar 03, 2006 at 09:33:55AM -0800, Kevin Oberman wrote: I hope someone has reported this error to the bash developers. If te latest bash version fixes the problem, it's a bit too late to report it. Well, how about