bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "for i do ..." broken with --enable-minimal-config


From: Chet Ramey
Subject: Re: "for i do ..." broken with --enable-minimal-config
Date: Mon, 11 Dec 2006 09:42:54 -0500
User-agent: Thunderbird 1.5.0.8 (Macintosh/20061025)

chong.phil@gmail.com wrote:
> Configuration Information [Automatically generated, do not change]:
> Machine: i686
> OS: linux-gnu
> Compiler: gcc
> Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' 
> -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' 
> -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/local/share/locale' -DPACKAGE='bash' 
> -DSHELL -DHAVE_CONFIG_H   -I.  -I. -I./include -I./lib   -g -O2
> uname output: Linux boopsie.dyndns.org 2.6.17.7 #6 Thu Nov 30 01:23:17 PST 
> 2006 i686 unknown unknown GNU/Linux
> Machine Type: i686-pc-linux-gnu
> 
> Bash Version: 3.2
> Patch Level: 5
> Release Status: release
> 
> Description:
> The "for i do ..." construct (to loop over $@ by default) does not
> work when bash is compiled with --enable-minimal-config .  

I cannot reproduce it.  Are you sure you're not running into the
bison problem described in item 17 of NOTES?  The parser gets rebuilt
when --enable-minimal-config is used -- chances are good that when
you built bash using the default options, it used the (working) versions
of y.tab.c and y.tab.h shipped in the bash-3.2 tarball.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                       Live Strong.  No day but today.
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]