Re: bash-5.2.32 fails "make install" on RHEL 9

2025-01-25 Thread Dennis Clarke via Bug reports for the GNU Bourne Again SHell
On 8/26/24 16:29, Chet Ramey wrote: On 8/24/24 11:53 PM, Dennis Clarke via Bug reports for the GNU Bourne Again SHell wrote: This seemed to happen over and over and only during "make install". There are a number of loadable builtins that require arrays and don't build with

Re: bash-5.2.32 fails "make install" on RHEL 9

2024-08-26 Thread Dennis Clarke via Bug reports for the GNU Bourne Again SHell
On 8/26/24 16:29, Chet Ramey wrote: On 8/24/24 11:53 PM, Dennis Clarke via Bug reports for the GNU Bourne Again SHell wrote: This seemed to happen over and over and only during "make install". There are a number of loadable builtins that require arrays and don't build with

bash-5.2.32 fails "make install" on RHEL 9

2024-08-24 Thread Dennis Clarke via Bug reports for the GNU Bourne Again SHell
This seemed to happen over and over and only during "make install". So I went for a simple config just to get something. Config was trivial : $ ../bash-5.2.32/configure --prefix=/opt/bw \ --enable-minimal-config --enable-history --enable-job-control \ --enable-multibyte --enable-readline \ --

Re: malloc: ../bash-5.2.21/dispose_cmd.c:249: assertion botched

2024-03-04 Thread Dennis Clarke via Bug reports for the GNU Bourne Again SHell
On 3/4/24 12:56, Chet Ramey wrote: On 3/4/24 12:05 PM, Chet Ramey wrote: It might be something as simple as using an old version of bison, for example. Or does your config happen to be using LD_PRELOAD? No no ... nothing bonkers like that. In fact the whole env is very very basic as this

Re: malloc: ../bash-5.2.21/dispose_cmd.c:249: assertion botched

2024-03-04 Thread Dennis Clarke via Bug reports for the GNU Bourne Again SHell
On 3/4/24 12:05, Chet Ramey wrote: On 2/29/24 12:11 PM, Dennis Clarke via Bug reports for the GNU Bourne Again SHell wrote: Well this has me a bit baffled. I downloaded the bash source tarball for 5.2.21 and then applied the few patches to get me to : io$ io$ which bash /opt/bw/bin/bash io

malloc: ../bash-5.2.21/dispose_cmd.c:249: assertion botched

2024-02-29 Thread Dennis Clarke via Bug reports for the GNU Bourne Again SHell
Well this has me a bit baffled. I downloaded the bash source tarball for 5.2.21 and then applied the few patches to get me to : io$ io$ which bash /opt/bw/bin/bash io$ bash --version GNU bash, version 5.2.26(1)-release (armv7l-unknown-linux-gnueabihf) Copyright (C) 2022 Free Software Foundat