Closed (fixed)
Project:
Spark
Version:
8.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
24 Jan 2013 at 04:49 UTC
Updated:
7 Feb 2013 at 20:20 UTC
Drush make is failing with:
drupal patched with editor_true_wysiwyg-1886566-1-do-not-test.patch. [ok]
Unable to patch drupal with unified-edit-prototype-demo-37.patch. [error]
If I drush make with --force-complete, and then try and apply the patch by hand, these are the errors:
webchicks-MacBook-Pro:spork webchick$ git apply unified-edit-prototype-demo-37.patch
error: patch failed: core/modules/block/block.admin.inc:78
error: core/modules/block/block.admin.inc: patch does not apply
error: patch failed: core/modules/block/block.module:129
error: core/modules/block/block.module: patch does not apply
error: patch failed: core/modules/block/lib/Drupal/block/BlockBase.php:233
error: core/modules/block/lib/Drupal/block/BlockBase.php: patch does not apply
error: patch failed: core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php:254
error: core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php: patch does not apply
error: patch failed: core/modules/menu/lib/Drupal/menu/MenuFormController.php:21
error: core/modules/menu/lib/Drupal/menu/MenuFormController.php: patch does not apply
error: patch failed: core/modules/menu/lib/Drupal/menu/MenuListController.php:47
error: core/modules/menu/lib/Drupal/menu/MenuListController.php: patch does not apply
error: patch failed: core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php:123
error: core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php: patch does not apply
error: patch failed: core/modules/menu/menu.admin.inc:7
error: core/modules/menu/menu.admin.inc: patch does not apply
error: patch failed: core/modules/menu/menu.module:99
error: core/modules/menu/menu.module: patch does not apply
error: patch failed: core/modules/overlay/overlay-child-rtl.css:12
error: core/modules/overlay/overlay-child-rtl.css: patch does not apply
error: patch failed: core/modules/overlay/overlay-child.css:21
error: core/modules/overlay/overlay-child.css: patch does not apply
error: patch failed: core/modules/overlay/overlay-child.js:163
error: core/modules/overlay/overlay-child.js: patch does not apply
error: patch failed: core/modules/overlay/overlay-parent.js:554
error: core/modules/overlay/overlay-parent.js: patch does not apply
error: patch failed: core/modules/overlay/templates/overlay.tpl.php:23
error: core/modules/overlay/templates/overlay.tpl.php: patch does not apply
error: patch failed: core/modules/system/lib/Drupal/system/Tests/Menu/BreadcrumbTest.php:112
error: core/modules/system/lib/Drupal/system/Tests/Menu/BreadcrumbTest.php: patch does not apply
error: patch failed: core/modules/system/system.module:254
error: core/modules/system/system.module: patch does not apply
error: patch failed: core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php:74
error: core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php: patch does not apply
Looking into it...
Comments
Comment #1
webchickHere's output from patch -p1:
I'm assuming a lot of these are because some of these patches were already committed. e.g. #1893740: Remove repeated "Block" UI text from block editing, fix title.
Comment #2
wim leersYou already fixed this by moving to latest D8.
Comment #3
jessebeach commentedUpdated issue title.