Skip to content

Instantly share code, notes, and snippets.

@fooflington
Created February 3, 2015 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fooflington/85418b592c018f25d3f6 to your computer and use it in GitHub Desktop.
Save fooflington/85418b592c018f25d3f6 to your computer and use it in GitHub Desktop.
Log of applying patch
$ shasum simplesamlphp-1.13.2.tar.gz
ce844f5e5c5fef3869b6a2721441a74594bcb4b2 simplesamlphp-1.13.2.tar.gz
$ tar xfz simplesamlphp-1.13.2.tar.gz
$ cd simplesamlphp-1.13.2/modules/openidProvider/
$ patch -p0 <../../../patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- a/lib/Server.php
|+++ b/lib/Server.php
--------------------------
File to patch: lib/Server.php
patching file lib/Server.php
Hunk #2 FAILED at 453.
1 out of 2 hunks FAILED -- saving rejects to file lib/Server.php.rej
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment