ungoogled-software / ungoogled-chromium

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

Various problems building linux_portable with linux_simple #494

Closed intika closed 6 years ago

intika commented 6 years ago

ungoogled-chromium version: Current 69.0.3497.81

Configuration and/or platform(s): linux_simple portable

Configuration and/or platform(s): Google-cloud-computing VM Opensuse v42.3

Problem description

On ./tools/gn/bootstrap/bootstrap.py -o out/Default/gn i have this error can you please give some advice on how can i solve this

[171/171] LINK gn
ERROR at //build/config/sysroot.gni:57:5: Assertion failed.
    assert(
    ^-----
Missing sysroot (//build/linux/debian_sid_amd64-sysroot). To fix, run: build/linux/sysroot_scripts/install-sysroot.py --arch=amd64
See //build/config/sysroot.gni:58:9: 
        exec_script("//build/dir_exists.py",
        ^-----------------------------------

Detailed Error

osuse-leap-42-3-2018:/home/intika/chromlast/ungoogled-chromium/build/src # ./tools/gn/bootstrap/bootstrap.py -o out/Default/gn
ninja: Entering directory `/home/intika/chromlast/ungoogled-chromium/build/src/out/Release/gn_build'
[171/171] LINK gn
ERROR at //build/config/sysroot.gni:57:5: Assertion failed.
    assert(
    ^-----
Missing sysroot (//build/linux/debian_sid_amd64-sysroot). To fix, run: build/linux/sysroot_scripts/install-sysroot.py --arch=amd64
See //build/config/sysroot.gni:58:9: 
        exec_script("//build/dir_exists.py",
        ^-----------------------------------
This is where it was set.
See //chrome/installer/BUILD.gn:7:1: whence it was imported.
import("//build/config/sysroot.gni")
^----------------------------------
See //BUILD.gn:67:5: which caused the file to be included.
    "//chrome/installer",
    ^-------------------
Traceback (most recent call last):
  File "./tools/gn/bootstrap/bootstrap.py", line 101, in <module>
    sys.exit(main(sys.argv[1:]))
  File "./tools/gn/bootstrap/bootstrap.py", line 96, in main
    '--args=%s' % gn_gen_args, "--root=" + SRC_ROOT
  File "/usr/lib64/python2.7/subprocess.py", line 190, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['out/Default/gn', 'gen', '/home/intika/chromlast/ungoogled-chromium/build/src/out/Release', '--args= is_debug=false', '--root=/home/intika/chromlast/ungoogled-chromium/build/src']' returned non-zero exit status 1
osuse-leap-42-3-2018:/home/intika/chromlast/ungoogled-chromium/build/src # ./tools/gn/bootstrap/bootstrap.py -o out/Default/gn
ninja: Entering directory `/home/intika/chromlast/ungoogled-chromium/build/src/out/Release/gn_build'
ninja: no work to do.
ERROR at //build/config/sysroot.gni:57:5: Assertion failed.
    assert(
    ^-----
Missing sysroot (//build/linux/debian_sid_amd64-sysroot). To fix, run: build/linux/sysroot_scripts/install-sysroot.py --arch=amd64
See //build/config/sysroot.gni:58:9: 
        exec_script("//build/dir_exists.py",
        ^-----------------------------------
This is where it was set.
See //chrome/installer/BUILD.gn:7:1: whence it was imported.
import("//build/config/sysroot.gni")
^----------------------------------
See //BUILD.gn:67:5: which caused the file to be included.
    "//chrome/installer",
    ^-------------------
Traceback (most recent call last):
  File "./tools/gn/bootstrap/bootstrap.py", line 101, in <module>
    sys.exit(main(sys.argv[1:]))
  File "./tools/gn/bootstrap/bootstrap.py", line 96, in main
    '--args=%s' % gn_gen_args, "--root=" + SRC_ROOT
  File "/usr/lib64/python2.7/subprocess.py", line 190, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['out/Default/gn', 'gen', '/home/intika/chromlast/ungoogled-chromium/build/src/out/Release', '--args= is_debug=false', '--root=/
intika commented 6 years ago

i could get it to pass this error with ./tools/gn/bootstrap/bootstrap.py -o out/Default/gn --gn-gen-args 'use_sysroot=false' but this generated some errors about safe_browsing on some "Build.gn" so i just commented those lines "//chrome/browser/safe_browsing", ...

then it gave me this error

ERROR Unresolved dependencies.
//content/gpu:gpu_sources(//build/toolchain/linux:clang_x64)
  needs //media/gpu:libva_config(//build/toolchain/linux:clang_x64)

So i commented public_configs = [ "//media/gpu:libva_config" ] under the file content/gpu/BUILD.gn to disable vaapi

and now it works...

i did not build tho

EDIT

osuse-leap-42-3-2018:/home/intika/chro/ungoogled-chromium/build/src # ./ungoogled_packaging/build.sh
+ BUNDLE=linux_portable
+++ readlink -f ./ungoogled_packaging/build.sh
++ dirname /home/intika/chro/ungoogled-chromium/build/src/ungoogled_packaging/build.sh
+ DOWNLOAD_CACHE=/home/intika/chro/ungoogled-chromium/build/src/ungoogled_packaging/../../download_cache
+ rm -rf out
+ mkdir out
+ mkdir out/Default
+++ readlink -f ./ungoogled_packaging/build.sh
++ dirname /home/intika/chro/ungoogled-chromium/build/src/ungoogled_packaging/build.sh
+ pushd /home/intika/chro/ungoogled-chromium/build/src/ungoogled_packaging
/home/intika/chro/ungoogled-chromium/build/src/ungoogled_packaging /home/intika/chro/ungoogled-chromium/build/src
+ popd
/home/intika/chro/ungoogled-chromium/build/src
+ export AR=llvm-ar
+ AR=llvm-ar
+ export NM=llvm-nm
+ NM=llvm-nm
+ export CC=clang
+ CC=clang
+ export CXX=clang++
+ CXX=clang++

Ok

osuse-leap-42-3-2018:/home/intika/chro/ungoogled-chromium/build/src # ./tools/gn/bootstrap/bootstrap.py -o out/Default/gn --gn-gen-args 'use_sysroot=false'
ninja: Entering directory `/home/intika/chro/ungoogled-chromium/build/src/out/Release/gn_build'
[171/171] LINK gn
Done. Made 9965 targets from 1718 files in 3316ms

Seems Ok

osuse-leap-42-3-2018:/home/intika/chro/ungoogled-chromium/build/src # ninja -j48 -C out/Default chrome chrome_sandbox chromedriver
ninja: Entering directory `out/Default'
ninja: error: loading 'build.ninja': No such file or directory
osuse-leap-42-3-2018:/home/intika/chro/ungoogled-chromium/build/src # 

Nok

ninja: error: loading 'build.ninja': No such file or directory

...

having fun lol ... i am learning chromium backward

Eloston commented 6 years ago

having fun lol ... i am learning chromium backward

If you need more help, have a look through the linux_simple build scripts and also the documentation under docs/. You should also have a look through the official Chromium building instructions.

intika commented 6 years ago

apparently the issue raised when i updated gcc to v7... i had v4.8 when building v68...
1- here is the situation i setup the machine to work with v68 build etc everything work... 2- tired to build current v69 version but i had an error... advice was to update gcc to > 5... so i did 3- resulting in

ERROR at //build/config/sysroot.gni:57:5: Assertion failed.
    assert(
    ^-----
Missing sysroot (//build/linux/debian_sid_amd64-sysroot). To fix, run: build/linux/sysroot_scripts/install-sysroot.py --arch=amd64
See //build/config/sysroot.gni:58:9: 

do you have any advice on dependency etc from v68 to v69 ? while keeping your build method

Note : sorry to bother you. and thanks for your help :)

Eloston commented 6 years ago

I'm not sure why the compiler is making a difference here. Do you still have the sysroot error after f6fbb168b8936509ab43f657f54014f97c4410b4?

intika commented 6 years ago

Thanks for your answer... i did setup a new VM just to build v69 here is some useful infos about that VM

#python --version
Python 2.7.15

#python3 --version
Python 3.6.6

#clang --version
clang version 6.0.1 (tags/RELEASE_601/final 335528)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin

#lld
lld             lld-6.0.1       lld-link        lld-link-6.0.1  

#gcc --version
gcc (SUSE Linux) 4.8.5

#cc --version
cc (SUSE Linux) 4.8.5

#c++ --version
c++ (SUSE Linux) 4.8.5

#ninja --version
1.7.2

#ldd --version
ldd (GNU libc) 2.22

#uname -a
Linux osuse-leap-42-3-2018-69 4.4.104-39-default #1 SMP Thu Jan 4 08:11:03 UTC 2018 (7db1912) x86_64 x86_64 x86_64 GNU/Linux

git checkout tags/68.0.3440.106-2 This version build correctly with the current setup

Now when trying to build v69 (downloaded chromium-69.0.3497.92.tar.xz) here is what's the result (after ./tools/gn/bootstrap/bootstrap.py -o out/Default/gn --build-path out/gn_build)


...
+ ./tools/gn/bootstrap/bootstrap.py -o out/Default/gn --build-path out/gn_build
ninja: Entering directory `/home/intika/chrome/69/ungoogled-chromium/build/src/out/gn_build/gn_build'
[5/171] CXX base/json/string_escape.o
FAILED: base/json/string_escape.o
...
ungoogled-chromium/build/src/tools/gn/base/template_util.h:148:46: error: no template named 'is_trivially_copy_constructible' in namespace 'std'
...

And a bunch of other errors here is a larger output capture

2018-09-13 01:38:32,167 - INFO: Path has no substitutions: third_party/crashpad/crashpad/doc/support/crashpad_doxygen.css
2018-09-13 01:38:37,473 - INFO: Path has no substitutions: tools/md_browser/base.css
+ python3 -m buildkit gnargs print -b config_bundles/linux_portable
+ popd
/home/intika/chrome/69/ungoogled-chromium/build/src
+ cp out/Default/args.gn out/gn_build/args.gn
+ export AR=llvm-ar
+ AR=llvm-ar
+ export NM=llvm-nm
+ NM=llvm-nm
+ export CC=clang
+ CC=clang
+ export CXX=clang++
+ CXX=clang++
+ ./tools/gn/bootstrap/bootstrap.py -o out/Default/gn --build-path out/gn_build
ninja: Entering directory `/home/intika/chrome/69/ungoogled-chromium/build/src/out/gn_build/gn_build'
[5/171] CXX base/json/string_escape.o
FAILED: base/json/string_escape.o 
clang++ -MMD -MF base/json/string_escape.o.d  -I/home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn -I/home/intika/chrome/69/ungoogled-chromium/build/src/out/gn_build/gn_build -DNDEBUG -O3 -fdata-sections -ffunction-sections -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -pthread -pipe -fno-exceptions -fno-rtti -fdiagnostics-color -std=c++14 -Wno-c++11-narrowing -c /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/json/string_escape.cc -o base/json/string_escape.o
In file included from /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/json/string_escape.cc:5:
In file included from /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/json/string_escape.h:12:
In file included from /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/strings/string_piece.h:30:
In file included from /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/logging.h:21:
/home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/template_util.h:148:46: error: no template named 'is_trivially_copy_constructible' in namespace 'std'
using is_trivially_copy_constructible = std::is_trivially_copy_constructible<T>;
                                        ~~~~~^
1 error generated.
[6/171] CXX base/files/file_path_constants.o
FAILED: base/files/file_path_constants.o 
clang++ -MMD -MF base/files/file_path_constants.o.d  -I/home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn -I/home/intika/chrome/69/ungoogled-chromium/build/src/out/gn_build/gn_build -DNDEBUG -O3 -fdata-sections -ffunction-sections -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -pthread -pipe -fno-exceptions -fno-rtti -fdiagnostics-color -std=c++14 -Wno-c++11-narrowing -c /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/files/file_path_constants.cc -o base/files/file_path_constants.o
In file included from /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/files/file_path_constants.cc:7:
In file included from /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/files/file_path.h:114:
In file included from /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/strings/string_piece.h:30:
In file included from /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/logging.h:21:
/home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/template_util.h:148:46: error: no template named 'is_trivially_copy_constructible' in namespace 'std'
using is_trivially_copy_constructible = std::is_trivially_copy_constructible<T>;
                                        ~~~~~^
1 error generated.
[7/171] CXX base/strings/string16.o
FAILED: base/strings/string16.o 
clang++ -MMD -MF base/strings/string16.o.d  -I/home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn -I/home/intika/chrome/69/ungoogled-chromium/build/src/out/gn_build/gn_build -DNDEBUG -O3 -fdata-sections -ffunction-sections -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -pthread -pipe -fno-exceptions -fno-rtti -fdiagnostics-color -std=c++14 -Wno-c++11-narrowing -c /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/strings/string16.cc -o base/strings/string16.o
In file included from /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/strings/string16.cc:18:
In file included from /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/strings/utf_string_conversions.h:13:
In file included from /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/strings/string_piece.h:30:
In file included from /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/logging.h:21:
/home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/template_util.h:148:46: error: no template named 'is_trivially_copy_constructible' in namespace 'std'
using is_trivially_copy_constructible = std::is_trivially_copy_constructible<T>;
                                        ~~~~~^
1 error generated.
[8/171] CXX base/strings/utf_string_conversions.o
FAILED: base/strings/utf_string_conversions.o 
clang++ -MMD -MF base/strings/utf_string_conversions.o.d  -I/home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn -I/home/intika/chrome/69/ungoogled-chromium/build/src/out/gn_build/gn_build -DNDEBUG -O3 -fdata-sections -ffunction-sections -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -pthread -pipe -fno-exceptions -fno-rtti -fdiagnostics-color -std=c++14 -Wno-c++11-narrowing -c /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/strings/utf_string_conversions.cc -o base/strings/utf_string_conversions.o
In file included from /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/strings/utf_string_conversions.cc:5:
In file included from /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/strings/utf_string_conversions.h:13:
In file included from /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/strings/string_piece.h:30:
In file included from /home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/logging.h:21:
/home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/template_util.h:148:46: error: no template named 'is_trivially_copy_constructible' in namespace 'std'
using is_trivially_copy_constructible = std::is_trivially_copy_constructible<T>;
                                        ~~~~~^
/home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/strings/utf_string_conversions.cc:56:26: error: no template named 'decay_t' in namespace 'std'; did you mean 'decay'?
    SizeCoefficient<std::decay_t<SrcChar>, std::decay_t<DestChar>>::value;
                    ~~~~~^~~~~~~
                         decay                                                                                                                                          
/usr/bin/../lib64/gcc/x86_64-suse-linux/4.8/../../../../include/c++/4.8/type_traits:1725:11: note: 'decay' declared here
    class decay 
          ^
/home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/strings/utf_string_conversions.cc:56:49: error: no template named 'decay_t' in namespace 'std'; did you mean 'decay'?
    SizeCoefficient<std::decay_t<SrcChar>, std::decay_t<DestChar>>::value;
                                           ~~~~~^~~~~~~
                                                decay                                                                                                                   
/usr/bin/../lib64/gcc/x86_64-suse-linux/4.8/../../../../include/c++/4.8/type_traits:1725:11: note: 'decay' declared here
    class decay 
          ^
/home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/strings/utf_string_conversions.cc:27:3: error: static_assert failed "Default case: from a smaller encoding to the bigger one"
  static_assert(sizeof(SrcChar) < sizeof(DestChar),
  ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/strings/utf_string_conversions.cc:56:5: note: in instantiation of template class 'base::(anonymous namespace)::SizeCoefficient<std::decay<char>, std::decay<unsigned short> >' requested here
    SizeCoefficient<std::decay_t<SrcChar>, std::decay_t<DestChar>>::value;
    ^
/home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/strings/utf_string_conversions.cc:183:20: note: in instantiation of variable template specialization 'base::(anonymous namespace)::size_coefficient_v<char, unsigned short>' requested here
                   size_coefficient_v<typename InputString::value_type,
                   ^
/home/intika/chrome/69/ungoogled-chromium/build/src/tools/gn/base/strings/utf_string_conversions.cc:206:10: note: in instantiation of function template specialization 'base::(anonymous namespace)::UTFConversion<base::BasicStringPiece<std::string>, std::basic_string<base::char16, base::string16_internals::string16_char_traits> >' requested here
  return UTFConversion(StringPiece(src, src_len), output);

So after some search, i guess i have to update gcc so i did install gcc5 gcc6 & gcc7 + devels

zypper install gcc5 gcc6 gcc7
zypper install *dev*gcc5*
zypper install *dev*gcc6*
zypper install *dev*gcc7*

Result

#gcc
gcc             gcc-6           gcc-ar-4.8      gcc-ar-7        gcc-nm-5        gcc-ranlib      gcc-ranlib-6    
gcc-4.8         gcc-7           gcc-ar-5        gcc-nm          gcc-nm-6        gcc-ranlib-4.8  gcc-ranlib-7    
gcc-5           gcc-ar          gcc-ar-6        gcc-nm-4.8      gcc-nm-7        gcc-ranlib-5    gccmakedep

#gcc --version
gcc (SUSE Linux) 4.8.5

Now ./tools/gn/bootstrap/bootstrap.py -o out/Default/gn --build-path out/gn_build give :

[171/171] LINK gn
ERROR at //build/config/sysroot.gni:57:5: Assertion failed.
    assert(
    ^-----
Missing sysroot (//build/linux/debian_sid_amd64-sysroot). To fix, run: build/linux/sysroot_scripts/install-sysroot.py --arch=amd64

Larger output

2018-09-13 02:20:52,632 - INFO: Path has no substitutions: third_party/catapult/third_party/polymer/components/font-roboto/roboto.html
2018-09-13 02:20:52,791 - INFO: Path has no substitutions: third_party/catapult/tracing/third_party/gl-matrix/jsdoc-template/static/default.css
2018-09-13 02:20:53,506 - INFO: Path has no substitutions: third_party/crashpad/crashpad/doc/support/crashpad_doxygen.css
2018-09-13 02:20:57,883 - INFO: Path has no substitutions: tools/md_browser/base.css
+ python3 -m buildkit gnargs print -b config_bundles/linux_portable
+ popd
/home/intika/chrome/69/ungoogled-chromium/build/src
+ cp out/Default/args.gn out/gn_build/args.gn
+ export AR=llvm-ar
+ AR=llvm-ar
+ export NM=llvm-nm
+ NM=llvm-nm
+ export CC=clang
+ CC=clang
+ export CXX=clang++
+ CXX=clang++
+ ./tools/gn/bootstrap/bootstrap.py -o out/Default/gn --build-path out/gn_build
ninja: Entering directory `/home/intika/chrome/69/ungoogled-chromium/build/src/out/gn_build/gn_build'
[171/171] LINK gn
ERROR at //build/config/sysroot.gni:57:5: Assertion failed.
    assert(
    ^-----
Missing sysroot (//build/linux/debian_sid_amd64-sysroot). To fix, run: build/linux/sysroot_scripts/install-sysroot.py --arch=amd64
See //build/config/sysroot.gni:58:9: 
        exec_script("//build/dir_exists.py",
        ^-----------------------------------
This is where it was set.
See //chrome/installer/BUILD.gn:7:1: whence it was imported.
import("//build/config/sysroot.gni")
^----------------------------------
See //BUILD.gn:67:5: which caused the file to be included.
    "//chrome/installer",
    ^-------------------
Traceback (most recent call last):
  File "./tools/gn/bootstrap/bootstrap.py", line 101, in <module>
    sys.exit(main(sys.argv[1:]))
  File "./tools/gn/bootstrap/bootstrap.py", line 96, in main
    '--args=%s' % gn_gen_args, "--root=" + SRC_ROOT
  File "/usr/lib64/python2.7/subprocess.py", line 190, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['out/Default/gn', 'gen', '/home/intika/chrome/69/ungoogled-chromium/build/src/out/gn_build', '--args= is_debug=false', '--root=/home/intika/chrome/69/ungoogled-chromium/build/src']' returned non-zero exit status 1

So yes still same error after f6fbb16

Am i doing something wrong ? any advice ? thanks

Eloston commented 6 years ago

Thanks for the detailed steps and output. I'm not sure why this is happening; I'll need to investigate.

Eloston commented 6 years ago

I realized the problem was here:

subprocess.CalledProcessError: Command '['out/Default/gn', 'gen', '/home/intika/chrome/69/ungoogled-chromium/build/src/out/gn_build', '--args= is_debug=false', '--root=/home/intika/chrome/69/ungoogled-chromium/build/src']' returned non-zero exit status 1

i.e. the args aren't being read from out/gn_build/args.gn as I thought they would due to the forced usage of --args. It should be fixed now.

intika commented 6 years ago

Thank you a lot for your help it's appreciated :) Thanks again !!! Indeed your commit fixed the error i had... I did added some packages needed for v69 since last time to get build process go further... and did some modification to the build machine then i had an other error but after debugging and updating to last version it is solved... i am very close to get a working 69 version ^^... but i am stuck again

Here is what i am facing currently 1. ERROR:root:Git error: rc=0, output='' this does not seem to stop the build process

+ ./tools/gn/bootstrap/bootstrap.py -o out/Default/gn
ninja: Entering directory `/home/intika/chrome/test/ungoogled-chromium/build/src/out/Release/gn_build'
[171/171] LINK gn
+ ./out/Default/gn gen out/Default --fail-on-unused-args
Done. Made 9356 targets from 1632 files in 6371ms
+ ninja -C out/Default chrome chrome_sandbox chromedriver
ninja: Entering directory `out/Default'
[451/20983] ACTION //chrome/test/chromedriver:embed_version_in_cpp(//build/toolchain/linux/unbundle:default)
ERROR:root:Git error: rc=0, output=''
[15000/20983] CXX obj/chrome/browser/media/router/discovery/discovery/dns_sd_device_lister.o

Then some warning during the build process then 2. Alias must point to a definition i32 (%struct._FcCharSet*, i32)* @FcCharSetHasChar

[20973/20983] LINK ./v8_context_snapshot_generator
FAILED: v8_context_snapshot_generator 
python "../../build/toolchain/gcc_link_wrapper.py" --output="./v8_context_snapshot_generator" -- clang++ -Wl,--build-id=sha1 -fPIC -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -Wl,-z,defs -Wl,--no-as-needed -fuse-ld=lld -Wl,--icf=all -Wl,--color-diagnostics -flto=thin -Wl,--thinlto-jobs=8 -Wl,--thinlto-cache-dir=thinlto-cache -Wl,--thinlto-cache-policy,cache_size=10\%:cache_size_bytes=10g:cache_size_files=100000 -Wl,--lto-O0 -fwhole-program-vtables -m64 -Wl,-O2 -Wl,--gc-sections -nostdlib++ -fsanitize=cfi-vcall -fsanitize=cfi-icall -rdynamic -Wl,-rpath-link=. -Wl,--disable-new-dtags -Wl,--icf=none -o "./v8_context_snapshot_generator" -Wl,--start-group @"./v8_context_snapshot_generator.rsp"  -Wl,--end-group   -ldl -lpthread -lrt -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -latomic -lresolv -lgio-2.0 -lX11 -lX11-xcb -lxcb -lXcomposite -lXcursor -lXdamage -lXext -lXfixes -lXi -lXrender -lXtst -lexpat -luuid -lXrandr -lpangocairo-1.0 -lpango-1.0 -lcairo -lXss -lasound -lm -lz -lpci -ldbus-1 
Alias must point to a definition
i32 (%struct._FcCharSet*, i32)* @FcCharSetHasChar
LLVM ERROR: Broken module found, compilation aborted!
LLVM ERROR: Failed to rename temporary file thinlto-cache/Thin-df2176.tmp.o to thinlto-cache/llvmcache-2AE339AC3FA8CE37836989F97A1BE24C7BAE5823: No such file or directory

LLVM ERROR: Failed to rename temporary file thinlto-cache/Thin-f96b49.tmp.o to thinlto-cache/llvmcache-0DCDEB0F93C0D9DE77470F3D49634B8957B7318F: No such file or directory

LLVM ERROR: Failed to rename temporary file thinlto-cache/Thin-e0d114.tmp.o to thinlto-cache/llvmcache-69F26B8A7958A256B2245F81A373EE61ACF0DE95: No such file or directory

clang-6.0.1: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.

Any Advices ? Thanks again

Full Build Logs :

osuse-leap-42-3-2018-69:/home/intika/chrome/test # git clone https://github.com/Eloston/ungoogled-chromium.git
Cloning into 'ungoogled-chromium'...
remote: Counting objects: 9621, done.
remote: Compressing objects: 100% (72/72), done.
remote: Total 9621 (delta 53), reused 72 (delta 37), pack-reused 9510
Receiving objects: 100% (9621/9621), 4.95 MiB | 9.31 MiB/s, done.
Resolving deltas: 100% (6007/6007), done.
osuse-leap-42-3-2018-69:/home/intika/chrome/test # cd ungoogled-chromium/
osuse-leap-42-3-2018-69:/home/intika/chrome/test/ungoogled-chromium # mkdir -p build/src
osuse-leap-42-3-2018-69:/home/intika/chrome/test/ungoogled-chromium # ./get_package.py linux_simple build/src/ungoogled_packaging
osuse-leap-42-3-2018-69:/home/intika/chrome/test/ungoogled-chromium # cd build/src
osuse-leap-42-3-2018-69:/home/intika/chrome/test/ungoogled-chromium/build/src # ./ungoogled_packaging/build.sh
+ BUNDLE=linux_portable
+++ readlink -f ./ungoogled_packaging/build.sh
++ dirname /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/build.sh
+ DOWNLOAD_CACHE=/home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/../../download_cache
+ rm -rf out
+ mkdir out
+ mkdir out/Default
+++ readlink -f ./ungoogled_packaging/build.sh
++ dirname /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/build.sh
+ pushd /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging
/home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging /home/intika/chrome/test/ungoogled-chromium/build/src
+ mkdir /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/../../download_cache
+ python3 -m buildkit downloads retrieve -b config_bundles/linux_portable -c /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/../../download_cache
2018-09-18 14:07:37,131 - DEBUG: Initialized logger 'buildkit'
2018-09-18 14:07:37,131 - INFO: Downloading "chromium" to "chromium-69.0.3497.100.tar.xz" ...
2018-09-18 14:07:37,131 - INFO: Downloading /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/../../download_cache/chromium-69.0.3497.100.tar.xz ...
Progress: 100.0% of 617,374,764 B
2018-09-18 14:07:46,116 - INFO: Downloading hashes for "chromium"
2018-09-18 14:07:46,116 - INFO: Downloading /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/../../download_cache/chromium-69.0.3497.100.tar.xz.hashes ...
Progress: 1260.3% of 650 B
2018-09-18 14:07:46,405 - INFO: Verifying hashes for "chromium" ...
2018-09-18 14:07:46,811 - DEBUG: Verifying md5 hash...
2018-09-18 14:07:47,964 - DEBUG: Verifying sha1 hash...
2018-09-18 14:07:48,783 - DEBUG: Verifying sha224 hash...
2018-09-18 14:07:50,574 - DEBUG: Verifying sha256 hash...
2018-09-18 14:07:52,364 - DEBUG: Verifying sha384 hash...
2018-09-18 14:07:53,559 - DEBUG: Verifying sha512 hash...
+ python3 -m buildkit downloads unpack -b config_bundles/linux_portable -c /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/../../download_cache ../
2018-09-18 14:07:54,888 - DEBUG: Initialized logger 'buildkit'
2018-09-18 14:07:54,888 - INFO: Unpacking "chromium" to ./ ...
2018-09-18 14:07:54,893 - DEBUG: Using BSD or GNU tar extractor
2018-09-18 14:07:54,893 - DEBUG: tar command line: /bin/tar -xf /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/../../download_cache/chromium-69.0.3497.100.tar.xz -C ..
+ python3 -m buildkit prune -b config_bundles/linux_portable ../
+ python3 -m buildkit patches apply -b config_bundles/linux_portable ../
2018-09-18 14:08:53,150 - DEBUG: Initialized logger 'buildkit'
2018-09-18 14:08:53,150 - INFO: * Applying chromium-arflags.patch (1/116)
2018-09-18 14:08:53,150 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/chromium-arflags.patch -d .. --no-backup-if-mismatch --forward
patching file build/toolchain/gcc_ar_wrapper.py
patching file build/toolchain/gcc_toolchain.gni
2018-09-18 14:08:53,307 - INFO: * Applying chromium-clang-compiler-flags.patch (2/116)
2018-09-18 14:08:53,307 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/chromium-clang-compiler-flags.patch -d .. --no-backup-if-mismatch --forward
patching file build/config/compiler/BUILD.gn
2018-09-18 14:08:53,478 - INFO: * Applying chromium-exclude_unwind_tables.patch (3/116)
2018-09-18 14:08:53,479 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:08:53,631 - INFO: * Applying chromium-skia-harmony.patch (4/116)
2018-09-18 14:08:53,631 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:08:53,637 - INFO: * Applying chromium-widevine-r2.patch (5/116)
2018-09-18 14:08:53,637 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/chromium-widevine-r2.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/widevine/cdm/stub/widevine_cdm_version.h
patching file third_party/widevine/cdm/BUILD.gn
2018-09-18 14:08:53,815 - INFO: * Applying disable-cfi-icall-for-va_stubs.patch (6/116)
2018-09-18 14:08:53,815 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/disable-cfi-icall-for-va_stubs.patch -d .. --no-backup-if-mismatch --forward
patching file tools/cfi/blacklist.txt
2018-09-18 14:08:53,941 - INFO: * Applying fix-cfi-icall-failure-with-use_system_libjpeg-true.patch (7/116)
2018-09-18 14:08:53,942 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/fix-cfi-icall-failure-with-use_system_libjpeg-true.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/blink/renderer/platform/image-decoders/jpeg/jpeg_image_decoder.cc
patching file third_party/blink/renderer/platform/wtf/compiler.h
2018-09-18 14:08:54,078 - INFO: * Applying only-disable-cfi-icall-when-use_system_libjpeg-true.patch (8/116)
2018-09-18 14:08:54,078 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/only-disable-cfi-icall-when-use_system_libjpeg-true.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/blink/renderer/platform/image-decoders/jpeg/jpeg_image_decoder.cc
2018-09-18 14:08:56,175 - INFO: * Applying 0001-fix-building-without-safebrowsing.patch (9/116)
2018-09-18 14:08:56,175 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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/download/download_commands.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/extensions/webstore_inline_installer.cc
patching file chrome/browser/safe_browsing/BUILD.gn
patching file chrome/renderer/chrome_content_renderer_client.cc
patching file chrome/renderer/chrome_content_renderer_client.h
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-09-18 14:08:56,293 - INFO: * Applying 0003-disable-autofill-download-manager.patch (10/116)
2018-09-18 14:08:56,293 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:08:56,476 - INFO: * Applying 0004-disable-google-url-tracker.patch (11/116)
2018-09-18 14:08:56,476 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:08:56,482 - INFO: * Applying 0005-disable-default-extensions.patch (12/116)
2018-09-18 14:08:56,482 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:08:56,575 - INFO: * Applying 0006-modify-default-prefs.patch (13/116)
2018-09-18 14:08:56,576 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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/browser/autofill_manager.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
2018-09-18 14:08:56,639 - INFO: * Applying 0007-disable-web-resource-service.patch (14/116)
2018-09-18 14:08:56,639 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:08:56,734 - INFO: * Applying 0008-restore-classic-ntp.patch (15/116)
2018-09-18 14:08:56,734 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:08:56,855 - INFO: * Applying 0009-disable-google-ipv6-probes.patch (16/116)
2018-09-18 14:08:56,855 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:08:57,007 - INFO: * Applying 0010-disable-gcm-status-check.patch (17/116)
2018-09-18 14:08:57,007 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:08:57,160 - INFO: * Applying 0011-add-duckduckgo-search-engine.patch (18/116)
2018-09-18 14:08:57,161 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:08:57,243 - INFO: * Applying 0013-disable-missing-key-warning.patch (19/116)
2018-09-18 14:08:57,243 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:08:57,282 - INFO: * Applying 0014-disable-translation-lang-fetch.patch (20/116)
2018-09-18 14:08:57,283 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:08:57,341 - INFO: * Applying 0015-disable-update-pings.patch (21/116)
2018-09-18 14:08:57,341 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:08:57,393 - INFO: * Applying 0016-chromium-sandbox-pie.patch (22/116)
2018-09-18 14:08:57,393 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:08:57,474 - INFO: * Applying 0017-disable-new-avatar-menu.patch (23/116)
2018-09-18 14:08:57,475 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:08:57,510 - INFO: * Applying 0018-disable-first-run-behaviour.patch (24/116)
2018-09-18 14:08:57,511 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:08:57,630 - INFO: * Applying 0019-disable-battery-status-service.patch (25/116)
2018-09-18 14:08:57,630 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:08:57,699 - INFO: * Applying 0021-disable-rlz.patch (26/116)
2018-09-18 14:08:57,699 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:08:57,837 - INFO: * Applying parallel.patch (27/116)
2018-09-18 14:08:57,837 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/gn/parallel.patch -d .. --no-backup-if-mismatch --forward
patching file tools/gn/bootstrap/bootstrap.py
2018-09-18 14:08:57,949 - INFO: * Applying skia.patch (28/116)
2018-09-18 14:08:57,950 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/arm/skia.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/skia/src/opts/SkRasterPipeline_opts.h
2018-09-18 14:08:57,956 - INFO: * Applying gcc_skcms_ice.patch (29/116)
2018-09-18 14:08:57,956 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/arm/gcc_skcms_ice.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/skia/third_party/skcms/skcms.gni
2018-09-18 14:08:58,017 - INFO: * Applying mojo.patch (30/116)
2018-09-18 14:08:58,018 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/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-09-18 14:08:58,135 - INFO: * Applying sizet.patch (31/116)
2018-09-18 14:08:58,135 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/fixes/sizet.patch -d .. --no-backup-if-mismatch --forward
patching file media/base/subsample_entry.h
2018-09-18 14:08:58,240 - INFO: * Applying optimize.patch (32/116)
2018-09-18 14:08:58,240 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/fixes/optimize.patch -d .. --no-backup-if-mismatch --forward
patching file build/config/compiler/BUILD.gn
2018-09-18 14:08:58,358 - INFO: * Applying ps-print.patch (33/116)
2018-09-18 14:08:58,358 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/fixes/ps-print.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/ui/libgtkui/print_dialog_gtk.cc
2018-09-18 14:08:58,471 - INFO: * Applying as-needed.patch (34/116)
2018-09-18 14:08:58,471 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/fixes/as-needed.patch -d .. --no-backup-if-mismatch --forward
patching file build/config/compiler/BUILD.gn
2018-09-18 14:08:59,132 - INFO: * Applying inspector.patch (35/116)
2018-09-18 14:08:59,133 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/fixes/inspector.patch -d .. --no-backup-if-mismatch --forward
patching file v8/src/inspector/BUILD.gn
2018-09-18 14:08:59,219 - INFO: * Applying gpu-timeout.patch (36/116)
2018-09-18 14:08:59,220 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/fixes/gpu-timeout.patch -d .. --no-backup-if-mismatch --forward
patching file gpu/ipc/service/gpu_watchdog_thread.cc
2018-09-18 14:09:00,138 - INFO: * Applying empty-array.patch (37/116)
2018-09-18 14:09:00,139 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/fixes/empty-array.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/blink/renderer/platform/text/character_property_data_generator.h
2018-09-18 14:09:00,141 - INFO: * Applying ownership-error.patch (38/116)
2018-09-18 14:09:00,141 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/fixes/ownership-error.patch -d .. --no-backup-if-mismatch --forward
patching file services/resource_coordinator/coordination_unit/coordination_unit_base.cc
2018-09-18 14:09:00,144 - INFO: * Applying widevine-locations.patch (39/116)
2018-09-18 14:09:00,144 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/fixes/widevine-locations.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/common/chrome_paths.cc
2018-09-18 14:09:00,147 - INFO: * Applying connection-message.patch (40/116)
2018-09-18 14:09:00,147 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/fixes/connection-message.patch -d .. --no-backup-if-mismatch --forward
patching file components/error_page_strings.grdp
2018-09-18 14:09:00,149 - INFO: * Applying android.patch (41/116)
2018-09-18 14:09:00,150 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/disable/android.patch -d .. --no-backup-if-mismatch --forward
patching file device/vr/buildflags/buildflags.gni
patching file BUILD.gn
2018-09-18 14:09:00,153 - INFO: * Applying fuzzers.patch (42/116)
2018-09-18 14:09:00,153 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/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-09-18 14:09:00,550 - INFO: * Applying perfetto.patch (43/116)
2018-09-18 14:09:00,551 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/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-09-18 14:09:00,726 - INFO: * Applying welcome-page.patch (44/116)
2018-09-18 14:09:00,726 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/disable/welcome-page.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/profiles/profile_manager.cc
2018-09-18 14:09:00,919 - INFO: * Applying google-api-warning.patch (45/116)
2018-09-18 14:09:00,919 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/disable/google-api-warning.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/ui/startup/startup_browser_creator_impl.cc
2018-09-18 14:09:01,155 - INFO: * Applying device-notifications.patch (46/116)
2018-09-18 14:09:01,156 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/disable/device-notifications.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/printing/cloud_print/privet_notifications.cc
2018-09-18 14:09:01,258 - INFO: * Applying swiftshader.patch (47/116)
2018-09-18 14:09:01,259 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/disable/swiftshader.patch -d .. --no-backup-if-mismatch --forward
patching file BUILD.gn
2018-09-18 14:09:01,440 - INFO: * Applying attribute.patch (48/116)
2018-09-18 14:09:01,440 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/warnings/attribute.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/s2cellid/src/s2/util/math/vector.h
patching file third_party/s2cellid/src/s2/s1angle.h
2018-09-18 14:09:01,638 - INFO: * Applying enum-compare.patch (49/116)
2018-09-18 14:09:01,638 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/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
2018-09-18 14:09:01,770 - INFO: * Applying initialization.patch (50/116)
2018-09-18 14:09:01,770 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/warnings/initialization.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/cacheinvalidation/src/google/cacheinvalidation/include/types.h
2018-09-18 14:09:01,904 - INFO: * Applying multichar.patch (51/116)
2018-09-18 14:09:01,904 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/warnings/multichar.patch -d .. --no-backup-if-mismatch --forward
patching file third_party/crashpad/crashpad/BUILD.gn
2018-09-18 14:09:01,997 - INFO: * Applying null-destination.patch (52/116)
2018-09-18 14:09:01,997 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/warnings/null-destination.patch -d .. --no-backup-if-mismatch --forward
patching file base/strings/stringprintf.cc
2018-09-18 14:09:02,114 - INFO: * Applying printf.patch (53/116)
2018-09-18 14:09:02,115 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/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-09-18 14:09:02,236 - INFO: * Applying sequence-point.patch (54/116)
2018-09-18 14:09:02,236 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/warnings/sequence-point.patch -d .. --no-backup-if-mismatch --forward
patching file headless/lib/browser/protocol/browser_handler.cc
2018-09-18 14:09:02,567 - INFO: * Applying unused-typedefs.patch (55/116)
2018-09-18 14:09:02,567 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/warnings/unused-typedefs.patch -d .. --no-backup-if-mismatch --forward
patching file build/config/linux/atk/BUILD.gn
2018-09-18 14:09:02,638 - INFO: * Applying fontconfig.patch (56/116)
2018-09-18 14:09:02,639 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/debian/system/fontconfig.patch -d .. --no-backup-if-mismatch --forward
patching file base/test/BUILD.gn
patching file content/shell/test_runner/BUILD.gn
2018-09-18 14:09:02,768 - INFO: * Applying net-cert-increase-default-key-length-for-newly-gener.patch (57/116)
2018-09-18 14:09:02,769 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:02,990 - INFO: * Applying mime_util-force-text-x-suse-ymp-to-be-downloaded.patch (58/116)
2018-09-18 14:09:02,991 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:03,352 - INFO: * Applying prefs-only-keep-cookies-until-exit.patch (59/116)
2018-09-18 14:09:03,352 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:03,489 - INFO: * Applying prefs-always-prompt-for-download-directory-by-defaul.patch (60/116)
2018-09-18 14:09:03,489 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:03,605 - INFO: * Applying updater-disable-auto-update.patch (61/116)
2018-09-18 14:09:03,606 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:03,653 - INFO: * Applying Remove-EV-certificates.patch (62/116)
2018-09-18 14:09:03,653 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:03,709 - INFO: * Applying safe_browsing-disable-incident-reporting.patch (63/116)
2018-09-18 14:09:03,709 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:03,720 - INFO: * Applying safe_browsing-disable-reporting-of-safebrowsing-over.patch (64/116)
2018-09-18 14:09:03,720 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:03,859 - INFO: * Applying safe_browsing-support-trk-prefix.patch (65/116)
2018-09-18 14:09:03,859 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/iridium-browser/safe_browsing-support-trk-prefix.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/safe_browsing/protocol_manager.cc
2018-09-18 14:09:03,985 - INFO: * Applying all-add-trk-prefixes-to-possibly-evil-connections.patch (66/116)
2018-09-18 14:09:03,985 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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/net/predictor.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 chrome/installer/util/google_chrome_distribution.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
2018-09-18 14:09:06,203 - INFO: * Applying promo-disable-Google-promotion-fetching.patch (67/116)
2018-09-18 14:09:06,204 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:06,441 - INFO: * Applying browser-disable-profile-auto-import-on-first-run.patch (68/116)
2018-09-18 14:09:06,442 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:06,631 - INFO: * Applying add-third-party-ungoogled.patch (69/116)
2018-09-18 14:09:06,632 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:06,634 - INFO: * Applying clear-http-auth-cache-menu-item.patch (70/116)
2018-09-18 14:09:06,635 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:06,776 - INFO: * Applying disable-crash-reporter.patch (71/116)
2018-09-18 14:09:06,776 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:06,919 - INFO: * Applying disable-formatting-in-omnibox.patch (72/116)
2018-09-18 14:09:06,919 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:07,191 - INFO: * Applying disable-google-host-detection.patch (73/116)
2018-09-18 14:09:07,192 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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/browser/google_util.cc
patching file chrome/common/page_load_metrics/page_load_metrics_util.cc
2018-09-18 14:09:07,476 - INFO: * Applying replace-google-search-engine-with-nosearch.patch (74/116)
2018-09-18 14:09:07,476 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:07,763 - INFO: * Applying disable-signin.patch (75/116)
2018-09-18 14:09:07,763 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:08,003 - INFO: * Applying disable-translate.patch (76/116)
2018-09-18 14:09:08,003 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:08,167 - INFO: * Applying popups-to-tabs.patch (77/116)
2018-09-18 14:09:08,167 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:08,313 - INFO: * Applying disable-untraceable-urls.patch (78/116)
2018-09-18 14:09:08,313 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:08,488 - INFO: * Applying add-ipv6-probing-option.patch (79/116)
2018-09-18 14:09:08,488 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:08,662 - INFO: * Applying disable-profile-avatar-downloading.patch (80/116)
2018-09-18 14:09:08,663 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:08,747 - INFO: * Applying remove-disable-setuid-sandbox-as-bad-flag.patch (81/116)
2018-09-18 14:09:08,747 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:08,921 - INFO: * Applying disable-gcm.patch (82/116)
2018-09-18 14:09:08,921 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:09,070 - INFO: * Applying disable-domain-reliability.patch (83/116)
2018-09-18 14:09:09,070 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:09,243 - INFO: * Applying block-trk-and-subdomains.patch (84/116)
2018-09-18 14:09:09,244 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:09,396 - INFO: * Applying disable-intranet-redirect-detector.patch (85/116)
2018-09-18 14:09:09,396 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:10,420 - INFO: * Applying fix-building-without-one-click-signin.patch (86/116)
2018-09-18 14:09:10,420 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:10,530 - INFO: * Applying enable-page-saving-on-more-pages.patch (87/116)
2018-09-18 14:09:10,530 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:10,709 - INFO: * Applying disable-download-quarantine.patch (88/116)
2018-09-18 14:09:10,710 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:10,924 - INFO: * Applying disable-gaia.patch (89/116)
2018-09-18 14:09:10,924 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:11,107 - INFO: * Applying disable-fonts-googleapis-references.patch (90/116)
2018-09-18 14:09:11,107 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:11,355 - INFO: * Applying disable-webstore-urls.patch (91/116)
2018-09-18 14:09:11,355 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:11,508 - INFO: * Applying fix-learn-doubleclick-hsts.patch (92/116)
2018-09-18 14:09:11,508 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:11,659 - INFO: * Applying disable-webrtc-log-uploader.patch (93/116)
2018-09-18 14:09:11,660 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:11,801 - INFO: * Applying fix-building-without-mdns-and-service-discovery.patch (94/116)
2018-09-18 14:09:11,801 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:11,993 - INFO: * Applying use-local-devtools-files.patch (95/116)
2018-09-18 14:09:11,994 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:12,136 - INFO: * Applying add-flag-to-stack-tabs.patch (96/116)
2018-09-18 14:09:12,136 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:12,232 - INFO: * Applying add-flag-to-configure-extension-downloading.patch (97/116)
2018-09-18 14:09:12,232 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:13,360 - INFO: * Applying disable-network-time-tracker.patch (98/116)
2018-09-18 14:09:13,361 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:13,390 - INFO: * Applying add-flag-for-search-engine-collection.patch (99/116)
2018-09-18 14:09:13,390 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:13,635 - INFO: * Applying add-flag-to-disable-beforeunload.patch (100/116)
2018-09-18 14:09:13,635 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:13,858 - INFO: * Applying add-flag-to-enable-potentially-annoying-security-features.patch (101/116)
2018-09-18 14:09:13,858 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:14,243 - INFO: * Applying disable-mei-preload.patch (102/116)
2018-09-18 14:09:14,243 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:16,688 - INFO: * Applying add-flag-to-force-punycode-hostnames.patch (103/116)
2018-09-18 14:09:16,689 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:16,693 - INFO: * Applying fix-building-without-safebrowsing.patch (104/116)
2018-09-18 14:09:16,693 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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/ui/cocoa/download/download_item_controller.mm
patching file chrome/browser/download/download_item_model.cc
patching file chrome/browser/ui/views/safe_browsing/password_reuse_modal_warning_dialog.cc
2018-09-18 14:09:16,697 - INFO: * Applying searx.patch (105/116)
2018-09-18 14:09:16,697 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:16,745 - INFO: * Applying remove-third-party-analytics.patch (106/116)
2018-09-18 14:09:16,746 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:16,766 - INFO: * Applying gn-bootstrap-remove-gn-gen.patch (107/116)
2018-09-18 14:09:16,766 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/gn-bootstrap-remove-gn-gen.patch -d .. --no-backup-if-mismatch --forward
patching file tools/gn/bootstrap/bootstrap.py
2018-09-18 14:09:17,269 - INFO: * Applying disable-webgl-renderer-info.patch (108/116)
2018-09-18 14:09:17,269 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:17,457 - INFO: * Applying fingerprinting-flags-client-rects-and-measuretext.patch (109/116)
2018-09-18 14:09:17,457 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:17,852 - INFO: * Applying flag-max-connections-per-host.patch (110/116)
2018-09-18 14:09:17,852 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:18,607 - INFO: * Applying flag-fingerprinting-canvas-image-data-noise.patch (111/116)
2018-09-18 14:09:18,607 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/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-09-18 14:09:19,317 - INFO: * Applying chromium-vaapi-r18.patch (112/116)
2018-09-18 14:09:19,317 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/inox-patchset/chromium-vaapi-r18.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/browser/about_flags.cc
patching file chrome/browser/chromeos/login/chrome_restart_request.cc
patching file chrome/browser/flag_descriptions.cc
patching file chrome/browser/flag_descriptions.h
patching file content/browser/gpu/compositor_util.cc
patching file content/browser/gpu/gpu_process_host.cc
patching file content/browser/renderer_host/media/video_capture_browsertest.cc
patching file content/browser/renderer_host/render_process_host_impl.cc
patching file content/browser/webrtc/webrtc_media_recorder_browsertest.cc
patching file content/gpu/BUILD.gn
patching file content/gpu/gpu_main.cc
patching file content/public/browser/gpu_utils.cc
patching file content/public/common/content_switches.cc
patching file content/public/common/content_switches.h
patching file content/renderer/media/webrtc/peer_connection_dependency_factory.cc
patching file content/renderer/render_thread_impl.cc
patching file gpu/config/software_rendering_list.json
patching file media/gpu/BUILD.gn
patching file media/base/media_switches.cc
patching file media/base/media_switches.h
patching file content/browser/utility_process_host.cc
2018-09-18 14:09:19,521 - INFO: * Applying no-new-ninja-flag.patch (113/116)
2018-09-18 14:09:19,522 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/ubuntu/no-new-ninja-flag.patch -d .. --no-backup-if-mismatch --forward
patching file tools/gn/bootstrap/bootstrap.py
2018-09-18 14:09:20,346 - INFO: * Applying relax-ninja-version-requirement.patch (114/116)
2018-09-18 14:09:20,347 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/ubuntu/relax-ninja-version-requirement.patch -d .. --no-backup-if-mismatch --forward
patching file tools/gn/tools/gn/ninja_build_writer.cc
2018-09-18 14:09:20,660 - INFO: * Applying manpage.patch (115/116)
2018-09-18 14:09:20,660 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/linux/manpage.patch -d .. --no-backup-if-mismatch --forward
patching file chrome/app/resources/manpage.1.in
2018-09-18 14:09:20,668 - INFO: * Applying remove-fcomplete-member-pointers-cflag.patch (116/116)
2018-09-18 14:09:20,668 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /home/intika/chrome/test/ungoogled-chromium/build/src/ungoogled_packaging/patches/ungoogled-chromium/remove-fcomplete-member-pointers-cflag.patch -d .. --no-backup-if-mismatch --forward
patching file build/config/compiler/BUILD.gn
+ python3 -m buildkit domains apply -b config_bundles/linux_portable -c domainsubcache.tar.gz ../
2018-09-18 14:09:21,771 - DEBUG: Initialized logger 'buildkit'
2018-09-18 14:09:21,772 - INFO: Path has no substitutions: chrome/browser/plugins/plugins_resource_service.cc
2018-09-18 14:09:21,941 - INFO: Path has no substitutions: chrome/browser/safe_browsing/client_side_model_loader.cc
2018-09-18 14:09:22,242 - INFO: Path has no substitutions: chrome/common/page_load_metrics/page_load_metrics_util.cc
2018-09-18 14:09:22,549 - INFO: Path has no substitutions: components/dom_distiller/content/browser/dom_distiller_viewer_source.cc
2018-09-18 14:09:22,550 - INFO: Path has no substitutions: components/dom_distiller/core/html/preview.html
2018-09-18 14:09:22,552 - INFO: Path has no substitutions: components/domain_reliability/google_configs.cc
2018-09-18 14:09:22,590 - INFO: Path has no substitutions: components/google/core/browser/google_url_tracker.cc
2018-09-18 14:09:23,037 - INFO: Path has no substitutions: components/variations/net/variations_http_headers.cc
2018-09-18 14:09:24,042 - INFO: Path has no substitutions: net/tools/transport_security_state_generator/transport_security_state_generator.cc
2018-09-18 14:09:24,175 - INFO: Path has no substitutions: rlz/lib/lib_values.cc
2018-09-18 14:09:26,519 - INFO: Path has no substitutions: third_party/catapult/third_party/polymer/components/font-roboto/roboto.html
2018-09-18 14:09:26,695 - INFO: Path has no substitutions: third_party/catapult/tracing/third_party/gl-matrix/jsdoc-template/static/default.css
2018-09-18 14:09:27,447 - INFO: Path has no substitutions: third_party/crashpad/crashpad/doc/support/crashpad_doxygen.css
2018-09-18 14:09:34,267 - INFO: Path has no substitutions: tools/md_browser/base.css
+ python3 -m buildkit gnargs print -b config_bundles/linux_portable
+ popd
/home/intika/chrome/test/ungoogled-chromium/build/src
+ export AR=llvm-ar
+ AR=llvm-ar
+ export NM=llvm-nm
+ NM=llvm-nm
+ export CC=clang
+ CC=clang
+ export CXX=clang++
+ CXX=clang++
+ ./tools/gn/bootstrap/bootstrap.py -o out/Default/gn
ninja: Entering directory `/home/intika/chrome/test/ungoogled-chromium/build/src/out/Release/gn_build'
[171/171] LINK gn
+ ./out/Default/gn gen out/Default --fail-on-unused-args
Done. Made 9356 targets from 1632 files in 6371ms
+ ninja -C out/Default chrome chrome_sandbox chromedriver
ninja: Entering directory `out/Default'
[451/20983] ACTION //chrome/test/chromedriver:embed_version_in_cpp(//build/toolchain/linux/unbundle:default)
ERROR:root:Git error: rc=0, output=''
[15000/20983] CXX obj/chrome/browser/media/router/discovery/discovery/dns_sd_device_lister.o
../../chrome/browser/media/router/discovery/mdns/dns_sd_device_lister.cc:13:6: warning: unused function 'FillServiceInfo' [-Wunused-function]
void FillServiceInfo(const ServiceDescription& service_description,
     ^
In file included from ../../chrome/browser/media/router/discovery/mdns/dns_sd_device_lister.cc:5:
../../chrome/browser/media/router/discovery/mdns/dns_sd_device_lister.h:45:24: warning: private field 'delegate_' is not used [-Wunused-private-field]
  DnsSdDelegate* const delegate_;
                       ^
../../chrome/browser/media/router/discovery/mdns/dns_sd_device_lister.h:47:8: warning: private field 'started_' is not used [-Wunused-private-field]
  bool started_;
       ^
3 warnings generated.
[15484/20983] CXX obj/components/autofill/core/browser/browser/autofill_download_manager.o
../../components/autofill/core/browser/autofill_download_manager.cc:145:34: warning: unused function 'GetNetworkTrafficAnnotation' [-Wunused-function]
net::NetworkTrafficAnnotationTag GetNetworkTrafficAnnotation(
                                 ^
1 warning generated.
[15550/20983] CXX obj/components/component_updater/component_updater/configurator_impl.o
In file included from ../../components/component_updater/configurator_impl.cc:5:
../../components/component_updater/configurator_impl.h:98:14: warning: private field 'require_encryption_' is not used [-Wunused-private-field]
  const bool require_encryption_;
             ^
1 warning generated.
[16966/20983] CXX obj/google_apis/google_apis/gaia_auth_fetcher.o
../../google_apis/gaia/gaia_auth_fetcher.cc:42:14: warning: unused variable 'kMaxMessageSize' [-Wunused-const-variable]
const size_t kMaxMessageSize = 1024 * 1024;  // 1MB
             ^
1 warning generated.
[17581/20983] CXX obj/chrome/browser/browser/browser_jumbo_23.o
In file included from gen/chrome/browser/browser_jumbo_23.cc:43:
./../../chrome/browser/net/trial_comparison_cert_verifier.cc:91:12: warning: unused variable 'profile' [-Wunused-variable]
  Profile* profile = reinterpret_cast<Profile*>(profile_id);
           ^
1 warning generated.
[17603/20983] CXX obj/chrome/browser/browser/browser_jumbo_11.o
In file included from gen/chrome/browser/browser_jumbo_11.cc:20:
./../../chrome/browser/search/search.cc:97:20: warning: unused function 'GetDefaultSearchProviderTemplateURL' [-Wunused-function]
const TemplateURL* GetDefaultSearchProviderTemplateURL(Profile* profile) {
                   ^
./../../chrome/browser/search/search.cc:140:6: warning: unused function 'IsURLAllowedForSupervisedUser' [-Wunused-function]
bool IsURLAllowedForSupervisedUser(const GURL& url, Profile* profile) {
     ^
./../../chrome/browser/search/search.cc:157:6: warning: unused function 'ShouldShowLocalNewTab' [-Wunused-function]
bool ShouldShowLocalNewTab(Profile* profile) {
     ^
./../../chrome/browser/search/search.cc:164:6: warning: unused function 'ShouldDelayRemoteNTP' [-Wunused-function]
bool ShouldDelayRemoteNTP(const GURL& search_provider_url, Profile* profile) {
     ^
4 warnings generated.
[17662/20983] CXX obj/chrome/browser/browser/browser_jumbo_1.o
In file included from gen/chrome/browser/browser_jumbo_1.cc:59:
./../../chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc:262:6: warning: unused function 'OnClearedCookies' [-Wunused-function]
void OnClearedCookies(base::OnceClosure done,
     ^
1 warning generated.
[17694/20983] CXX obj/chrome/browser/ui/ui/one_click_signin_links_delegate_impl.o
In file included from ../../chrome/browser/ui/sync/one_click_signin_links_delegate_impl.cc:5:
../../chrome/browser/ui/sync/one_click_signin_links_delegate_impl.h:26:18: warning: private field 'browser_' is not used [-Wunused-private-field]
  Browser* const browser_;
                 ^
1 warning generated.
[17695/20983] CXX obj/chrome/browser/extensions/extensions/extensions_jumbo_8.o
In file included from gen/chrome/browser/extensions/extensions_jumbo_8.cc:45:
./../../chrome/browser/extensions/webstore_installer.cc:114:16: warning: unused function 'GetDownloadFilePath' [-Wunused-function]
base::FilePath GetDownloadFilePath(const base::FilePath& download_directory,
               ^
./../../chrome/browser/extensions/webstore_installer.cc:144:6: warning: unused function 'MaybeAppendAuthUserParameter' [-Wunused-function]
void MaybeAppendAuthUserParameter(const std::string& authuser, GURL* url) {
     ^
2 warnings generated.
[18502/20983] CXX obj/extensions/browser/updater/updater/extension_downloader.o
../../extensions/browser/updater/extension_downloader.cc:90:12: warning: unused variable 'kDefaultInstallLocation' [-Wunused-const-variable]
const char kDefaultInstallLocation[] = "";
           ^
1 warning generated.
[20973/20983] LINK ./v8_context_snapshot_generator
FAILED: v8_context_snapshot_generator 
python "../../build/toolchain/gcc_link_wrapper.py" --output="./v8_context_snapshot_generator" -- clang++ -Wl,--build-id=sha1 -fPIC -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -Wl,-z,defs -Wl,--no-as-needed -fuse-ld=lld -Wl,--icf=all -Wl,--color-diagnostics -flto=thin -Wl,--thinlto-jobs=8 -Wl,--thinlto-cache-dir=thinlto-cache -Wl,--thinlto-cache-policy,cache_size=10\%:cache_size_bytes=10g:cache_size_files=100000 -Wl,--lto-O0 -fwhole-program-vtables -m64 -Wl,-O2 -Wl,--gc-sections -nostdlib++ -fsanitize=cfi-vcall -fsanitize=cfi-icall -rdynamic -Wl,-rpath-link=. -Wl,--disable-new-dtags -Wl,--icf=none -o "./v8_context_snapshot_generator" -Wl,--start-group @"./v8_context_snapshot_generator.rsp"  -Wl,--end-group   -ldl -lpthread -lrt -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -latomic -lresolv -lgio-2.0 -lX11 -lX11-xcb -lxcb -lXcomposite -lXcursor -lXdamage -lXext -lXfixes -lXi -lXrender -lXtst -lexpat -luuid -lXrandr -lpangocairo-1.0 -lpango-1.0 -lcairo -lXss -lasound -lm -lz -lpci -ldbus-1 
Alias must point to a definition
i32 (%struct._FcCharSet*, i32)* @FcCharSetHasChar
LLVM ERROR: Broken module found, compilation aborted!
LLVM ERROR: Failed to rename temporary file thinlto-cache/Thin-df2176.tmp.o to thinlto-cache/llvmcache-2AE339AC3FA8CE37836989F97A1BE24C7BAE5823: No such file or directory

LLVM ERROR: Failed to rename temporary file thinlto-cache/Thin-f96b49.tmp.o to thinlto-cache/llvmcache-0DCDEB0F93C0D9DE77470F3D49634B8957B7318F: No such file or directory

LLVM ERROR: Failed to rename temporary file thinlto-cache/Thin-e0d114.tmp.o to thinlto-cache/llvmcache-69F26B8A7958A256B2245F81A373EE61ACF0DE95: No such file or directory

clang-6.0.1: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
intika commented 6 years ago

OMG i solved the "2. Alias must point to a definition i32 (%struct._FcCharSet*, i32)* @FcCharSetHasChar" this was too stupid really too stupid... main reason was outaded lld version in the process of setting up the machine i did forget to install lld6 because v68 did not needed it to be at v6 or v8 (note that it did not work with lld/llvm/clang v6 i had to update to v8 to bypass the error for chrome v69)

So Solution Was :

zypper addrepo -f https://download.opensuse.org/repositories/home:/khnazile:/video/openSUSE_Leap_42.3/ clang8
zypper remove llvm6* clang6* *lld6* clang3_9-checker-3.9.1-33.12.x86_64 libLLVM70-32bit-7.0~svn20180529-18.1.x86_64
zypper install *llvm8* *clang8* python3-clang* *lld8* 

Now i have this error left "1. ERROR:root:Git error: rc=0, output=''" but it does not break the build process, i also removed gcc-6 and leaved gcc-7 installed, some dev adviced that because of that error... also it could be because of my glibc version (2.22) but i want a large backward compatibility for my build so... do you know the impact of that error ?

[493/20983] ACTION //chrome/test/chromedriver:embed_version_in_cpp(//build/toolchain/linux/unbundle:default)
ERROR:root:Git error: rc=0, output=''

Anyway v69 needs an update to the build process wiki

YaaAaAaAaaY i am finally having this v69 version to build... (still did not launch the binary lool)

Eloston commented 6 years ago

Congratulations on getting a build working!

note that it did not work with lld/llvm/clang v6 i had to update to v8 to bypass the error for chrome v69

So it seems Google is pushing for bleeding edge features yet again. Thanks for the info; I'll update the docs.

do you know the impact of that error ?

This also happens on Debian stretch builds, but I haven't looked into what causes it. If I am to guess, it's probably some Python script in the Chromium source tree that is running git.

Eloston commented 6 years ago

Do you know if LLVM 7 will work? It will be released soon, so it will be more widely available than LLVM 8.

intika commented 6 years ago

Do you know if LLVM 7 will work? It will be released soon, so it will be more widely available than LLVM 8.

i tried to use LLVM 7 etc. but i got some build error with it. (it could be because of the package being in a beta repo)

Thus said v69 src package from opensuse does not require clang8 nor clang7 i think the package from suse is using gcc to build

Eloston commented 6 years ago

i tried to use LLVM 7 etc. but i got some build error with it. (it could be because of the package being in a beta repo)

I see... then I suppose the features Google is using are present only in LLVM 8. That's unfortunate, considering LLVM 7 was just released :(

Thus said v69 src package from opensuse does not require clang8 nor clang7 i think the package from suse is using gcc to build

Right, there are a different set of fixes needed to work with GCC. Also, the configuration is different too (e.g. not using newer optimizations like CFI, LTO, etc.). I'm not sure why you're bringing this up since you're using linux_portable via linux_simple.

intika commented 6 years ago

Right, there are a different set of fixes needed to work with GCC. Also, the configuration is different too (e.g. not using newer optimizations like CFI, LTO, etc.). I'm not sure why you're bringing this up since you're using linux_portable via linux_simple.

At first when it failed to build i was thinking of applying the patchs directly to the src version provided by suse... i just had that in mind it's why i talked about it... but indeed it's not the same build

intika commented 6 years ago

@Eloston Just pushed the binaries to https://github.com/intika/ungoogled-chromium-binaries/releases I guess i will not PR ungoogled-chromium-binaries until v69.0.3497.92 is in dev.
plus users can still views those releases by clicking "view other release from..."

Do you prefer that i PR ungoogled-chromium-binaries ? with v69

Eloston commented 6 years ago

@intika I just pushed a new tag for 69.0.3497.100-1. You may submit a PR to ungoogled-chromium-binaries for that tag.

intika commented 6 years ago

@Eloston by the way have a look at this download stats :+1: :D (i know we could see that somewhere in the file stats... but this display is cool ^^ may be you already know)

Eloston commented 6 years ago

I didn't know that kind of metadata was available. Thanks for showing me :+1: