CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument  value.  Or, use the ... syntax
  to tell CMake that the project requires at least  but has been updated
  to work with policies introduced by  or earlier.


CMake Warning (dev) at Source/cmake/WebKitCommon.cmake:28 (find_package):
  Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
  are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

Call Stack (most recent call first):
  CMakeLists.txt:137 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Deprecation Warning at Source/WTF/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument  value.  Or, use the ... syntax
  to tell CMake that the project requires at least  but has been updated
  to work with policies introduced by  or earlier.


CMake Deprecation Warning at Source/JavaScriptCore/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument  value.  Or, use the ... syntax
  to tell CMake that the project requires at least  but has been updated
  to work with policies introduced by  or earlier.


CMake Deprecation Warning at Source/WebCore/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument  value.  Or, use the ... syntax
  to tell CMake that the project requires at least  but has been updated
  to work with policies introduced by  or earlier.


CMake Deprecation Warning at Source/WebKit/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument  value.  Or, use the ... syntax
  to tell CMake that the project requires at least  but has been updated
  to work with policies introduced by  or earlier.


CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS


/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:1877:41: warning: argument 2 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Wvla-parameter]
 1877 |     size_t encoded_size, const uint8_t* encoded_buffer, size_t* decoded_size,
      |                          ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:7:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/include/brotli/decode.h:199:19: note: previously declared as a variable length array ‘const uint8_t[encoded_size]’ {aka ‘const unsigned char[encoded_size]’}
  199 |     const uint8_t encoded_buffer[BROTLI_ARRAY_PARAM(encoded_size)],
      |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:1878:14: warning: argument 4 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Wvla-parameter]
 1878 |     uint8_t* decoded_buffer) {
      |     ~~~~~~~~~^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/include/brotli/decode.h:201:13: note: previously declared as a variable length array ‘uint8_t[*decoded_size]’ {aka ‘unsigned char[*decoded_size]’}
  201 |     uint8_t decoded_buffer[BROTLI_ARRAY_PARAM(*decoded_size)]);
      |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c: In function ‘BrotliDecoderDecompressStream’:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2030:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2030 |         s->state = BROTLI_STATE_METABLOCK_BEGIN;
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2032:7: note: here
 2032 |       case BROTLI_STATE_METABLOCK_BEGIN:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2035:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2035 |         s->state = BROTLI_STATE_METABLOCK_HEADER;
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2037:7: note: here
 2037 |       case BROTLI_STATE_METABLOCK_HEADER:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2106:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2106 |         s->state = BROTLI_STATE_HUFFMAN_CODE_1;
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2108:7: note: here
 2108 |       case BROTLI_STATE_HUFFMAN_CODE_1: {
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2113:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2113 |         s->state = BROTLI_STATE_HUFFMAN_CODE_2;
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2116:7: note: here
 2116 |       case BROTLI_STATE_HUFFMAN_CODE_2: {
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2121:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2121 |         s->state = BROTLI_STATE_HUFFMAN_CODE_3;
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2124:7: note: here
 2124 |       case BROTLI_STATE_HUFFMAN_CODE_3: {
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2136:45: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2136 |       case BROTLI_STATE_METABLOCK_HEADER_2: {
      |                                             ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2159:7: note: here
 2159 |       case BROTLI_STATE_CONTEXT_MODES:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2164:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2164 |         s->state = BROTLI_STATE_CONTEXT_MAP_1;
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2166:7: note: here
 2166 |       case BROTLI_STATE_CONTEXT_MAP_1:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2174:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2174 |         s->state = BROTLI_STATE_CONTEXT_MAP_2;
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2176:7: note: here
 2176 |       case BROTLI_STATE_CONTEXT_MAP_2:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2202:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2202 |         s->state = BROTLI_STATE_TREE_GROUP;
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2204:7: note: here
 2204 |       case BROTLI_STATE_TREE_GROUP:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2298:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2298 |         s->state = BROTLI_STATE_DONE;
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2300:7: note: here
 2300 |       case BROTLI_STATE_DONE:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c: In function ‘DecodeMetaBlockLength’:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:208:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
  208 |         s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_EMPTY;
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:211:7: note: here
  211 |       case BROTLI_STATE_METABLOCK_HEADER_EMPTY:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:219:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
  219 |         s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_NIBBLES;
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:222:7: note: here
  222 |       case BROTLI_STATE_METABLOCK_HEADER_NIBBLES:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:233:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
  233 |         s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_SIZE;
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:236:7: note: here
  236 |       case BROTLI_STATE_METABLOCK_HEADER_SIZE:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:248:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
  248 |         s->substate_metablock_header =
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  249 |             BROTLI_STATE_METABLOCK_HEADER_UNCOMPRESSED;
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:252:7: note: here
  252 |       case BROTLI_STATE_METABLOCK_HEADER_UNCOMPRESSED:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:270:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
  270 |         s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_BYTES;
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:273:7: note: here
  273 |       case BROTLI_STATE_METABLOCK_HEADER_BYTES:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:282:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
  282 |         s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_METADATA;
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:285:7: note: here
  285 |       case BROTLI_STATE_METABLOCK_HEADER_METADATA:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c: In function ‘CopyUncompressedBlockToOutput’:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:1322:34: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1322 |         s->substate_uncompressed = BROTLI_STATE_UNCOMPRESSED_WRITE;
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:1325:7: note: here
 1325 |       case BROTLI_STATE_UNCOMPRESSED_WRITE: {
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c: In function ‘DecodeVarLenUint8’:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:154:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
  154 |       if (bits == 0) {
      |          ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:160:5: note: here
  160 |     case BROTLI_STATE_DECODE_UINT8_SHORT:
      |     ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:171:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
  171 |       *value = bits;
      |       ~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:174:5: note: here
  174 |     case BROTLI_STATE_DECODE_UINT8_LONG:
      |     ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c: In function ‘ReadHuffmanCode’:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:718:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
  718 |         if (s->sub_loop_counter != 1) {
      |            ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:730:7: note: here
  730 |       case BROTLI_STATE_HUFFMAN_SIMPLE_SIZE:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:736:29: warning: this statement may fall through [-Wimplicit-fallthrough=]
  736 |         s->sub_loop_counter = 0;
      |         ~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:738:7: note: here
  738 |       case BROTLI_STATE_HUFFMAN_SIMPLE_READ: {
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:738:46: warning: this statement may fall through [-Wimplicit-fallthrough=]
  738 |       case BROTLI_STATE_HUFFMAN_SIMPLE_READ: {
      |                                              ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:746:7: note: here
  746 |       case BROTLI_STATE_HUFFMAN_SIMPLE_BUILD: {
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:787:29: warning: this statement may fall through [-Wimplicit-fallthrough=]
  787 |         s->substate_huffman = BROTLI_STATE_HUFFMAN_LENGTH_SYMBOLS;
      |         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:790:7: note: here
  790 |       case BROTLI_STATE_HUFFMAN_LENGTH_SYMBOLS: {
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c: In function ‘DecodeContextMap’:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:964:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
  964 |       s->substate_context_map = BROTLI_STATE_CONTEXT_MAP_READ_PREFIX;
      |       ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:966:5: note: here
  966 |     case BROTLI_STATE_CONTEXT_MAP_READ_PREFIX: {
      |     ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:966:48: warning: this statement may fall through [-Wimplicit-fallthrough=]
  966 |     case BROTLI_STATE_CONTEXT_MAP_READ_PREFIX: {
      |                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:984:5: note: here
  984 |     case BROTLI_STATE_CONTEXT_MAP_HUFFMAN:
      |     ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:989:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
  989 |       s->substate_context_map = BROTLI_STATE_CONTEXT_MAP_DECODE;
      |       ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:991:5: note: here
  991 |     case BROTLI_STATE_CONTEXT_MAP_DECODE: {
      |     ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:991:43: warning: this statement may fall through [-Wimplicit-fallthrough=]
  991 |     case BROTLI_STATE_CONTEXT_MAP_DECODE: {
      |                                           ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:1039:5: note: here
 1039 |     case BROTLI_STATE_CONTEXT_MAP_TRANSFORM: {
      |     ^~~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/ANGLE/src/common/mathutil.cpp:9:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/ANGLE/src/common/mathutil.h:575:8: error: ‘uint32_t’ does not name a type
  575 | inline uint32_t RotL(uint32_t x, int8_t r)
      |        ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/ANGLE/src/common/mathutil.h:19:1: note: ‘uint32_t’ is defined in header ‘’; did you forget to ‘#include ’?
   18 | #include 
  +++ |+#include 
   19 | 
make[2]: *** [Source/WebCore/CMakeFiles/ANGLESupport.dir/build.make:121: Source/WebCore/CMakeFiles/ANGLESupport.dir/__/ThirdParty/ANGLE/src/common/mathutil.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:2194: Source/WebCore/CMakeFiles/ANGLESupport.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/config.h:51,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator*=(U) [with U = long unsigned int; T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.cpp:199:20:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:597:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  597 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator*=(U) [with U = long unsigned int; T = long unsigned int; OverflowHandler = WTF::RecordOverflow]’:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.cpp:247:20:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:597:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  597 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/config.h:51,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, V) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuffer.h:44:90:   required from ‘WTF::StringBuffer::StringBuffer(unsigned int) [with CharType = unsigned char]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.cpp:817:28:   required from ‘WTF::Ref WTF::StringImpl::removeCharacters(const CharType*, WTF::CharacterMatchFunctionPtr) [with CharType = unsigned char; WTF::CharacterMatchFunctionPtr = bool (*)(char16_t)]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.cpp:841:32:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:761:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  761 |     return lhs * Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:173: note:   initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
make: *** [Makefile:166: all] Error 2
Traceback (most recent call last):
  File "/var/pisi/qt5-webkit/actions.py", line 26, in build
    cmaketools.make()
  File "/usr/lib/pisilinux/pisi/actionsapi/cmaketools.py", line 77, in make
    if system(command):
  File "/usr/lib/pisilinux/pisi/actionsapi/shelltools.py", line 255, in system
    error(_("Command \"%s\" failed, return value was %d.") % (command, retValue))
  File "/usr/lib/pisilinux/pisi/actionsapi/__init__.py", line 27, in error
    raise Error(msg)
pisi.actionsapi.Error: Command "make -j5" failed, return value was 2.
Action script error caught.
*** 1 error(s), 0 warning(s)
Program terminated.