Re: I can`t complete ./configure command

2007-03-08 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Ivan Maximov on 3/2/2007 3:05 AM: > I have an HP Integrety superdome with HP-UX 11iv2, but i can1t > complete command ./configure (see error in attachment). What I can > do? Do you realize you just slammed the list with a 5 megabyte scree

Re: parameter expansion malinterpretation

2007-03-08 Thread Chet Ramey
[EMAIL PROTECTED] wrote: > Bash Version: 3.2 > Patch Level: 9 > Release Status: release > > Description: > When introducing negative values in a parameter or variable > substitution dealing with substrings it does not interpret as a negative > number, I think it interprets like a default v

Re: Bash-3.2 Official Patch 10

2007-03-08 Thread Chet Ramey
Tim Waugh wrote: > There still doesn't seem to be a way to write expressions that work in > 3.2 and in 3.1. For example, below is an expression that works fine in > 3.1. How do I re-write it so that it (a) continues to work with > bash-3.1, and (b) also works with bash-3.2? > > { cat "$file" ;

Re: parameter expansion malinterpretation

2007-03-08 Thread Paul Jarc
[EMAIL PROTECTED] wrote: > [EMAIL PROTECTED] ~ $ hello="hello"; echo ${hello:-1} Read entry E12 in the bash FAQ. paul ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

Bash 3.2: defect in jobs.c

2007-03-08 Thread jim . brown
Missing macro wrappers for a few uses of status from struct PROCESS. Some compilers dislike this. diff -r -c bash-3.2.orig/jobs.c bash-3.2/jobs.c *** bash-3.2.orig/jobs.cSat Jul 29 16:40:48 2006 --- bash-3.2/jobs.c Thu Mar 8 09:48:16 2007 *** *** 2225,2231 p =

Bash 3.2: defect in lib/readline/rltty.c

2007-03-08 Thread jim . brown
Missing macro line continuation in middle of declaration. diff -r -c bash-3.2.orig/lib/readline/rltty.c bash-3.2/lib/readline/rltty.c *** bash-3.2.orig/lib/readline/rltty.c Mon Dec 26 17:21:50 2005 --- bash-3.2/lib/readline/rltty.c Thu Mar 8 10:23:43 2007 *** *** 862,868

Bash uses 100% CPU time (when started by "su")

2007-03-08 Thread Thomas Loeber
Configuration Information: Machine: i686 OS: linux-gnu Compiler: i686-pc-linux-gnu-gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL -DHAVE_CONF