Advertisement
niccolatorres

xfwm4.10_vsync_patching_out

May 3rd, 2013
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.22 KB | None | 0 0
  1. :~/xfwm4/xfwm4-4.10.0$ patch -p0 < vsync.diff
  2. can't find file to patch at input line 23
  3. Perhaps you used the wrong -p or --strip option?
  4. The text leading up to this was:
  5. --------------------------
  6. |From 5bfffa1e0f264c31359798cbc60a2b386709acbc Mon Sep 17 00:00:00 2001
  7. |From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Guelfucci?= <jeromeg@xfce.org>
  8. |Date: Sat, 8 Dec 2012 15:38:59 +0100
  9. |Subject: [PATCH] Add vsync support to the compositor.
  10. |
  11. |Work done by Bob Loosen (bob.loosen@gmail.com).
  12. |---
  13. | configure.ac.in | 9 ++
  14. | defaults/defaults | 1 +
  15. | settings-dialogs/tweaks-settings.c | 9 ++
  16. | settings-dialogs/xfwm4-tweaks-dialog.glade | 40 +++--
  17. | src/Makefile.am | 3 +-
  18. | src/compositor.c | 234 +++++++++++++++++++++++++++-
  19. | src/screen.h | 13 ++
  20. | src/settings.c | 7 +
  21. | src/settings.h | 1 +
  22. | 9 files changed, 303 insertions(+), 14 deletions(-)
  23. |
  24. |diff --git a/configure.ac.in b/configure.ac.in
  25. |index dbf4fc0..e0b606b 100644
  26. |--- a/configure.ac.in
  27. |+++ b/configure.ac.in
  28. --------------------------
  29. File to patch: configure.ac
  30. patching file configure.ac
  31. Reversed (or previously applied) patch detected! Assume -R? [n]
  32. Apply anyway? [n]
  33. Skipping patch.
  34. 2 out of 2 hunks ignored -- saving rejects to file configure.ac.rej
  35. can't find file to patch at input line 50
  36. Perhaps you used the wrong -p or --strip option?
  37. The text leading up to this was:
  38. --------------------------
  39. |diff --git a/defaults/defaults b/defaults/defaults
  40. |index 6db210a..17dc3d7 100644
  41. |--- a/defaults/defaults
  42. |+++ b/defaults/defaults
  43. --------------------------
  44. File to patch: defaults/defaults
  45. patching file defaults/defaults
  46. Reversed (or previously applied) patch detected! Assume -R? [n]
  47. Apply anyway? [n]
  48. Skipping patch.
  49. 1 out of 1 hunk ignored -- saving rejects to file defaults/defaults.rej
  50. can't find file to patch at input line 62
  51. Perhaps you used the wrong -p or --strip option?
  52. The text leading up to this was:
  53. --------------------------
  54. |diff --git a/settings-dialogs/tweaks-settings.c b/settings-dialogs/tweaks-settings.c
  55. |index f60b606..0b6a7eb 100644
  56. |--- a/settings-dialogs/tweaks-settings.c
  57. |+++ b/settings-dialogs/tweaks-settings.c
  58. --------------------------
  59. File to patch: settings-dialogs/tweaks-settings.c
  60. patching file settings-dialogs/tweaks-settings.c
  61. Reversed (or previously applied) patch detected! Assume -R? [n]
  62. Apply anyway? [n]
  63. Skipping patch.
  64. 2 out of 2 hunks ignored -- saving rejects to file settings-dialogs/tweaks-settings.c.rej
  65. can't find file to patch at input line 89
  66. Perhaps you used the wrong -p or --strip option?
  67. The text leading up to this was:
  68. --------------------------
  69. |diff --git a/settings-dialogs/xfwm4-tweaks-dialog.glade b/settings-dialogs/xfwm4-tweaks-dialog.glade
  70. |index e9996af..d026dfd 100644
  71. |--- a/settings-dialogs/xfwm4-tweaks-dialog.glade
  72. |+++ b/settings-dialogs/xfwm4-tweaks-dialog.glade
  73. --------------------------
  74. File to patch: settings-dialogs/xfwm4-tweaks.glade
  75. settings-dialogs/xfwm4-tweaks.glade: No such file or directory
  76. Skip this patch? [y] n
  77. File to patch: settings-dialogs/xfwm4-tweaks-dialog.glade
  78. patching file settings-dialogs/xfwm4-tweaks-dialog.glade
  79. Hunk #1 FAILED at 840.
  80. Hunk #2 succeeded at 773 with fuzz 1 (offset -115 lines).
  81. Hunk #3 FAILED at 915.
  82. Hunk #4 succeeded at 852 (offset -123 lines).
  83. Hunk #5 succeeded at 866 (offset -124 lines).
  84. Hunk #6 succeeded at 920 (offset -130 lines).
  85. Hunk #7 succeeded at 934 (offset -131 lines).
  86. Hunk #8 succeeded at 988 (offset -137 lines).
  87. Hunk #9 succeeded at 1002 (offset -138 lines).
  88. Hunk #10 succeeded at 1056 (offset -144 lines).
  89. Hunk #11 succeeded at 1070 (offset -145 lines).
  90. Hunk #12 succeeded at 1124 (offset -151 lines).
  91. 2 out of 12 hunks FAILED -- saving rejects to file settings-dialogs/xfwm4-tweaks-dialog.glade.rej
  92. can't find file to patch at input line 217
  93. Perhaps you used the wrong -p or --strip option?
  94. The text leading up to this was:
  95. --------------------------
  96. |diff --git a/src/Makefile.am b/src/Makefile.am
  97. |index f92e3f9..ee2fff6 100644
  98. |--- a/src/Makefile.am
  99. |+++ b/src/Makefile.am
  100. --------------------------
  101. File to patch: src/Makefile.am
  102. patching file src/Makefile.am
  103. can't find file to patch at input line 238
  104. Perhaps you used the wrong -p or --strip option?
  105. The text leading up to this was:
  106. --------------------------
  107. |diff --git a/src/compositor.c b/src/compositor.c
  108. |index 428989c..7d8f836 100644
  109. |--- a/src/compositor.c
  110. |+++ b/src/compositor.c
  111. --------------------------
  112. File to patch: src/compositor.c
  113. patching file src/compositor.c
  114. Hunk #3 succeeded at 1253 (offset -4 lines).
  115. Hunk #4 succeeded at 1363 (offset -4 lines).
  116. Hunk #5 succeeded at 1517 (offset -4 lines).
  117. Hunk #6 succeeded at 1600 (offset -4 lines).
  118. Hunk #7 succeeded at 2716 (offset -4 lines).
  119. Hunk #8 succeeded at 2946 (offset -4 lines).
  120. Hunk #9 succeeded at 3173 (offset -4 lines).
  121. Hunk #10 succeeded at 3281 (offset -4 lines).
  122. can't find file to patch at input line 555
  123. Perhaps you used the wrong -p or --strip option?
  124. The text leading up to this was:
  125. --------------------------
  126. |diff --git a/src/screen.h b/src/screen.h
  127. |index 88e4845..a2b25c0 100644
  128. |--- a/src/screen.h
  129. |+++ b/src/screen.h
  130. --------------------------
  131. File to patch: src/screen.h
  132. patching file src/screen.h
  133. can't find file to patch at input line 579
  134. Perhaps you used the wrong -p or --strip option?
  135. The text leading up to this was:
  136. --------------------------
  137. |diff --git a/src/settings.c b/src/settings.c
  138. |index 607bb7b..a8a9e06 100644
  139. |--- a/src/settings.c
  140. |+++ b/src/settings.c
  141. --------------------------
  142. File to patch: /src/settings.c
  143. /src/settings.c: No such file or directory
  144. Skip this patch? [y] n
  145. File to patch: src/settings.c
  146. patching file src/settings.c
  147. can't find file to patch at input line 611
  148. Perhaps you used the wrong -p or --strip option?
  149. The text leading up to this was:
  150. --------------------------
  151. |diff --git a/src/settings.h b/src/settings.h
  152. |index be01b6b..d595ddc 100644
  153. |--- a/src/settings.h
  154. |+++ b/src/settings.h
  155. --------------------------
  156. File to patch: src/settings.h
  157. patching file src/settings.h
  158. :~/xfwm4/xfwm4-4.10.0$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement