Re: Regression in --enable-minimal-config

2019-05-16 Thread Miro Kropáček
On Tue, 14 May 2019 at 23:20, Chet Ramey wrote: > That's similar to the report Martijn cited, but not the same. The right one is > > http://lists.gnu.org/archive/html/bug-bash/2016-11/msg00031.html > > and the right commit is > > http://git.savannah.gnu.org/cgit/bash.git/commit/?h=devel&id=78a3f8a

Re: Regression in --enable-minimal-config

2019-05-14 Thread Chet Ramey
On 5/13/19 4:18 AM, Miro Kropáček wrote: > On Sun, 12 May 2019 at 21:32, Martijn Dekker wrote: >> Chet only commits snapshots to git and not individual fixes, so it's >> hard to isolate any one fix from the git repo. > Yes, I have noticed. :-) There is no guarantee that a single commit fixes the

Re: Regression in --enable-minimal-config

2019-05-13 Thread Miro Kropáček
On Sun, 12 May 2019 at 21:32, Martijn Dekker wrote: > Chet only commits snapshots to git and not individual fixes, so it's > hard to isolate any one fix from the git repo. Yes, I have noticed. :-) > Are you sure? I just did a test compile on that same commit with > '--enable-minimal-config --enab

Re: Regression in --enable-minimal-config

2019-05-12 Thread Martijn Dekker
Op 12-05-19 om 13:40 schreef Miro Kropáček: On Sun, 12 May 2019 at 12:47, Martijn Dekker wrote: I think you're probably hitting this bug: https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00083.html Thanks, that indeed looks like it. The exit status of subshells is broken in bash-4.3 a

Re: Regression in --enable-minimal-config

2019-05-12 Thread Miro Kropáček
On Sun, 12 May 2019 at 12:47, Martijn Dekker wrote: > I think you're probably hitting this bug: > > https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00083.html Thanks, that indeed looks like it. > The exit status of subshells is broken in bash-4.3 and bash-4.4 with > --enable-minimal-config

Re: Regression in --enable-minimal-config

2019-05-12 Thread Martijn Dekker
Op 11-05-19 om 13:08 schreef Miro Kropáček: It seems --enable-minimal-config isn't tested very often as both 4.3.48 and 4.2.x required a few #ifdef's to be added to make it compile (Linux). I think you're probably hitting this bug: https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00083.h

Re: Regression in --enable-minimal-config

2019-05-11 Thread Miro Kropáček
On Sat, 11 May 2019 at 01:15, Miro Kropáček wrote: > So it would seem it is something which broke between 2.05 and 4.4.23. I had some time to test it more: sh-4.4.23: doesn't work sh-4.3.0: doesn't work sh-4.3.48: doesn't work sh-4.2.53: works sh-4.1: works sh-4.0: works sh-2.05a: works It seem

Regression in --enable-minimal-config

2019-05-10 Thread Miro Kropáček
Hi, I found this today by accident - it seems that grep's ./configure doesn't work with the minimal bash (enabled in bash's configure via --enable-minimal-config). One can verify that not only by the failed ./configure process but also by content of config.log - there are several messages like: