Patch failed to apply here: patching file po//ko.po Hunk #1 succeeded at 775 (offset -4 lines). Hunk #2 succeeded at 783 (offset -4 lines). Hunk #3 succeeded at 798 (offset -4 lines). Hunk #4 FAILED at 8714. Hunk #5 FAILED at 8809. Hunk #6 succeeded at 8812 (offset -23 lines). Hunk #7 FAILED at 8968. Hunk #8 succeeded at 10220 (offset -25 lines). 3 out of 8 hunks FAILED -- saving rejects to file po//ko.po.rej
Also, please send plain text email next time (but still with the patch as an attachment).
2011/8/28 Dan Kegel dank@kegel.com:
Patch failed to apply here: patching file po//ko.po Hunk #1 succeeded at 775 (offset -4 lines). Hunk #2 succeeded at 783 (offset -4 lines). Hunk #3 succeeded at 798 (offset -4 lines). Hunk #4 FAILED at 8714. Hunk #5 FAILED at 8809. Hunk #6 succeeded at 8812 (offset -23 lines). Hunk #7 FAILED at 8968. Hunk #8 succeeded at 10220 (offset -25 lines). 3 out of 8 hunks FAILED -- saving rejects to file po//ko.po.rej
Works fine for me. Also, don't use patch to apply git patches.
On Sun, Aug 28, 2011 at 2:33 PM, Henri Verbeet hverbeet@gmail.com wrote:
Works fine for me. Also, don't use patch to apply git patches.
Strange:
$ git apply korean.patch error: patch failed: po/ko.po:8715 error: po/ko.po: patch does not apply
Maybe it's in how I fetched the patch? $ wget http://source.winehq.org/patches/data/78034 $ sha1sum 78034 b363a8529306e5e8fef896f79cdf0580fa20e298 78034
But even if I do $ wget 'http://www.winehq.org/pipermail/wine-patches/attachments/20110825/aa6694e4/a...' $ git apply attachment-0001.obj it still fails similarly.
What is the right sha1sum for the patch?
On 28 August 2011 23:51, Dan Kegel dank@kegel.com wrote:
Maybe it's in how I fetched the patch? $ wget http://source.winehq.org/patches/data/78034 $ sha1sum 78034 b363a8529306e5e8fef896f79cdf0580fa20e298 78034
That's a different patch, superseded by this one. I suppose that could have been indicated with something slightly more verbose than "updated", but nevertheless.