Re: Problems applying patches

2008-11-19 Thread Chet Ramey
> What's the significance of compiling after patch 33? I had a quick > glance at patches 33 and 34 and nothing really suggested that step. Is > there something obvious in the patch files that makes it clear that you > need to rebuild the intermediate patch level? I end up releasing patches in w

Re: Problems applying patches

2008-11-19 Thread Dan
In general, I don't use those systems, but I ran something similar to for f in $(seq -w 01 33); do patch -p0 < /path/to/patches/bash32-0$f; done on RHE3 without errors, compiled that version, ran for f in $(seq -w 34 39); do patch -p0 < /path/to/patches/bash32-0$f; done and ran `make' again.

Descriptor leak

2008-11-19 Thread schwab
Configuration Information [Automatically generated, do not change]: Machine: ia64 OS: linux-gnu Compiler: gcc -I/usr/src/packages/BUILD/bash-3.2 -L/usr/src/packages/BUILD/bash-3.2/../readline-5.2 Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='ia64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYP

Re: Problems applying patches

2008-11-19 Thread Chet Ramey
Dan wrote: > I'm a bit of newbie when it comes to patching Linux software, and I have > been having trouble applying the patches for Bash for ages. > > I noticed a long time ago that the destination directory names in the > patch files vary between the patches, so having read the help for the > p