ungoogled-software / ungoogled-chromium

Google Chromium, sans integration with Google
BSD 3-Clause "New" or "Revised" License
20.28k stars 820 forks source link

Unresolved dependencies: safe_browsing->disk_image_type_sniffer_mac (on macOS) #626

Closed saltama closed 5 years ago

saltama commented 5 years ago

Description

I've started a build on macOS right after 66c011935e66df73cd9777c978e42cfb1b41e18f, the build fails at the beginning with "ERROR Unresolved dependencies. //chrome/common/safe_browsing:safe_browsing...".

Console output and logs

myuser$ mkdir -p build/src/ungoogled_packaging
myuser$ ./get_package.py macos build/src/ungoogled_packaging
myuser$ cd build/src
myuser$ ./ungoogled_packaging/build.sh
+++ greadlink -f ./ungoogled_packaging/build.sh
++ dirname /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/build.sh
+ packaging_dir=/Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging
++ ls -A /var/empty
+ '[' -n '' ']'
+ rm -rf out
+ mkdir out
+ mkdir out/Default
+ DOWNLOAD_CACHE=/Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/../../download_cache
+ pushd ungoogled_packaging
~/tmp/ungoogled-chromium/build/src/ungoogled_packaging ~/tmp/ungoogled-chromium/build/src
+ mkdir -p /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/../../download_cache
+ python3 -m buildkit downloads retrieve -b config_bundles/macos -c /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/../../download_cache
2018-12-13 20:43:38,123 - DEBUG: Initialized logger 'buildkit'
2018-12-13 20:43:38,123 - INFO: Downloading "chromium" to "chromium-71.0.3578.98.tar.xz" ...
2018-12-13 20:43:38,124 - INFO: Downloading /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/../../download_cache/chromium-71.0.3578.98.tar.xz ...
Progress: 100.0% of 633,860,888 B
2018-12-13 20:53:22,019 - INFO: Downloading hashes for "chromium"
2018-12-13 20:53:22,021 - INFO: Downloading /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/../../download_cache/chromium-71.0.3578.98.tar.xz.hashes ...
Progress: 1272.0% of 644 B
2018-12-13 20:53:22,910 - INFO: Downloading "google-toolbox-for-mac" to "google-toolbox-for-mac-3c3111d3aefe907c8c0f0e933029608d96ceefeb.tar.gz" ...
2018-12-13 20:53:22,910 - INFO: Downloading /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/../../download_cache/google-toolbox-for-mac-3c3111d3aefe907c8c0f0e933029608d96ceefeb.tar.gz ...
Progress: 385,024 B of unknown size
2018-12-13 20:53:25,425 - INFO: Downloading "llvm" to "clang+llvm-6.0.0-x86_64-apple-darwin.tar.xz" ...
2018-12-13 20:53:25,425 - INFO: Downloading /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/../../download_cache/clang+llvm-6.0.0-x86_64-apple-darwin.tar.xz ...
Progress: 100.0% of 290,272,140 B
2018-12-13 21:09:24,015 - INFO: Verifying hashes for "chromium" ...
2018-12-13 21:09:25,651 - DEBUG: Verifying md5 hash...
2018-12-13 21:09:27,093 - DEBUG: Verifying sha1 hash...
2018-12-13 21:09:28,247 - DEBUG: Verifying sha224 hash...
2018-12-13 21:09:30,447 - DEBUG: Verifying sha256 hash...
2018-12-13 21:09:32,442 - DEBUG: Verifying sha384 hash...
2018-12-13 21:09:34,057 - DEBUG: Verifying sha512 hash...
2018-12-13 21:09:35,677 - INFO: Verifying hashes for "google-toolbox-for-mac" ...
2018-12-13 21:09:35,749 - DEBUG: Verifying sha512 hash...
2018-12-13 21:09:35,750 - INFO: Verifying hashes for "llvm" ...
2018-12-13 21:09:36,164 - DEBUG: Verifying sha512 hash...
+ python3 -m buildkit downloads unpack -b config_bundles/macos -c /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/../../download_cache ../
2018-12-13 21:09:37,213 - DEBUG: Initialized logger 'buildkit'
2018-12-13 21:09:37,213 - INFO: Unpacking "chromium" to ./ ...
2018-12-13 21:09:37,230 - DEBUG: Using BSD or GNU tar extractor
2018-12-13 21:09:37,230 - DEBUG: tar command line: /usr/bin/tar -xf /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/../../download_cache/chromium-71.0.3578.98.tar.xz -C ..
2018-12-13 21:12:50,568 - INFO: Unpacking "google-toolbox-for-mac" to third_party/google_toolbox_for_mac/src ...
2018-12-13 21:12:50,577 - DEBUG: Using BSD or GNU tar extractor
2018-12-13 21:12:50,577 - DEBUG: tar command line: /usr/bin/tar -xf /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/../../download_cache/google-toolbox-for-mac-3c3111d3aefe907c8c0f0e933029608d96ceefeb.tar.gz -C ../third_party/google_toolbox_for_mac/src
2018-12-13 21:12:50,725 - INFO: Unpacking "llvm" to third_party/llvm-build/Release+Asserts ...
2018-12-13 21:12:50,726 - DEBUG: Using BSD or GNU tar extractor
2018-12-13 21:12:50,726 - DEBUG: tar command line: /usr/bin/tar -xf /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/../../download_cache/clang+llvm-6.0.0-x86_64-apple-darwin.tar.xz -C ../third_party/llvm-build/Release+Asserts
+ python3 -m buildkit prune -b config_bundles/macos ../
+ python3 -m buildkit patches apply -b config_bundles/macos ../
2018-12-13 21:13:22,188 - DEBUG: Initialized logger 'buildkit'
2018-12-13 21:13:22,189 - INFO: * Applying chromium-exclude_unwind_tables.patch (1/126)
2018-12-13 21:13:22,189 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/chromium-exclude_unwind_tables.patch -d .. --no-backup-if-mismatch --forward
patching file build/config/compiler/compiler.gni
2018-12-13 21:13:22,205 - INFO: * Applying chromium-skia-harmony.patch (2/126)
2018-12-13 21:13:22,206 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/chromium-skia-harmony.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/skia/src/ports/SkFontHost_FreeType.cpp
2018-12-13 21:13:22,214 - INFO: * Applying chromium-widevine.patch (3/126)
2018-12-13 21:13:22,215 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/chromium-widevine.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/common/chrome_content_client.cc
patching file third_party/widevine/cdm/widevine_cdm_version.h
2018-12-13 21:13:22,225 - INFO: * Applying clang-compiler-flags.patch (4/126)
2018-12-13 21:13:22,225 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/clang-compiler-flags.patch -d .. --no-backup-if-mismatch --forward
patching file build/config/compiler/BUILD.gn
2018-12-13 21:13:22,235 - INFO: * Applying fix-cfi-failures-with-unbundled-libxml.patch (5/126)
2018-12-13 21:13:22,235 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/fix-cfi-failures-with-unbundled-libxml.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/blink/renderer/core/xml/parser/xml_document_parser.cc
patching file third_party/blink/renderer/core/xml/xsl_style_sheet_libxslt.cc
patching file third_party/blink/renderer/core/xml/xslt_extensions.cc
patching file third_party/blink/renderer/core/xml/xslt_processor_libxslt.cc
patching file third_party/blink/renderer/core/xml/xslt_unicode_sort.cc
patching file third_party/libxml/chromium/libxml_utils.cc
2018-12-13 21:13:22,254 - INFO: * Applying 0001-fix-building-without-safebrowsing.patch (6/126)
2018-12-13 21:13:22,256 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/0001-fix-building-without-safebrowsing.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/chrome_content_browser_client.cc
patching file chrome/browser/profiles/profile_impl.cc
patching file chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc
patching file chrome/browser/ui/webui/interstitials/interstitial_ui.cc
patching file chrome/browser/extensions/blacklist_state_fetcher.cc
patching file chrome/browser/extensions/blacklist_state_fetcher.h
patching file chrome/browser/download/chrome_download_manager_delegate.cc
patching file chrome/browser/browser_process_impl.cc
patching file chrome/browser/browser_process_impl.h
patching file chrome/browser/browser_process.h
patching file chrome/browser/ui/webui/md_downloads/md_downloads_dom_handler.h
patching file chrome/browser/ui/webui/md_downloads/md_downloads_dom_handler.cc
patching file chrome/browser/extensions/api/downloads/downloads_api.cc
patching file chrome/browser/extensions/api/downloads/downloads_api.h
patching file chrome/browser/download/download_prefs.cc
patching file chrome/browser/component_updater/file_type_policies_component_installer.cc
patching file chrome/browser/download/download_target_determiner.cc
patching file chrome/browser/BUILD.gn
patching file chrome/browser/ui/BUILD.gn
patching file chrome/browser/ssl/security_state_tab_helper.cc
patching file chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc
patching file chrome/browser/metrics/chrome_metrics_service_client.cc
patching file chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
patching file chrome/browser/ssl/captive_portal_blocking_page.cc
patching file chrome/browser/ssl/cert_report_helper.cc
patching file chrome/browser/ui/tab_helpers.cc
patching file chrome/browser/subresource_filter/chrome_subresource_filter_client.cc
patching file chrome/browser/safe_browsing/BUILD.gn
patching file chrome/renderer/chrome_content_renderer_client.cc
patching file chrome/browser/net/trial_comparison_cert_verifier.cc
patching file chrome/browser/extensions/api/webstore_private/webstore_private_api.cc
patching file chrome/browser/download/download_item_model.cc
patching file components/safe_browsing/features.cc
2018-12-13 21:13:22,315 - INFO: * Applying 0003-disable-autofill-download-manager.patch (7/126)
2018-12-13 21:13:22,316 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/0003-disable-autofill-download-manager.patch -d .. --no-backup-if-mismatch --forward
patching file components/autofill/core/browser/autofill_download_manager.cc
2018-12-13 21:13:22,325 - INFO: * Applying 0004-disable-google-url-tracker.patch (8/126)
2018-12-13 21:13:22,325 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/0004-disable-google-url-tracker.patch -d .. --no-backup-if-mismatch --forward
patching file components/google/core/browser/google_url_tracker.cc
2018-12-13 21:13:22,333 - INFO: * Applying 0005-disable-default-extensions.patch (9/126)
2018-12-13 21:13:22,333 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/0005-disable-default-extensions.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/extensions/component_loader.cc
patching file chrome/browser/extensions/external_component_loader.cc
patching file chrome/browser/extensions/webstore_installer.cc
patching file chrome/browser/extensions/component_extensions_whitelist/whitelist.cc
2018-12-13 21:13:22,347 - INFO: * Applying 0006-modify-default-prefs.patch (10/126)
2018-12-13 21:13:22,347 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/0006-modify-default-prefs.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/chrome_content_browser_client.cc
patching file chrome/browser/ui/browser_ui_prefs.cc
patching file chrome/browser/net/prediction_options.cc
patching file chrome/browser/net/prediction_options.h
patching file chrome/browser/background/background_mode_manager.cc
patching file components/content_settings/core/browser/cookie_settings.cc
patching file chrome/browser/ui/navigation_correction_tab_observer.cc
patching file components/autofill/core/common/autofill_prefs.cc
patching file chrome/browser/resources/settings/reset_page/reset_profile_dialog.html
patching file chrome/browser/signin/signin_promo.cc
patching file components/bookmarks/browser/bookmark_utils.cc
patching file chrome/browser/profiles/profile.cc
patching file chrome/service/cloud_print/connector_settings.cc
patching file chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc
patching file extensions/common/extension.cc
patching file components/safe_browsing/common/safe_browsing_prefs.cc
patching file components/password_manager/core/browser/password_manager.cc
patching file components/payments/core/payment_prefs.cc
patching file chrome/browser/signin/account_consistency_mode_manager.cc
2018-12-13 21:13:22,380 - INFO: * Applying 0007-disable-web-resource-service.patch (11/126)
2018-12-13 21:13:22,380 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/0007-disable-web-resource-service.patch -d .. --no-backup-if-mismatch --forward
patching file components/web_resource/web_resource_service.cc
2018-12-13 21:13:22,389 - INFO: * Applying 0008-restore-classic-ntp.patch (12/126)
2018-12-13 21:13:22,389 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/0008-restore-classic-ntp.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/search/search.cc
patching file components/ntp_snippets/features.cc
2018-12-13 21:13:22,400 - INFO: * Applying 0009-disable-google-ipv6-probes.patch (13/126)
2018-12-13 21:13:22,400 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/0009-disable-google-ipv6-probes.patch -d .. --no-backup-if-mismatch --forward
patching file net/dns/host_resolver_impl.cc
2018-12-13 21:13:22,412 - INFO: * Applying 0010-disable-gcm-status-check.patch (14/126)
2018-12-13 21:13:22,412 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/0010-disable-gcm-status-check.patch -d .. --no-backup-if-mismatch --forward
patching file components/gcm_driver/gcm_channel_status_request.cc
2018-12-13 21:13:22,421 - INFO: * Applying 0011-add-duckduckgo-search-engine.patch (15/126)
2018-12-13 21:13:22,422 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/0011-add-duckduckgo-search-engine.patch -d .. --no-backup-if-mismatch --forward
patching file components/search_engines/prepopulated_engines.json
patching file components/search_engines/search_engine_type.h
patching file components/search_engines/template_url_prepopulate_data.cc
2018-12-13 21:13:22,434 - INFO: * Applying 0013-disable-missing-key-warning.patch (16/126)
2018-12-13 21:13:22,434 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/0013-disable-missing-key-warning.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/ui/startup/google_api_keys_infobar_delegate.cc
2018-12-13 21:13:22,444 - INFO: * Applying 0014-disable-translation-lang-fetch.patch (17/126)
2018-12-13 21:13:22,445 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/0014-disable-translation-lang-fetch.patch -d .. --no-backup-if-mismatch --forward
patching file components/translate/core/browser/translate_language_list.cc
patching file chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
patching file components/translate/core/browser/translate_ranker_impl.cc
2018-12-13 21:13:22,459 - INFO: * Applying 0015-disable-update-pings.patch (18/126)
2018-12-13 21:13:22,460 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/0015-disable-update-pings.patch -d .. --no-backup-if-mismatch --forward
patching file components/component_updater/configurator_impl.cc
2018-12-13 21:13:22,467 - INFO: * Applying 0016-chromium-sandbox-pie.patch (19/126)
2018-12-13 21:13:22,467 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/0016-chromium-sandbox-pie.patch -d .. --no-backup-if-mismatch --forward
patching file sandbox/linux/BUILD.gn
2018-12-13 21:13:22,474 - INFO: * Applying 0017-disable-new-avatar-menu.patch (20/126)
2018-12-13 21:13:22,474 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/0017-disable-new-avatar-menu.patch -d .. --no-backup-if-mismatch --forward
patching file components/signin/core/browser/signin_manager.cc
2018-12-13 21:13:22,485 - INFO: * Applying 0018-disable-first-run-behaviour.patch (21/126)
2018-12-13 21:13:22,485 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/0018-disable-first-run-behaviour.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/ui/startup/startup_tab_provider.cc
2018-12-13 21:13:22,495 - INFO: * Applying 0019-disable-battery-status-service.patch (22/126)
2018-12-13 21:13:22,496 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/0019-disable-battery-status-service.patch -d .. --no-backup-if-mismatch --forward
patching file services/device/battery/battery_status_service.cc
patching file services/device/battery/battery_status_service.h
2018-12-13 21:13:22,504 - INFO: * Applying 0021-disable-rlz.patch (23/126)
2018-12-13 21:13:22,504 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/0021-disable-rlz.patch -d .. --no-backup-if-mismatch --forward
patching file rlz/buildflags/buildflags.gni
2018-12-13 21:13:22,516 - INFO: * Applying parallel.patch (24/126)
2018-12-13 21:13:22,516 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/gn/parallel.patch -d .. --no-backup-if-mismatch --forward
patching file tools/gn/bootstrap/bootstrap.py
2018-12-13 21:13:22,527 - INFO: * Applying gcc_skcms_ice.patch (25/126)
2018-12-13 21:13:22,527 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/arm/gcc_skcms_ice.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/skia/third_party/skcms/skcms.gni
2018-12-13 21:13:22,535 - INFO: * Applying mojo.patch (26/126)
2018-12-13 21:13:22,535 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/fixes/mojo.patch -d .. --no-backup-if-mismatch --forward
patching file content/shell/BUILD.gn
patching file content/shell/browser/layout_test/layout_test_content_browser_client.cc
patching file chromecast/common/mojom/typemaps.gni
2018-12-13 21:13:22,548 - INFO: * Applying sizet.patch (27/126)
2018-12-13 21:13:22,548 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/fixes/sizet.patch -d .. --no-backup-if-mismatch --forward
patching file media/base/subsample_entry.h
2018-12-13 21:13:22,556 - INFO: * Applying alignof.patch (28/126)
2018-12-13 21:13:22,557 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/fixes/alignof.patch -d .. --no-backup-if-mismatch --forward
patching file mojo/public/c/system/macros.h
2018-12-13 21:13:22,564 - INFO: * Applying polymer.patch (29/126)
2018-12-13 21:13:22,565 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/fixes/polymer.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/catapult/tracing/trace_viewer.gypi
2018-12-13 21:13:22,574 - INFO: * Applying optimize.patch (30/126)
2018-12-13 21:13:22,575 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/fixes/optimize.patch -d .. --no-backup-if-mismatch --forward
patching file build/config/compiler/BUILD.gn
2018-12-13 21:13:22,584 - INFO: * Applying ps-print.patch (31/126)
2018-12-13 21:13:22,584 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/fixes/ps-print.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/ui/libgtkui/print_dialog_gtk.cc
2018-12-13 21:13:22,596 - INFO: * Applying as-needed.patch (32/126)
2018-12-13 21:13:22,596 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/fixes/as-needed.patch -d .. --no-backup-if-mismatch --forward
patching file build/config/compiler/BUILD.gn
2018-12-13 21:13:22,605 - INFO: * Applying constexpr.patch (33/126)
2018-12-13 21:13:22,606 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/fixes/constexpr.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/blink/renderer/core/animation/animation_time_delta.h
2018-12-13 21:13:22,615 - INFO: * Applying inspector.patch (34/126)
2018-12-13 21:13:22,616 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/fixes/inspector.patch -d .. --no-backup-if-mismatch --forward
patching file v8/src/inspector/BUILD.gn
2018-12-13 21:13:22,625 - INFO: * Applying namespace.patch (35/126)
2018-12-13 21:13:22,625 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/fixes/namespace.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/apps/platform_apps/api/sync_file_system/extension_sync_event_observer.h
2018-12-13 21:13:22,632 - INFO: * Applying constructor.patch (36/126)
2018-12-13 21:13:22,633 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/fixes/constructor.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/blink/renderer/core/streams/transform_stream.cc
2018-12-13 21:13:22,643 - INFO: * Applying gpu-timeout.patch (37/126)
2018-12-13 21:13:22,643 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/fixes/gpu-timeout.patch -d .. --no-backup-if-mismatch --forward
patching file gpu/ipc/service/gpu_watchdog_thread.cc
2018-12-13 21:13:22,652 - INFO: * Applying empty-array.patch (38/126)
2018-12-13 21:13:22,652 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/fixes/empty-array.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/blink/renderer/platform/text/character_property_data_generator.h
2018-12-13 21:13:22,662 - INFO: * Applying ownership-error.patch (39/126)
2018-12-13 21:13:22,662 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/fixes/ownership-error.patch -d .. --no-backup-if-mismatch --forward
patching file services/resource_coordinator/coordination_unit/coordination_unit_base.cc
2018-12-13 21:13:22,670 - INFO: * Applying autocompletematch.patch (40/126)
2018-12-13 21:13:22,671 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/fixes/autocompletematch.patch -d .. --no-backup-if-mismatch --forward
patching file components/omnibox/browser/autocomplete_match.cc
2018-12-13 21:13:22,679 - INFO: * Applying widevine-locations.patch (41/126)
2018-12-13 21:13:22,679 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/fixes/widevine-locations.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/common/chrome_paths.cc
2018-12-13 21:13:22,687 - INFO: * Applying connection-message.patch (42/126)
2018-12-13 21:13:22,687 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/fixes/connection-message.patch -d .. --no-backup-if-mismatch --forward
patching file components/error_page_strings.grdp
2018-12-13 21:13:22,696 - INFO: * Applying chromedriver-revision.patch (43/126)
2018-12-13 21:13:22,697 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/fixes/chromedriver-revision.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/test/chromedriver/embed_version_in_cpp.py
2018-12-13 21:13:22,709 - INFO: * Applying unrar.patch (44/126)
2018-12-13 21:13:22,709 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/disable/unrar.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/common/safe_browsing/BUILD.gn
patching file chrome/services/file_util/safe_archive_analyzer.cc
patching file chrome/browser/safe_browsing/download_protection/check_client_download_request.cc
2018-12-13 21:13:22,718 - INFO: * Applying android.patch (45/126)
2018-12-13 21:13:22,719 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/disable/android.patch -d .. --no-backup-if-mismatch --forward
patching file device/vr/buildflags/buildflags.gni
patching file BUILD.gn
2018-12-13 21:13:22,728 - INFO: * Applying fuzzers.patch (46/126)
2018-12-13 21:13:22,728 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/disable/fuzzers.patch -d .. --no-backup-if-mismatch --forward
patching file BUILD.gn
patching file content/test/BUILD.gn
patching file v8/tools/BUILD.gn
2018-12-13 21:13:22,745 - INFO: * Applying perfetto.patch (47/126)
2018-12-13 21:13:22,745 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/disable/perfetto.patch -d .. --no-backup-if-mismatch --forward
patching file BUILD.gn
patching file services/tracing/BUILD.gn
patching file services/tracing/tracing_service.h
patching file services/tracing/public/cpp/BUILD.gn
patching file services/tracing/public/cpp/trace_event_agent.cc
2018-12-13 21:13:22,761 - INFO: * Applying installer.patch (48/126)
2018-12-13 21:13:22,762 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/disable/installer.patch -d .. --no-backup-if-mismatch --forward
patching file BUILD.gn
2018-12-13 21:13:22,773 - INFO: * Applying swiftshader.patch (49/126)
2018-12-13 21:13:22,774 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/disable/swiftshader.patch -d .. --no-backup-if-mismatch --forward
patching file BUILD.gn
2018-12-13 21:13:22,783 - INFO: * Applying welcome-page.patch (50/126)
2018-12-13 21:13:22,783 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/disable/welcome-page.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/profiles/profile_manager.cc
2018-12-13 21:13:22,794 - INFO: * Applying google-api-warning.patch (51/126)
2018-12-13 21:13:22,794 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/disable/google-api-warning.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/ui/startup/startup_browser_creator_impl.cc
2018-12-13 21:13:22,804 - INFO: * Applying device-notifications.patch (52/126)
2018-12-13 21:13:22,804 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/disable/device-notifications.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/printing/cloud_print/privet_notifications.cc
2018-12-13 21:13:22,815 - INFO: * Applying printf.patch (53/126)
2018-12-13 21:13:22,815 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/warnings/printf.patch -d .. --no-backup-if-mismatch --forward
patching file ui/gfx/ipc/buffer_types/gfx_param_traits.cc
patching file content/browser/web_package/signed_exchange_handler.cc
2018-12-13 21:13:22,830 - INFO: * Applying multichar.patch (54/126)
2018-12-13 21:13:22,830 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/warnings/multichar.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/crashpad/crashpad/BUILD.gn
2018-12-13 21:13:22,840 - INFO: * Applying enum-compare.patch (55/126)
2018-12-13 21:13:22,840 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/warnings/enum-compare.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/ui/views/passwords/password_generation_popup_view_views.cc
patching file ui/aura/hit_test_data_provider_aura.cc
patching file components/viz/common/gl_helper.cc
2018-12-13 21:13:22,856 - INFO: * Applying sequence-point.patch (56/126)
2018-12-13 21:13:22,857 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/warnings/sequence-point.patch -d .. --no-backup-if-mismatch --forward
patching file headless/lib/browser/protocol/browser_handler.cc
patching file third_party/webrtc/modules/audio_processing/aec3/reverb_decay_estimator.cc
patching file chrome/browser/download/download_shelf_controller.cc
2018-12-13 21:13:22,875 - INFO: * Applying initialization.patch (57/126)
2018-12-13 21:13:22,875 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/warnings/initialization.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/cacheinvalidation/src/google/cacheinvalidation/include/types.h
2018-12-13 21:13:22,889 - INFO: * Applying unused-typedefs.patch (58/126)
2018-12-13 21:13:22,890 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/warnings/unused-typedefs.patch -d .. --no-backup-if-mismatch --forward
patching file build/config/linux/atk/BUILD.gn
2018-12-13 21:13:22,903 - INFO: * Applying null-destination.patch (59/126)
2018-12-13 21:13:22,904 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/warnings/null-destination.patch -d .. --no-backup-if-mismatch --forward
patching file base/strings/stringprintf.cc
2018-12-13 21:13:22,915 - INFO: * Applying int-in-bool-context.patch (60/126)
2018-12-13 21:13:22,915 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/warnings/int-in-bool-context.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/webrtc/modules/video_processing/video_denoiser.cc
2018-12-13 21:13:22,924 - INFO: * Applying explicit-constructor.patch (61/126)
2018-12-13 21:13:22,925 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/warnings/explicit-constructor.patch -d .. --no-backup-if-mismatch --forward
patching file device/fido/hid/fido_hid_device.cc
2018-12-13 21:13:22,935 - INFO: * Applying fontconfig.patch (62/126)
2018-12-13 21:13:22,935 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian_buster/system/fontconfig.patch -d .. --no-backup-if-mismatch --forward
patching file base/test/BUILD.gn
patching file content/shell/test_runner/BUILD.gn
2018-12-13 21:13:22,948 - INFO: * Applying net-cert-increase-default-key-length-for-newly-gener.patch (63/126)
2018-12-13 21:13:22,949 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/iridium-browser/net-cert-increase-default-key-length-for-newly-gener.patch -d .. --no-backup-if-mismatch --forward
patching file net/cert/x509_util.cc
2018-12-13 21:13:22,960 - INFO: * Applying mime_util-force-text-x-suse-ymp-to-be-downloaded.patch (64/126)
2018-12-13 21:13:22,961 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/iridium-browser/mime_util-force-text-x-suse-ymp-to-be-downloaded.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/blink/common/mime_util/mime_util.cc
2018-12-13 21:13:22,970 - INFO: * Applying prefs-only-keep-cookies-until-exit.patch (65/126)
2018-12-13 21:13:22,970 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/iridium-browser/prefs-only-keep-cookies-until-exit.patch -d .. --no-backup-if-mismatch --forward
patching file components/content_settings/core/browser/content_settings_registry.cc
2018-12-13 21:13:22,982 - INFO: * Applying prefs-always-prompt-for-download-directory-by-defaul.patch (66/126)
2018-12-13 21:13:22,982 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/iridium-browser/prefs-always-prompt-for-download-directory-by-defaul.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/download/download_prefs.cc
2018-12-13 21:13:22,994 - INFO: * Applying updater-disable-auto-update.patch (67/126)
2018-12-13 21:13:22,995 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/iridium-browser/updater-disable-auto-update.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/app_controller_mac.mm
2018-12-13 21:13:23,009 - INFO: * Applying Remove-EV-certificates.patch (68/126)
2018-12-13 21:13:23,009 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/iridium-browser/Remove-EV-certificates.patch -d .. --no-backup-if-mismatch --forward
patching file net/cert/ev_root_ca_metadata.cc
2018-12-13 21:13:23,019 - INFO: * Applying safe_browsing-disable-incident-reporting.patch (69/126)
2018-12-13 21:13:23,020 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/iridium-browser/safe_browsing-disable-incident-reporting.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc
patching file chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc
patching file chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
patching file chrome/browser/safe_browsing/safe_browsing_service.cc
patching file components/security_interstitials/core/safe_browsing_loud_error_ui.cc
2018-12-13 21:13:23,034 - INFO: * Applying safe_browsing-disable-reporting-of-safebrowsing-over.patch (70/126)
2018-12-13 21:13:23,035 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/iridium-browser/safe_browsing-disable-reporting-of-safebrowsing-over.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/safe_browsing/client_side_detection_service.cc
2018-12-13 21:13:23,046 - INFO: * Applying all-add-trk-prefixes-to-possibly-evil-connections.patch (71/126)
2018-12-13 21:13:23,047 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/iridium-browser/all-add-trk-prefixes-to-possibly-evil-connections.patch -d .. --no-backup-if-mismatch --forward
patching file build/mac/tweak_info_plist.py
patching file chrome/browser/chromeos/customization/customization_document.cc
patching file chrome/browser/chromeos/extensions/file_manager/private_api_drive.cc
patching file chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc
patching file chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc
patching file chrome/browser/extensions/api/cryptotoken_private/cryptotoken_private_api.cc
patching file chrome/browser/extensions/install_signer.cc
patching file chrome/browser/nacl_host/nacl_infobar_delegate.cc
patching file chrome/browser/profiles/profile_avatar_downloader.cc
patching file chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
patching file chrome/browser/resources/default_apps/external_extensions.json
patching file chrome/browser/safe_browsing/client_side_detection_service.cc
patching file chrome/browser/safe_browsing/download_protection/download_feedback.cc
patching file components/safe_search_api/url_checker.cc
patching file chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
patching file chrome/browser/supervised_user/supervised_user_service.cc
patching file chrome/browser/tracing/crash_service_uploader.cc
patching file chrome/browser/ui/views/outdated_upgrade_bubble_view.cc
patching file chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
patching file chrome/common/extensions/chrome_extensions_client.cc
patching file chrome/common/url_constants.cc
patching file chromecast/browser/service/cast_service_simple.cc
patching file chromeos/geolocation/simple_geolocation_provider.cc
patching file components/cloud_devices/common/cloud_devices_urls.cc
patching file components/crash/content/app/breakpad_linux.cc
patching file components/drive/service/drive_api_service.cc
patching file components/feedback/feedback_uploader.cc
patching file components/gcm_driver/gcm_account_tracker.cc
patching file components/history/core/browser/web_history_service.cc
patching file components/invalidation/impl/gcm_network_channel.cc
patching file components/invalidation/impl/p2p_invalidator.cc
patching file components/metrics/url_constants.cc
patching file components/password_manager/core/browser/password_store.cc
patching file components/policy/core/common/policy_loader_win.cc
patching file components/policy/resources/policy_templates.json
patching file components/rappor/rappor_service_impl.cc
patching file components/search_engines/prepopulated_engines.json
patching file components/translate/core/browser/translate_url_fetcher.cc
patching file components/translate/core/common/translate_util.cc
patching file components/variations/variations_url_constants.cc
patching file content/browser/speech/speech_recognition_engine.cc
patching file content/shell/browser/shell_browser_main_parts.cc
patching file google_apis/gaia/gaia_constants.cc
patching file google_apis/gaia/google_service_auth_error.cc
patching file google_apis/gcm/engine/gservices_settings.cc
patching file jingle/notifier/base/gaia_token_pre_xmpp_auth.cc
patching file remoting/base/breakpad_mac.mm
patching file remoting/protocol/jingle_messages.cc
patching file remoting/webapp/base/js/xmpp_login_handler.js
patching file remoting/webapp/crd/manifest.json.jinja2
patching file ui/views/examples/webview_example.cc
patching file extensions/browser/updater/safe_manifest_parser.cc
patching file extensions/common/extension_urls.cc
patching file chrome/installer/setup/google_chrome_behaviors.cc
2018-12-13 21:13:23,150 - INFO: * Applying promo-disable-Google-promotion-fetching.patch (72/126)
2018-12-13 21:13:23,151 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/iridium-browser/promo-disable-Google-promotion-fetching.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/signin/signin_promo.cc
2018-12-13 21:13:23,165 - INFO: * Applying browser-disable-profile-auto-import-on-first-run.patch (73/126)
2018-12-13 21:13:23,165 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/iridium-browser/browser-disable-profile-auto-import-on-first-run.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/chrome_browser_main.cc
2018-12-13 21:13:23,179 - INFO: * Applying add-third-party-ungoogled.patch (74/126)
2018-12-13 21:13:23,179 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/add-third-party-ungoogled.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/ungoogled/BUILD.gn
patching file third_party/ungoogled/ungoogled_switches.cc
patching file third_party/ungoogled/ungoogled_switches.h
2018-12-13 21:13:23,194 - INFO: * Applying clear-http-auth-cache-menu-item.patch (75/126)
2018-12-13 21:13:23,195 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/clear-http-auth-cache-menu-item.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/app/chrome_command_ids.h
patching file chrome/app/generated_resources.grd
patching file chrome/browser/ui/toolbar/app_menu_model.cc
patching file chrome/browser/ui/toolbar/app_menu_model.h
patching file chrome/browser/ui/views/frame/global_menu_bar_x11.cc
patching file chrome/browser/ui/browser_command_controller.cc
patching file tools/metrics/histograms/histograms.xml
patching file net/http/http_auth_cache.cc
patching file net/http/http_auth_cache.h
patching file tools/metrics/histograms/enums.xml
2018-12-13 21:13:23,309 - INFO: * Applying disable-crash-reporter.patch (76/126)
2018-12-13 21:13:23,310 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/disable-crash-reporter.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/breakpad/breakpad/src/client/linux/sender/google_crash_report_sender.cc
patching file chrome/browser/tracing/crash_service_uploader.cc
2018-12-13 21:13:23,320 - INFO: * Applying disable-formatting-in-omnibox.patch (77/126)
2018-12-13 21:13:23,320 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/disable-formatting-in-omnibox.patch -d .. --no-backup-if-mismatch --forward
patching file components/url_formatter/url_formatter.cc
2018-12-13 21:13:23,330 - INFO: * Applying disable-google-host-detection.patch (78/126)
2018-12-13 21:13:23,330 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/disable-google-host-detection.patch -d .. --no-backup-if-mismatch --forward
patching file net/base/url_util.cc
patching file components/variations/net/variations_http_headers.cc
patching file chrome/browser/page_load_metrics/page_load_metrics_util.cc
patching file components/search_engines/template_url.cc
patching file components/google/core/common/google_util.cc
patching file chrome/common/page_load_metrics/page_load_metrics_util.cc
patching file chrome/common/google_url_loader_throttle.cc
patching file chrome/renderer/chrome_content_renderer_client.cc
2018-12-13 21:13:23,355 - INFO: * Applying replace-google-search-engine-with-nosearch.patch (79/126)
2018-12-13 21:13:23,356 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/replace-google-search-engine-with-nosearch.patch -d .. --no-backup-if-mismatch --forward
patching file components/search_engines/prepopulated_engines.json
2018-12-13 21:13:23,368 - INFO: * Applying disable-signin.patch (80/126)
2018-12-13 21:13:23,368 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/disable-signin.patch -d .. --no-backup-if-mismatch --forward
patching file components/signin/core/browser/signin_manager_base.cc
patching file chrome/browser/ui/chrome_pages.cc
2018-12-13 21:13:23,383 - INFO: * Applying disable-translate.patch (81/126)
2018-12-13 21:13:23,383 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/disable-translate.patch -d .. --no-backup-if-mismatch --forward
patching file components/translate/core/browser/translate_manager.cc
patching file components/translate/content/renderer/translate_helper.cc
patching file components/translate/core/browser/translate_script.cc
2018-12-13 21:13:23,395 - INFO: * Applying popups-to-tabs.patch (82/126)
2018-12-13 21:13:23,396 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/popups-to-tabs.patch -d .. --no-backup-if-mismatch --forward
patching file content/renderer/render_view_impl.cc
2018-12-13 21:13:23,412 - INFO: * Applying disable-untraceable-urls.patch (83/126)
2018-12-13 21:13:23,412 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/disable-untraceable-urls.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/plugins/plugins_resource_service.cc
patching file chrome/browser/safe_browsing/client_side_model_loader.cc
patching file chrome/browser/safe_browsing/client_side_model_loader.h
patching file rlz/lib/lib_values.cc
patching file rlz/lib/lib_values.h
patching file rlz/lib/financial_ping.cc
2018-12-13 21:13:23,428 - INFO: * Applying add-ipv6-probing-option.patch (84/126)
2018-12-13 21:13:23,429 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/add-ipv6-probing-option.patch -d .. --no-backup-if-mismatch --forward
patching file net/dns/host_resolver_impl.cc
2018-12-13 21:13:23,442 - INFO: * Applying disable-profile-avatar-downloading.patch (85/126)
2018-12-13 21:13:23,443 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/disable-profile-avatar-downloading.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/profiles/profile_avatar_downloader.cc
2018-12-13 21:13:23,451 - INFO: * Applying remove-disable-setuid-sandbox-as-bad-flag.patch (86/126)
2018-12-13 21:13:23,451 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/remove-disable-setuid-sandbox-as-bad-flag.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/ui/startup/bad_flags_prompt.cc
2018-12-13 21:13:23,461 - INFO: * Applying disable-gcm.patch (87/126)
2018-12-13 21:13:23,462 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/disable-gcm.patch -d .. --no-backup-if-mismatch --forward
patching file components/gcm_driver/gcm_client_impl.cc
2018-12-13 21:13:23,474 - INFO: * Applying disable-domain-reliability.patch (88/126)
2018-12-13 21:13:23,474 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/disable-domain-reliability.patch -d .. --no-backup-if-mismatch --forward
patching file components/domain_reliability/google_configs.cc
patching file components/domain_reliability/uploader.cc
patching file components/domain_reliability/bake_in_configs.py
patching file components/domain_reliability/BUILD.gn
2018-12-13 21:13:23,492 - INFO: * Applying block-trk-and-subdomains.patch (89/126)
2018-12-13 21:13:23,493 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/block-trk-and-subdomains.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/autocomplete/chrome_autocomplete_scheme_classifier.cc
patching file chrome/browser/history/history_utils.cc
patching file chrome/browser/ui/singleton_tabs.cc
patching file components/omnibox/browser/autocomplete_input.cc
patching file content/browser/child_process_security_policy_impl.cc
patching file net/url_request/url_request.cc
patching file url/url_constants.cc
patching file url/url_constants.h
patching file components/url_formatter/url_fixer.cc
patching file net/BUILD.gn
patching file android_webview/browser/net/aw_url_request_context_getter.cc
patching file chrome/browser/profiles/profile_io_data.cc
patching file chromecast/browser/url_request_context_factory.cc
patching file net/url_request/trk_protocol_handler.cc
patching file net/url_request/trk_protocol_handler.h
patching file net/url_request/url_request_context_builder.cc
patching file url/url_util.cc
2018-12-13 21:13:23,528 - INFO: * Applying disable-intranet-redirect-detector.patch (90/126)
2018-12-13 21:13:23,528 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/disable-intranet-redirect-detector.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/intranet_redirect_detector.cc
2018-12-13 21:13:23,540 - INFO: * Applying fix-building-without-one-click-signin.patch (91/126)
2018-12-13 21:13:23,540 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/fix-building-without-one-click-signin.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/ui/sync/one_click_signin_sync_starter.cc
patching file chrome/browser/ui/sync/one_click_signin_links_delegate_impl.cc
patching file chrome/browser/ui/BUILD.gn
2018-12-13 21:13:23,558 - INFO: * Applying enable-page-saving-on-more-pages.patch (92/126)
2018-12-13 21:13:23,559 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/enable-page-saving-on-more-pages.patch -d .. --no-backup-if-mismatch --forward
patching file content/public/common/url_utils.cc
patching file chrome/browser/ui/browser_commands.cc
patching file components/offline_pages/core/offline_page_model.cc
patching file content/common/url_schemes.cc
2018-12-13 21:13:23,572 - INFO: * Applying disable-download-quarantine.patch (93/126)
2018-12-13 21:13:23,573 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/disable-download-quarantine.patch -d .. --no-backup-if-mismatch --forward
patching file content/browser/renderer_host/pepper/pepper_file_io_host.cc
patching file content/browser/renderer_host/pepper/pepper_file_io_host.h
patching file components/download/internal/common/base_file.cc
patching file components/download/quarantine/quarantine.cc
patching file content/browser/BUILD.gn
2018-12-13 21:13:23,590 - INFO: * Applying disable-gaia.patch (94/126)
2018-12-13 21:13:23,590 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/disable-gaia.patch -d .. --no-backup-if-mismatch --forward
patching file google_apis/gaia/gaia_auth_fetcher.cc
patching file chrome/browser/resources/component_extension_resources.grd
patching file chrome/browser/extensions/signin/gaia_auth_extension_loader.cc
patching file chrome/browser/extensions/component_extensions_whitelist/whitelist.cc
patching file chrome/browser/ui/webui/signin/inline_login_ui.cc
patching file chrome/browser/browser_resources.grd
2018-12-13 21:13:23,610 - INFO: * Applying disable-fonts-googleapis-references.patch (95/126)
2018-12-13 21:13:23,611 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/disable-fonts-googleapis-references.patch -d .. --no-backup-if-mismatch --forward
patching file components/dom_distiller/content/browser/dom_distiller_viewer_source.cc
patching file components/dom_distiller/core/html/preview.html
patching file third_party/catapult/third_party/polymer/components/font-roboto/roboto.html
patching file third_party/catapult/tracing/third_party/gl-matrix/jsdoc-template/static/default.css
patching file third_party/crashpad/crashpad/doc/support/crashpad_doxygen.css
patching file third_party/flatbuffers/src/docs/header.html
patching file components/dom_distiller/core/javascript/dom_distiller_viewer.js
patching file tools/md_browser/base.css
2018-12-13 21:13:23,631 - INFO: * Applying disable-webstore-urls.patch (96/126)
2018-12-13 21:13:23,631 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/disable-webstore-urls.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/extensions/chrome_content_verifier_delegate.cc
patching file extensions/common/extension_urls.cc
patching file extensions/browser/updater/extension_downloader.cc
patching file chrome/browser/extensions/extension_migrator.cc
patching file chrome/browser/extensions/extension_migrator.h
2018-12-13 21:13:23,648 - INFO: * Applying fix-learn-doubleclick-hsts.patch (97/126)
2018-12-13 21:13:23,649 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/fix-learn-doubleclick-hsts.patch -d .. --no-backup-if-mismatch --forward
patching file net/tools/transport_security_state_generator/transport_security_state_generator.cc
2018-12-13 21:13:23,660 - INFO: * Applying disable-webrtc-log-uploader.patch (98/126)
2018-12-13 21:13:23,660 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/disable-webrtc-log-uploader.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/media/webrtc/webrtc_log_uploader.cc
2018-12-13 21:13:23,672 - INFO: * Applying fix-building-without-mdns-and-service-discovery.patch (99/126)
2018-12-13 21:13:23,673 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/fix-building-without-mdns-and-service-discovery.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/media/router/discovery/mdns/dns_sd_device_lister.cc
2018-12-13 21:13:23,682 - INFO: * Applying use-local-devtools-files.patch (100/126)
2018-12-13 21:13:23,683 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/use-local-devtools-files.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/blink/renderer/devtools/BUILD.gn
patching file third_party/blink/renderer/devtools/front_end/audits2_worker.json
patching file third_party/blink/renderer/devtools/front_end/devtools_app.json
patching file third_party/blink/renderer/devtools/front_end/shell.json
patching file third_party/blink/renderer/devtools/front_end/worker_app.json
2018-12-13 21:13:23,701 - INFO: * Applying add-flag-to-stack-tabs.patch (101/126)
2018-12-13 21:13:23,701 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/add-flag-to-stack-tabs.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc
patching file chrome/browser/about_flags.cc
2018-12-13 21:13:23,716 - INFO: * Applying add-flag-to-configure-extension-downloading.patch (102/126)
2018-12-13 21:13:23,717 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/add-flag-to-configure-extension-downloading.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/about_flags.cc
patching file chrome/browser/download/download_crx_util.cc
patching file chrome/browser/extensions/extension_management.cc
patching file chrome/browser/download/download_crx_util.h
patching file chrome/browser/download/download_target_determiner.cc
2018-12-13 21:13:23,731 - INFO: * Applying disable-network-time-tracker.patch (103/126)
2018-12-13 21:13:23,732 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/disable-network-time-tracker.patch -d .. --no-backup-if-mismatch --forward
patching file components/network_time/network_time_tracker.cc
2018-12-13 21:13:23,742 - INFO: * Applying add-flag-for-search-engine-collection.patch (104/126)
2018-12-13 21:13:23,743 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/add-flag-for-search-engine-collection.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/about_flags.cc
patching file chrome/renderer/chrome_render_frame_observer.cc
patching file chrome/renderer/chrome_render_frame_observer.h
patching file components/search_engines/template_url_service.cc
patching file components/search_engines/template_url_service.h
2018-12-13 21:13:23,762 - INFO: * Applying add-flag-to-disable-beforeunload.patch (105/126)
2018-12-13 21:13:23,763 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/add-flag-to-disable-beforeunload.patch -d .. --no-backup-if-mismatch --forward
patching file components/app_modal/javascript_dialog_manager.cc
2018-12-13 21:13:23,773 - INFO: * Applying add-flag-to-enable-potentially-annoying-security-features.patch (106/126)
2018-12-13 21:13:23,773 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/add-flag-to-enable-potentially-annoying-security-features.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/about_flags.cc
2018-12-13 21:13:23,785 - INFO: * Applying disable-mei-preload.patch (107/126)
2018-12-13 21:13:23,785 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/disable-mei-preload.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/BUILD.gn
2018-12-13 21:13:23,796 - INFO: * Applying add-flag-to-force-punycode-hostnames.patch (108/126)
2018-12-13 21:13:23,797 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/add-flag-to-force-punycode-hostnames.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/about_flags.cc
patching file components/url_formatter/url_formatter.cc
2018-12-13 21:13:23,810 - INFO: * Applying fix-building-without-safebrowsing.patch (109/126)
2018-12-13 21:13:23,810 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/fix-building-without-safebrowsing.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/chrome_content_browser_client.cc
patching file chrome/browser/download/download_item_model.cc
patching file chrome/browser/ui/views/safe_browsing/password_reuse_modal_warning_dialog.cc
2018-12-13 21:13:23,827 - INFO: * Applying searx.patch (110/126)
2018-12-13 21:13:23,828 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/searx.patch -d .. --no-backup-if-mismatch --forward
patching file components/search_engines/prepopulated_engines.json
patching file components/search_engines/search_engine_type.h
patching file components/search_engines/template_url_prepopulate_data.cc
2018-12-13 21:13:23,842 - INFO: * Applying remove-third-party-analytics.patch (111/126)
2018-12-13 21:13:23,842 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/remove-third-party-analytics.patch -d .. --no-backup-if-mismatch --forward
patching file ui/webui/resources/webui_resources.grd
2018-12-13 21:13:23,851 - INFO: * Applying disable-webgl-renderer-info.patch (112/126)
2018-12-13 21:13:23,852 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/disable-webgl-renderer-info.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc
2018-12-13 21:13:23,867 - INFO: * Applying add-flag-to-show-avatar-button.patch (113/126)
2018-12-13 21:13:23,867 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/add-flag-to-show-avatar-button.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/about_flags.cc
patching file chrome/browser/ui/views/toolbar/toolbar_view.cc
2018-12-13 21:13:23,882 - INFO: * Applying no-such-option-no-sysroot.patch (114/126)
2018-12-13 21:13:23,882 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/no-such-option-no-sysroot.patch -d .. --no-backup-if-mismatch --forward
patching file tools/gn/bootstrap/bootstrap.py
2018-12-13 21:13:23,890 - INFO: * Applying add-suggestions-url-field.patch (115/126)
2018-12-13 21:13:23,891 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/add-suggestions-url-field.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/resources/settings/search_engines_page/search_engine_dialog.html
patching file chrome/browser/resources/settings/search_engines_page/search_engine_dialog.js
patching file chrome/browser/ui/webui/settings/search_engines_handler.cc
patching file chrome/browser/ui/webui/settings/search_engines_handler.h
patching file chrome/browser/ui/search_engines/edit_search_engine_controller.cc
patching file chrome/browser/ui/search_engines/edit_search_engine_controller.h
patching file chrome/browser/resources/settings/search_engines_page/search_engines_browser_proxy.js
patching file chrome/browser/ui/search_engines/keyword_editor_controller.cc
patching file chrome/browser/ui/search_engines/keyword_editor_controller.h
patching file chrome/browser/ui/search_engines/template_url_table_model.cc
patching file chrome/browser/ui/search_engines/template_url_table_model.h
patching file components/search_engines/template_url_service.cc
patching file components/search_engines/template_url_service.h
2018-12-13 21:13:23,918 - INFO: * Applying add-flag-to-hide-crashed-bubble.patch (116/126)
2018-12-13 21:13:23,918 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/add-flag-to-hide-crashed-bubble.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/ui/startup/startup_browser_creator_impl.cc
2018-12-13 21:13:23,929 - INFO: * Applying fingerprinting-flags-client-rects-and-measuretext.patch (117/126)
2018-12-13 21:13:23,930 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/bromite/fingerprinting-flags-client-rects-and-measuretext.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/about_flags.cc
patching file content/child/runtime_features.cc
patching file third_party/blink/renderer/core/dom/document.cc
patching file third_party/blink/renderer/core/dom/document.h
patching file third_party/blink/renderer/core/dom/element.cc
patching file third_party/blink/renderer/core/dom/range.cc
patching file third_party/blink/renderer/platform/runtime_enabled_features.json5
patching file third_party/blink/renderer/platform/exported/web_runtime_features.cc
patching file third_party/blink/public/platform/web_runtime_features.h
patching file chrome/browser/BUILD.gn
patching file content/browser/BUILD.gn
patching file content/browser/renderer_host/render_process_host_impl.cc
patching file content/child/BUILD.gn
patching file third_party/blink/renderer/platform/BUILD.gn
patching file third_party/blink/renderer/modules/canvas/canvas2d/canvas_rendering_context_2d.cc
patching file third_party/blink/renderer/core/html/canvas/text_metrics.h
patching file third_party/blink/renderer/core/html/canvas/text_metrics.cc
2018-12-13 21:13:23,993 - INFO: * Applying flag-max-connections-per-host.patch (118/126)
2018-12-13 21:13:23,994 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/bromite/flag-max-connections-per-host.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/about_flags.cc
patching file chrome/browser/flag_descriptions.cc
patching file chrome/browser/flag_descriptions.h
patching file components/network_session_configurator/common/network_features.cc
patching file components/network_session_configurator/common/network_features.h
patching file components/network_session_configurator/common/network_switch_list.h
patching file chrome/browser/browser_process_impl.cc
patching file chrome/browser/BUILD.gn
2018-12-13 21:13:24,017 - INFO: * Applying flag-fingerprinting-canvas-image-data-noise.patch (119/126)
2018-12-13 21:13:24,018 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/bromite/flag-fingerprinting-canvas-image-data-noise.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/blink/renderer/platform/graphics/image_data_buffer.cc
patching file third_party/blink/renderer/platform/graphics/static_bitmap_image.cc
patching file third_party/blink/renderer/platform/graphics/static_bitmap_image.h
patching file chrome/browser/about_flags.cc
patching file content/child/runtime_features.cc
patching file third_party/blink/renderer/platform/runtime_enabled_features.json5
patching file third_party/blink/renderer/platform/exported/web_runtime_features.cc
patching file third_party/blink/public/platform/web_runtime_features.h
patching file content/browser/renderer_host/render_process_host_impl.cc
patching file third_party/blink/renderer/platform/BUILD.gn
2018-12-13 21:13:24,045 - INFO: * Applying disable-fetching-field-trials.patch (120/126)
2018-12-13 21:13:24,045 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/bromite/disable-fetching-field-trials.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/android/java/src/org/chromium/chrome/browser/ChromeFeatureList.java
patching file components/variations/service/variations_service.cc
2018-12-13 21:13:24,059 - INFO: * Applying disable-symbol-order-verification.patch (121/126)
2018-12-13 21:13:24,059 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/macos/disable-symbol-order-verification.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/BUILD.gn
2018-12-13 21:13:24,069 - INFO: * Applying disable-crashpad-handler.patch (122/126)
2018-12-13 21:13:24,070 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/macos/disable-crashpad-handler.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/crashpad/crashpad/client/crashpad_client_mac.cc
2018-12-13 21:13:24,082 - INFO: * Applying fix-gn-safe_browsing.patch (123/126)
2018-12-13 21:13:24,083 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/macos/fix-gn-safe_browsing.patch -d .. --no-backup-if-mismatch --forward
patching file build/config/compiler/BUILD.gn
patching file chrome/browser/BUILD.gn
patching file chrome/browser/extensions/BUILD.gn
patching file chrome/browser/ui/BUILD.gn
patching file chrome/browser/ui/webui/settings/change_password_handler.cc
2018-12-13 21:13:24,105 - INFO: * Applying fix-mapped_file.patch (124/126)
2018-12-13 21:13:24,105 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/macos/fix-mapped_file.patch -d .. --no-backup-if-mismatch --forward
patching file base/files/memory_mapped_file_posix.cc
2018-12-13 21:13:24,115 - INFO: * Applying fix-visibility.patch (125/126)
2018-12-13 21:13:24,116 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/macos/fix-visibility.patch -d .. --no-backup-if-mismatch --forward
patching file tools/gn/tools/gn/visibility.h
patching file tools/gn/tools/gn/visibility.cc
2018-12-13 21:13:24,133 - INFO: * Applying fix-older-sdk-declarations.patch (126/126)
2018-12-13 21:13:24,133 - DEBUG: /usr/local/bin/patch -p1 --ignore-whitespace -i /Users/myuser/tmp/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/macos/fix-older-sdk-declarations.patch -d .. --no-backup-if-mismatch --forward
patching file base/mac/sdk_forward_declarations.h
+ python3 -m buildkit domains apply -b config_bundles/macos -c domainsubcache.tar.gz ../
2018-12-13 21:13:25,968 - DEBUG: Initialized logger 'buildkit'
2018-12-13 21:13:25,969 - INFO: Path has no substitutions: chrome/browser/plugins/plugins_resource_service.cc
2018-12-13 21:13:26,257 - INFO: Path has no substitutions: chrome/browser/safe_browsing/client_side_model_loader.cc
2018-12-13 21:13:26,747 - INFO: Path has no substitutions: chrome/common/google_url_loader_throttle.cc
2018-12-13 21:13:26,758 - INFO: Path has no substitutions: chrome/common/page_load_metrics/page_load_metrics_util.cc
2018-12-13 21:13:27,311 - INFO: Path has no substitutions: components/dom_distiller/content/browser/dom_distiller_viewer_source.cc
2018-12-13 21:13:27,312 - INFO: Path has no substitutions: components/dom_distiller/core/html/preview.html
2018-12-13 21:13:27,317 - INFO: Path has no substitutions: components/domain_reliability/google_configs.cc
2018-12-13 21:13:27,395 - INFO: Path has no substitutions: components/google/core/browser/google_url_tracker.cc
2018-12-13 21:13:28,173 - INFO: Path has no substitutions: components/variations/net/variations_http_headers.cc
2018-12-13 21:13:29,966 - INFO: Path has no substitutions: net/tools/transport_security_state_generator/transport_security_state_generator.cc
2018-12-13 21:13:30,204 - INFO: Path has no substitutions: rlz/lib/lib_values.cc
2018-12-13 21:13:34,355 - INFO: Path has no substitutions: third_party/catapult/third_party/polymer/components/font-roboto/roboto.html
2018-12-13 21:13:34,698 - INFO: Path has no substitutions: third_party/catapult/tracing/third_party/gl-matrix/jsdoc-template/static/default.css
2018-12-13 21:13:36,184 - INFO: Path has no substitutions: third_party/crashpad/crashpad/doc/support/crashpad_doxygen.css
2018-12-13 21:13:43,479 - INFO: Path has no substitutions: tools/md_browser/base.css
+ python3 -m buildkit gnargs print -b config_bundles/macos
+ popd
~/tmp/ungoogled-chromium/build/src
+ ./tools/gn/bootstrap/bootstrap.py -o out/Default/gn --skip-generate-buildfiles
ninja: Entering directory `/Users/myuser/tmp/ungoogled-chromium/build/src/out/Release/gn_build'
[170/170] LINK gn
+ ./out/Default/gn gen out/Default --fail-on-unused-args
ERROR Unresolved dependencies.
//chrome/common/safe_browsing:safe_browsing(//build/toolchain/mac:clang_x64)
  needs //chrome/common/safe_browsing:disk_image_type_sniffer_mac(//build/toolchain/mac:clang_x64)

Environment details

Building and packaging steps

Default instruction, see above.

saltama commented 5 years ago

Added here: https://chromium.googlesource.com/chromium/src/+/6e0836efbb227cba1336d7750899d4d242d1224d%5E%21/#F0

The content of that commit has not been altered by any patch from here as far as I can tell.

saltama commented 5 years ago

See #627

tie commented 5 years ago

Seems to be a bug in Chromium's build scripts. Did the patch from PR work for you?

tie commented 5 years ago

Added here: https://chromium.googlesource.com/chromium/src/+/6e0836efbb227cba1336d7750899d4d242d1224d%5E%21/#F0

The content of that commit has not been altered by any patch from here as far as I can tell.

Actually it was fixed in upstream a week ago.

Eloston commented 5 years ago

I just merged #627. If it works, I can create a new tag so new macOS binaries can be published.

saltama commented 5 years ago

Build in progress (at least it gets past the error), I'll let you know.

saltama commented 5 years ago

Ok, it worked, thanks tie!