By halr9000 on
I get stuck at the patching of taxonomy.module. I've read several posts talking about difficulties but most deal with non-devs unfamiliar with patch. I'm at least familiar with it but it just doesn't apply cleanly. I'm not a programmer and I can't figure out how to make it work. I've tried it from linux and windows, doesn't seem to be a linefeed type issue but I really am not sure.
Here's the error:
patching file `taxonomy.module'
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 378.
Hunk #3 FAILED at 388.
Hunk #4 FAILED at 440.
Hunk #5 FAILED at 462.
Hunk #6 FAILED at 470.
Hunk #7 FAILED at 489.
Hunk #8 FAILED at 512.
Hunk #9 FAILED at 525.
Hunk #10 FAILED at 553.
Hunk #11 FAILED at 577.
Hunk #12 FAILED at 621.
Hunk #13 FAILED at 653.
Hunk #14 FAILED at 702.
Hunk #15 FAILED at 779.
Hunk #16 FAILED at 808.
Hunk #17 FAILED at 841.
Hunk #18 FAILED at 986.
Hunk #19 succeeded at 1136 with fuzz 2 (offset 116 lines).
18 out of 19 hunks FAILED -- saving rejects to taxonomy.module.rejAny ideas?
Comments
How do you download the .patch file?
When I started with Drupal, I was using "lynx --dump ..." to download the patch files on my Linux web server. Lynx was putting additional spaces at the beginning of each line, making it impossible to use the patch file. Now, I download in Windows and SFTP the file to my web server. How are you downloading the .patch file?
-Steve
Please see
Please see http://drupal.org/node/37061