bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems applying patches


From: Dan
Subject: Re: Problems applying patches
Date: Wed, 19 Nov 2008 21:40:49 +0000
User-agent: Thunderbird 2.0.0.17 (X11/20080914)

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.  The first thing it did was rebuild y.tab.c and went
on from there.

Chet

Thanks, guys. I knew what I did originally was far too complicated.

I've followed Stephane's instructions and it worked with no problems.

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?

What about the latest patches 40 - 48?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]