User Tools

Site Tools


patching

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
patching [2009/03/24 01:06] – --dry-run has a dash in the middle. netrolller3dpatching [2009/03/24 01:11] – Add info about fuzz and whitespace fixup. netrolller3d
Line 105: Line 105:
   * Play with the "-pX" value.  This allows you to strip directories off of the referenced files in the patch.  Try -p0, -p1, -p2, etc.   * Play with the "-pX" value.  This allows you to strip directories off of the referenced files in the patch.  Try -p0, -p1, -p2, etc.
   * The version of the patch may be wrong for your kernel version.  Check to ensure that the patch you are using is known to work properly against the kernel you are running.   * The version of the patch may be wrong for your kernel version.  Check to ensure that the patch you are using is known to work properly against the kernel you are running.
 +
  
  
Line 126: Line 127:
   * In some rare cases, a few failures may still be ignored.   You can try compiling the program and see if it works.  Not a high probability but worth a try.   * In some rare cases, a few failures may still be ignored.   You can try compiling the program and see if it works.  Not a high probability but worth a try.
   * The version of the patch may be wrong for your kernel version.  Check to ensure that the patch you are using is known to work properly against the kernel you are running.  Most likely, you need an older or new version of the patch.   * The version of the patch may be wrong for your kernel version.  Check to ensure that the patch you are using is known to work properly against the kernel you are running.  Most likely, you need an older or new version of the patch.
 +  * If all hunks fail: The patch may be whitespace-damaged. Try adding the -l option to the patch command line.
 +  * Try applying the patch with the "fuzz" option: add "-F3" to the patch command line. (The number specifies the maximal fuzz allowed - 3 is a value that works well.)
   * If all else fails, you can try manually updating the source code by reviewing the patch and applying the changes by hand.   * If all else fails, you can try manually updating the source code by reviewing the patch and applying the changes by hand.
  
patching.txt · Last modified: 2018/10/05 22:57 by mister_x