Re: bash-3.1 build feedback

2005-12-12 Thread Mike Frysinger
On Mon, Dec 12, 2005 at 11:51:24AM -0700, Nelson H. F. Beebe wrote: > Machinetype:Sun W40z (4 CPUs, 2400 MHz AMD64 Opteron, 8GB RAM); > GNU/Linux Red Hat Enterprise Linux AS 4 > Remote gcc version: gcc (GCC) 3.3.5 > Remote g++ version: g++ (GCC) 3.3.5 > Configure environment:

bash-3.1 build feedback

2005-12-12 Thread Nelson H. F. Beebe
I was pleased to see the announcement of bash-3.1 last week, and I have now done installations on about 20 flavors of Unix, after getting readline-5.1 in place first. Most of the builds were problem free, but I have a few issues to report. -

Re: unable to declare multiple empty arrays on one line in bash-3.1

2005-12-12 Thread Mike Frysinger
On Sunday 11 December 2005 20:59, Mike Frysinger wrote: > Description: > attempting to declare multiple local empty arrays fails with bash-3.1. probably related, this syntax fails too: $ eval foo=( "bar" ) bash: syntax error near unexpected token `(' -mike ___

[patch] cleanup some warnings in readline-5.1

2005-12-12 Thread Mike Frysinger
find attached a patch which: - fixes misc warnings about unused variables - missing xmalloc() prototype in callback.c - fix warning misc.c:rl_digit_loop() about missing a return ... not sure if 0 is the correct default return value though -mike --- readline-5.1.orig/bind.c2005-10-14 11:04

segfault in readline-5.1 in rl_callback_read_char()

2005-12-12 Thread Mike Frysinger
another dev noticed this when using readline in python: $ python Python 2.4.2 (#1, Sep 29 2005, 06:07:43) [GCC 3.4.4 (Gentoo 3.4.4-r1, HTB-3.4.4-1.00, ssp-3.4.4-1.0, pie-8.7.8)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> Segmentation fault that is, all w

Re: backgrounded children forgotten

2005-12-12 Thread Aron Griffis
Chet Ramey wrote: [Mon Dec 12 2005, 11:55:30AM EST] > I can't reproduce the problem with bash-3.1. Me neither. Sorry about that, I only tested 3.0.16 Regards, Aron -- Aron Griffis Gentoo Linux Developer ___ Bug-bash mailing list Bug-bash@gnu.

Re: backgrounded children forgotten

2005-12-12 Thread Chet Ramey
Aron Griffis wrote: > Machine Type: x86_64-pc-linux-gnu > > Bash Version: 3.0 > Patch Level: 16 > Release Status: release > > Description: > When 2 processes are backgrounded inside $(...), bash forgets the first > one was a child of the shell. > > Repeat-By: > Note this nee