Performing C++ SOURCE FILE Test ABSL_INTERNAL_AT_LEAST_CXX20 failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-rhidZG Run Build Command(s):/usr/bin/ninja cmTC_90973 && [1/2] Building CXX object CMakeFiles/cmTC_90973.dir/src.cxx.o FAILED: CMakeFiles/cmTC_90973.dir/src.cxx.o /usr/bin/c++ -DABSL_INTERNAL_AT_LEAST_CXX20 -std=gnu++17 -o CMakeFiles/cmTC_90973.dir/src.cxx.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-rhidZG/src.cxx /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-rhidZG/src.cxx:6:4: error: #error "The compiler defaults or is configured for C++ < 20" 6 | # error "The compiler defaults or is configured for C++ < 20" | ^~~~~ ninja: build stopped: subcommand failed. Source file was: #ifdef _MSC_VER # if _MSVC_LANG < 202002L # error "The compiler defaults or is configured for C++ < 20" # endif #elif __cplusplus < 202002L # error "The compiler defaults or is configured for C++ < 20" #endif int main() { return 0; } Determining if the function res_servicename exists failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-4bca99 Run Build Command(s):/usr/bin/ninja cmTC_d6b00 && [1/2] Building C object CMakeFiles/cmTC_d6b00.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_d6b00 FAILED: cmTC_d6b00 : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=res_servicename -rdynamic CMakeFiles/cmTC_d6b00.dir/CheckFunctionExists.c.o -o cmTC_d6b00 && : /usr/bin/ld: CMakeFiles/cmTC_d6b00.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `res_servicename' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function res_servicename exists in the resolv failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-TMq6Q3 Run Build Command(s):/usr/bin/ninja cmTC_a833a && [1/2] Building C object CMakeFiles/cmTC_a833a.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_a833a FAILED: cmTC_a833a : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=res_servicename CMakeFiles/cmTC_a833a.dir/CheckFunctionExists.c.o -o cmTC_a833a -lresolv && : /usr/bin/ld: CMakeFiles/cmTC_a833a.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `res_servicename' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if files sys/sockio.h exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-PhF5zk Run Build Command(s):/usr/bin/ninja cmTC_d777e && [1/2] Building C object CMakeFiles/cmTC_d777e.dir/HAVE_SYS_SOCKIO_H.c.o FAILED: CMakeFiles/cmTC_d777e.dir/HAVE_SYS_SOCKIO_H.c.o /usr/bin/cc -o CMakeFiles/cmTC_d777e.dir/HAVE_SYS_SOCKIO_H.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-PhF5zk/HAVE_SYS_SOCKIO_H.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-PhF5zk/HAVE_SYS_SOCKIO_H.c:2:10: fatal error: sys/sockio.h: No such file or directory 2 | #include | ^~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Source: /* */ #include int main(void){return 0;} Determining if files socket.h exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-KGOoop Run Build Command(s):/usr/bin/ninja cmTC_747e1 && [1/2] Building C object CMakeFiles/cmTC_747e1.dir/HAVE_SOCKET_H.c.o FAILED: CMakeFiles/cmTC_747e1.dir/HAVE_SOCKET_H.c.o /usr/bin/cc -o CMakeFiles/cmTC_747e1.dir/HAVE_SOCKET_H.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-KGOoop/HAVE_SOCKET_H.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-KGOoop/HAVE_SOCKET_H.c:2:10: fatal error: socket.h: No such file or directory 2 | #include | ^~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Source: /* */ #include int main(void){return 0;} Determining if files stropts.h exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-YStpPH Run Build Command(s):/usr/bin/ninja cmTC_77553 && [1/2] Building C object CMakeFiles/cmTC_77553.dir/HAVE_STROPTS_H.c.o FAILED: CMakeFiles/cmTC_77553.dir/HAVE_STROPTS_H.c.o /usr/bin/cc -o CMakeFiles/cmTC_77553.dir/HAVE_STROPTS_H.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-YStpPH/HAVE_STROPTS_H.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-YStpPH/HAVE_STROPTS_H.c:2:10: fatal error: stropts.h: No such file or directory 2 | #include | ^~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Source: /* */ #include int main(void){return 0;} Performing C SOURCE FILE Test HAVE_TYPE_SOCKET failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-Zx6fYy Run Build Command(s):/usr/bin/ninja cmTC_af092 && [1/2] Building C object CMakeFiles/cmTC_af092.dir/src.c.o FAILED: CMakeFiles/cmTC_af092.dir/src.c.o /usr/bin/cc -DHAVE_TYPE_SOCKET -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -o CMakeFiles/cmTC_af092.dir/src.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-Zx6fYy/src.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-Zx6fYy/src.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-Zx6fYy/src.c:27:25: error: unknown type name ‘SOCKET’ 27 | SOCKET var_exists; | ^~~~~~ ninja: build stopped: subcommand failed. Source file was: #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { SOCKET var_exists; (void)var_exists; return 0; } Determining if the SO_NONBLOCK exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-olfupT Run Build Command(s):/usr/bin/ninja cmTC_c4440 && [1/2] Building C object CMakeFiles/cmTC_c4440.dir/CheckSymbolExists.c.o FAILED: CMakeFiles/cmTC_c4440.dir/CheckSymbolExists.c.o /usr/bin/cc -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -o CMakeFiles/cmTC_c4440.dir/CheckSymbolExists.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-olfupT/CheckSymbolExists.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-olfupT/CheckSymbolExists.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-olfupT/CheckSymbolExists.c:28:19: error: ‘SO_NONBLOCK’ undeclared (first use in this function); did you mean ‘O_NONBLOCK’? 28 | return ((int*)(&SO_NONBLOCK))[argc]; | ^~~~~~~~~~~ | O_NONBLOCK /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-olfupT/CheckSymbolExists.c:28:19: note: each undeclared identifier is reported only once for each function it appears in ninja: build stopped: subcommand failed. File CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef SO_NONBLOCK return ((int*)(&SO_NONBLOCK))[argc]; #else (void)argc; return 0; #endif } Determining if the bitncmp exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-JwFM8g Run Build Command(s):/usr/bin/ninja cmTC_ae0b9 && [1/2] Building C object CMakeFiles/cmTC_ae0b9.dir/CheckSymbolExists.c.o FAILED: CMakeFiles/cmTC_ae0b9.dir/CheckSymbolExists.c.o /usr/bin/cc -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -o CMakeFiles/cmTC_ae0b9.dir/CheckSymbolExists.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-JwFM8g/CheckSymbolExists.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-JwFM8g/CheckSymbolExists.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-JwFM8g/CheckSymbolExists.c:28:19: error: ‘bitncmp’ undeclared (first use in this function); did you mean ‘bcmp’? 28 | return ((int*)(&bitncmp))[argc]; | ^~~~~~~ | bcmp /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-JwFM8g/CheckSymbolExists.c:28:19: note: each undeclared identifier is reported only once for each function it appears in ninja: build stopped: subcommand failed. File CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef bitncmp return ((int*)(&bitncmp))[argc]; #else (void)argc; return 0; #endif } Determining if the closesocket exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-83aey7 Run Build Command(s):/usr/bin/ninja cmTC_2d8ad && [1/2] Building C object CMakeFiles/cmTC_2d8ad.dir/CheckSymbolExists.c.o FAILED: CMakeFiles/cmTC_2d8ad.dir/CheckSymbolExists.c.o /usr/bin/cc -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -o CMakeFiles/cmTC_2d8ad.dir/CheckSymbolExists.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-83aey7/CheckSymbolExists.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-83aey7/CheckSymbolExists.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-83aey7/CheckSymbolExists.c:28:19: error: ‘closesocket’ undeclared (first use in this function) 28 | return ((int*)(&closesocket))[argc]; | ^~~~~~~~~~~ /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-83aey7/CheckSymbolExists.c:28:19: note: each undeclared identifier is reported only once for each function it appears in ninja: build stopped: subcommand failed. File CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef closesocket return ((int*)(&closesocket))[argc]; #else (void)argc; return 0; #endif } Determining if the CloseSocket exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-omFXib Run Build Command(s):/usr/bin/ninja cmTC_10cda && [1/2] Building C object CMakeFiles/cmTC_10cda.dir/CheckSymbolExists.c.o FAILED: CMakeFiles/cmTC_10cda.dir/CheckSymbolExists.c.o /usr/bin/cc -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -o CMakeFiles/cmTC_10cda.dir/CheckSymbolExists.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-omFXib/CheckSymbolExists.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-omFXib/CheckSymbolExists.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-omFXib/CheckSymbolExists.c:28:19: error: ‘CloseSocket’ undeclared (first use in this function) 28 | return ((int*)(&CloseSocket))[argc]; | ^~~~~~~~~~~ /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-omFXib/CheckSymbolExists.c:28:19: note: each undeclared identifier is reported only once for each function it appears in ninja: build stopped: subcommand failed. File CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef CloseSocket return ((int*)(&CloseSocket))[argc]; #else (void)argc; return 0; #endif } Determining if the inet_net_pton exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-aarvv2 Run Build Command(s):/usr/bin/ninja cmTC_e07fe && [1/2] Building C object CMakeFiles/cmTC_e07fe.dir/CheckSymbolExists.c.o [2/2] Linking C executable cmTC_e07fe FAILED: cmTC_e07fe : && /usr/bin/cc -rdynamic CMakeFiles/cmTC_e07fe.dir/CheckSymbolExists.c.o -o cmTC_e07fe && : /usr/bin/ld: CMakeFiles/cmTC_e07fe.dir/CheckSymbolExists.c.o: in function `main': CheckSymbolExists.c:(.text+0x1b): undefined reference to `inet_net_pton' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. File CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef inet_net_pton return ((int*)(&inet_net_pton))[argc]; #else (void)argc; return 0; #endif } Determining if the ioctlsocket exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-9J3gs1 Run Build Command(s):/usr/bin/ninja cmTC_e0808 && [1/2] Building C object CMakeFiles/cmTC_e0808.dir/CheckSymbolExists.c.o FAILED: CMakeFiles/cmTC_e0808.dir/CheckSymbolExists.c.o /usr/bin/cc -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -o CMakeFiles/cmTC_e0808.dir/CheckSymbolExists.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-9J3gs1/CheckSymbolExists.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-9J3gs1/CheckSymbolExists.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-9J3gs1/CheckSymbolExists.c:28:19: error: ‘ioctlsocket’ undeclared (first use in this function) 28 | return ((int*)(&ioctlsocket))[argc]; | ^~~~~~~~~~~ /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-9J3gs1/CheckSymbolExists.c:28:19: note: each undeclared identifier is reported only once for each function it appears in ninja: build stopped: subcommand failed. File CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef ioctlsocket return ((int*)(&ioctlsocket))[argc]; #else (void)argc; return 0; #endif } Determining if the IoctlSocket exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-CkrCT6 Run Build Command(s):/usr/bin/ninja cmTC_a8aa1 && [1/2] Building C object CMakeFiles/cmTC_a8aa1.dir/CheckSymbolExists.c.o FAILED: CMakeFiles/cmTC_a8aa1.dir/CheckSymbolExists.c.o /usr/bin/cc -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -o CMakeFiles/cmTC_a8aa1.dir/CheckSymbolExists.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-CkrCT6/CheckSymbolExists.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-CkrCT6/CheckSymbolExists.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-CkrCT6/CheckSymbolExists.c:28:19: error: ‘IoctlSocket’ undeclared (first use in this function) 28 | return ((int*)(&IoctlSocket))[argc]; | ^~~~~~~~~~~ /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-CkrCT6/CheckSymbolExists.c:28:19: note: each undeclared identifier is reported only once for each function it appears in ninja: build stopped: subcommand failed. File CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef IoctlSocket return ((int*)(&IoctlSocket))[argc]; #else (void)argc; return 0; #endif } Determining if the strcmpi exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-TOVSig Run Build Command(s):/usr/bin/ninja cmTC_e1caf && [1/2] Building C object CMakeFiles/cmTC_e1caf.dir/CheckSymbolExists.c.o FAILED: CMakeFiles/cmTC_e1caf.dir/CheckSymbolExists.c.o /usr/bin/cc -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -o CMakeFiles/cmTC_e1caf.dir/CheckSymbolExists.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-TOVSig/CheckSymbolExists.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-TOVSig/CheckSymbolExists.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-TOVSig/CheckSymbolExists.c:28:19: error: ‘strcmpi’ undeclared (first use in this function); did you mean ‘strcmp’? 28 | return ((int*)(&strcmpi))[argc]; | ^~~~~~~ | strcmp /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-TOVSig/CheckSymbolExists.c:28:19: note: each undeclared identifier is reported only once for each function it appears in ninja: build stopped: subcommand failed. File CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef strcmpi return ((int*)(&strcmpi))[argc]; #else (void)argc; return 0; #endif } Determining if the stricmp exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-l4jTiQ Run Build Command(s):/usr/bin/ninja cmTC_6fcd9 && [1/2] Building C object CMakeFiles/cmTC_6fcd9.dir/CheckSymbolExists.c.o FAILED: CMakeFiles/cmTC_6fcd9.dir/CheckSymbolExists.c.o /usr/bin/cc -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -o CMakeFiles/cmTC_6fcd9.dir/CheckSymbolExists.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-l4jTiQ/CheckSymbolExists.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-l4jTiQ/CheckSymbolExists.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-l4jTiQ/CheckSymbolExists.c:28:19: error: ‘stricmp’ undeclared (first use in this function); did you mean ‘strncmp’? 28 | return ((int*)(&stricmp))[argc]; | ^~~~~~~ | strncmp /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-l4jTiQ/CheckSymbolExists.c:28:19: note: each undeclared identifier is reported only once for each function it appears in ninja: build stopped: subcommand failed. File CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef stricmp return ((int*)(&stricmp))[argc]; #else (void)argc; return 0; #endif } Determining if the strncmpi exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-3yNTUX Run Build Command(s):/usr/bin/ninja cmTC_e0b03 && [1/2] Building C object CMakeFiles/cmTC_e0b03.dir/CheckSymbolExists.c.o FAILED: CMakeFiles/cmTC_e0b03.dir/CheckSymbolExists.c.o /usr/bin/cc -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -o CMakeFiles/cmTC_e0b03.dir/CheckSymbolExists.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-3yNTUX/CheckSymbolExists.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-3yNTUX/CheckSymbolExists.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-3yNTUX/CheckSymbolExists.c:28:19: error: ‘strncmpi’ undeclared (first use in this function); did you mean ‘strncmp’? 28 | return ((int*)(&strncmpi))[argc]; | ^~~~~~~~ | strncmp /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-3yNTUX/CheckSymbolExists.c:28:19: note: each undeclared identifier is reported only once for each function it appears in ninja: build stopped: subcommand failed. File CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef strncmpi return ((int*)(&strncmpi))[argc]; #else (void)argc; return 0; #endif } Determining if the strnicmp exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-67ela8 Run Build Command(s):/usr/bin/ninja cmTC_f9bcb && [1/2] Building C object CMakeFiles/cmTC_f9bcb.dir/CheckSymbolExists.c.o FAILED: CMakeFiles/cmTC_f9bcb.dir/CheckSymbolExists.c.o /usr/bin/cc -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -o CMakeFiles/cmTC_f9bcb.dir/CheckSymbolExists.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-67ela8/CheckSymbolExists.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-67ela8/CheckSymbolExists.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-67ela8/CheckSymbolExists.c:28:19: error: ‘strnicmp’ undeclared (first use in this function); did you mean ‘strncmp’? 28 | return ((int*)(&strnicmp))[argc]; | ^~~~~~~~ | strncmp /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-67ela8/CheckSymbolExists.c:28:19: note: each undeclared identifier is reported only once for each function it appears in ninja: build stopped: subcommand failed. File CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef strnicmp return ((int*)(&strnicmp))[argc]; #else (void)argc; return 0; #endif } Determining if the function __system_property_get exists failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-lK2KtY Run Build Command(s):/usr/bin/ninja cmTC_877dc && [1/2] Building C object CMakeFiles/cmTC_877dc.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_877dc FAILED: cmTC_877dc : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=__system_property_get -rdynamic CMakeFiles/cmTC_877dc.dir/CheckFunctionExists.c.o -o cmTC_877dc && : /usr/bin/ld: CMakeFiles/cmTC_877dc.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `__system_property_get' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function connect exists in the socket failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-oATj1v Run Build Command(s):/usr/bin/ninja cmTC_2b1ad && [1/2] Building C object CMakeFiles/cmTC_2b1ad.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_2b1ad FAILED: cmTC_2b1ad : && /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -DCHECK_FUNCTION_EXISTS=connect CMakeFiles/cmTC_2b1ad.dir/CheckFunctionExists.c.o -o cmTC_2b1ad -lsocket && : /usr/bin/ld: cannot find -lsocket: No such file or directory collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function ldap_init exists in the ldap failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-NPXoe6 Run Build Command(s):/usr/bin/ninja cmTC_b0575 && [1/2] Building C object CMakeFiles/cmTC_b0575.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_b0575 FAILED: cmTC_b0575 : && /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -DCHECK_FUNCTION_EXISTS=ldap_init CMakeFiles/cmTC_b0575.dir/CheckFunctionExists.c.o -o cmTC_b0575 -lldap && : /usr/bin/ld: cannot find -lldap: No such file or directory collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function ber_init exists in the lber failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-bjl20W Run Build Command(s):/usr/bin/ninja cmTC_31d6f && [1/2] Building C object CMakeFiles/cmTC_31d6f.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_31d6f FAILED: cmTC_31d6f : && /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -DCHECK_FUNCTION_EXISTS=ber_init CMakeFiles/cmTC_31d6f.dir/CheckFunctionExists.c.o -o cmTC_31d6f -llber && : /usr/bin/ld: cannot find -llber: No such file or directory collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if files ;ldap.h exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-K6VzDh Run Build Command(s):/usr/bin/ninja cmTC_6c9df && [1/2] Building C object CMakeFiles/cmTC_6c9df.dir/HAVE_LDAP_H.c.o FAILED: CMakeFiles/cmTC_6c9df.dir/HAVE_LDAP_H.c.o /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -o CMakeFiles/cmTC_6c9df.dir/HAVE_LDAP_H.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-K6VzDh/HAVE_LDAP_H.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-K6VzDh/HAVE_LDAP_H.c:2:10: fatal error: ldap.h: No such file or directory 2 | #include | ^~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Source: /* */ #include int main(void){return 0;} Determining if files ;lber.h exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-rkJEe4 Run Build Command(s):/usr/bin/ninja cmTC_55e38 && [1/2] Building C object CMakeFiles/cmTC_55e38.dir/HAVE_LBER_H.c.o FAILED: CMakeFiles/cmTC_55e38.dir/HAVE_LBER_H.c.o /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -o CMakeFiles/cmTC_55e38.dir/HAVE_LBER_H.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-rkJEe4/HAVE_LBER_H.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-rkJEe4/HAVE_LBER_H.c:2:10: fatal error: lber.h: No such file or directory 2 | #include | ^~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Source: /* */ #include int main(void){return 0;} Determining if files sys/eventfd.h;sys/filio.h exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-b5DX9T Run Build Command(s):/usr/bin/ninja cmTC_643bb && [1/2] Building C object CMakeFiles/cmTC_643bb.dir/HAVE_SYS_FILIO_H.c.o FAILED: CMakeFiles/cmTC_643bb.dir/HAVE_SYS_FILIO_H.c.o /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -o CMakeFiles/cmTC_643bb.dir/HAVE_SYS_FILIO_H.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-b5DX9T/HAVE_SYS_FILIO_H.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-b5DX9T/HAVE_SYS_FILIO_H.c:3:10: fatal error: sys/filio.h: No such file or directory 3 | #include | ^~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Source: /* */ #include #include int main(void){return 0;} Determining if files sys/eventfd.h;sys/wait.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/un.h;sys/utime.h exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-Jo5BH7 Run Build Command(s):/usr/bin/ninja cmTC_fec08 && [1/2] Building C object CMakeFiles/cmTC_fec08.dir/HAVE_SYS_UTIME_H.c.o FAILED: CMakeFiles/cmTC_fec08.dir/HAVE_SYS_UTIME_H.c.o /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -o CMakeFiles/cmTC_fec08.dir/HAVE_SYS_UTIME_H.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-Jo5BH7/HAVE_SYS_UTIME_H.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-Jo5BH7/HAVE_SYS_UTIME_H.c:14:10: fatal error: sys/utime.h: No such file or directory 14 | #include | ^~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/eventfd.h;sys/wait.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/un.h;sys/xattr.h;arpa/inet.h;dirent.h;fcntl.h;ifaddrs.h;io.h exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-EliXCi Run Build Command(s):/usr/bin/ninja cmTC_e0e07 && [1/2] Building C object CMakeFiles/cmTC_e0e07.dir/HAVE_IO_H.c.o FAILED: CMakeFiles/cmTC_e0e07.dir/HAVE_IO_H.c.o /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -o CMakeFiles/cmTC_e0e07.dir/HAVE_IO_H.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-EliXCi/HAVE_IO_H.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-EliXCi/HAVE_IO_H.c:19:10: fatal error: io.h: No such file or directory 19 | #include | ^~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining size of __int64 failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-v5iLH2 Run Build Command(s):/usr/bin/ninja cmTC_55e77 && [1/2] Building C object CMakeFiles/cmTC_55e77.dir/SIZEOF___INT64.c.o FAILED: CMakeFiles/cmTC_55e77.dir/SIZEOF___INT64.c.o /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -o CMakeFiles/cmTC_55e77.dir/SIZEOF___INT64.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-v5iLH2/SIZEOF___INT64.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-v5iLH2/SIZEOF___INT64.c:27:22: error: ‘__int64’ undeclared here (not in a function); did you mean ‘__int64_t’? 27 | #define SIZE (sizeof(__int64)) | ^~~~~~~ /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-v5iLH2/SIZEOF___INT64.c:29:12: note: in expansion of macro ‘SIZE’ 29 | ('0' + ((SIZE / 10000)%10)), | ^~~~ ninja: build stopped: subcommand failed. SIZEOF___INT64.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__PPC64__) # define KEY '_','_','P','P','C','6','4','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__PPC__) # define KEY '_','_','P','P','C','_','_' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(__int64)) static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining if the memrchr exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-R11Rd3 Run Build Command(s):/usr/bin/ninja cmTC_f4b42 && [1/2] Building C object CMakeFiles/cmTC_f4b42.dir/CheckSymbolExists.c.o FAILED: CMakeFiles/cmTC_f4b42.dir/CheckSymbolExists.c.o /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -o CMakeFiles/cmTC_f4b42.dir/CheckSymbolExists.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-R11Rd3/CheckSymbolExists.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-R11Rd3/CheckSymbolExists.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-R11Rd3/CheckSymbolExists.c:41:19: error: ‘memrchr’ undeclared (first use in this function); did you mean ‘memchr’? 41 | return ((int*)(&memrchr))[argc]; | ^~~~~~~ | memchr /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-R11Rd3/CheckSymbolExists.c:41:19: note: each undeclared identifier is reported only once for each function it appears in /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-R11Rd3/CheckSymbolExists.c:37:14: warning: parameter ‘argc’ set but not used [-Wunused-but-set-parameter] 37 | int main(int argc, char** argv) | ~~~~^~~~ ninja: build stopped: subcommand failed. File CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef memrchr return ((int*)(&memrchr))[argc]; #else (void)argc; return 0; #endif } Determining if the getpass_r exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-MBRBSD Run Build Command(s):/usr/bin/ninja cmTC_f3a7d && [1/2] Building C object CMakeFiles/cmTC_f3a7d.dir/CheckSymbolExists.c.o FAILED: CMakeFiles/cmTC_f3a7d.dir/CheckSymbolExists.c.o /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -o CMakeFiles/cmTC_f3a7d.dir/CheckSymbolExists.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-MBRBSD/CheckSymbolExists.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-MBRBSD/CheckSymbolExists.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-MBRBSD/CheckSymbolExists.c:40:19: error: ‘getpass_r’ undeclared (first use in this function); did you mean ‘getpass’? 40 | return ((int*)(&getpass_r))[argc]; | ^~~~~~~~~ | getpass /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-MBRBSD/CheckSymbolExists.c:40:19: note: each undeclared identifier is reported only once for each function it appears in /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-MBRBSD/CheckSymbolExists.c:36:14: warning: parameter ‘argc’ set but not used [-Wunused-but-set-parameter] 36 | int main(int argc, char** argv) | ~~~~^~~~ ninja: build stopped: subcommand failed. File CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef getpass_r return ((int*)(&getpass_r))[argc]; #else (void)argc; return 0; #endif } Determining if the _fseeki64 exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-XJNPsc Run Build Command(s):/usr/bin/ninja cmTC_c14c8 && [1/2] Building C object CMakeFiles/cmTC_c14c8.dir/CheckSymbolExists.c.o FAILED: CMakeFiles/cmTC_c14c8.dir/CheckSymbolExists.c.o /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -o CMakeFiles/cmTC_c14c8.dir/CheckSymbolExists.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-XJNPsc/CheckSymbolExists.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-XJNPsc/CheckSymbolExists.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-XJNPsc/CheckSymbolExists.c:41:19: error: ‘_fseeki64’ undeclared (first use in this function) 41 | return ((int*)(&_fseeki64))[argc]; | ^~~~~~~~~ /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-XJNPsc/CheckSymbolExists.c:41:19: note: each undeclared identifier is reported only once for each function it appears in /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-XJNPsc/CheckSymbolExists.c:37:14: warning: parameter ‘argc’ set but not used [-Wunused-but-set-parameter] 37 | int main(int argc, char** argv) | ~~~~^~~~ ninja: build stopped: subcommand failed. File CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef _fseeki64 return ((int*)(&_fseeki64))[argc]; #else (void)argc; return 0; #endif } Determining if the setmode exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-m0U5Ue Run Build Command(s):/usr/bin/ninja cmTC_3c295 && [1/2] Building C object CMakeFiles/cmTC_3c295.dir/CheckSymbolExists.c.o FAILED: CMakeFiles/cmTC_3c295.dir/CheckSymbolExists.c.o /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -o CMakeFiles/cmTC_3c295.dir/CheckSymbolExists.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-m0U5Ue/CheckSymbolExists.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-m0U5Ue/CheckSymbolExists.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-m0U5Ue/CheckSymbolExists.c:40:19: error: ‘setmode’ undeclared (first use in this function) 40 | return ((int*)(&setmode))[argc]; | ^~~~~~~ /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-m0U5Ue/CheckSymbolExists.c:40:19: note: each undeclared identifier is reported only once for each function it appears in /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-m0U5Ue/CheckSymbolExists.c:36:14: warning: parameter ‘argc’ set but not used [-Wunused-but-set-parameter] 36 | int main(int argc, char** argv) | ~~~~^~~~ ninja: build stopped: subcommand failed. File CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef setmode return ((int*)(&setmode))[argc]; #else (void)argc; return 0; #endif } Determining if the function mach_absolute_time exists failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-8s8Uii Run Build Command(s):/usr/bin/ninja cmTC_8bd4e && [1/2] Building C object CMakeFiles/cmTC_8bd4e.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_8bd4e FAILED: cmTC_8bd4e : && /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -DCHECK_FUNCTION_EXISTS=mach_absolute_time -rdynamic CMakeFiles/cmTC_8bd4e.dir/CheckFunctionExists.c.o -o cmTC_8bd4e && : /usr/bin/ld: CMakeFiles/cmTC_8bd4e.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `mach_absolute_time' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Performing Test HAVE_FSETXATTR_6 failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_c7587 && [1/2] Building C object CMakeFiles/cmTC_c7587.dir/CurlTests.c.o FAILED: CMakeFiles/cmTC_c7587.dir/CurlTests.c.o /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -DHAVE_FSETXATTR_6 -DHAVE_SYS_EVENTFD_H -DHAVE_SYS_WAIT_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ARPA_INET_H -DHAVE_DIRENT_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_NETINET_UDP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_STRINGS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -o CMakeFiles/cmTC_c7587.dir/CurlTests.c.o -c /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:356:3: error: too many arguments to function ‘fsetxattr’ 356 | fsetxattr(0, 0, 0, 0, 0, 0); | ^~~~~~~~~ In file included from /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:353: /usr/include/x86_64-linux-gnu/sys/xattr.h:54:12: note: declared here 54 | extern int fsetxattr (int __fd, const char *__name, const void *__value, | ^~~~~~~~~ ninja: build stopped: subcommand failed. Performing Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_79cdf && [1/2] Building C object CMakeFiles/cmTC_79cdf.dir/CurlTests.c.o FAILED: CMakeFiles/cmTC_79cdf.dir/CurlTests.c.o /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -DHAVE_IOCTLSOCKET_CAMEL_FIONBIO -DHAVE_SYS_EVENTFD_H -DHAVE_SYS_WAIT_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ARPA_INET_H -DHAVE_DIRENT_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_NETINET_UDP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_STRINGS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -o CMakeFiles/cmTC_79cdf.dir/CurlTests.c.o -c /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:214:11: error: implicit declaration of function ‘IoctlSocket’ [-Werror=implicit-function-declaration] 214 | if(0 != IoctlSocket(0, FIONBIO, &flags)) | ^~~~~~~~~~~ /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:214:11: warning: nested extern declaration of ‘IoctlSocket’ [-Wnested-externs] /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:214:26: error: ‘FIONBIO’ undeclared (first use in this function) 214 | if(0 != IoctlSocket(0, FIONBIO, &flags)) | ^~~~~~~ /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:214:26: note: each undeclared identifier is reported only once for each function it appears in cc1: some warnings being treated as errors ninja: build stopped: subcommand failed. Performing Test HAVE_IOCTLSOCKET_FIONBIO failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_63d27 && [1/2] Building C object CMakeFiles/cmTC_63d27.dir/CurlTests.c.o FAILED: CMakeFiles/cmTC_63d27.dir/CurlTests.c.o /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -DHAVE_IOCTLSOCKET_FIONBIO -DHAVE_SYS_EVENTFD_H -DHAVE_SYS_WAIT_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ARPA_INET_H -DHAVE_DIRENT_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_NETINET_UDP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_STRINGS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -o CMakeFiles/cmTC_63d27.dir/CurlTests.c.o -c /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:232:11: error: implicit declaration of function ‘ioctlsocket’ [-Werror=implicit-function-declaration] 232 | if(0 != ioctlsocket(0, FIONBIO, &flags)) | ^~~~~~~~~~~ /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:232:11: warning: nested extern declaration of ‘ioctlsocket’ [-Wnested-externs] /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:232:26: error: ‘FIONBIO’ undeclared (first use in this function) 232 | if(0 != ioctlsocket(0, FIONBIO, &flags)) | ^~~~~~~ /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:232:26: note: each undeclared identifier is reported only once for each function it appears in cc1: some warnings being treated as errors ninja: build stopped: subcommand failed. Performing Test HAVE_SETSOCKOPT_SO_NONBLOCK failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_31b28 && [1/2] Building C object CMakeFiles/cmTC_31b28.dir/CurlTests.c.o FAILED: CMakeFiles/cmTC_31b28.dir/CurlTests.c.o /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -DHAVE_SETSOCKOPT_SO_NONBLOCK -DHAVE_SYS_EVENTFD_H -DHAVE_SYS_WAIT_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ARPA_INET_H -DHAVE_DIRENT_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_NETINET_UDP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_STRINGS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -o CMakeFiles/cmTC_31b28.dir/CurlTests.c.o -c /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:314:37: error: ‘SO_NONBLOCK’ undeclared (first use in this function); did you mean ‘SOCK_NONBLOCK’? 314 | if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0)) | ^~~~~~~~~~~ | SOCK_NONBLOCK /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:314:37: note: each undeclared identifier is reported only once for each function it appears in ninja: build stopped: subcommand failed. Performing Test HAVE_GETHOSTBYNAME_R_3 failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_2f032 && [1/2] Building C object CMakeFiles/cmTC_2f032.dir/CurlTests.c.o FAILED: CMakeFiles/cmTC_2f032.dir/CurlTests.c.o /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -DHAVE_GETHOSTBYNAME_R_3 -DHAVE_SYS_EVENTFD_H -DHAVE_SYS_WAIT_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ARPA_INET_H -DHAVE_DIRENT_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_NETINET_UDP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_STRINGS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -o CMakeFiles/cmTC_2f032.dir/CurlTests.c.o -c /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:73:19: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 73 | char *address = "example.com"; | ^~~~~~~~~~~~~ /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:80:23: error: storage size of ‘hdata’ isn’t known 80 | struct hostent_data hdata; | ^~~~~ /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:92:8: error: too few arguments to function ‘gethostbyname_r’ 92 | rc = gethostbyname_r(address, &h, &hdata); | ^~~~~~~~~~~~~~~ In file included from /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:70: /usr/include/netdb.h:177:12: note: declared here 177 | extern int gethostbyname_r (const char *__restrict __name, | ^~~~~~~~~~~~~~~ /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:80:23: warning: unused variable ‘hdata’ [-Wunused-variable] 80 | struct hostent_data hdata; | ^~~~~ ninja: build stopped: subcommand failed. Performing Test HAVE_GETHOSTBYNAME_R_5 failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_9fd54 && [1/2] Building C object CMakeFiles/cmTC_9fd54.dir/CurlTests.c.o FAILED: CMakeFiles/cmTC_9fd54.dir/CurlTests.c.o /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -DHAVE_GETHOSTBYNAME_R_5 -DHAVE_SYS_EVENTFD_H -DHAVE_SYS_WAIT_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ARPA_INET_H -DHAVE_DIRENT_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_NETINET_UDP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_STRINGS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -o CMakeFiles/cmTC_9fd54.dir/CurlTests.c.o -c /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:73:19: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 73 | char *address = "example.com"; | ^~~~~~~~~~~~~ /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:95:51: warning: passing argument 5 of ‘gethostbyname_r’ from incompatible pointer type [-Wincompatible-pointer-types] 95 | rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); | ^~~~~~~~~ | | | int * In file included from /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:70: /usr/include/netdb.h:180:57: note: expected ‘struct hostent ** restrict’ but argument is of type ‘int *’ 180 | struct hostent **__restrict __result, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:95:8: error: too few arguments to function ‘gethostbyname_r’ 95 | rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); | ^~~~~~~~~~~~~~~ /usr/include/netdb.h:177:12: note: declared here 177 | extern int gethostbyname_r (const char *__restrict __name, | ^~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. Performing Test HAVE_GETHOSTBYNAME_R_3_REENTRANT failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_616b7 && [1/2] Building C object CMakeFiles/cmTC_616b7.dir/CurlTests.c.o FAILED: CMakeFiles/cmTC_616b7.dir/CurlTests.c.o /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -DHAVE_GETHOSTBYNAME_R_3_REENTRANT -DHAVE_SYS_EVENTFD_H -DHAVE_SYS_WAIT_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ARPA_INET_H -DHAVE_DIRENT_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_NETINET_UDP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_STRINGS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -o CMakeFiles/cmTC_616b7.dir/CurlTests.c.o -c /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:73:19: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 73 | char *address = "example.com"; | ^~~~~~~~~~~~~ /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:80:23: error: storage size of ‘hdata’ isn’t known 80 | struct hostent_data hdata; | ^~~~~ /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:92:8: error: too few arguments to function ‘gethostbyname_r’ 92 | rc = gethostbyname_r(address, &h, &hdata); | ^~~~~~~~~~~~~~~ In file included from /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:70: /usr/include/netdb.h:177:12: note: declared here 177 | extern int gethostbyname_r (const char *__restrict __name, | ^~~~~~~~~~~~~~~ /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:80:23: warning: unused variable ‘hdata’ [-Wunused-variable] 80 | struct hostent_data hdata; | ^~~~~ ninja: build stopped: subcommand failed. Performing Test HAVE_GETHOSTBYNAME_R_5_REENTRANT failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_210c6 && [1/2] Building C object CMakeFiles/cmTC_210c6.dir/CurlTests.c.o FAILED: CMakeFiles/cmTC_210c6.dir/CurlTests.c.o /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -DHAVE_GETHOSTBYNAME_R_5_REENTRANT -DHAVE_SYS_EVENTFD_H -DHAVE_SYS_WAIT_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ARPA_INET_H -DHAVE_DIRENT_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_NETINET_UDP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_STRINGS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -o CMakeFiles/cmTC_210c6.dir/CurlTests.c.o -c /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:73:19: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 73 | char *address = "example.com"; | ^~~~~~~~~~~~~ /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:95:51: warning: passing argument 5 of ‘gethostbyname_r’ from incompatible pointer type [-Wincompatible-pointer-types] 95 | rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); | ^~~~~~~~~ | | | int * In file included from /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:70: /usr/include/netdb.h:180:57: note: expected ‘struct hostent ** restrict’ but argument is of type ‘int *’ 180 | struct hostent **__restrict __result, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:95:8: error: too few arguments to function ‘gethostbyname_r’ 95 | rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); | ^~~~~~~~~~~~~~~ /usr/include/netdb.h:177:12: note: declared here 177 | extern int gethostbyname_r (const char *__restrict __name, | ^~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. Performing Test HAVE_GLIBC_STRERROR_R failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_18c5d && [1/2] Building C object CMakeFiles/cmTC_18c5d.dir/CurlTests.c.o FAILED: CMakeFiles/cmTC_18c5d.dir/CurlTests.c.o /usr/bin/cc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wstrict-aliasing=3 -Wtrampolines -Wformat=2 -Warray-bounds=2 -ftree-vrp -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Walloc-zero -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -DHAVE_GLIBC_STRERROR_R -DHAVE_SYS_EVENTFD_H -DHAVE_SYS_WAIT_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ARPA_INET_H -DHAVE_DIRENT_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_NETINET_UDP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_STRINGS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -o CMakeFiles/cmTC_18c5d.dir/CurlTests.c.o -c /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:325:6: warning: no previous prototype for ‘check’ [-Wmissing-prototypes] 325 | void check(char c) {} | ^~~~~ /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c: In function ‘check’: /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:325:17: warning: unused parameter ‘c’ [-Wunused-parameter] 325 | void check(char c) {} | ~~~~~^ /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/packager/third_party/curl/source/CMake/CurlTests.c:331:51: error: subscripted value is neither array nor pointer nor vector 331 | check(strerror_r(EACCES, buffer, sizeof(buffer))[0]); | ^ ninja: build stopped: subcommand failed. Performing C++ SOURCE FILE Test CXX_FLAG_SUPPORTED failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-YjGo2B Run Build Command(s):/usr/bin/ninja cmTC_93e84 && [1/2] Building CXX object CMakeFiles/cmTC_93e84.dir/src.cxx.o FAILED: CMakeFiles/cmTC_93e84.dir/src.cxx.o /usr/bin/c++ -DCXX_FLAG_SUPPORTED -std=c++11 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Wall -Wextra -Wnarrowing -Wno-deprecated -Wshorten-64-to-32 -std=gnu++17 -o CMakeFiles/cmTC_93e84.dir/src.cxx.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-YjGo2B/src.cxx c++: error: unrecognized command-line option '-Wshorten-64-to-32' ninja: build stopped: subcommand failed. Source file was: int main() { return 0; } Performing C SOURCE FILE Test HAVE_BROKEN_SS_FAMILY failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-ZzEsWi Run Build Command(s):/usr/bin/ninja cmTC_96d28 && [1/2] Building C object CMakeFiles/cmTC_96d28.dir/src.c.o FAILED: CMakeFiles/cmTC_96d28.dir/src.c.o /usr/bin/cc -DHAVE_BROKEN_SS_FAMILY -o CMakeFiles/cmTC_96d28.dir/src.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-ZzEsWi/src.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-ZzEsWi/src.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-ZzEsWi/src.c:7:48: error: ‘struct sockaddr_storage’ has no member named ‘__ss_family’; did you mean ‘ss_family’? 7 | (void)sizeof(((struct sockaddr_storage *)0)->__ss_family); | ^~~~~~~~~~~ | ss_family ninja: build stopped: subcommand failed. Source file was: #include #include int main() { (void)sizeof(((struct sockaddr_storage *)0)->__ss_family); return 0; } Determining if the function class exists failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-3EnSyD Run Build Command(s):/usr/bin/ninja cmTC_b2fa8 && [1/2] Building C object CMakeFiles/cmTC_b2fa8.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_b2fa8 FAILED: cmTC_b2fa8 : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=class -rdynamic CMakeFiles/cmTC_b2fa8.dir/CheckFunctionExists.c.o -o cmTC_b2fa8 && : /usr/bin/ld: CMakeFiles/cmTC_b2fa8.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `class' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if files dl.h exist failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-mqhF6i Run Build Command(s):/usr/bin/ninja cmTC_b12b5 && [1/2] Building C object CMakeFiles/cmTC_b12b5.dir/HAVE_DL_H.c.o FAILED: CMakeFiles/cmTC_b12b5.dir/HAVE_DL_H.c.o /usr/bin/cc -o CMakeFiles/cmTC_b12b5.dir/HAVE_DL_H.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-mqhF6i/HAVE_DL_H.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-mqhF6i/HAVE_DL_H.c:2:10: fatal error: dl.h: No such file or directory 2 | #include | ^~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Source: /* */ #include int main(void){return 0;} Determining if the function fpclass exists failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-XVfMvR Run Build Command(s):/usr/bin/ninja cmTC_3ea3f && [1/2] Building C object CMakeFiles/cmTC_3ea3f.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_3ea3f FAILED: cmTC_3ea3f : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=fpclass -rdynamic CMakeFiles/cmTC_3ea3f.dir/CheckFunctionExists.c.o -o cmTC_3ea3f && : /usr/bin/ld: CMakeFiles/cmTC_3ea3f.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `fpclass' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function append_history exists in the history failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-BarPBs Run Build Command(s):/usr/bin/ninja cmTC_62cd1 && [1/2] Building C object CMakeFiles/cmTC_62cd1.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_62cd1 FAILED: cmTC_62cd1 : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=append_history CMakeFiles/cmTC_62cd1.dir/CheckFunctionExists.c.o -o cmTC_62cd1 -lhistory && : /usr/bin/ld: cannot find -lhistory: No such file or directory collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function readline exists in the readline failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-qyPsSo Run Build Command(s):/usr/bin/ninja cmTC_3a671 && [1/2] Building C object CMakeFiles/cmTC_3a671.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_3a671 FAILED: cmTC_3a671 : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=readline CMakeFiles/cmTC_3a671.dir/CheckFunctionExists.c.o -o cmTC_3a671 -lreadline && : /usr/bin/ld: cannot find -lreadline: No such file or directory collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function shl_load exists in the dld failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-nQqPIs Run Build Command(s):/usr/bin/ninja cmTC_c793b && [1/2] Building C object CMakeFiles/cmTC_c793b.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_c793b FAILED: cmTC_c793b : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=shl_load CMakeFiles/cmTC_c793b.dir/CheckFunctionExists.c.o -o cmTC_c793b -ldld && : /usr/bin/ld: cannot find -ldld: No such file or directory collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function va_copy exists failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-Tc62Sb Run Build Command(s):/usr/bin/ninja cmTC_e1043 && [1/2] Building C object CMakeFiles/cmTC_e1043.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_e1043 FAILED: cmTC_e1043 : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=va_copy -rdynamic CMakeFiles/cmTC_e1043.dir/CheckFunctionExists.c.o -o cmTC_e1043 && : /usr/bin/ld: CMakeFiles/cmTC_e1043.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `va_copy' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function __va_copy exists failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-qivVeB Run Build Command(s):/usr/bin/ninja cmTC_e541f && [1/2] Building C object CMakeFiles/cmTC_e541f.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_e541f FAILED: cmTC_e541f : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=__va_copy -rdynamic CMakeFiles/cmTC_e541f.dir/CheckFunctionExists.c.o -o cmTC_e541f && : /usr/bin/ld: CMakeFiles/cmTC_e541f.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `__va_copy' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Performing C SOURCE FILE Test VA_LIST_IS_ARRAY_TEST failed with the following output: Change Dir: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-dMGdOz Run Build Command(s):/usr/bin/ninja cmTC_d89a2 && [1/2] Building C object CMakeFiles/cmTC_d89a2.dir/src.c.o FAILED: CMakeFiles/cmTC_d89a2.dir/src.c.o /usr/bin/cc -DVA_LIST_IS_ARRAY_TEST -o CMakeFiles/cmTC_d89a2.dir/src.c.o -c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-dMGdOz/src.c /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-dMGdOz/src.c: In function ‘main’: /home/bitnami/htdocs/shaka-packager/build/CMakeFiles/CMakeScratch/TryCompile-dMGdOz/src.c:4:63: error: cast specifies array type 4 | int main() { va_list ap1, ap2; a(&ap1); ap2 = (va_list) ap1; return 0; } | ^ ninja: build stopped: subcommand failed. Source file was: #include void a(va_list* ap) {}; int main() { va_list ap1, ap2; a(&ap1); ap2 = (va_list) ap1; return 0; }