Skip to content

Instantly share code, notes, and snippets.

@LeonardLaszlo
Created November 21, 2018 16:35
Show Gist options
  • Save LeonardLaszlo/11080065fa8434252345728dd8ed8d5b to your computer and use it in GitHub Desktop.
Save LeonardLaszlo/11080065fa8434252345728dd8ed8d5b to your computer and use it in GitHub Desktop.
Running hooks
Running hooks: 51% (39/76) nw_patch
________ running '/usr/bin/python src/content/nw/tools/patcher.py' in '/home/ubuntu/nwjs'
Apply node.patch in /home/ubuntu/nwjs/src/third_party/node-nw
... patch directory is not a repository root.
-------------------------------------------------------------------------------
!!!! ERROR: This patch failed to apply. Your build will not be correct.
-------------------------------------------------------------------------------
Apply pdfium.patch in /home/ubuntu/nwjs/src/third_party/pdfium
2 0 BUILD.gn
... successfully applied.
Apply webrtc.patch in /home/ubuntu/nwjs/src/third_party/webrtc
4 0 modules/desktop_capture/mac/desktop_configuration_monitor.cc
3 3 modules/desktop_capture/mac/desktop_frame_provider.mm
... successfully applied.
Apply v8.patch in /home/ubuntu/nwjs/src/v8
0 5 gypfiles/v8.gyp
... successfully applied.
Apply selenium.patch in /home/ubuntu/nwjs/src/third_party/webdriver/pylib
21 0 selenium/webdriver/chrome/options.py
... successfully applied.
Apply icu.patch in /home/ubuntu/nwjs/src/third_party/icu
7 0 icu.gyp
... successfully applied.
Apply buildtools.patch in /home/ubuntu/nwjs/src/buildtools
5 1 third_party/libc++/BUILD.gn
1 1 third_party/libc++abi/BUILD.gn
... successfully applied.
7 patches total (6 applied, 0 skipped, 1 failed)
-------------------------------------------------------------------------------
!!!! ERROR: 1 patches failed to apply. Your build will not be correct.
-------------------------------------------------------------------------------
Traceback (most recent call last):
File "src/content/nw/tools/patcher.py", line 121, in <module>
apply_patch_config()
File "src/content/nw/tools/patcher.py", line 96, in apply_patch_config
results['fail'])
Exception: 1 patches failed to apply. Your build will not be correct.
Error: Command '/usr/bin/python src/content/nw/tools/patcher.py' returned non-zero exit status 1 in /home/ubuntu/nwjs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment