Re: Bash-4.1-rc1 available for FTP

2009-12-26 Thread Chet Ramey
On Dec 26, 2009, at 2:26 PM, Andreas Schwab wrote: I see that quite often in some more complicated shell scripts, with increasing values for js.c_reaped. It may have to do with the use of process substitution. Yes, those do not end up in the jobs table. Chet Sent from my iPhone

Re: Bash-4.1-rc1 available for FTP

2009-12-26 Thread Andreas Schwab
Chet Ramey writes: > On Dec 25, 2009, at 11:43 AM, Andreas Schwab > wrote: > >> What does that mean? >> > > TRACE: pid 17502: mark_dead_jobs_as_notified: ndeadproc (0) != js.c_reaped > (14) > > It's a debugging/informational message. ndeadproc is a count of the > number of dead child processes

Re: Bash-4.1-rc1 available for FTP

2009-12-26 Thread Chet Ramey
On Dec 25, 2009, at 11:43 AM, Andreas Schwab wrote: What does that mean? TRACE: pid 17502: mark_dead_jobs_as_notified: ndeadproc (0) != js.c_reaped (14) It's a debugging/informational message. ndeadproc is a count of the number of dead child processes in the current jobs list. c_re

Re: Bash-4.1-rc1 available for FTP

2009-12-25 Thread Andreas Schwab
What does that mean? TRACE: pid 17502: mark_dead_jobs_as_notified: ndeadproc (0) != js.c_reaped (14) Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: Bash-4.1-rc1 available for FTP

2009-12-22 Thread Chet Ramey
On 12/22/09 4:28 PM, Mike Frysinger wrote: > On Tuesday 22 December 2009 16:16:51 Chet Ramey wrote: >> On 12/22/09 2:39 PM, Mike Frysinger wrote: >>> shell.c:1726: warning: implicit declaration of function >>> ‘initialize_bashopts’ >> >> Interesting, since initialize_bashopts is declared in builtin

Re: Bash-4.1-rc1 available for FTP

2009-12-22 Thread Mike Frysinger
On Tuesday 22 December 2009 16:16:51 Chet Ramey wrote: > On 12/22/09 2:39 PM, Mike Frysinger wrote: > > shell.c:1726: warning: implicit declaration of function > > ‘initialize_bashopts’ > > Interesting, since initialize_bashopts is declared in builtins/common.h, > and shell.c includes that file.

Re: Bash-4.1-rc1 available for FTP

2009-12-22 Thread Chet Ramey
On 12/22/09 3:01 PM, Greg Wooledge wrote: > On Tue, Dec 22, 2009 at 02:23:47PM -0500, Mike Frysinger wrote: >> On Tuesday 22 December 2009 08:46:14 Chet Ramey wrote: >>> The first release candidate of bash-4.1 is now available with the URL >> >> top level Makefile.in is missing pathnames.h dependen

Re: Bash-4.1-rc1 available for FTP

2009-12-22 Thread Chet Ramey
On 12/22/09 2:39 PM, Mike Frysinger wrote: > On Tuesday 22 December 2009 08:46:14 Chet Ramey wrote: >> The first release candidate of bash-4.1 is now available with the URL >> >> ftp://ftp.cwru.edu/pub/bash/bash-4.1-rc1.tar.gz > > also, some implicit decls (some ive posted about in the past): > >

Re: Bash-4.1-rc1 available for FTP

2009-12-22 Thread Mike Frysinger
On Tuesday 22 December 2009 15:49:17 Chet Ramey wrote: > On 12/22/09 2:23 PM, Mike Frysinger wrote: > > lib/sh/Makefile.in is still missing a pathnames.h target (see attached > > patch). > > It's never caused a problem for me, and I build with gmake -j N on multiple > platforms. Odd. the failure

Re: Bash-4.1-rc1 available for FTP

2009-12-22 Thread Chet Ramey
On 12/22/09 2:23 PM, Mike Frysinger wrote: > On Tuesday 22 December 2009 08:46:14 Chet Ramey wrote: >> The first release candidate of bash-4.1 is now available with the URL > > top level Makefile.in is missing pathnames.h dependency info for > builtins/evalstring.o and builtins/eval.o. Thanks fo

Re: Bash-4.1-rc1 available for FTP

2009-12-22 Thread Chet Ramey
On 12/22/09 1:44 PM, Greg Wooledge wrote: > On Tue, Dec 22, 2009 at 08:46:14AM -0500, Chet Ramey wrote: >> The first release candidate of bash-4.1 is now available with the URL >> >> ftp://ftp.cwru.edu/pub/bash/bash-4.1-rc1.tar.gz > > The syslog feature (in config-top.h) appears to be enabled by d

Re: Bash-4.1-rc1 available for FTP

2009-12-22 Thread Greg Wooledge
On Tue, Dec 22, 2009 at 02:23:47PM -0500, Mike Frysinger wrote: > On Tuesday 22 December 2009 08:46:14 Chet Ramey wrote: > > The first release candidate of bash-4.1 is now available with the URL > > top level Makefile.in is missing pathnames.h dependency info for > builtins/evalstring.o and built

Re: Bash-4.1-rc1 available for FTP

2009-12-22 Thread Mike Frysinger
On Tuesday 22 December 2009 08:46:14 Chet Ramey wrote: > The first release candidate of bash-4.1 is now available with the URL top level Makefile.in is missing pathnames.h dependency info for builtins/evalstring.o and builtins/eval.o. lib/sh/Makefile.in is still missing a pathnames.h target (see

Re: Bash-4.1-rc1 available for FTP

2009-12-22 Thread Mike Frysinger
On Tuesday 22 December 2009 08:46:14 Chet Ramey wrote: > The first release candidate of bash-4.1 is now available with the URL > > ftp://ftp.cwru.edu/pub/bash/bash-4.1-rc1.tar.gz also, some implicit decls (some ive posted about in the past): redir.c:1029: warning: implicit declaration of functio

Re: Bash-4.1-rc1 available for FTP

2009-12-22 Thread Greg Wooledge
On Tue, Dec 22, 2009 at 08:46:14AM -0500, Chet Ramey wrote: > The first release candidate of bash-4.1 is now available with the URL > > ftp://ftp.cwru.edu/pub/bash/bash-4.1-rc1.tar.gz The syslog feature (in config-top.h) appears to be enabled by default. This is quite shocking

Bash-4.1-rc1 available for FTP

2009-12-22 Thread Chet Ramey
The first release candidate of bash-4.1 is now available with the URL ftp://ftp.cwru.edu/pub/bash/bash-4.1-rc1.tar.gz This tar file does not include the formatted documentation (you should be able to generate it yourself). This release fixes several outstanding bugs in bash-4.0 and introduces a