[Webkit-unassigned] [Bug 171488] EWS bot can't apply patch for https://bugs.webkit.org/show_bug.cgi?id=171487

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 30 19:08:19 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=171488

--- Comment #1 from Sam Weinig <sam at webkit.org> ---
Created attachment 308705

  --> https://bugs.webkit.org/attachment.cgi?id=308705&action=review

Test diff

It looks like perhaps the issue is removing directories with files in them.

I did the experiment of creating a small patch which removes the Source/bmalloc/Configurations directory.

Then, after reverting the change locally, I tried applying the patch using svn-apply. And got similar output to the issue being seen on the EWS bots:

:-) samweinig:.../WebKitSVN/OpenSource> svn-apply ~/Desktop/removeBmalloc.diff 
Parsed 8 diffs from patch file(s).
patching file Source/bmalloc/Configurations/Base.xcconfig
D         Source/bmalloc/Configurations/Base.xcconfig
patching file Source/bmalloc/Configurations/DebugRelease.xcconfig
D         Source/bmalloc/Configurations/DebugRelease.xcconfig
patching file Source/bmalloc/Configurations/bmalloc.xcconfig
D         Source/bmalloc/Configurations/bmalloc.xcconfig
patching file Source/bmalloc/Configurations/mbmalloc.xcconfig
D         Source/bmalloc/Configurations/mbmalloc.xcconfig
The next patch would delete the file Source/bmalloc/Configurations/Base.xcconfig,
which does not exist!  Applying it anyway.
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Index: Source/bmalloc/Configurations/Base.xcconfig
|===================================================================
|--- Source/bmalloc/Configurations/Base.xcconfig        (revision 216002)
|+++ Source/bmalloc/Configurations/Base.xcconfig        (nonexistent)
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170501/3b4d1be9/attachment.html>


More information about the webkit-unassigned mailing list