Build started at 2019-08-10T23:43:28.334674 Main binary: /usr/bin/python3 Python system: Linux The Meson build system Version: 0.51.1 Source dir: /home/otter/Desktop/gst-build-master Build dir: /home/otter/Desktop/gst-build-master/build Build type: native build Project name: All GStreamer modules Project version: 1.17.0.1 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") Build machine cpu family: x86_64 Build machine cpu: x86_64 Program python3 found: YES (/usr/bin/python3) Running command: /usr/bin/python3 -c import os assert('GST_ENV' not in os.environ) --- stdout --- --- stderr --- Executing subproject orc method meson Project name: orc Project version: 0.4.29 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") Using cached compile: Cached command line: cc /tmp/tmpi0mfc90z/testfile.c -o /tmp/tmpi0mfc90z/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-Bsymbolic-functions Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5rurek05/testfile.c -o /tmp/tmp5rurek05/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fvisibility=hidden Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fvisibility=hidden: YES (cached) Running compile: Working directory: /tmp/tmpiohfujnz Command line: cc /tmp/tmpiohfujnz/testfile.c -o /tmp/tmpiohfujnz/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lm -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: Library m found: YES Using cached compile: Cached command line: cc /tmp/tmpmcvrtgvo/testfile.c -o /tmp/tmpmcvrtgvo/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define clock_gettime meson_disable_define_of_clock_gettime #include #undef clock_gettime #ifdef __cplusplus extern "C" #endif char clock_gettime (); #if defined __stub_clock_gettime || defined __stub___clock_gettime fail fail fail this function is not going to work #endif int main () { return clock_gettime (); } Cached compiler stdout: Cached compiler stderr: Checking for function "clock_gettime" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpwcofeay8/testfile.c -o /tmp/tmpwcofeay8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef __android_log_print __android_log_print; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmpwcofeay8/testfile.c:2:18: fatal error: android/log.h: No such file or directory #include ^~~~~~~~~~~~~~~ compilation terminated. Header has symbol "__android_log_print" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpfeekpawn/testfile.c -o /tmp/tmpfeekpawn/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include int main() { #if !(defined(_POSIX_MONOTONIC_CLOCK) && _POSIX_MONOTONIC_CLOCK >= 0 && defined(CLOCK_MONOTONIC)) #error No monotonic clock #endif return 0; } Cached compiler stdout: Cached compiler stderr: Using cached compile: Cached command line: cc /tmp/tmpzt3gwr1x/testfile.c -o /tmp/tmpzt3gwr1x/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define gettimeofday meson_disable_define_of_gettimeofday #include #undef gettimeofday #ifdef __cplusplus extern "C" #endif char gettimeofday (); #if defined __stub_gettimeofday || defined __stub___gettimeofday fail fail fail this function is not going to work #endif int main () { return gettimeofday (); } Cached compiler stdout: Cached compiler stderr: Checking for function "gettimeofday" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpddw3bkrf/testfile.c -o /tmp/tmpddw3bkrf/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #if defined __stub_posix_memalign || defined __stub___posix_memalign fail fail fail this function is not going to work #endif int main() { void *a = (void*) &posix_memalign; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "posix_memalign" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpkd1wfsfm/testfile.c -o /tmp/tmpkd1wfsfm/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define mmap meson_disable_define_of_mmap #include #undef mmap #ifdef __cplusplus extern "C" #endif char mmap (); #if defined __stub_mmap || defined __stub___mmap fail fail fail this function is not going to work #endif int main () { return mmap (); } Cached compiler stdout: Cached compiler stderr: Checking for function "mmap" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpm9m9i095/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/time.h") #error "Header 'sys/time.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/time.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpx4ugn2ze/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("unistd.h") #error "Header 'unistd.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "unistd.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp4vb3wspc/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("valgrind/valgrind.h") #error "Header 'valgrind/valgrind.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmp4vb3wspc/testfile.c:4:12: error: #error "Header 'valgrind/valgrind.h' could not be found" #error "Header 'valgrind/valgrind.h' could not be found" ^~~~~ Has header "valgrind/valgrind.h" : NO (cached) Adding test "test_accsadubl" Adding test "test-schro" Adding test "exec_opcodes_sys" Adding test "exec_parse" Adding test "perf_opcodes_sys" Adding test "perf_parse" Adding test "memcpy_speed" Adding test "abi" Adding test "test-limits" Adding test "test_parse" Adding test "orc_test" Adding test "test2" Adding test "test3" Program gtkdoc-scan found: NO Message: Not building documentation as gtk-doc was not found Configuring orc-0.4.pc using configuration Configuring config.h using configuration Build targets in project: 44 Subproject orc finished. Executing subproject gstreamer method meson Project name: gstreamer Project version: 1.17.0.1 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") Using cached compile: Cached command line: cc /tmp/tmpi0mfc90z/testfile.c -o /tmp/tmpi0mfc90z/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-Bsymbolic-functions Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5rurek05/testfile.c -o /tmp/tmp5rurek05/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fvisibility=hidden Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fvisibility=hidden: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_98o599p/testfile.c -o /tmp/tmp_98o599p/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-strict-aliasing Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fno-strict-aliasing: YES (cached) Message: Disabling deprecated GLib API Using cached compile: Cached command line: cc /tmp/tmpphwwy39d/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("dlfcn.h") #error "Header 'dlfcn.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "dlfcn.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp37gdnpgd/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("inttypes.h") #error "Header 'inttypes.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "inttypes.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpqq_uatte/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("memory.h") #error "Header 'memory.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "memory.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpe1vm2eg2/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("poll.h") #error "Header 'poll.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "poll.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpgblf4cya/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("stdint.h") #error "Header 'stdint.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "stdint.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpm7jdrjla/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("stdio_ext.h") #error "Header 'stdio_ext.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "stdio_ext.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpydpluet5/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("strings.h") #error "Header 'strings.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "strings.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp8gvx8649/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("string.h") #error "Header 'string.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "string.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp4s_ecstm/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/param.h") #error "Header 'sys/param.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/param.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpbwx3l_5_/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/poll.h") #error "Header 'sys/poll.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/poll.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpsib8ccli/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/prctl.h") #error "Header 'sys/prctl.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/prctl.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmplqfa36z3/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/socket.h") #error "Header 'sys/socket.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/socket.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmplo09szcc/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/stat.h") #error "Header 'sys/stat.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/stat.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpxptvr6du/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/times.h") #error "Header 'sys/times.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/times.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpm9m9i095/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/time.h") #error "Header 'sys/time.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/time.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp6u_92d9u/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/types.h") #error "Header 'sys/types.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/types.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpb9bitozp/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/utsname.h") #error "Header 'sys/utsname.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/utsname.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5f8w8_ij/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/wait.h") #error "Header 'sys/wait.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/wait.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp67bezqh5/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("ucontext.h") #error "Header 'ucontext.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "ucontext.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpx4ugn2ze/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("unistd.h") #error "Header 'unistd.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "unistd.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp4vb3wspc/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("valgrind/valgrind.h") #error "Header 'valgrind/valgrind.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmp4vb3wspc/testfile.c:4:12: error: #error "Header 'valgrind/valgrind.h' could not be found" #error "Header 'valgrind/valgrind.h' could not be found" ^~~~~ Has header "valgrind/valgrind.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpbdik9716/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/resource.h") #error "Header 'sys/resource.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/resource.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpw5qu99f3/testfile.c -o /tmp/tmpw5qu99f3/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include void bar() { struct tm foo; foo.tm_gmtoff; }; Cached compiler stdout: Cached compiler stderr: Checking whether type "struct tm" has member "tm_gmtoff" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9h5r2vbx/testfile.c -o /tmp/tmp9h5r2vbx/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define gmtime_r meson_disable_define_of_gmtime_r #include #undef gmtime_r #ifdef __cplusplus extern "C" #endif char gmtime_r (); #if defined __stub_gmtime_r || defined __stub___gmtime_r fail fail fail this function is not going to work #endif int main () { return gmtime_r (); } Cached compiler stdout: Cached compiler stderr: Checking for function "gmtime_r" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpu7cdd87x/testfile.c -o /tmp/tmpu7cdd87x/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define sigaction meson_disable_define_of_sigaction #include #undef sigaction #ifdef __cplusplus extern "C" #endif char sigaction (); #if defined __stub_sigaction || defined __stub___sigaction fail fail fail this function is not going to work #endif int main () { return sigaction (); } Cached compiler stdout: Cached compiler stderr: Checking for function "sigaction" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpb14yxr4c/testfile.c -o /tmp/tmpb14yxr4c/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define getrusage meson_disable_define_of_getrusage #include #undef getrusage #ifdef __cplusplus extern "C" #endif char getrusage (); #if defined __stub_getrusage || defined __stub___getrusage fail fail fail this function is not going to work #endif int main () { return getrusage (); } Cached compiler stdout: Cached compiler stderr: Checking for function "getrusage" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpjo87d16c/testfile.c -o /tmp/tmpjo87d16c/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define fseeko meson_disable_define_of_fseeko #include #undef fseeko #ifdef __cplusplus extern "C" #endif char fseeko (); #if defined __stub_fseeko || defined __stub___fseeko fail fail fail this function is not going to work #endif int main () { return fseeko (); } Cached compiler stdout: Cached compiler stderr: Checking for function "fseeko" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp4vf6o7zo/testfile.c -o /tmp/tmp4vf6o7zo/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define ftello meson_disable_define_of_ftello #include #undef ftello #ifdef __cplusplus extern "C" #endif char ftello (); #if defined __stub_ftello || defined __stub___ftello fail fail fail this function is not going to work #endif int main () { return ftello (); } Cached compiler stdout: Cached compiler stderr: Checking for function "ftello" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmptp9q2_d8/testfile.c -o /tmp/tmptp9q2_d8/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define poll meson_disable_define_of_poll #include #undef poll #ifdef __cplusplus extern "C" #endif char poll (); #if defined __stub_poll || defined __stub___poll fail fail fail this function is not going to work #endif int main () { return poll (); } Cached compiler stdout: Cached compiler stderr: Checking for function "poll" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpmdpltoyt/testfile.c -o /tmp/tmpmdpltoyt/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define ppoll meson_disable_define_of_ppoll #include #undef ppoll #ifdef __cplusplus extern "C" #endif char ppoll (); #if defined __stub_ppoll || defined __stub___ppoll fail fail fail this function is not going to work #endif int main () { return ppoll (); } Cached compiler stdout: Cached compiler stderr: Checking for function "ppoll" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpebfrscwj/testfile.c -o /tmp/tmpebfrscwj/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define pselect meson_disable_define_of_pselect #include #undef pselect #ifdef __cplusplus extern "C" #endif char pselect (); #if defined __stub_pselect || defined __stub___pselect fail fail fail this function is not going to work #endif int main () { return pselect (); } Cached compiler stdout: Cached compiler stderr: Checking for function "pselect" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpxqiavjp1/testfile.c -o /tmp/tmpxqiavjp1/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define getpagesize meson_disable_define_of_getpagesize #include #undef getpagesize #ifdef __cplusplus extern "C" #endif char getpagesize (); #if defined __stub_getpagesize || defined __stub___getpagesize fail fail fail this function is not going to work #endif int main () { return getpagesize (); } Cached compiler stdout: Cached compiler stderr: Checking for function "getpagesize" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpmcvrtgvo/testfile.c -o /tmp/tmpmcvrtgvo/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define clock_gettime meson_disable_define_of_clock_gettime #include #undef clock_gettime #ifdef __cplusplus extern "C" #endif char clock_gettime (); #if defined __stub_clock_gettime || defined __stub___clock_gettime fail fail fail this function is not going to work #endif int main () { return clock_gettime (); } Cached compiler stdout: Cached compiler stderr: Checking for function "clock_gettime" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpxbt_fat0/testfile.c -o /tmp/tmpxbt_fat0/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define getline meson_disable_define_of_getline #include #undef getline #ifdef __cplusplus extern "C" #endif char getline (); #if defined __stub_getline || defined __stub___getline fail fail fail this function is not going to work #endif int main () { return getline (); } Cached compiler stdout: Cached compiler stderr: Checking for function "getline" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpa88wkc1m/testfile.c -o /tmp/tmpa88wkc1m/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define mkstemp meson_disable_define_of_mkstemp #include #undef mkstemp #ifdef __cplusplus extern "C" #endif char mkstemp (); #if defined __stub_mkstemp || defined __stub___mkstemp fail fail fail this function is not going to work #endif int main () { return mkstemp (); } Cached compiler stdout: Cached compiler stderr: Checking for function "mkstemp" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmphwfjod2y/testfile.c -o /tmp/tmphwfjod2y/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define alarm meson_disable_define_of_alarm #include #undef alarm #ifdef __cplusplus extern "C" #endif char alarm (); #if defined __stub_alarm || defined __stub___alarm fail fail fail this function is not going to work #endif int main () { return alarm (); } Cached compiler stdout: Cached compiler stderr: Checking for function "alarm" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpzt3gwr1x/testfile.c -o /tmp/tmpzt3gwr1x/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define gettimeofday meson_disable_define_of_gettimeofday #include #undef gettimeofday #ifdef __cplusplus extern "C" #endif char gettimeofday (); #if defined __stub_gettimeofday || defined __stub___gettimeofday fail fail fail this function is not going to work #endif int main () { return gettimeofday (); } Cached compiler stdout: Cached compiler stderr: Checking for function "gettimeofday" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpwkoo6ed5/testfile.c -o /tmp/tmpwkoo6ed5/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #if defined __stub_localtime_r || defined __stub___localtime_r fail fail fail this function is not going to work #endif int main() { void *a = (void*) &localtime_r; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "localtime_r" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpu0lgcewz/testfile.c -o /tmp/tmpu0lgcewz/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main() { pthread_setname_np("example"); return 0; } Cached compiler stdout: Cached compiler stderr: /tmp/tmpu0lgcewz/testfile.c: In function 'main': /tmp/tmpu0lgcewz/testfile.c:3:18: warning: implicit declaration of function 'pthread_setname_np'; did you mean 'pthread_setcanceltype'? [-Wimplicit-function-declaration] pthread_setname_np("example"); return 0; ^~~~~~~~~~~~~~~~~~ pthread_setcanceltype /usr/bin/ld: /tmp/ccW3Ip9c.o: in function `main': testfile.c:(.text+0x11): undefined reference to `pthread_setname_np' collect2: error: ld returned 1 exit status Checking if "pthread_setname_np(const char*)" links: NO (cached) Using cached compile: Cached command line: cc /tmp/tmpgxt7hgbb/testfile.c -o /tmp/tmpgxt7hgbb/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #if !defined(_POSIX_TIMERS) || _POSIX_TIMERS < 0 || !defined(CLOCK_REALTIME) #error Either _POSIX_TIMERS or CLOCK_REALTIME not defined #endif Cached compiler stdout: Cached compiler stderr: Checking if "posix timers from time.h" compiles: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp75kb0len/testfile.c -o /tmp/tmp75kb0len/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #if !defined(_POSIX_MONOTONIC_CLOCK) || _POSIX_MONOTONIC_CLOCK < 0 || !defined(CLOCK_MONOTONIC) #error Either _POSIX_MONOTONIC_CLOCK or CLOCK_MONOTONIC not defined #endif Cached compiler stdout: Cached compiler stderr: Checking if "monotonic clock from time.h" compiles: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp6h_23_ya/testfile.c -o /tmp/tmp6h_23_ya/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: int main() { static __uint128_t v1 = 100; static __uint128_t v2 = 10; static __uint128_t u; u = v1 / v2; } Cached compiler stdout: Cached compiler stderr: Checking if "__uint128_t available" compiles: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9_4gf831/testfile.c -o /tmp/tmp9_4gf831/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define getpid meson_disable_define_of_getpid #include #undef getpid #ifdef __cplusplus extern "C" #endif char getpid (); #if defined __stub_getpid || defined __stub___getpid fail fail fail this function is not going to work #endif int main () { return getpid (); } Cached compiler stdout: Cached compiler stderr: Checking for function "getpid" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpomaomthg/testfile.c -o /tmp/tmpomaomthg/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define strdup meson_disable_define_of_strdup #include #undef strdup #ifdef __cplusplus extern "C" #endif char strdup (); #if defined __stub_strdup || defined __stub___strdup fail fail fail this function is not going to work #endif int main () { return strdup (); } Cached compiler stdout: Cached compiler stderr: /tmp/tmpomaomthg/testfile.c:10:14: warning: conflicting types for built-in function 'strdup' [-Wbuiltin-declaration-mismatch] char strdup (); ^~~~~~ Checking for function "strdup" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpo82zgaxs/testfile.c -o /tmp/tmpo82zgaxs/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define strsignal meson_disable_define_of_strsignal #include #undef strsignal #ifdef __cplusplus extern "C" #endif char strsignal (); #if defined __stub_strsignal || defined __stub___strsignal fail fail fail this function is not going to work #endif int main () { return strsignal (); } Cached compiler stdout: Cached compiler stderr: Checking for function "strsignal" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpiwvdx7c0/testfile.c -o /tmp/tmpiwvdx7c0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include void bar() { sizeof(clockid_t); }; Cached compiler stdout: Cached compiler stderr: Checking for type "clockid_t" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0t_attub/testfile.c -o /tmp/tmp0t_attub/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include void bar() { sizeof(timer_t); }; Cached compiler stdout: Cached compiler stderr: Checking for type "timer_t" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpkod2vcpu/testfile.c -o /tmp/tmpkod2vcpu/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include void bar() { struct timespec foo; foo.tv_sec; foo.tv_nsec; }; Cached compiler stdout: Cached compiler stderr: Checking whether type "struct timespec" has members "tv_sec", "tv_nsec" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp32kh191c/testfile.c -o /tmp/tmp32kh191c/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include void bar() { struct itimerspec foo; foo.it_interval; foo.it_value; }; Cached compiler stdout: Cached compiler stderr: Checking whether type "struct itimerspec" has members "it_interval", "it_value" : YES (cached) Pkg-config binary for MachineChoice.HOST is not cached. Pkg-config binary missing from cross or native file, or env var undefined. Trying a default pkg-config fallback at pkg-config Trying pkg-config binary pkg-config for machine MachineChoice.HOST at ['/usr/bin/pkg-config'] Found pkg-config: /usr/bin/pkg-config (0.29) Determining dependency 'libunwind' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libunwind` -> 1 CMake binary for MachineChoice.HOST is not cached CMake binary missing from cross or native file, or env var undefined. Trying a default CMake fallback at cmake Trying CMake binary cmake for machine MachineChoice.HOST at ['/usr/local/bin/cmake'] Found CMake: /usr/local/bin/cmake (3.15.2) Extracting basic cmake information Try CMake generator: auto Called `/usr/local/bin/cmake --trace-expand .` in /home/otter/Desktop/gst-build-master/build/meson-private/cmake_libunwind -> 0 -- Module search paths: ['/', '/opt', '/usr', '/usr/local'] -- CMake root: /usr/local/share/cmake-3.15 -- CMake architectures: ['i386-linux-gnu', 'x86_64-linux-gnu'] -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share', 'lib/i386-linux-gnu', 'lib/x86_64-linux-gnu'] Run-time dependency libunwind found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libdw' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libdw` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libdw found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'DbgHelp' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion DbgHelp` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency dbghelp found: NO (tried pkgconfig and cmake) Using cached compile: Cached command line: cc /tmp/tmp3ytxgy26/testfile.c -o /tmp/tmp3ytxgy26/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define backtrace meson_disable_define_of_backtrace #include #undef backtrace #ifdef __cplusplus extern "C" #endif char backtrace (); #if defined __stub_backtrace || defined __stub___backtrace fail fail fail this function is not going to work #endif int main () { return backtrace (); } Cached compiler stdout: Cached compiler stderr: Checking for function "backtrace" : YES (cached) Message: Minimal support for stack traces, no source info. Using cached compile: Cached command line: cc /tmp/tmpwf8ni79s/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("execinfo.h") #error "Header 'execinfo.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "execinfo.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmptpe_r7z3/testfile.c -o /tmp/tmptpe_r7z3/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #if defined __stub_backtrace || defined __stub___backtrace fail fail fail this function is not going to work #endif int main() { void *a = (void*) &backtrace; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "backtrace" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0s218bf8/testfile.c -o /tmp/tmp0s218bf8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-declarations Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-declarations: YES (cached) Using cached compile: Cached command line: cc /tmp/tmps1jc_ehv/testfile.c -o /tmp/tmps1jc_ehv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-prototypes Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-prototypes: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpqymaw5xe/testfile.c -o /tmp/tmpqymaw5xe/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wredundant-decls Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wredundant-decls: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpvc2trc62/testfile.c -o /tmp/tmpvc2trc62/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wundef Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wundef: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpg9iz_3zt/testfile.c -o /tmp/tmpg9iz_3zt/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wwrite-strings Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wwrite-strings: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk2b7whdg/testfile.c -o /tmp/tmpk2b7whdg/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wformat: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpwxfc43ju/testfile.c -o /tmp/tmpwxfc43ju/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-nonliteral Code: int i; Cached compiler stdout: Cached compiler stderr: cc1: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral] Compiler for C supports arguments -Wformat-nonliteral: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk7oe6dnw/testfile.c -o /tmp/tmpk7oe6dnw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-security Code: int i; Cached compiler stdout: Cached compiler stderr: cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security] Compiler for C supports arguments -Wformat-security: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0ug86ao6/testfile.c -o /tmp/tmp0ug86ao6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wold-style-definition Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wold-style-definition: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpepm40g6r/testfile.c -o /tmp/tmpepm40g6r/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Winit-self Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Winit-self: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpc3qe0dhw/testfile.c -o /tmp/tmpc3qe0dhw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-include-dirs Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-include-dirs: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp73j41q0y/testfile.c -o /tmp/tmp73j41q0y/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waddress Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Waddress: YES (cached) Using cached compile: Cached command line: cc /tmp/tmptfrskhcl/testfile.c -o /tmp/tmptfrskhcl/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waggregate-return Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Waggregate-return: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp1omxrszh/testfile.c -o /tmp/tmp1omxrszh/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-multichar -Wmultichar Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-multichar -Wmultichar: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpq2ywq51b/testfile.c -o /tmp/tmpq2ywq51b/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wdeclaration-after-statement Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wdeclaration-after-statement: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp90sa64pp/testfile.c -o /tmp/tmp90sa64pp/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wvla Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wvla: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9llo4s_6/testfile.c -o /tmp/tmp9llo4s_6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wpointer-arith: YES (cached) Running compile: Working directory: /tmp/tmpjmim54nm Command line: cc /tmp/tmpjmim54nm/testfile.c -o /tmp/tmpjmim54nm/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lgmp -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: Library gmp found: YES Running compile: Working directory: /tmp/tmp2h0bsowu Command line: cc /tmp/tmp2h0bsowu/testfile.c -o /tmp/tmp2h0bsowu/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lgsl -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lgsl collect2: error: ld returned 1 exit status Running compile: Working directory: /tmp/tmp6wyd2wo9 Command line: cc /tmp/tmp6wyd2wo9/testfile.c -o /tmp/tmp6wyd2wo9/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(void *))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 8 Program stderr: Running compile: Working directory: /tmp/tmppcyx7_ws Command line: cc /tmp/tmppcyx7_ws/testfile.c -o /tmp/tmppcyx7_ws/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 --print-search-dirs Code: Compiler stdout: install: /usr/lib/gcc/x86_64-linux-gnu/8/ programs: =/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/bin/ libraries: =/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/:/lib/x86_64-linux-gnu/8/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/8/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../:/lib/:/usr/lib/ Compiler stderr: Library gsl found: NO Running compile: Working directory: /tmp/tmpqcq_s0mq Command line: cc /tmp/tmpqcq_s0mq/testfile.c -o /tmp/tmpqcq_s0mq/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lgslcblas -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lgslcblas collect2: error: ld returned 1 exit status Library gslcblas found: NO Running compile: Working directory: /tmp/tmppguq_nqe Command line: cc /tmp/tmppguq_nqe/testfile.c -o /tmp/tmppguq_nqe/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -ldl -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: Library dl found: YES Using cached compile: Cached command line: cc /tmp/tmp_o58chqq/testfile.c -o /tmp/tmp_o58chqq/output.exe -pipe -Wl,--start-group -ldl -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #define dladdr meson_disable_define_of_dladdr #include #undef dladdr #ifdef __cplusplus extern "C" #endif char dladdr (); #if defined __stub_dladdr || defined __stub___dladdr fail fail fail this function is not going to work #endif int main () { return dladdr (); } Cached compiler stdout: Cached compiler stderr: Checking for function "dladdr" with dependency -ldl: YES (cached) Dependency glib-2.0 found: YES (cached) Dependency gobject-2.0 found: YES (cached) Dependency gmodule-2.0 found: YES (cached) Dependency gio-2.0 found: YES (cached) Dependency gio-unix-2.0 found: YES (cached) Library m found: YES Running compile: Working directory: /tmp/tmpp822xd0n Command line: cc /tmp/tmpp822xd0n/testfile.c -o /tmp/tmpp822xd0n/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lrt -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: Library rt found: YES Program g-ir-scanner found: YES (/usr/local/bin/g-ir-scanner) Program python3 found: YES (/usr/bin/python3) Dependency bash-completion found: YES (cached) PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --define-variable=prefix=. --variable=completionsdir bash-completion` -> 0 ./share/bash-completion/completions Got pkgconfig variable completionsdir : ./share/bash-completion/completions PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --define-variable=prefix=. --variable=helpersdir bash-completion` -> 0 ./share/bash-completion/helpers Got pkgconfig variable helpersdir : ./share/bash-completion/helpers Configuring gstconfig.h using configuration Configuring gstversion.h using configuration Program flex found: YES (/usr/bin/flex) Program get_flex_version.py found: YES (/home/otter/Desktop/gst-build-master/subprojects/gstreamer/gst/parse/get_flex_version.py) Running command: /home/otter/Desktop/gst-build-master/subprojects/gstreamer/gst/parse/get_flex_version.py /usr/bin/flex --- stdout --- 2.6.4 --- stderr --- Message: flex version 2.6.4 >= 2.5.31: YES Configuring gen_lex.py using configuration Program bison found: YES (/usr/bin/bison) Running command: /usr/bin/bison --version --- stdout --- bison (GNU Bison) 3.3.2 Written by Robert Corbett and Richard Stallman. Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --- stderr --- Message: bison version 3.3.2 >= 2.4: YES Configuring gen_grammar.py using configuration Using cached compile: Cached command line: cc /tmp/tmp26dgnyfu/testfile.c -o /tmp/tmp26dgnyfu/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format-nonliteral -Wformat-nonliteral Code: int i; Cached compiler stdout: Cached compiler stderr: cc1: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral] Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp8f8yhm83/testfile.c -o /tmp/tmp8f8yhm83/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: long long ll = 1LL; int i = 63; int some_func (void) { long long llmax = (long long) -1; return ll << i | ll >> i | llmax / ll | llmax % ll; } Cached compiler stdout: Cached compiler stderr: Checking if "long long" compiles: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpdzh6vn9s/testfile.c -o /tmp/tmpdzh6vn9s/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include uintmax_t i = (uintmax_t) -1; Cached compiler stdout: Cached compiler stderr: Checking if "uintmax_t in inttypes.h" compiles: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpn_2swxce/testfile.c -o /tmp/tmpn_2swxce/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include uintmax_t i = (uintmax_t) -1; Cached compiler stdout: Cached compiler stderr: Checking if "uintmax_t in stdint.h" compiles: YES (cached) Pkg-config binary for MachineChoice.BUILD is not cached. Pkg-config binary missing from cross or native file, or env var undefined. Trying a default pkg-config fallback at pkg-config Trying pkg-config binary pkg-config for machine MachineChoice.BUILD at ['/usr/bin/pkg-config'] Found pkg-config: /usr/bin/pkg-config (0.29) Determining dependency 'gobject-introspection-1.0' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion gobject-introspection-1.0` -> 0 1.60.2 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --cflags gobject-introspection-1.0` -> 0 -pthread -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/local/include/gobject-introspection-1.0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config gobject-introspection-1.0 --libs` -> 0 -L/usr/local/lib/x86_64-linux-gnu -L/usr/local/lib -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config gobject-introspection-1.0 --libs` -> 0 -L/usr/local/lib/x86_64-linux-gnu -L/usr/local/lib -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 Running compile: Working directory: /tmp/tmp4jmorjsl Command line: c++ /tmp/tmp4jmorjsl/testfile.cpp -o /tmp/tmp4jmorjsl/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(void *))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 8 Program stderr: Running compile: Working directory: /tmp/tmp_ha9812i Command line: c++ /tmp/tmp_ha9812i/testfile.cpp -o /tmp/tmp_ha9812i/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive --print-search-dirs Code: Compiler stdout: install: /usr/lib/gcc/x86_64-linux-gnu/8/ programs: =/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/bin/ libraries: =/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/:/lib/x86_64-linux-gnu/8/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/8/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../:/lib/:/usr/lib/ Compiler stderr: PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir gobject-2.0` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables gobject-2.0` -> 0 includedir libdir pcfiledir prefix Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir gmodule-2.0` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables gmodule-2.0` -> 0 gmodule_supported includedir libdir pcfiledir prefix Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir glib-2.0` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables glib-2.0` -> 0 bindir glib_genmarshal glib_mkenums gobject_query includedir libdir pcfiledir prefix Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir gio-2.0` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables gio-2.0` -> 0 bindir datadir gdbus_codegen giomoduledir glib_compile_resources glib_compile_schemas includedir libdir pcfiledir prefix schemasdir Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir gio-unix-2.0` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables gio-unix-2.0` -> 0 includedir libdir pcfiledir prefix Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : Message: PTP supported on linux. Using cached compile: Cached command line: cc /tmp/tmprzc5vrtp/testfile.c -o /tmp/tmprzc5vrtp/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include int some_func (void) { struct ifreq ifr; struct ifconf ifc; ioctl(0, SIOCGIFCONF, &ifc); ioctl(0, SIOCGIFFLAGS, &ifr); ioctl(0, SIOCGIFHWADDR, &ifr); return ifr.ifr_hwaddr.sa_data[0]; } Cached compiler stdout: Cached compiler stderr: Checking if "SIOCGIFCONF, SIOCGIFFLAGS and SIOCGIFHWADDR available" compiles: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpiv5b2w58/testfile.c -o /tmp/tmpiv5b2w58/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #include int some_func (void) { struct ifaddrs *ifaddr; getifaddrs(&ifaddr); return (ifaddr->ifa_flags & IFF_LOOPBACK) && ifaddr->ifa_addr->sa_family != AF_LINK; } Cached compiler stdout: Cached compiler stderr: /tmp/tmpiv5b2w58/testfile.c:3:30: fatal error: net/if_dl.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. Checking if "getifaddrs() and AF_LINK available" compiles: NO (cached) Program setcap found: YES (/usr/sbin/setcap) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libcap' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libcap` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libcap found: NO (tried pkgconfig and cmake) Message: How to install gst-ptp-helper: setuid-root Program ptp_helper_post_install.sh found: YES (/home/otter/Desktop/gst-build-master/subprojects/gstreamer/libs/gst/helpers/ptp_helper_post_install.sh) Configuring libgstreamer-1.0.so.0.1700.0-gdb.py using configuration Configuring check.h using configuration Using cached compile: Cached command line: cc /tmp/tmpzsqcfbq_/testfile.c -o /tmp/tmpzsqcfbq_/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-undef -Wundef Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-undef -Wundef: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5najuna8/testfile.c -o /tmp/tmp5najuna8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-redundant-decls -Wredundant-decls Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-redundant-decls -Wredundant-decls: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0tnjqp5n/testfile.c -o /tmp/tmp0tnjqp5n/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-missing-prototypes -Wmissing-prototypes Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-missing-prototypes -Wmissing-prototypes: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0fvomdfx/testfile.c -o /tmp/tmp0fvomdfx/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-missing-declarations -Wmissing-declarations Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-missing-declarations -Wmissing-declarations: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0sojk0jf/testfile.c -o /tmp/tmp0sojk0jf/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-old-style-definition -Wold-style-definition Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-old-style-definition -Wold-style-definition: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpfrjjzep9/testfile.c -o /tmp/tmpfrjjzep9/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-declaration-after-statement -Wdeclaration-after-statement Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-declaration-after-statement -Wdeclaration-after-statement: YES (cached) WARNING: Project targetting '>= 0.48' but tried to use feature introduced in '0.50.0': install arg in configure_file Configuring internal-check.h using configuration PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : Configuring gstreamer-base-1.0.pc using configuration Configuring gstreamer-base-1.0-uninstalled.pc using configuration Configuring gstreamer-controller-1.0.pc using configuration Configuring gstreamer-controller-1.0-uninstalled.pc using configuration Configuring gstreamer-net-1.0.pc using configuration Configuring gstreamer-net-1.0-uninstalled.pc using configuration Configuring gstreamer-1.0.pc using configuration Configuring gstreamer-1.0-uninstalled.pc using configuration Configuring gstreamer-check-1.0.pc using configuration Configuring gstreamer-check-1.0-uninstalled.pc using configuration C++ compiler for the build machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") C++ compiler for the host machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") Adding test "gst_gst" Adding test "gst_gstabi" Adding test "gst_gstatomicqueue" Adding test "gst_gstbuffer" Adding test "gst_gstbufferlist" Adding test "gst_gstbufferpool" Adding test "gst_gstchildproxy" Adding test "gst_gstclock" Adding test "gst_gstcontext" Adding test "gst_gstcontroller" Adding test "gst_gstcaps" Adding test "gst_gstcapsfeatures" Adding test "gst_gstdatetime" Adding test "gst_gstdeinit" Adding test "gst_gstdevice" Adding test "gst_gstelement" Adding test "gst_gstelementfactory" Adding test "gst_gstghostpad" Adding test "gst_gstinfo" Adding test "gst_gstiterator" Adding test "gst_gstmessage" Adding test "gst_gstmemory" Adding test "gst_gstmeta" Adding test "gst_gstminiobject" Adding test "gst_gstobject" Adding test "gst_gstpad" Adding test "gst_gstparamspecs" Adding test "gst_gstprintf" Adding test "gst_gstpipeline" Adding test "gst_gstpoll" Adding test "gst_gstplugin" Adding test "gst_gstpreset" Adding test "gst_gstprotection" Adding test "gst_gstquery" Adding test "gst_gstregistry" Adding test "gst_gstpromise" Adding test "gst_gstsegment" Adding test "gst_gststream" Adding test "gst_gststructure" Adding test "gst_gstsystemclock" Adding test "gst_gsttag" Adding test "gst_gsttagsetter" Adding test "gst_gsttask" Adding test "gst_gsttoc" Adding test "gst_gsttocsetter" Adding test "gst_gsttracerrecord" Adding test "gst_gsturi" Adding test "gst_gstutils" Adding test "gst_gstvalue" Adding test "generic_states" Adding test "libs_adapter" Adding test "libs_aggregator" Adding test "libs_baseparse" Adding test "libs_basesrc" Adding test "libs_basesink" Adding test "libs_bitreader" Adding test "libs_bitwriter" Adding test "libs_bytereader" Adding test "libs_bytewriter" Adding test "libs_bitreader_noinline" Adding test "libs_bytereader_noinline" Adding test "libs_bytewriter_noinline" Adding test "libs_collectpads" Adding test "libs_controller" Adding test "libs_flowcombiner" Adding test "libs_gstharness" Adding test "libs_gstnetclientclock" Adding test "libs_gstnettimeprovider" Adding test "libs_gsttestclock" Adding test "libs_libsabi" Adding test "libs_sparsefile" Adding test "libs_transform1" Adding test "libs_transform2" Adding test "libs_typefindhelper" Adding test "libs_queuearray" Adding test "elements_capsfilter" Adding test "elements_concat" Adding test "elements_dataurisrc" Adding test "elements_fakesrc" Adding test "elements_fdsrc" Adding test "elements_filesink" Adding test "elements_filesrc" Adding test "elements_funnel" Adding test "elements_identity" Adding test "elements_leaks" Adding test "elements_multiqueue" Adding test "elements_selector" Adding test "elements_streamiddemux" Adding test "elements_tee" Adding test "elements_queue" Adding test "elements_queue2" Adding test "elements_valve" Adding test "pipelines_seek" Adding test "pipelines_queue_error" Adding test "pipelines_simple_launch_lines" Adding test "pipelines_parse_launch" Adding test "pipelines_cleanup" Adding test "tools_gstinspect" Adding test "elements_fakesink" Adding test "gst_gstbin" Adding test "gst_gstbus" Adding test "gst_gstevent" Adding test "pipelines_stress" Adding test "generic_sinks" Adding test "gst_gstcpp" Adding test "libs_gstlibscpp" Dependency gtk+-3.0 found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmptt3yfgoz/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("pthread.h") #error "Header 'pthread.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "pthread.h" : YES (cached) Dependency threads found: YES (cached) Configuring gst using configuration Program /home/otter/Desktop/gst-build-master/build/subprojects/gstreamer/docs/gst-plugins-doc-cache-generator found: YES (/home/otter/Desktop/gst-build-master/build/subprojects/gstreamer/docs/gst-plugins-doc-cache-generator) Program hotdoc found: NO Message: Hotdoc not found, not building the documentation Program xgettext found: YES (/usr/bin/xgettext) Configuring config.h using configuration Running command: /usr/bin/python3 -c import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit") --- stdout --- --- stderr --- Build targets in project: 213 WARNING: Project specifies a minimum meson_version '>= 0.48' but uses features which were added in newer versions: * 0.50.0: {'install arg in configure_file'} Subproject gstreamer finished. Running command: /usr/bin/python3 -c import os os.symlink(os.path.join('/home/otter/Desktop/gst-build-master', 'subprojects', 'gstreamer'), os.path.join('/home/otter/Desktop/gst-build-master', 'gstreamer')) --- stdout --- --- stderr --- Traceback (most recent call last): File "", line 5, in FileExistsError: [Errno 17] File exists: '/home/otter/Desktop/gst-build-master/subprojects/gstreamer' -> '/home/otter/Desktop/gst-build-master/gstreamer' Executing subproject gst-plugins-base method meson Project name: gst-plugins-base Project version: 1.17.0.1 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C++ compiler for the build machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") C++ compiler for the host machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") Objective-C compiler for the build machine: cc (gcc 8.3.0) Objective-C compiler for the host machine: cc (gcc 8.3.0) Using cached compile: Cached command line: cc /tmp/tmpi0mfc90z/testfile.c -o /tmp/tmpi0mfc90z/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-Bsymbolic-functions Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5rurek05/testfile.c -o /tmp/tmp5rurek05/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fvisibility=hidden Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fvisibility=hidden: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_98o599p/testfile.c -o /tmp/tmp_98o599p/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-strict-aliasing Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fno-strict-aliasing: YES (cached) Message: Disabling deprecated GLib API Using cached compile: Cached command line: cc /tmp/tmpphwwy39d/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("dlfcn.h") #error "Header 'dlfcn.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "dlfcn.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp6nl9ko6w/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("emmintrin.h") #error "Header 'emmintrin.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "emmintrin.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp37gdnpgd/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("inttypes.h") #error "Header 'inttypes.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "inttypes.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpqq_uatte/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("memory.h") #error "Header 'memory.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "memory.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp56ck7ggz/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("process.h") #error "Header 'process.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmp56ck7ggz/testfile.c:4:12: error: #error "Header 'process.h' could not be found" #error "Header 'process.h' could not be found" ^~~~~ Has header "process.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpix6clxhm/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("smmintrin.h") #error "Header 'smmintrin.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "smmintrin.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpgblf4cya/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("stdint.h") #error "Header 'stdint.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "stdint.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0jxw_vju/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("stdlib.h") #error "Header 'stdlib.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "stdlib.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpydpluet5/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("strings.h") #error "Header 'strings.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "strings.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp8gvx8649/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("string.h") #error "Header 'string.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "string.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmplqfa36z3/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/socket.h") #error "Header 'sys/socket.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/socket.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmplo09szcc/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/stat.h") #error "Header 'sys/stat.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/stat.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp6u_92d9u/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/types.h") #error "Header 'sys/types.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/types.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5f8w8_ij/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/wait.h") #error "Header 'sys/wait.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/wait.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpx4ugn2ze/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("unistd.h") #error "Header 'unistd.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "unistd.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpvi1dplsj/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("winsock2.h") #error "Header 'winsock2.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpvi1dplsj/testfile.c:4:12: error: #error "Header 'winsock2.h' could not be found" #error "Header 'winsock2.h' could not be found" ^~~~~ Has header "winsock2.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp85lmj_bv/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("xmmintrin.h") #error "Header 'xmmintrin.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "xmmintrin.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp896i_cj4/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("linux/dma-buf.h") #error "Header 'linux/dma-buf.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "linux/dma-buf.h" : YES (cached) Library m found: YES Using cached compile: Cached command line: cc /tmp/tmpowup5hlt/testfile.c -o /tmp/tmpowup5hlt/output.exe -pipe -Wl,--start-group -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #if defined __stub_dcgettext || defined __stub___dcgettext fail fail fail this function is not going to work #endif int main() { void *a = (void*) &dcgettext; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "dcgettext" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpft_4z4c5/testfile.c -o /tmp/tmpft_4z4c5/output.exe -pipe -Wl,--start-group -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #if defined __stub_gmtime_r || defined __stub___gmtime_r fail fail fail this function is not going to work #endif int main() { void *a = (void*) &gmtime_r; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "gmtime_r" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpt14xthjp/testfile.c -o /tmp/tmpt14xthjp/output.exe -pipe -Wl,--start-group -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #if defined __stub_lrintf || defined __stub___lrintf fail fail fail this function is not going to work #endif int main() { void *a = (void*) &lrintf; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "lrintf" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpqea79s3o/testfile.c -o /tmp/tmpqea79s3o/output.exe -pipe -Wl,--start-group -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #if defined __stub_mmap || defined __stub___mmap fail fail fail this function is not going to work #endif int main() { void *a = (void*) &mmap; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "mmap" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpvmv3riev/testfile.c -o /tmp/tmpvmv3riev/output.exe -pipe -Wl,--start-group -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #if defined __stub_log2 || defined __stub___log2 fail fail fail this function is not going to work #endif int main() { void *a = (void*) &log2; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "log2" with dependency -lm: YES (cached) Running compile: Working directory: /tmp/tmpswve6u0g Command line: cc /tmp/tmpswve6u0g/testfile.c -o /tmp/tmpswve6u0g/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(char))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 1 Program stderr: Checking for size of "char" : 1 Running compile: Working directory: /tmp/tmp5gsgv9hu Command line: cc /tmp/tmp5gsgv9hu/testfile.c -o /tmp/tmp5gsgv9hu/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(int))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 4 Program stderr: Checking for size of "int" : 4 Running compile: Working directory: /tmp/tmpog_icavc Command line: cc /tmp/tmpog_icavc/testfile.c -o /tmp/tmpog_icavc/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(long))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 8 Program stderr: Checking for size of "long" : 8 Running compile: Working directory: /tmp/tmp3_1ku2xt Command line: cc /tmp/tmp3_1ku2xt/testfile.c -o /tmp/tmp3_1ku2xt/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(short))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 2 Program stderr: Checking for size of "short" : 2 Running compile: Working directory: /tmp/tmp_kkws97o Command line: cc /tmp/tmp_kkws97o/testfile.c -o /tmp/tmp_kkws97o/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(void*))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 8 Program stderr: Checking for size of "void*" : 8 Using cached compile: Cached command line: c++ /tmp/tmp060zj3n2/testfile.cpp -o /tmp/tmp060zj3n2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Waggregate-return Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Waggregate-return: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0s218bf8/testfile.c -o /tmp/tmp0s218bf8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-declarations Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-declarations: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp15awaf8n/testfile.cpp -o /tmp/tmp15awaf8n/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmissing-declarations Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wmissing-declarations: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpqymaw5xe/testfile.c -o /tmp/tmpqymaw5xe/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wredundant-decls Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wredundant-decls: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpy2n9an56/testfile.cpp -o /tmp/tmpy2n9an56/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wredundant-decls Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wredundant-decls: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpvc2trc62/testfile.c -o /tmp/tmpvc2trc62/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wundef Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wundef: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpokji4lx0/testfile.cpp -o /tmp/tmpokji4lx0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wundef Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wundef: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpg9iz_3zt/testfile.c -o /tmp/tmpg9iz_3zt/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wwrite-strings Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wwrite-strings: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpw3zcuqf8/testfile.cpp -o /tmp/tmpw3zcuqf8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wwrite-strings Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wwrite-strings: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk2b7whdg/testfile.c -o /tmp/tmpk2b7whdg/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wformat: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpm0nwevw0/testfile.cpp -o /tmp/tmpm0nwevw0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wformat Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wformat: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpwxfc43ju/testfile.c -o /tmp/tmpwxfc43ju/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-nonliteral Code: int i; Cached compiler stdout: Cached compiler stderr: cc1: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral] Compiler for C supports arguments -Wformat-nonliteral: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpadkr6rgj/testfile.cpp -o /tmp/tmpadkr6rgj/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wformat-nonliteral Code: int i; Cached compiler stdout: Cached compiler stderr: cc1plus: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral] Compiler for C++ supports arguments -Wformat-nonliteral: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk7oe6dnw/testfile.c -o /tmp/tmpk7oe6dnw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-security Code: int i; Cached compiler stdout: Cached compiler stderr: cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security] Compiler for C supports arguments -Wformat-security: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpp3pbrb5z/testfile.cpp -o /tmp/tmpp3pbrb5z/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wformat-security Code: int i; Cached compiler stdout: Cached compiler stderr: cc1plus: warning: -Wformat-security ignored without -Wformat [-Wformat-security] Compiler for C++ supports arguments -Wformat-security: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpepm40g6r/testfile.c -o /tmp/tmpepm40g6r/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Winit-self Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Winit-self: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp0v8js7jy/testfile.cpp -o /tmp/tmp0v8js7jy/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Winit-self Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Winit-self: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpc3qe0dhw/testfile.c -o /tmp/tmpc3qe0dhw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-include-dirs Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-include-dirs: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp5y8kvm3b/testfile.cpp -o /tmp/tmp5y8kvm3b/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmissing-include-dirs Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wmissing-include-dirs: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp73j41q0y/testfile.c -o /tmp/tmp73j41q0y/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waddress Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Waddress: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpclduvg_i/testfile.cpp -o /tmp/tmpclduvg_i/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Waddress Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Waddress: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp1omxrszh/testfile.c -o /tmp/tmp1omxrszh/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-multichar -Wmultichar Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-multichar -Wmultichar: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp33fnqz_a/testfile.cpp -o /tmp/tmp33fnqz_a/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wno-multichar -Wmultichar Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wno-multichar -Wmultichar: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp90sa64pp/testfile.c -o /tmp/tmp90sa64pp/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wvla Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wvla: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpohccsip3/testfile.cpp -o /tmp/tmpohccsip3/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wvla Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wvla: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9llo4s_6/testfile.c -o /tmp/tmp9llo4s_6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wpointer-arith: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp7t0lm9gs/testfile.cpp -o /tmp/tmp7t0lm9gs/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wpointer-arith Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wpointer-arith: YES (cached) Using cached compile: Cached command line: cc /tmp/tmps1jc_ehv/testfile.c -o /tmp/tmps1jc_ehv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-prototypes Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-prototypes: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpq2ywq51b/testfile.c -o /tmp/tmpq2ywq51b/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wdeclaration-after-statement Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wdeclaration-after-statement: YES (cached) Dependency x11 found: YES (cached) Dependency glib-2.0 found: YES (cached) Dependency gobject-2.0 found: YES (cached) Dependency gio-2.0 found: YES (cached) Dependency gio-unix-2.0 found: YES (cached) Dependency gmodule-no-export-2.0 found: YES (cached) Dependency gdk-pixbuf-2.0 found: YES (cached) Dependency gtk+-3.0 found: YES (cached) Dependency gtk+-x11-3.0 found: YES (cached) PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=giomoduledir gio-2.0` -> 0 /usr/local/lib/x86_64-linux-gnu/gio/modules Got pkgconfig variable giomoduledir : /usr/local/lib/x86_64-linux-gnu/gio/modules PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=libdir gio-2.0` -> 0 /usr/local/lib/x86_64-linux-gnu Got pkgconfig variable libdir : /usr/local/lib/x86_64-linux-gnu PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=prefix gio-2.0` -> 0 /usr/local Got pkgconfig variable prefix : /usr/local Dependency gstreamer-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-base-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-net-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-check-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-controller-1.0 from subproject subprojects/gstreamer found: YES Dependency orc-0.4 from subproject subprojects/orc found: YES Program orcc found: YES (overridden: orcc) Using cached compile: Cached command line: cc /tmp/tmpzi70uf0z/testfile.c -o /tmp/tmpzi70uf0z/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -msse Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -msse: YES (cached) Using cached compile: Cached command line: cc /tmp/tmptblv1xvf/testfile.c -o /tmp/tmptblv1xvf/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -msse2 Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -msse2: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpnrtteags/testfile.c -o /tmp/tmpnrtteags/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -msse4.1 Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -msse4.1: YES (cached) Message: GStreamer debug system is enabled Program g-ir-scanner found: YES (/usr/local/bin/g-ir-scanner) Program python3 found: YES (/usr/bin/python3) Dependency iso-codes found: YES (cached) PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=domains iso-codes` -> 0 iso_639-2 iso_639-3 iso_639-5 iso_3166-1 iso_3166-2 iso_3166-3 iso_4217 iso_15924 Got pkgconfig variable domains : iso_639-2 iso_639-3 iso_639-5 iso_3166-1 iso_3166-2 iso_3166-3 iso_4217 iso_15924 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=prefix iso-codes` -> 0 /usr Got pkgconfig variable prefix : /usr Dependency zlib found: YES (cached) PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir zlib` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables zlib` -> 0 exec_prefix includedir libdir pcfiledir prefix sharedlibdir Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : Configuring gstpluginsbaseversion.h using configuration PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : Looking for a fallback subproject for the dependency (anonymous) Executing subproject gl-headers method meson Project name: gl-headers Project version: 2019.1.0 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") Program python3 found: YES (/usr/bin/python3) Using cached compile: Cached command line: cc /tmp/tmp8gyjs18w/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("KHR/khrplatform.h") #error "Header 'KHR/khrplatform.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "KHR/khrplatform.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpmb07_vne/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("GL/wglext.h") #error "Header 'GL/wglext.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpmb07_vne/testfile.c:4:12: error: #error "Header 'GL/wglext.h' could not be found" #error "Header 'GL/wglext.h' could not be found" ^~~~~ Has header "GL/wglext.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmph6lgkgy3/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("GL/glext.h") #error "Header 'GL/glext.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "GL/glext.h" : YES (cached) Build targets in project: 265 Subproject gl-headers finished. Dependency (anonymous) from subproject subprojects/gl-headers found: YES Dependency gl found: YES (cached) Dependency glesv2 found: YES (cached) Using cached compile: Cached command line: cc -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/abyss -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/wglext /tmp/tmpp8lzwjw7/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("GLES3/gl3.h") #error "Header 'GLES3/gl3.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "GLES3/gl3.h" with dependency glesv2: YES (cached) Using cached compile: Cached command line: cc -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/abyss -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/wglext /tmp/tmpattpkb9i/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("GLES3/gl3ext.h") #error "Header 'GLES3/gl3ext.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "GLES3/gl3ext.h" with dependency glesv2: YES (cached) Using cached compile: Cached command line: cc -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/abyss -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/wglext -I/usr/include/libdrm /tmp/tmp2_oncq_p/testfile.c -o /tmp/tmp2_oncq_p/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #ifdef __GNUC__ # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wredundant-decls" #endif #ifndef GL_GLEXT_PROTOTYPES #define GL_GLEXT_PROTOTYPES 1 #endif # include # include # include #if _MSC_VER # include #endif #include #if __WIN32__ || _WIN32 # include #endif void f (void) {} Cached compiler stdout: Cached compiler stderr: Dependency egl found: YES (cached) Using cached compile: Cached command line: cc -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/abyss -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/wglext -I/usr/include/libdrm /tmp/tmpappjvpkn/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("EGL/egl.h") #error "Header 'EGL/egl.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "EGL/egl.h" with dependency egl: YES (cached) Using cached compile: Cached command line: cc -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/abyss -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/wglext -I/usr/include/libdrm /tmp/tmp00gf43th/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("EGL/eglext.h") #error "Header 'EGL/eglext.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "EGL/eglext.h" with dependency egl: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpynbgt0fp/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("libdrm/drm_fourcc.h") #error "Header 'libdrm/drm_fourcc.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "libdrm/drm_fourcc.h" : YES (cached) Dependency wayland-client found: YES (cached) Dependency wayland-cursor found: YES (cached) Dependency wayland-egl found: YES (cached) Dependency wayland-protocols found: YES (cached) Program wayland-scanner found: YES (/usr/bin/wayland-scanner) PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=pkgdatadir wayland-protocols` -> 0 //usr/share/wayland-protocols Got pkgconfig variable pkgdatadir : //usr/share/wayland-protocols Dependency x11-xcb found: YES (cached) Using cached compile: Cached command line: cc -I/usr/include/libdrm /tmp/tmpc4_z3ci8/testfile.c -o /tmp/tmpc4_z3ci8/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libGL.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #define glXMakeCurrent meson_disable_define_of_glXMakeCurrent #include #undef glXMakeCurrent #ifdef __cplusplus extern "C" #endif char glXMakeCurrent (); #if defined __stub_glXMakeCurrent || defined __stub___glXMakeCurrent fail fail fail this function is not going to work #endif int main () { return glXMakeCurrent (); } Cached compiler stdout: Cached compiler stderr: Checking for function "glXMakeCurrent" with dependency gl: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'bcm_host' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion bcm_host` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency bcm_host found: NO (tried pkgconfig and cmake) Running compile: Working directory: /tmp/tmpumqmp_df Command line: cc /tmp/tmpumqmp_df/testfile.c -o /tmp/tmpumqmp_df/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lbcm_host -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lbcm_host collect2: error: ld returned 1 exit status Library bcm_host found: NO Running compile: Working directory: /tmp/tmpul_tn659 Command line: cc /tmp/tmpul_tn659/testfile.c -o /tmp/tmpul_tn659/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lgdi32 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lgdi32 collect2: error: ld returned 1 exit status Library gdi32 found: NO Using cached compile: Cached command line: cc -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/abyss -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/wglext /tmp/tmpwpzcpoc5/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #include #include #ifdef __has_include #if !__has_include("GL/wglext.h") #error "Header 'GL/wglext.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpwpzcpoc5/testfile.c:1:10: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. Has header "GL/wglext.h" : NO (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'gudev-1.0' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion gudev-1.0` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency gudev-1.0 found: NO (tried pkgconfig and cmake) Dependency libdrm found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'gbm' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion gbm` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency gbm found: NO (tried pkgconfig and cmake) Using cached compile: Cached command line: cc -I/usr/include/libdrm /tmp/tmp2sqna_dx/testfile.c -o /tmp/tmp2sqna_dx/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libEGL.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #define fbGetDisplay meson_disable_define_of_fbGetDisplay #include #undef fbGetDisplay #ifdef __cplusplus extern "C" #endif char fbGetDisplay (); #if defined __stub_fbGetDisplay || defined __stub___fbGetDisplay fail fail fail this function is not going to work #endif int main () { return fbGetDisplay (); } Cached compiler stdout: Cached compiler stderr: /usr/bin/ld: /tmp/cc1vJEvT.o: in function `main': testfile.c:(.text+0xa): undefined reference to `fbGetDisplay' collect2: error: ld returned 1 exit status Using cached compile: Cached command line: cc -I/usr/include/libdrm /tmp/tmp17pndtdl/testfile.c -o /tmp/tmp17pndtdl/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libEGL.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: int main() { #ifdef __has_builtin #if !__has_builtin(__builtin_fbGetDisplay) #error "__builtin_fbGetDisplay not found" #endif #elif ! defined(fbGetDisplay) /* Check for __builtin_fbGetDisplay only if no includes were added to the * prefix above, which means no definition of fbGetDisplay can be found. * We would always check for this, but we get false positives on * MSYS2 if we do. Their toolchain is broken, but we can at least * give them a workaround. */ #if 1 __builtin_fbGetDisplay; #else #error "No definition for __builtin_fbGetDisplay found in the prefix" #endif #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmp17pndtdl/testfile.c: In function 'main': /tmp/tmp17pndtdl/testfile.c:14:17: error: '__builtin_fbGetDisplay' undeclared (first use in this function); did you mean '__builtin_frexpl'? __builtin_fbGetDisplay; ^~~~~~~~~~~~~~~~~~~~~~ __builtin_frexpl /tmp/tmp17pndtdl/testfile.c:14:17: note: each undeclared identifier is reported only once for each function it appears in Checking for function "fbGetDisplay" with dependency egl: NO (cached) Using cached compile: Cached command line: cc -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/abyss -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/wglext -I/usr/include/libdrm /tmp/tmp5on84wzs/testfile.c -o /tmp/tmp5on84wzs/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #ifdef __GNUC__ # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wredundant-decls" #endif #ifndef GL_GLEXT_PROTOTYPES #define GL_GLEXT_PROTOTYPES 1 #endif # include # include # include #if _MSC_VER # include #endif #include #if __WIN32__ || _WIN32 # include #endif void bar() { sizeof(GLeglImageOES); }; Cached compiler stdout: Cached compiler stderr: Checking for type "GLeglImageOES" with dependencies glesv2, gl: YES (cached) Using cached compile: Cached command line: cc -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/abyss -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/wglext -I/usr/include/libdrm /tmp/tmpxw49qgea/testfile.c -o /tmp/tmpxw49qgea/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #ifdef __GNUC__ # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wredundant-decls" #endif #ifndef GL_GLEXT_PROTOTYPES #define GL_GLEXT_PROTOTYPES 1 #endif # include # include # include #if _MSC_VER # include #endif #include #if __WIN32__ || _WIN32 # include #endif void bar() { sizeof(GLchar); }; Cached compiler stdout: Cached compiler stderr: Checking for type "GLchar" with dependencies glesv2, gl: YES (cached) Using cached compile: Cached command line: cc -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/abyss -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/wglext -I/usr/include/libdrm /tmp/tmpa2vmjlr_/testfile.c -o /tmp/tmpa2vmjlr_/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #ifdef __GNUC__ # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wredundant-decls" #endif #ifndef GL_GLEXT_PROTOTYPES #define GL_GLEXT_PROTOTYPES 1 #endif # include # include # include #if _MSC_VER # include #endif #include #if __WIN32__ || _WIN32 # include #endif void bar() { sizeof(GLsizeiptr); }; Cached compiler stdout: Cached compiler stderr: Checking for type "GLsizeiptr" with dependencies glesv2, gl: YES (cached) Using cached compile: Cached command line: cc -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/abyss -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/wglext -I/usr/include/libdrm /tmp/tmp01oqvq7j/testfile.c -o /tmp/tmp01oqvq7j/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #ifdef __GNUC__ # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wredundant-decls" #endif #ifndef GL_GLEXT_PROTOTYPES #define GL_GLEXT_PROTOTYPES 1 #endif # include # include # include #if _MSC_VER # include #endif #include #if __WIN32__ || _WIN32 # include #endif void bar() { sizeof(GLintptr); }; Cached compiler stdout: Cached compiler stderr: Checking for type "GLintptr" with dependencies glesv2, gl: YES (cached) Using cached compile: Cached command line: cc -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/abyss -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/wglext -I/usr/include/libdrm /tmp/tmpifagdbyg/testfile.c -o /tmp/tmpifagdbyg/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #ifdef __GNUC__ # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wredundant-decls" #endif #ifndef GL_GLEXT_PROTOTYPES #define GL_GLEXT_PROTOTYPES 1 #endif # include # include # include #if _MSC_VER # include #endif #include #if __WIN32__ || _WIN32 # include #endif void bar() { sizeof(GLsync); }; Cached compiler stdout: Cached compiler stderr: Checking for type "GLsync" with dependencies glesv2, gl: YES (cached) Using cached compile: Cached command line: cc -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/abyss -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/wglext -I/usr/include/libdrm /tmp/tmpti910xjl/testfile.c -o /tmp/tmpti910xjl/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #ifdef __GNUC__ # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wredundant-decls" #endif #ifndef GL_GLEXT_PROTOTYPES #define GL_GLEXT_PROTOTYPES 1 #endif # include # include # include #if _MSC_VER # include #endif #include #if __WIN32__ || _WIN32 # include #endif void bar() { sizeof(GLuint64); }; Cached compiler stdout: Cached compiler stderr: Checking for type "GLuint64" with dependencies glesv2, gl: YES (cached) Using cached compile: Cached command line: cc -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/abyss -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/wglext -I/usr/include/libdrm /tmp/tmp0tovxze0/testfile.c -o /tmp/tmp0tovxze0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #ifdef __GNUC__ # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wredundant-decls" #endif #ifndef GL_GLEXT_PROTOTYPES #define GL_GLEXT_PROTOTYPES 1 #endif # include # include # include #if _MSC_VER # include #endif #include #if __WIN32__ || _WIN32 # include #endif void bar() { sizeof(GLint64); }; Cached compiler stdout: Cached compiler stderr: Checking for type "GLint64" with dependencies glesv2, gl: YES (cached) Using cached compile: Cached command line: cc -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/abyss -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/wglext -I/usr/include/libdrm /tmp/tmpqb5btp06/testfile.c -o /tmp/tmpqb5btp06/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #ifdef __GNUC__ # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wredundant-decls" #endif #ifndef GL_GLEXT_PROTOTYPES #define GL_GLEXT_PROTOTYPES 1 #endif # include # include # include #if _MSC_VER # include #endif #include #if __WIN32__ || _WIN32 # include #endif #include #include void bar() { sizeof(EGLAttrib); }; Cached compiler stdout: Cached compiler stderr: Checking for type "EGLAttrib" with dependencies glesv2, gl, egl: YES (cached) Using cached compile: Cached command line: cc -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/abyss -I/home/otter/Desktop/gst-build-master/subprojects/gl-headers/wglext -I/usr/include/libdrm /tmp/tmp1hxkat0n/testfile.c -o /tmp/tmp1hxkat0n/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #ifdef __GNUC__ # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wredundant-decls" #endif #ifndef GL_GLEXT_PROTOTYPES #define GL_GLEXT_PROTOTYPES 1 #endif # include # include # include #if _MSC_VER # include #endif #include #if __WIN32__ || _WIN32 # include #endif #include #include void bar() { sizeof(EGLuint64KHR); }; Cached compiler stdout: Cached compiler stderr: Checking for type "EGLuint64KHR" with dependencies glesv2, gl, egl: YES (cached) Message: Building libgstgl with GL api: gles2 gl Message: Building libgstgl with GL platform: egl glx Message: Building libgstgl with GL winsys: wayland x11 Configuring gstglconfig.h using configuration PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir gmodule-no-export-2.0` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables gmodule-no-export-2.0` -> 0 gmodule_supported includedir libdir pcfiledir prefix Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir glesv2` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables glesv2` -> 0 includedir libdir pcfiledir prefix Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir gl` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables gl` -> 0 glx_tls includedir libdir pcfiledir prefix Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir egl` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables egl` -> 0 includedir libdir pcfiledir prefix Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir wayland-client` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables wayland-client` -> 0 datarootdir exec_prefix includedir libdir pcfiledir pkgdatadir prefix Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir wayland-cursor` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables wayland-cursor` -> 0 exec_prefix includedir libdir pcfiledir prefix Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir wayland-egl` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables wayland-egl` -> 0 exec_prefix includedir libdir pcfiledir prefix Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir x11` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables x11` -> 0 exec_prefix includedir libdir pcfiledir prefix xthreadlib Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir x11-xcb` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables x11-xcb` -> 0 exec_prefix includedir libdir pcfiledir prefix Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : Dependency alsa found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'cdparanoia-3' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion cdparanoia-3` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency cdparanoia-3 found: NO (tried pkgconfig and cmake) Running compile: Working directory: /tmp/tmp9cqnx8r6 Command line: cc /tmp/tmp9cqnx8r6/testfile.c -o /tmp/tmp9cqnx8r6/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lcdda_paranoia -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lcdda_paranoia collect2: error: ld returned 1 exit status Library cdda_paranoia found: NO Running compile: Working directory: /tmp/tmp1l8g3nsz Command line: cc /tmp/tmp1l8g3nsz/testfile.c -o /tmp/tmp1l8g3nsz/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lcdda_interface -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lcdda_interface collect2: error: ld returned 1 exit status Library cdda_interface found: NO Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'graphene-1.0' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion graphene-1.0` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency graphene-1.0 found: NO (tried pkgconfig and cmake) Dependency libpng found: YES (cached) Dependency libjpeg found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpynbgt0fp/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("libdrm/drm_fourcc.h") #error "Header 'libdrm/drm_fourcc.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "libdrm/drm_fourcc.h" : YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libvisual-0.4' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libvisual-0.4` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libvisual-0.4 found: NO (tried pkgconfig and cmake) Dependency ogg found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'opus' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion opus` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency opus found: NO (tried pkgconfig and cmake) Dependency pangocairo found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'theoradec' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion theoradec` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency theoradec found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'theoraenc' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion theoraenc` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency theoraenc found: NO (tried pkgconfig and cmake) Dependency vorbis found: YES (cached) Dependency vorbisenc found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'vorbisidec' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion vorbisidec` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency vorbisidec found: NO (tried pkgconfig and cmake) Using cached compile: Cached command line: cc /tmp/tmpeo3bcv3l/testfile.c -o /tmp/tmpeo3bcv3l/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef vorbis_synthesis_restart vorbis_synthesis_restart; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "vorbis_synthesis_restart" : YES (cached) Dependency xext found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'xv' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion xv` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency xv found: NO (tried pkgconfig and cmake) Adding test "gst_typefindfunctions" Adding test "libs_audio" Adding test "libs_audiocdsrc" Adding test "libs_audiodecoder" Adding test "libs_audioencoder" Adding test "libs_baseaudiovisualizer" Adding test "libs_discoverer" Adding test "libs_fft" Adding test "libs_libsabi" Adding test "libs_mikey" Adding test "libs_navigation" Adding test "libs_pbutils" Adding test "libs_profile" Adding test "libs_rtp" Adding test "libs_rtpbasedepayload" Adding test "libs_rtpbasepayload" Adding test "libs_rtpmeta" Adding test "libs_rtsp" Adding test "libs_sdp" Adding test "libs_tag" Adding test "libs_video" Adding test "libs_videoanc" Adding test "libs_videoencoder" Adding test "libs_videodecoder" Adding test "libs_videotimecode" Adding test "libs_xmpwriter" Adding test "elements_adder" Adding test "elements_appsink" Adding test "elements_appsrc" Adding test "elements_audioconvert" Adding test "elements_audiointerleave" Adding test "elements_audiomixer" Adding test "elements_audiorate" Adding test "elements_audiotestsrc" Adding test "elements_audioresample" Adding test "elements_compositor" Adding test "elements_decodebin" Adding test "elements_overlaycomposition" Adding test "elements_playbin" Adding test "elements_playsink" Adding test "elements_streamsynchronizer" Adding test "elements_subparse" Adding test "elements_urisourcebin" Adding test "elements_videoconvert" Adding test "elements_videorate" Adding test "elements_videoscale" Adding test "elements_videotestsrc" Adding test "elements_volume" Adding test "generic_clock_selection" Adding test "generic_states" Adding test "pipelines_simple_launch_lines" Adding test "pipelines_basetime" Adding test "pipelines_capsfilter_renegotiation" Adding test "pipelines_gio" Adding test "pipelines_streamsynchronizer" Adding test "libs_allocators" Adding test "libs_rtspconnection" Adding test "elements_multifdsink" Adding test "elements_multisocketsink" Adding test "elements_playbin_complex" Adding test "elements_textoverlay" Adding test "elements_vorbisdec" Adding test "elements_vorbistag" Adding test "pipelines_oggmux" Adding test "pipelines_tcp" Adding test "pipelines_vorbisenc" Adding test "pipelines_vorbisdec" Adding test "libs_gstglcolorconvert" Adding test "libs_gstglcontext" Adding test "libs_gstglfeature" Adding test "libs_gstglformat" Adding test "libs_gstglheaders" Adding test "libs_gstglmatrix" Adding test "libs_gstglmemory" Adding test "libs_gstglquery" Adding test "libs_gstglshader" Adding test "libs_gstglsl" Adding test "libs_gstglslstage" Adding test "libs_gstglupload" Adding test "elements_glimagesink" Adding test "elements_glbin" Adding test "pipelines_gl_launch_lines" Adding test "libs_gstlibscpp" Adding test "elements-videoscale-1" Adding test "elements-videoscale-2" Adding test "elements-videoscale-3" Adding test "elements-videoscale-4" Adding test "elements-videoscale-5" Adding test "elements-videoscale-6" Dependency from subproject subprojects/orc found: YES Adding test "orc_audio" Adding test "orc_video" Adding test "orc_adder" Adding test "orc_audiomixer" Adding test "orc_compositor" Adding test "orc_volume" Adding test "orc_videotestsrc" Adding benchmark "bench_benchmark_appsink" Adding benchmark "bench_benchmark_appsrc" Adding benchmark "bench_benchmark_video_conversion" Using cached compile: Cached command line: cc /tmp/tmpkoievetw/testfile.c -o /tmp/tmpkoievetw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-parentheses -Wparentheses Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-parentheses -Wparentheses: YES (cached) Dependency sdl found: YES (cached) WARNING: rcc dependencies will not work reliably until this upstream issue is fixed: https://bugreports.qt.io/browse/QTBUG-45460 Trying to find qt with pkg-config Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'Qt5Gui' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion Qt5Gui` -> 1 Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'Qt5Widgets' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion Qt5Widgets` -> 1 Trying to find qt with qmake QMake is not for Qt5 Run-time dependency qt5 (modules: Gui, Widgets) found: NO (tried pkgconfig, qmake-qt5 and qmake) Program moc-qt5 found: NO Using cached compile: Cached command line: cc /tmp/tmpd795m9gd/testfile.c -o /tmp/tmpd795m9gd/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include void foo (void) { struct js_event js; js.type = JS_EVENT_AXIS; } Cached compiler stdout: Cached compiler stderr: Checking if "Linux joystick headers needed by jseek example" compiles: YES (cached) Configuring gstreamer-allocators-1.0.pc using configuration Configuring gstreamer-allocators-1.0-uninstalled.pc using configuration Configuring gstreamer-app-1.0.pc using configuration Configuring gstreamer-app-1.0-uninstalled.pc using configuration Configuring gstreamer-audio-1.0.pc using configuration Configuring gstreamer-audio-1.0-uninstalled.pc using configuration Configuring gstreamer-fft-1.0.pc using configuration Configuring gstreamer-fft-1.0-uninstalled.pc using configuration Configuring gstreamer-pbutils-1.0.pc using configuration Configuring gstreamer-pbutils-1.0-uninstalled.pc using configuration Configuring gstreamer-plugins-base-1.0.pc using configuration Configuring gstreamer-plugins-base-1.0-uninstalled.pc using configuration Configuring gstreamer-riff-1.0.pc using configuration Configuring gstreamer-riff-1.0-uninstalled.pc using configuration Configuring gstreamer-rtp-1.0.pc using configuration Configuring gstreamer-rtp-1.0-uninstalled.pc using configuration Configuring gstreamer-rtsp-1.0.pc using configuration Configuring gstreamer-rtsp-1.0-uninstalled.pc using configuration Configuring gstreamer-sdp-1.0.pc using configuration Configuring gstreamer-sdp-1.0-uninstalled.pc using configuration Configuring gstreamer-tag-1.0.pc using configuration Configuring gstreamer-tag-1.0-uninstalled.pc using configuration Configuring gstreamer-video-1.0.pc using configuration Configuring gstreamer-video-1.0-uninstalled.pc using configuration Configuring gstreamer-gl-1.0.pc using configuration subprojects/gst-plugins-base/pkgconfig/meson.build:57: WARNING: The variable(s) 'GL_CFLAGS' in the input file 'subprojects/gst-plugins-base/pkgconfig/gstreamer-gl.pc.in' are not present in the given configuration data. Configuring gstreamer-gl-1.0-uninstalled.pc using configuration subprojects/gst-plugins-base/pkgconfig/meson.build:64: WARNING: The variable(s) 'GL_CFLAGS' in the input file 'subprojects/gst-plugins-base/pkgconfig/gstreamer-gl-uninstalled.pc.in' are not present in the given configuration data. Program xgettext found: YES (/usr/bin/xgettext) Program hotdoc found: NO Message: Hotdoc not found, not building the documentation Configuring config.h using configuration Running command: /usr/bin/python3 -c import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit") --- stdout --- --- stderr --- Build targets in project: 488 Subproject gst-plugins-base finished. Running command: /usr/bin/python3 -c import os os.symlink(os.path.join('/home/otter/Desktop/gst-build-master', 'subprojects', 'gst-plugins-base'), os.path.join('/home/otter/Desktop/gst-build-master', 'gst-plugins-base')) --- stdout --- --- stderr --- Traceback (most recent call last): File "", line 5, in FileExistsError: [Errno 17] File exists: '/home/otter/Desktop/gst-build-master/subprojects/gst-plugins-base' -> '/home/otter/Desktop/gst-build-master/gst-plugins-base' Executing subproject gst-plugins-good method meson Project name: gst-plugins-good Project version: 1.17.0.1 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C++ compiler for the build machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") C++ compiler for the host machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") Using cached compile: Cached command line: cc /tmp/tmpi0mfc90z/testfile.c -o /tmp/tmpi0mfc90z/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-Bsymbolic-functions Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5rurek05/testfile.c -o /tmp/tmp5rurek05/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fvisibility=hidden Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fvisibility=hidden: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_98o599p/testfile.c -o /tmp/tmp_98o599p/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-strict-aliasing Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fno-strict-aliasing: YES (cached) Message: Disabling deprecated GLib API Using cached compile: Cached command line: cc /tmp/tmpphwwy39d/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("dlfcn.h") #error "Header 'dlfcn.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "dlfcn.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpg8eg18i1/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("fcntl.h") #error "Header 'fcntl.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "fcntl.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp37gdnpgd/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("inttypes.h") #error "Header 'inttypes.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "inttypes.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpqq_uatte/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("memory.h") #error "Header 'memory.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "memory.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp56ck7ggz/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("process.h") #error "Header 'process.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmp56ck7ggz/testfile.c:4:12: error: #error "Header 'process.h' could not be found" #error "Header 'process.h' could not be found" ^~~~~ Has header "process.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpgblf4cya/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("stdint.h") #error "Header 'stdint.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "stdint.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0jxw_vju/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("stdlib.h") #error "Header 'stdlib.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "stdlib.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpydpluet5/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("strings.h") #error "Header 'strings.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "strings.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp8gvx8649/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("string.h") #error "Header 'string.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "string.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp7j0grwwv/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/ioctl.h") #error "Header 'sys/ioctl.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/ioctl.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp4s_ecstm/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/param.h") #error "Header 'sys/param.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/param.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmplqfa36z3/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/socket.h") #error "Header 'sys/socket.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/socket.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmplo09szcc/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/stat.h") #error "Header 'sys/stat.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/stat.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpm9m9i095/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/time.h") #error "Header 'sys/time.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/time.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp6u_92d9u/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/types.h") #error "Header 'sys/types.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/types.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpx4ugn2ze/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("unistd.h") #error "Header 'unistd.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "unistd.h" : YES (cached) Library m found: YES Using cached compile: Cached command line: cc /tmp/tmp7smz46iz/testfile.c -o /tmp/tmp7smz46iz/output.exe -pipe -Wl,--start-group -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #if defined __stub_asinh || defined __stub___asinh fail fail fail this function is not going to work #endif int main() { void *a = (void*) &asinh; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "asinh" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpyk4m4xku/testfile.c -o /tmp/tmpyk4m4xku/output.exe -pipe -Wl,--start-group -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #if defined __stub_clock_gettime || defined __stub___clock_gettime fail fail fail this function is not going to work #endif int main() { void *a = (void*) &clock_gettime; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "clock_gettime" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmptivgvew7/testfile.c -o /tmp/tmptivgvew7/output.exe -pipe -Wl,--start-group -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #if defined __stub_cosh || defined __stub___cosh fail fail fail this function is not going to work #endif int main() { void *a = (void*) &cosh; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "cosh" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpowup5hlt/testfile.c -o /tmp/tmpowup5hlt/output.exe -pipe -Wl,--start-group -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #if defined __stub_dcgettext || defined __stub___dcgettext fail fail fail this function is not going to work #endif int main() { void *a = (void*) &dcgettext; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "dcgettext" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpmwg5_x39/testfile.c -o /tmp/tmpmwg5_x39/output.exe -pipe -Wl,--start-group -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #if defined __stub_getpagesize || defined __stub___getpagesize fail fail fail this function is not going to work #endif int main() { void *a = (void*) &getpagesize; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "getpagesize" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpcjflj7po/testfile.c -o /tmp/tmpcjflj7po/output.exe -pipe -Wl,--start-group -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #if defined __stub_isinf || defined __stub___isinf fail fail fail this function is not going to work #endif int main() { void *a = (void*) &isinf; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "isinf" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpqea79s3o/testfile.c -o /tmp/tmpqea79s3o/output.exe -pipe -Wl,--start-group -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #if defined __stub_mmap || defined __stub___mmap fail fail fail this function is not going to work #endif int main() { void *a = (void*) &mmap; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "mmap" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpai3gn486/testfile.c -o /tmp/tmpai3gn486/output.exe -pipe -Wl,--start-group -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #if defined __stub_mmap64 || defined __stub___mmap64 fail fail fail this function is not going to work #endif int main() { void *a = (void*) &mmap64; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: /tmp/tmpai3gn486/testfile.c: In function 'main': /tmp/tmpai3gn486/testfile.c:9:32: error: 'mmap64' undeclared (first use in this function); did you mean 'mmap'? void *a = (void*) &mmap64; ^~~~~~ mmap /tmp/tmpai3gn486/testfile.c:9:32: note: each undeclared identifier is reported only once for each function it appears in Using cached compile: Cached command line: cc /tmp/tmp2if_z6ah/testfile.c -o /tmp/tmp2if_z6ah/output.exe -pipe -Wl,--start-group -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main() { #ifdef __has_builtin #if !__has_builtin(__builtin_mmap64) #error "__builtin_mmap64 not found" #endif #elif ! defined(mmap64) /* Check for __builtin_mmap64 only if no includes were added to the * prefix above, which means no definition of mmap64 can be found. * We would always check for this, but we get false positives on * MSYS2 if we do. Their toolchain is broken, but we can at least * give them a workaround. */ #if 0 __builtin_mmap64; #else #error "No definition for __builtin_mmap64 found in the prefix" #endif #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmp2if_z6ah/testfile.c: In function 'main': /tmp/tmp2if_z6ah/testfile.c:16:18: error: #error "No definition for __builtin_mmap64 found in the prefix" #error "No definition for __builtin_mmap64 found in the prefix" ^~~~~ Checking for function "mmap64" with dependency -lm: NO (cached) Using cached compile: Cached command line: cc /tmp/tmp6vx35qae/testfile.c -o /tmp/tmp6vx35qae/output.exe -pipe -Wl,--start-group -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include #if defined __stub_sinh || defined __stub___sinh fail fail fail this function is not going to work #endif int main() { void *a = (void*) &sinh; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "sinh" with dependency -lm: YES (cached) Running compile: Working directory: /tmp/tmpihze570c Command line: cc /tmp/tmpihze570c/testfile.c -o /tmp/tmpihze570c/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(char))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 1 Program stderr: Checking for size of "char" : 1 Running compile: Working directory: /tmp/tmpspsxwfty Command line: cc /tmp/tmpspsxwfty/testfile.c -o /tmp/tmpspsxwfty/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(int))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 4 Program stderr: Checking for size of "int" : 4 Running compile: Working directory: /tmp/tmplndo5haq Command line: cc /tmp/tmplndo5haq/testfile.c -o /tmp/tmplndo5haq/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(long))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 8 Program stderr: Checking for size of "long" : 8 Running compile: Working directory: /tmp/tmp5e0kt8df Command line: cc /tmp/tmp5e0kt8df/testfile.c -o /tmp/tmp5e0kt8df/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(short))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 2 Program stderr: Checking for size of "short" : 2 Running compile: Working directory: /tmp/tmpx6hmcmda Command line: cc /tmp/tmpx6hmcmda/testfile.c -o /tmp/tmpx6hmcmda/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(void*))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 8 Program stderr: Checking for size of "void*" : 8 Running compile: Working directory: /tmp/tmpal07hdag Command line: cc /tmp/tmpal07hdag/testfile.c -o /tmp/tmpal07hdag/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(off_t))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 8 Program stderr: Checking for size of "off_t" : 8 Using cached compile: Cached command line: cc /tmp/tmp0s218bf8/testfile.c -o /tmp/tmp0s218bf8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-declarations Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-declarations: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp15awaf8n/testfile.cpp -o /tmp/tmp15awaf8n/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmissing-declarations Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wmissing-declarations: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpqymaw5xe/testfile.c -o /tmp/tmpqymaw5xe/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wredundant-decls Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wredundant-decls: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpy2n9an56/testfile.cpp -o /tmp/tmpy2n9an56/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wredundant-decls Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wredundant-decls: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpg9iz_3zt/testfile.c -o /tmp/tmpg9iz_3zt/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wwrite-strings Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wwrite-strings: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpw3zcuqf8/testfile.cpp -o /tmp/tmpw3zcuqf8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wwrite-strings Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wwrite-strings: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpepm40g6r/testfile.c -o /tmp/tmpepm40g6r/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Winit-self Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Winit-self: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp0v8js7jy/testfile.cpp -o /tmp/tmp0v8js7jy/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Winit-self Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Winit-self: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpc3qe0dhw/testfile.c -o /tmp/tmpc3qe0dhw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-include-dirs Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-include-dirs: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp5y8kvm3b/testfile.cpp -o /tmp/tmp5y8kvm3b/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmissing-include-dirs Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wmissing-include-dirs: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp1omxrszh/testfile.c -o /tmp/tmp1omxrszh/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-multichar -Wmultichar Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-multichar -Wmultichar: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp33fnqz_a/testfile.cpp -o /tmp/tmp33fnqz_a/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wno-multichar -Wmultichar Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wno-multichar -Wmultichar: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp90sa64pp/testfile.c -o /tmp/tmp90sa64pp/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wvla Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wvla: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpohccsip3/testfile.cpp -o /tmp/tmpohccsip3/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wvla Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wvla: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9llo4s_6/testfile.c -o /tmp/tmp9llo4s_6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wpointer-arith: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp7t0lm9gs/testfile.cpp -o /tmp/tmp7t0lm9gs/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wpointer-arith Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wpointer-arith: YES (cached) Using cached compile: Cached command line: cc /tmp/tmps1jc_ehv/testfile.c -o /tmp/tmps1jc_ehv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-prototypes Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-prototypes: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpq2ywq51b/testfile.c -o /tmp/tmpq2ywq51b/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wdeclaration-after-statement Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wdeclaration-after-statement: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0ug86ao6/testfile.c -o /tmp/tmp0ug86ao6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wold-style-definition Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wold-style-definition: YES (cached) Using cached compile: Cached command line: cc /tmp/tmptfrskhcl/testfile.c -o /tmp/tmptfrskhcl/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waggregate-return Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Waggregate-return: YES (cached) Dependency gstreamer-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-base-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-net-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-controller-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-check-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-pbutils-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-allocators-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-app-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-audio-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-fft-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-riff-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-rtp-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-rtsp-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-sdp-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-tag-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-video-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-gl-1.0 from subproject subprojects/gst-plugins-base found: YES Message: GStreamer OpenGL window systems: wayland x11 Message: GStreamer OpenGL platforms: egl glx Message: GStreamer OpenGL apis: gles2 gl Dependency zlib found: YES (cached) Dependency glib-2.0 found: YES (cached) Dependency gobject-2.0 found: YES (cached) Dependency gio-2.0 found: YES (cached) Dependency orc-0.4 from subproject subprojects/orc found: YES Program orcc found: YES (overridden: orcc) Message: GStreamer debug system is enabled Program python3 found: YES (/usr/bin/python3) Running compile: Working directory: /tmp/tmpqj17m26d Command line: cc /tmp/tmpqj17m26d/testfile.c -o /tmp/tmpqj17m26d/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lbz2 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lbz2 collect2: error: ld returned 1 exit status Library bz2 found: NO Using cached compile: Cached command line: cc /tmp/tmp0lvw5mot/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/soundcard.h") #error "Header 'sys/soundcard.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/soundcard.h" : YES (cached) Message: Checking headers needed for Open Sound System 4 plugin... Using cached compile: Cached command line: cc /tmp/tmpg8eg18i1/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("fcntl.h") #error "Header 'fcntl.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "fcntl.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp7j0grwwv/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/ioctl.h") #error "Header 'sys/ioctl.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/ioctl.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmplo09szcc/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/stat.h") #error "Header 'sys/stat.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/stat.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp6u_92d9u/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/types.h") #error "Header 'sys/types.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/types.h" : YES (cached) Message: Required headers found, building Open Sound System 4 plugin. Using cached compile: Cached command line: cc /tmp/tmps6zhagbt/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("linux/videodev2.h") #error "Header 'linux/videodev2.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "linux/videodev2.h" : YES (cached) Message: building v4l2 plugin Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'gudev-1.0' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency gudev-1.0 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libv4l2' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libv4l2` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libv4l2 found: NO (tried pkgconfig and cmake) Dependency x11 found: YES (cached) Dependency xext found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmph5xslokv/testfile.c -o /tmp/tmph5xslokv/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libXext.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #define XShmAttach meson_disable_define_of_XShmAttach #include #undef XShmAttach #ifdef __cplusplus extern "C" #endif char XShmAttach (); #if defined __stub_XShmAttach || defined __stub___XShmAttach fail fail fail this function is not going to work #endif int main () { return XShmAttach (); } Cached compiler stdout: Cached compiler stderr: Checking for function "XShmAttach" with dependency xext: YES (cached) Dependency xfixes found: YES (cached) Dependency xdamage found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpq8jj0qlb/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("aalib.h") #error "Header 'aalib.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpq8jj0qlb/testfile.c:4:12: error: #error "Header 'aalib.h' could not be found" #error "Header 'aalib.h' could not be found" ^~~~~ Has header "aalib.h" : NO (cached) Dependency cairo-gobject found: YES (cached) Dependency flac found: YES (cached) Dependency gdk-pixbuf-2.0 found: YES (cached) Dependency gtk+-3.0 found: YES (cached) Dependency gtk+-x11-3.0 found: YES (cached) Dependency gtk+-wayland-3.0 found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'jack' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion jack` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency jack found: NO (tried pkgconfig and cmake) Dependency libjpeg found: YES (cached) Running compile: Working directory: /tmp/tmpqcphqego Command line: cc /tmp/tmpqcphqego/testfile.c -o /tmp/tmpqcphqego/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lmp3lame -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lmp3lame collect2: error: ld returned 1 exit status Library mp3lame found: NO Dependency caca found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libdv' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libdv` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libdv found: NO (tried pkgconfig and cmake) Dependency libpng found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libmpg123' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libmpg123` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libmpg123 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libraw1394' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libraw1394` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libraw1394 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libavc1394' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libavc1394` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libavc1394 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libiec61883' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libiec61883` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libiec61883 found: NO (tried pkgconfig and cmake) Trying to find qt with pkg-config Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'Qt5Core' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion Qt5Core` -> 1 Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'Qt5Gui' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'Qt5Qml' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion Qt5Qml` -> 1 Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'Qt5Quick' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion Qt5Quick` -> 1 Trying to find qt with qmake QMake is not for Qt5 Run-time dependency qt5 (modules: Core, Gui, Qml, Quick) found: NO (tried pkgconfig, qmake-qt5 and qmake) Program moc-qt5 found: NO Program moc found: YES (/usr/bin/moc) Dependency libpulse found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'shout' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion shout` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency shout found: NO (tried pkgconfig and cmake) Dependency libsoup-2.4 found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'speex' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion speex` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency speex found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'taglib' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion taglib` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency taglib found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'twolame' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion twolame` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency twolame found: NO (tried pkgconfig and cmake) Dependency vpx found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpt3h2xphq/testfile.c -o /tmp/tmpt3h2xphq/output.exe -pipe -Wl,--start-group /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libvpx.so -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main (int a, char ** g) { const vpx_codec_iface_t *c = &vpx_codec_vp8_cx_algo; return c != 0; } Cached compiler stdout: Cached compiler stderr: Message: libvpx provides VP8 encoder interface (vpx_codec_vp8_cx_algo) Using cached compile: Cached command line: cc /tmp/tmpvwj74res/testfile.c -o /tmp/tmpvwj74res/output.exe -pipe -Wl,--start-group /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libvpx.so -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main (int a, char ** g) { const vpx_codec_iface_t *c = &vpx_codec_vp8_dx_algo; return c != 0; } Cached compiler stdout: Cached compiler stderr: Message: libvpx provides VP8 decoder interface (vpx_codec_vp8_dx_algo) Using cached compile: Cached command line: cc /tmp/tmp7ydah4rw/testfile.c -o /tmp/tmp7ydah4rw/output.exe -pipe -Wl,--start-group /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libvpx.so -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main (int a, char ** g) { const vpx_codec_iface_t *c = &vpx_codec_vp9_cx_algo; return c != 0; } Cached compiler stdout: Cached compiler stderr: Message: libvpx provides VP9 encoder interface (vpx_codec_vp9_cx_algo) Using cached compile: Cached command line: cc /tmp/tmpxv50ckyk/testfile.c -o /tmp/tmpxv50ckyk/output.exe -pipe -Wl,--start-group /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libvpx.so -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main (int a, char ** g) { const vpx_codec_iface_t *c = &vpx_codec_vp9_dx_algo; return c != 0; } Cached compiler stdout: Cached compiler stderr: Message: libvpx provides VP9 decoder interface (vpx_codec_vp9_dx_algo) Dependency vpx found: YES (cached) Dependency vpx found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'wavpack' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion wavpack` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency wavpack found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'valgrind' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion valgrind` -> 1 Run-time dependency valgrind found: NO (tried pkgconfig) Adding test "elements_audioamplify" Adding test "elements_audiochebband" Adding test "elements_audiocheblimit" Adding test "elements_audiodynamic" Adding test "elements_audioecho" Adding test "elements_audiofirfilter" Adding test "elements_audioiirfilter" Adding test "elements_audioinvert" Adding test "elements_audiopanorama" Adding test "elements_audiowsincband" Adding test "elements_audiowsinclimit" Adding test "elements_alphacolor" Adding test "elements_alpha" Adding test "elements_avimux" Adding test "elements_avisubtitle" Adding test "elements_capssetter" Adding test "elements_aacparse" Adding test "elements_ac3parse" Adding test "elements_amrparse" Adding test "elements_flacparse" Adding test "elements_mpegaudioparse" Adding test "elements_autodetect" Adding test "elements_deinterlace" Adding test "elements_dtmf" Adding test "elements_flvdemux" Adding test "elements_flvmux" Adding test "elements_mulawdec" Adding test "elements_mulawenc" Adding test "elements_icydemux" Adding test "elements_id3demux" Adding test "elements_imagefreeze" Adding test "elements_deinterleave" Adding test "elements_interleave" Adding test "elements_level" Adding test "elements_matroskademux" Adding test "elements_matroskamux" Adding test "elements_matroskaparse" Adding test "elements_multifile" Adding test "elements_splitmux" Adding test "elements_qtmux" Adding test "elements_qtdemux" Adding test "elements_rganalysis" Adding test "elements_rglimiter" Adding test "elements_rgvolume" Adding test "elements_rtph261" Adding test "elements_rtph263" Adding test "elements_rtph264" Adding test "elements_rtph265" Adding test "elements_rtpvp9" Adding test "elements_rtpbin" Adding test "elements_rtpbin_buffer_list" Adding test "elements_rtpcollision" Adding test "elements_rtpfunnel" Adding test "elements_rtpjitterbuffer" Adding test "elements_rtpmux" Adding test "elements_rtprtx" Adding test "elements_rtpsession" Adding test "elements_rtpstorage" Adding test "elements_rtpred" Adding test "elements_rtpulpfec" Adding test "elements_rtpssrcdemux" Adding test "elements_rtp_payloading" Adding test "elements_spectrum" Adding test "elements_shapewipe" Adding test "elements_udpsink" Adding test "elements_udpsrc" Adding test "elements_videobox" Adding test "elements_videocrop" Adding test "elements_videofilter" Adding test "elements_videomixer" Adding test "elements_aspectratiocrop" Adding test "pipelines_wavenc" Adding test "elements_wavparse" Adding test "elements_wavpackparse" Adding test "elements_y4menc" Adding test "pipelines_effectv" Adding test "elements_equalizer" Adding test "pipelines_simple_launch_lines" Adding test "pipelines_tagschecking" Adding test "generic_states" Adding test "pipelines_flacdec" Adding test "elements_gdkpixbufsink" Adding test "elements_gdkpixbufoverlay" Adding test "elements_jpegdec" Adding test "elements_jpegenc" Adding test "elements_souphttpsrc" Adding test "elements_vp8enc" Adding test "elements_vp8dec" Adding test "elements_vp9enc" Dependency from subproject subprojects/orc found: YES Adding test "orc_deinterlace" Adding test "orc_videomixer" Adding test "orc_videobox" Trying to find qt with pkg-config Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'Qt5Core' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'Qt5Gui' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'Qt5Widgets' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'Qt5Qml' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'Qt5Quick' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Trying to find qt with qmake QMake is not for Qt5 Run-time dependency qt5 (modules: Core, Gui, Widgets, Qml, Quick) found: NO (tried pkgconfig, qmake-qt5 and qmake) Program moc-qt5 found: NO Program moc found: YES (/usr/bin/moc) Trying to find qt with pkg-config Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'Qt5Core' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'Qt5Gui' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'Qt5Widgets' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'Qt5Qml' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'Qt5Quick' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Trying to find qt with qmake QMake is not for Qt5 Run-time dependency qt5 (modules: Core, Gui, Widgets, Qml, Quick) found: NO (tried pkgconfig, qmake-qt5 and qmake) Program moc-qt5 found: NO Program moc found: YES (/usr/bin/moc) Configuring gstreamer-plugins-good-1.0-uninstalled.pc using configuration Program hotdoc found: NO Message: Hotdoc not found, not building the documentation Program xgettext found: YES (/usr/bin/xgettext) Configuring config.h using configuration Running command: /usr/bin/python3 -c import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit") --- stdout --- --- stderr --- Build targets in project: 686 Subproject gst-plugins-good finished. Running command: /usr/bin/python3 -c import os os.symlink(os.path.join('/home/otter/Desktop/gst-build-master', 'subprojects', 'gst-plugins-good'), os.path.join('/home/otter/Desktop/gst-build-master', 'gst-plugins-good')) --- stdout --- --- stderr --- Traceback (most recent call last): File "", line 5, in FileExistsError: [Errno 17] File exists: '/home/otter/Desktop/gst-build-master/subprojects/gst-plugins-good' -> '/home/otter/Desktop/gst-build-master/gst-plugins-good' Executing subproject libnice method meson Project name: libnice Project version: 0.1.16.1 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") Using cached compile: Cached command line: cc /tmp/tmpmcvrtgvo/testfile.c -o /tmp/tmpmcvrtgvo/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define clock_gettime meson_disable_define_of_clock_gettime #include #undef clock_gettime #ifdef __cplusplus extern "C" #endif char clock_gettime (); #if defined __stub_clock_gettime || defined __stub___clock_gettime fail fail fail this function is not going to work #endif int main () { return clock_gettime (); } Cached compiler stdout: Cached compiler stderr: Checking for function "clock_gettime" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp6q_k441o/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("arpa/inet.h") #error "Header 'arpa/inet.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "arpa/inet.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0vghvyj8/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("net/in.h") #error "Header 'net/in.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmp0vghvyj8/testfile.c:4:12: error: #error "Header 'net/in.h' could not be found" #error "Header 'net/in.h' could not be found" ^~~~~ Has header "net/in.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp7jmbv_hp/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("netdb.h") #error "Header 'netdb.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "netdb.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpia07y8kf/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("ifaddrs.h") #error "Header 'ifaddrs.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "ifaddrs.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpx4ugn2ze/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("unistd.h") #error "Header 'unistd.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "unistd.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmptp9q2_d8/testfile.c -o /tmp/tmptp9q2_d8/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define poll meson_disable_define_of_poll #include #undef poll #ifdef __cplusplus extern "C" #endif char poll (); #if defined __stub_poll || defined __stub___poll fail fail fail this function is not going to work #endif int main () { return poll (); } Cached compiler stdout: Cached compiler stderr: Checking for function "poll" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp4ugt957b/testfile.c -o /tmp/tmp4ugt957b/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define getifaddrs meson_disable_define_of_getifaddrs #include #undef getifaddrs #ifdef __cplusplus extern "C" #endif char getifaddrs (); #if defined __stub_getifaddrs || defined __stub___getifaddrs fail fail fail this function is not going to work #endif int main () { return getifaddrs (); } Cached compiler stdout: Cached compiler stderr: Checking for function "getifaddrs" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_98o599p/testfile.c -o /tmp/tmp_98o599p/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-strict-aliasing Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fno-strict-aliasing: YES (cached) Message: warning level: 1 Message: werror enabled: false Dependency gio-2.0 found: YES (cached) Dependency gthread-2.0 found: YES (cached) Message: Crypto librar requested: auto Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'gnutls' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion gnutls` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency gnutls found: NO (tried pkgconfig and cmake) Dependency openssl found: YES (cached) Dependency gstreamer-base-1.0 from subproject subprojects/gstreamer found: YES Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'gupnp-igd-1.0' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion gupnp-igd-1.0` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency gupnp-igd-1.0 found: NO (tried pkgconfig and cmake) Library m found: YES Program g-ir-scanner found: YES (/usr/local/bin/g-ir-scanner) Adding test "test-parse" Adding test "test-format" Adding test "test-bind" Adding test "test-conncheck" Adding test "test-hmac" Adding test "nice-random" Program gen-def.py found: YES (/usr/bin/python3 /home/otter/Desktop/gst-build-master/subprojects/libnice/nice/gen-def.py) Program gen-map.py found: YES (/usr/bin/python3 /home/otter/Desktop/gst-build-master/subprojects/libnice/nice/gen-map.py) Using cached compile: Cached command line: cc /tmp/tmpd_ua6529/testfile.c -o /tmp/tmpd_ua6529/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--version-script,/home/otter/Desktop/gst-build-master/subprojects/libnice/nice/libnice.ver Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,--version-script,/home/otter/Desktop/gst-build-master/subprojects/libnice/nice/libnice.ver: YES (cached) PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir gthread-2.0` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables gthread-2.0` -> 0 includedir libdir pcfiledir prefix Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir openssl` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables openssl` -> 0 exec_prefix includedir libdir pcfiledir prefix Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : Program gtkdoc-scan skipped: feature gtk_doc disabled Message: Not building documentation as gtk-doc was not found or disabled Using cached compile: Cached command line: cc /tmp/tmp6q_k441o/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("arpa/inet.h") #error "Header 'arpa/inet.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "arpa/inet.h" : YES (cached) Adding test "test-pseudotcp" Adding test "test-bsd" Adding test "test" Adding test "test-address" Adding test "test-add-remove-stream" Adding test "test-build-io-stream" Adding test "test-io-stream-thread" Adding test "test-io-stream-closing-write" Adding test "test-io-stream-closing-read" Adding test "test-io-stream-cancelling" Adding test "test-io-stream-pollable" Adding test "test-send-recv" Adding test "test-socket-is-based-on" Adding test "test-udp-turn-fragmentation" Adding test "test-priority" Adding test "test-fullmode" Adding test "test-fullmode-with-stun" Adding test "test-different-number-streams" Adding test "test-restart" Adding test "test-fallback" Adding test "test-thread" Adding test "test-trickle" Adding test "test-tcp" Adding test "test-icetcp" Adding test "test-credentials" Adding test "test-turn" Adding test "test-drop-invalid" Adding test "test-nomination" Adding test "test-pseudotcp-fin" Adding test "test-new-trickle" Dependency gstreamer-check-1.0 from subproject subprojects/gstreamer found: YES Adding test "test-gstreamer" Program sh found: YES (/usr/bin/sh) Program dd found: YES (/usr/bin/dd) Program diff found: YES (/usr/bin/diff) Program test-pseudotcp-random.sh found: YES (/home/otter/Desktop/gst-build-master/subprojects/libnice/tests/test-pseudotcp-random.sh) Adding test "test-pseudotcp-random" Configuring config.h using configuration Build targets in project: 740 Subproject libnice finished. Running command: /usr/bin/python3 -c import os os.symlink(os.path.join('/home/otter/Desktop/gst-build-master', 'subprojects', 'libnice'), os.path.join('/home/otter/Desktop/gst-build-master', 'libnice')) --- stdout --- --- stderr --- Traceback (most recent call last): File "", line 5, in FileExistsError: [Errno 17] File exists: '/home/otter/Desktop/gst-build-master/subprojects/libnice' -> '/home/otter/Desktop/gst-build-master/libnice' Executing subproject gst-plugins-bad method meson Project name: gst-plugins-bad Project version: 1.17.0.1 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C++ compiler for the build machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C++ compiler for the host machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") Using cached compile: Cached command line: c++ /tmp/tmp5ep7f8k7/testfile.cpp -o /tmp/tmp5ep7f8k7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wno-non-virtual-dtor -Wnon-virtual-dtor Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wno-non-virtual-dtor -Wnon-virtual-dtor: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpi0mfc90z/testfile.c -o /tmp/tmpi0mfc90z/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-Bsymbolic-functions Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5rurek05/testfile.c -o /tmp/tmp5rurek05/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fvisibility=hidden Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fvisibility=hidden: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_98o599p/testfile.c -o /tmp/tmp_98o599p/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-strict-aliasing Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fno-strict-aliasing: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpto9lro3d/testfile.cpp -o /tmp/tmpto9lro3d/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fno-strict-aliasing Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -fno-strict-aliasing: YES (cached) Message: Disabling deprecated GLib API Using cached compile: Cached command line: cc /tmp/tmpphwwy39d/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("dlfcn.h") #error "Header 'dlfcn.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "dlfcn.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpg8eg18i1/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("fcntl.h") #error "Header 'fcntl.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "fcntl.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp37gdnpgd/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("inttypes.h") #error "Header 'inttypes.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "inttypes.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpqq_uatte/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("memory.h") #error "Header 'memory.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "memory.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp095prlbn/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("netinet/in.h") #error "Header 'netinet/in.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "netinet/in.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpoe9bwtuo/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("netinet/ip.h") #error "Header 'netinet/ip.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "netinet/ip.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_9p5o_9o/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("netinet/tcp.h") #error "Header 'netinet/tcp.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "netinet/tcp.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmptt3yfgoz/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("pthread.h") #error "Header 'pthread.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "pthread.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpgblf4cya/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("stdint.h") #error "Header 'stdint.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "stdint.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0jxw_vju/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("stdlib.h") #error "Header 'stdlib.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "stdlib.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpydpluet5/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("strings.h") #error "Header 'strings.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "strings.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp8gvx8649/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("string.h") #error "Header 'string.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "string.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp4s_ecstm/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/param.h") #error "Header 'sys/param.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/param.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmplqfa36z3/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/socket.h") #error "Header 'sys/socket.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/socket.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmplo09szcc/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/stat.h") #error "Header 'sys/stat.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/stat.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpm9m9i095/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/time.h") #error "Header 'sys/time.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/time.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp6u_92d9u/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/types.h") #error "Header 'sys/types.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/types.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpb9bitozp/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/utsname.h") #error "Header 'sys/utsname.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/utsname.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpx4ugn2ze/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("unistd.h") #error "Header 'unistd.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "unistd.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpe2kruf5s/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("windows.h") #error "Header 'windows.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpe2kruf5s/testfile.c:4:12: error: #error "Header 'windows.h' could not be found" #error "Header 'windows.h' could not be found" ^~~~~ Has header "windows.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpvi1dplsj/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("winsock2.h") #error "Header 'winsock2.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpvi1dplsj/testfile.c:4:12: error: #error "Header 'winsock2.h' could not be found" #error "Header 'winsock2.h' could not be found" ^~~~~ Has header "winsock2.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmplw1k71be/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("ws2tcpip.h") #error "Header 'ws2tcpip.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmplw1k71be/testfile.c:4:12: error: #error "Header 'ws2tcpip.h' could not be found" #error "Header 'ws2tcpip.h' could not be found" ^~~~~ Has header "ws2tcpip.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpndt4gij8/testfile.c -o /tmp/tmpndt4gij8/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define dcgettext meson_disable_define_of_dcgettext #include #undef dcgettext #ifdef __cplusplus extern "C" #endif char dcgettext (); #if defined __stub_dcgettext || defined __stub___dcgettext fail fail fail this function is not going to work #endif int main () { return dcgettext (); } Cached compiler stdout: Cached compiler stderr: /tmp/tmpndt4gij8/testfile.c:10:14: warning: conflicting types for built-in function 'dcgettext' [-Wbuiltin-declaration-mismatch] char dcgettext (); ^~~~~~~~~ Checking for function "dcgettext" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpxqiavjp1/testfile.c -o /tmp/tmpxqiavjp1/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define getpagesize meson_disable_define_of_getpagesize #include #undef getpagesize #ifdef __cplusplus extern "C" #endif char getpagesize (); #if defined __stub_getpagesize || defined __stub___getpagesize fail fail fail this function is not going to work #endif int main () { return getpagesize (); } Cached compiler stdout: Cached compiler stderr: Checking for function "getpagesize" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9h5r2vbx/testfile.c -o /tmp/tmp9h5r2vbx/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define gmtime_r meson_disable_define_of_gmtime_r #include #undef gmtime_r #ifdef __cplusplus extern "C" #endif char gmtime_r (); #if defined __stub_gmtime_r || defined __stub___gmtime_r fail fail fail this function is not going to work #endif int main () { return gmtime_r (); } Cached compiler stdout: Cached compiler stderr: Checking for function "gmtime_r" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpkd1wfsfm/testfile.c -o /tmp/tmpkd1wfsfm/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define mmap meson_disable_define_of_mmap #include #undef mmap #ifdef __cplusplus extern "C" #endif char mmap (); #if defined __stub_mmap || defined __stub___mmap fail fail fail this function is not going to work #endif int main () { return mmap (); } Cached compiler stdout: Cached compiler stderr: Checking for function "mmap" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp3tuybe_p/testfile.c -o /tmp/tmp3tuybe_p/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define pipe2 meson_disable_define_of_pipe2 #include #undef pipe2 #ifdef __cplusplus extern "C" #endif char pipe2 (); #if defined __stub_pipe2 || defined __stub___pipe2 fail fail fail this function is not going to work #endif int main () { return pipe2 (); } Cached compiler stdout: Cached compiler stderr: Checking for function "pipe2" : YES (cached) Running compile: Working directory: /tmp/tmpuefgffc1 Command line: cc /tmp/tmpuefgffc1/testfile.c -o /tmp/tmpuefgffc1/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(char))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 1 Program stderr: Checking for size of "char" : 1 Running compile: Working directory: /tmp/tmp5cshrvs1 Command line: cc /tmp/tmp5cshrvs1/testfile.c -o /tmp/tmp5cshrvs1/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(int))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 4 Program stderr: Checking for size of "int" : 4 Running compile: Working directory: /tmp/tmp772a8kny Command line: cc /tmp/tmp772a8kny/testfile.c -o /tmp/tmp772a8kny/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(long))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 8 Program stderr: Checking for size of "long" : 8 Running compile: Working directory: /tmp/tmpxisktykb Command line: cc /tmp/tmpxisktykb/testfile.c -o /tmp/tmpxisktykb/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(short))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 2 Program stderr: Checking for size of "short" : 2 Running compile: Working directory: /tmp/tmplzozgnge Command line: cc /tmp/tmplzozgnge/testfile.c -o /tmp/tmplzozgnge/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(void*))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 8 Program stderr: Checking for size of "void*" : 8 Using cached compile: Cached command line: cc /tmp/tmps1jc_ehv/testfile.c -o /tmp/tmps1jc_ehv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-prototypes Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-prototypes: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpq2ywq51b/testfile.c -o /tmp/tmpq2ywq51b/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wdeclaration-after-statement Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wdeclaration-after-statement: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0ug86ao6/testfile.c -o /tmp/tmp0ug86ao6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wold-style-definition Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wold-style-definition: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpadkr6rgj/testfile.cpp -o /tmp/tmpadkr6rgj/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wformat-nonliteral Code: int i; Cached compiler stdout: Cached compiler stderr: cc1plus: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral] Compiler for C++ supports arguments -Wformat-nonliteral: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0s218bf8/testfile.c -o /tmp/tmp0s218bf8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-declarations Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-declarations: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp15awaf8n/testfile.cpp -o /tmp/tmp15awaf8n/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmissing-declarations Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wmissing-declarations: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpqymaw5xe/testfile.c -o /tmp/tmpqymaw5xe/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wredundant-decls Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wredundant-decls: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpy2n9an56/testfile.cpp -o /tmp/tmpy2n9an56/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wredundant-decls Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wredundant-decls: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpg9iz_3zt/testfile.c -o /tmp/tmpg9iz_3zt/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wwrite-strings Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wwrite-strings: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpw3zcuqf8/testfile.cpp -o /tmp/tmpw3zcuqf8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wwrite-strings Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wwrite-strings: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk2b7whdg/testfile.c -o /tmp/tmpk2b7whdg/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wformat: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpm0nwevw0/testfile.cpp -o /tmp/tmpm0nwevw0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wformat Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wformat: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk7oe6dnw/testfile.c -o /tmp/tmpk7oe6dnw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-security Code: int i; Cached compiler stdout: Cached compiler stderr: cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security] Compiler for C supports arguments -Wformat-security: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpp3pbrb5z/testfile.cpp -o /tmp/tmpp3pbrb5z/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wformat-security Code: int i; Cached compiler stdout: Cached compiler stderr: cc1plus: warning: -Wformat-security ignored without -Wformat [-Wformat-security] Compiler for C++ supports arguments -Wformat-security: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpepm40g6r/testfile.c -o /tmp/tmpepm40g6r/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Winit-self Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Winit-self: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp0v8js7jy/testfile.cpp -o /tmp/tmp0v8js7jy/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Winit-self Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Winit-self: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpc3qe0dhw/testfile.c -o /tmp/tmpc3qe0dhw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-include-dirs Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-include-dirs: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp5y8kvm3b/testfile.cpp -o /tmp/tmp5y8kvm3b/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmissing-include-dirs Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wmissing-include-dirs: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp73j41q0y/testfile.c -o /tmp/tmp73j41q0y/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waddress Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Waddress: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpclduvg_i/testfile.cpp -o /tmp/tmpclduvg_i/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Waddress Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Waddress: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp1omxrszh/testfile.c -o /tmp/tmp1omxrszh/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-multichar -Wmultichar Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-multichar -Wmultichar: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp33fnqz_a/testfile.cpp -o /tmp/tmp33fnqz_a/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wno-multichar -Wmultichar Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wno-multichar -Wmultichar: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp90sa64pp/testfile.c -o /tmp/tmp90sa64pp/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wvla Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wvla: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpohccsip3/testfile.cpp -o /tmp/tmpohccsip3/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wvla Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wvla: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9llo4s_6/testfile.c -o /tmp/tmp9llo4s_6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wpointer-arith: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp7t0lm9gs/testfile.cpp -o /tmp/tmp7t0lm9gs/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wpointer-arith Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wpointer-arith: YES (cached) Dependency gstreamer-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-base-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-net-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-controller-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-pbutils-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-allocators-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-app-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-audio-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-fft-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-riff-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-rtp-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-rtsp-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-sdp-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-tag-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-video-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-check-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-gl-1.0 from subproject subprojects/gst-plugins-base found: YES Message: GStreamer OpenGL window systems: wayland x11 Message: GStreamer OpenGL platforms: egl glx Message: GStreamer OpenGL apis: gles2 gl Library m found: YES Dependency glib-2.0 found: YES (cached) Dependency gmodule-2.0 found: YES (cached) Dependency gio-2.0 found: YES (cached) Dependency x11 found: YES (cached) Dependency orc-0.4 from subproject subprojects/orc found: YES Program orcc found: YES (overridden: orcc) Message: GStreamer debug system is enabled Program python3 found: YES (/usr/bin/python3) Program g-ir-scanner found: YES (/usr/local/bin/g-ir-scanner) PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'opencv' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion opencv` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency opencv found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'opencv4' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion opencv4` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency opencv4 found: NO (tried pkgconfig and cmake) PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : Running compile: Working directory: /tmp/tmp78jtn4ns Command line: cc /tmp/tmp78jtn4ns/testfile.c -o /tmp/tmp78jtn4ns/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lvulkan -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: Library vulkan found: YES Using cached compile: Cached command line: cc /tmp/tmp6_qh2tgx/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("vulkan/vulkan.h") #error "Header 'vulkan/vulkan.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "vulkan/vulkan.h" : YES (cached) Dependency xcb found: YES (cached) Dependency wayland-client found: YES (cached) Configuring gstvkconfig.h using configuration PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir xcb` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables xcb` -> 0 exec_prefix includedir libdir pcfiledir prefix xcbproto_version Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : Dependency wayland-client found: YES (cached) Dependency libdrm found: YES (cached) Dependency wayland-protocols found: YES (cached) Program wayland-scanner found: YES (/usr/bin/wayland-scanner) PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'ltc' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion ltc` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency ltc found: NO (tried pkgconfig and cmake) Dependency bluez found: YES (cached) Dependency gio-unix-2.0 found: YES (cached) Pkg-config binary for MachineChoice.BUILD is cached. Determining dependency 'glib-2.0' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion glib-2.0` -> 0 2.60.6 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --cflags glib-2.0` -> 0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/x86_64-linux-gnu/glib-2.0/include PKG_CONFIG_PATH: Called `/usr/bin/pkg-config glib-2.0 --libs` -> 0 -L/usr/local/lib/x86_64-linux-gnu -lglib-2.0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config glib-2.0 --libs` -> 0 -L/usr/local/lib/x86_64-linux-gnu -lglib-2.0 Library dl found: YES Dependency threads found: YES (cached) Message: Building decklink plugin Using cached compile: Cached command line: cc /tmp/tmpaowoekew/testfile.c -o /tmp/tmpaowoekew/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include #if DVB_API_VERSION < 5 || (DVB_API_VERSION == 5 && DVB_API_VERSION_MINOR <= 4) #error "Incompatible dvb API" #endif' Cached compiler stdout: Cached compiler stderr: /tmp/tmpaowoekew/testfile.c:5:7: warning: missing terminating ' character #endif' ^ /tmp/tmpaowoekew/testfile.c:5:7: warning: extra tokens at end of #endif directive [-Wendif-labels] Using cached compile: Cached command line: cc /tmp/tmpq2v0o6fx/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("linux/fb.h") #error "Header 'linux/fb.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "linux/fb.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmplqfa36z3/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/socket.h") #error "Header 'sys/socket.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/socket.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp4cye36ts/testfile.c -o /tmp/tmp4cye36ts/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define pipe meson_disable_define_of_pipe #include #undef pipe #ifdef __cplusplus extern "C" #endif char pipe (); #if defined __stub_pipe || defined __stub___pipe fail fail fail this function is not going to work #endif int main () { return pipe (); } Cached compiler stdout: Cached compiler stderr: Checking for function "pipe" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpshegbl18/testfile.c -o /tmp/tmpshegbl18/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define socketpair meson_disable_define_of_socketpair #include #undef socketpair #ifdef __cplusplus extern "C" #endif char socketpair (); #if defined __stub_socketpair || defined __stub___socketpair fail fail fail this function is not going to work #endif int main () { return socketpair (); } Cached compiler stdout: Cached compiler stderr: Checking for function "socketpair" : YES (cached) Dependency libdrm found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libmfx' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libmfx` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libmfx found: NO (tried pkgconfig and cmake) Running command: /usr/bin/python3 -c import os; print(os.environ.get("INTELMEDIASDKROOT", os.environ.get("MFX_HOME", ""))) --- stdout --- --- stderr --- Using cached compile: Cached command line: cc /tmp/tmpv96ti619/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("SLES/OpenSLES.h") #error "Header 'SLES/OpenSLES.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpv96ti619/testfile.c:4:12: error: #error "Header 'SLES/OpenSLES.h' could not be found" #error "Header 'SLES/OpenSLES.h' could not be found" ^~~~~ Has header "SLES/OpenSLES.h" : NO (cached) Running compile: Working directory: /tmp/tmph4rd_rw7 Command line: cc /tmp/tmph4rd_rw7/testfile.c -o /tmp/tmph4rd_rw7/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lOpenSLES -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lOpenSLES collect2: error: ld returned 1 exit status Library OpenSLES found: NO Library rt found: YES Using cached compile: Cached command line: cc /tmp/tmplqfa36z3/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/socket.h") #error "Header 'sys/socket.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/socket.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpkpvae9l6/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("tinyalsa/asoundlib.h") #error "Header 'tinyalsa/asoundlib.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpkpvae9l6/testfile.c:4:12: error: #error "Header 'tinyalsa/asoundlib.h' could not be found" #error "Header 'tinyalsa/asoundlib.h' could not be found" ^~~~~ Has header "tinyalsa/asoundlib.h" : NO (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'tinyalsa' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion tinyalsa` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency tinyalsa found: NO (tried pkgconfig and cmake) Looking for a fallback subproject for the dependency tinyalsa Subproject directory not found and tinyalsa.wrap file not found Subproject subprojects/tinyalsa is buildable: NO (disabling) Dependency tinyalsa from subproject subprojects/tinyalsa found: NO Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'gudev-1.0' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency gudev-1.0 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libusb-1.0' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libusb-1.0` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libusb-1.0 found: NO (tried pkgconfig and cmake) Using cached compile: Cached command line: cc /tmp/tmp0_hnuvbd/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("linux/uvcvideo.h") #error "Header 'linux/uvcvideo.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "linux/uvcvideo.h" : YES (cached) Running compile: Working directory: /tmp/tmppdoeg8lz Command line: cc /tmp/tmppdoeg8lz/testfile.c -o /tmp/tmppdoeg8lz/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lole32 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lole32 collect2: error: ld returned 1 exit status Library ole32 found: NO Running compile: Working directory: /tmp/tmpx5rvi2gp Command line: cc /tmp/tmpx5rvi2gp/testfile.c -o /tmp/tmpx5rvi2gp/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lksuser -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lksuser collect2: error: ld returned 1 exit status Library ksuser found: NO Using cached compile: Cached command line: cc /tmp/tmpf4cxt2id/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("audioclient.h") #error "Header 'audioclient.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpf4cxt2id/testfile.c:4:12: error: #error "Header 'audioclient.h' could not be found" #error "Header 'audioclient.h' could not be found" ^~~~~ Has header "audioclient.h" : NO (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libass' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libass` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libass found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'aom' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion aom` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency aom found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'avtp' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion avtp` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency avtp found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libbs2b' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libbs2b` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libbs2b found: NO (tried pkgconfig and cmake) Library bz2 found: NO Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libchromaprint' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libchromaprint` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libchromaprint found: NO (tried pkgconfig and cmake) Dependency pangocairo found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'lcms2' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion lcms2` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency lcms2 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libcurl' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libcurl` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libcurl found: NO (tried pkgconfig and cmake) Dependency libxml-2.0 found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libdc1394-2' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libdc1394-2` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libdc1394-2 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'directfb' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion directfb` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency directfb found: NO (tried pkgconfig and cmake) Dependency openssl found: YES (cached) Dependency libcrypto found: YES (cached) Dependency libdca found: YES (cached) Running compile: Working directory: /tmp/tmpbkf26f5c Command line: cc /tmp/tmpbkf26f5c/testfile.c -o /tmp/tmpbkf26f5c/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lfaac -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lfaac collect2: error: ld returned 1 exit status Library faac found: NO Using cached compile: Cached command line: cc /tmp/tmprez9cn8r/testfile.c -o /tmp/tmprez9cn8r/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef faacEncOpen faacEncOpen; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmprez9cn8r/testfile.c:2:18: fatal error: faac.h: No such file or directory #include ^~~~~~~~ compilation terminated. Header has symbol "faacEncOpen" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpjtmz29p7/testfile.c -o /tmp/tmpjtmz29p7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef NeAACDecOpen NeAACDecOpen; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmpjtmz29p7/testfile.c:2:18: fatal error: neaacdec.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. Header has symbol "NeAACDecOpen" : NO (cached) Running compile: Working directory: /tmp/tmp4wfrkjr2 Command line: cc /tmp/tmp4wfrkjr2/testfile.c -o /tmp/tmp4wfrkjr2/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lfaad -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lfaad collect2: error: ld returned 1 exit status Library faad found: NO Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'fdk-aac' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion fdk-aac` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency fdk-aac found: NO (tried pkgconfig and cmake) Running compile: Working directory: /tmp/tmpmmitl6yf Command line: cc /tmp/tmpmmitl6yf/testfile.c -o /tmp/tmpmmitl6yf/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lflite -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lflite collect2: error: ld returned 1 exit status Library flite found: NO Running compile: Working directory: /tmp/tmpgpr1xl_7 Command line: cc /tmp/tmpgpr1xl_7/testfile.c -o /tmp/tmpgpr1xl_7/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lflite_cmu_us_kal -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lflite_cmu_us_kal collect2: error: ld returned 1 exit status Library flite_cmu_us_kal found: NO Running compile: Working directory: /tmp/tmpnr531u_p Command line: cc /tmp/tmpnr531u_p/testfile.c -o /tmp/tmpnr531u_p/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lflite_usenglish -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lflite_usenglish collect2: error: ld returned 1 exit status Library flite_usenglish found: NO Running compile: Working directory: /tmp/tmp2eixnvgl Command line: cc /tmp/tmp2eixnvgl/testfile.c -o /tmp/tmp2eixnvgl/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lflite_cmulex -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lflite_cmulex collect2: error: ld returned 1 exit status Library flite_cmulex found: NO Using cached compile: Cached command line: cc /tmp/tmptga3aqje/testfile.c -o /tmp/tmptga3aqje/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef flite_init flite_init; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmptga3aqje/testfile.c:2:18: fatal error: flite/flite.h: No such file or directory #include ^~~~~~~~~~~~~~~ compilation terminated. Header has symbol "flite_init" : NO (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'fluidsynth' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion fluidsynth` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency fluidsynth found: NO (tried pkgconfig and cmake) Using cached compile: Cached command line: cc /tmp/tmp6ukdo3s8/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("gme/gme.h") #error "Header 'gme/gme.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmp6ukdo3s8/testfile.c:4:12: error: #error "Header 'gme/gme.h' could not be found" #error "Header 'gme/gme.h' could not be found" ^~~~~ Has header "gme/gme.h" : NO (cached) Running compile: Working directory: /tmp/tmpguwrgt1_ Command line: cc /tmp/tmpguwrgt1_/testfile.c -o /tmp/tmpguwrgt1_/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lgsm -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lgsm collect2: error: ld returned 1 exit status Library gsm found: NO Using cached compile: Cached command line: cc /tmp/tmpsmiuaudk/testfile.c -o /tmp/tmpsmiuaudk/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef gsm_create gsm_create; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmpsmiuaudk/testfile.c:2:18: fatal error: gsm.h: No such file or directory #include ^~~~~~~ compilation terminated. Header has symbol "gsm_create" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpzgkfjx24/testfile.c -o /tmp/tmpzgkfjx24/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef gsm_create gsm_create; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmpzgkfjx24/testfile.c:2:18: fatal error: gsm/gsm.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. Header has symbol "gsm_create" : NO (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'nettle' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion nettle` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency nettle found: NO (tried pkgconfig and cmake) Running compile: Working directory: /tmp/tmp8aq1kgqw Command line: cc /tmp/tmp8aq1kgqw/testfile.c -o /tmp/tmp8aq1kgqw/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lgcrypt -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: Library gcrypt found: YES Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'dssim' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion dssim` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency dssim found: NO (tried pkgconfig and cmake) Looking for a fallback subproject for the dependency dssim Executing subproject dssim method meson Project name: dssim Project version: 1.3.2.1 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") Library m found: YES Running compile: Working directory: /tmp/tmpvdag94ho Command line: cc /tmp/tmpvdag94ho/testfile.c -o /tmp/tmpvdag94ho/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lz -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: Library z found: YES Dependency libpng found: YES (cached) Build targets in project: 859 Subproject dssim finished. Dependency dssim from subproject subprojects/dssim found: YES Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'kate' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion kate` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency kate found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'lrdf' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion lrdf` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency lrdf found: NO (tried pkgconfig and cmake) Using cached compile: Cached command line: cc /tmp/tmpmtzdrsp4/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("ladspa.h") #error "Header 'ladspa.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpmtzdrsp4/testfile.c:4:12: error: #error "Header 'ladspa.h' could not be found" #error "Header 'ladspa.h' could not be found" ^~~~~ Has header "ladspa.h" : NO (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libde265' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libde265` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libde265 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libmms' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libmms` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libmms found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'lilv-0' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion lilv-0` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency lilv-0 found: NO (tried pkgconfig and cmake) C++ compiler for the build machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") C++ compiler for the host machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") Dependency libmodplug found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'mjpegtools' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion mjpegtools` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency mjpegtools found: NO (tried pkgconfig and cmake) Running compile: Working directory: /tmp/tmpwek025a6 Command line: c++ /tmp/tmpwek025a6/testfile.cpp -o /tmp/tmpwek025a6/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--start-group -lmpeg2encpp -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lmpeg2encpp collect2: error: ld returned 1 exit status Running compile: Working directory: /tmp/tmpck3cy65e Command line: c++ /tmp/tmpck3cy65e/testfile.cpp -o /tmp/tmpck3cy65e/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(void *))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 8 Program stderr: Running compile: Working directory: /tmp/tmpt3x6whz6 Command line: c++ /tmp/tmpt3x6whz6/testfile.cpp -o /tmp/tmpt3x6whz6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive --print-search-dirs Code: Compiler stdout: install: /usr/lib/gcc/x86_64-linux-gnu/8/ programs: =/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/bin/ libraries: =/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/:/lib/x86_64-linux-gnu/8/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/8/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../:/lib/:/usr/lib/ Compiler stderr: Library mpeg2encpp found: NO Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'mjpegtools' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency mjpegtools found: NO (tried pkgconfig and cmake) Running compile: Working directory: /tmp/tmp7sjl00da Command line: c++ /tmp/tmp7sjl00da/testfile.cpp -o /tmp/tmp7sjl00da/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--start-group -lmplex2 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lmplex2 collect2: error: ld returned 1 exit status Library mplex2 found: NO Running compile: Working directory: /tmp/tmpbfl08qve Command line: cc /tmp/tmpbfl08qve/testfile.c -o /tmp/tmpbfl08qve/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lmpcdec -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lmpcdec collect2: error: ld returned 1 exit status Library mpcdec found: NO Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'neon' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion neon` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency neon found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libofa' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libofa` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libofa found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'openal' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion openal` -> 1 Run-time dependency openal found: NO (tried pkgconfig) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'opencv' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency opencv found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'opencv4' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency opencv4 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'OpenEXR' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion OpenEXR` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency openexr found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'openh264' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion openh264` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency openh264 found: NO (tried pkgconfig and cmake) Looking for a fallback subproject for the dependency openh264 Executing subproject openh264 method meson Project name: openh264 Project version: 1.8.0 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C++ compiler for the build machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C++ compiler for the host machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") Program nasm found: YES (/usr/bin/nasm) Using cached compile: Cached command line: c++ /tmp/tmp5ep7f8k7/testfile.cpp -o /tmp/tmp5ep7f8k7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wno-non-virtual-dtor -Wnon-virtual-dtor Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wno-non-virtual-dtor -Wnon-virtual-dtor: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpjabchfq2/testfile.cpp -o /tmp/tmpjabchfq2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wno-class-memaccess -Wclass-memaccess Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wno-class-memaccess -Wclass-memaccess: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpoky77ygo/testfile.cpp -o /tmp/tmpoky77ygo/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wno-strict-aliasing -Wstrict-aliasing Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES (cached) Dependency threads found: YES (cached) Running compile: Working directory: /tmp/tmp11z5kmlo Command line: c++ /tmp/tmp11z5kmlo/testfile.cpp -o /tmp/tmp11z5kmlo/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--start-group -llibm -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -llibm collect2: error: ld returned 1 exit status Library libm found: YES Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'gtest_main' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion gtest_main` -> 1 Running compile: Working directory: /tmp/tmpmytsssq7 Command line: c++ /tmp/tmpmytsssq7/testfile.cpp -o /tmp/tmpmytsssq7/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--start-group -lgtest -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lgtest collect2: error: ld returned 1 exit status Running compile: Working directory: /tmp/tmpnlnj81xs Command line: c++ /tmp/tmpnlnj81xs/testfile.cpp -o /tmp/tmpnlnj81xs/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--start-group -lgtest_main -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lgtest_main collect2: error: ld returned 1 exit status Run-time dependency GTest found: NO (tried pkgconfig and system) Looking for a fallback subproject for the dependency gtest subprojects/openh264/test/meson.build:1: WARNING: Dependency gtest not found but it is available in a sub-subproject. To use it in the current project, promote it by going in the project source root and issuing the following command: meson wrap promote subprojects/openh264/subprojects/gtest.wrap Subproject directory not found and gtest.wrap file not found Subproject subprojects/gtest is buildable: NO (disabling) Dependency gtest from subproject subprojects/gtest found: NO Dependency gtest from subproject subprojects/gtest found: NO Message: do_install: true WARNING: Project targetting '>= 0.43' but tried to use feature introduced in '0.50.0': install arg in configure_file Configuring openh264.pc using configuration Message: do_install: false Configuring openh264-static.pc using configuration Configuring codec_api.h using configuration subprojects/openh264/include/wels/meson.build:4: WARNING: Got an empty configuration_data() object and found no substitutions in the input file 'codec_api.h'. If you want to copy a file to the build dir, use the 'copy:' keyword argument added in 0.47.0 Configuring codec_app_def.h using configuration subprojects/openh264/include/wels/meson.build:4: WARNING: Got an empty configuration_data() object and found no substitutions in the input file 'codec_app_def.h'. If you want to copy a file to the build dir, use the 'copy:' keyword argument added in 0.47.0 Configuring codec_def.h using configuration subprojects/openh264/include/wels/meson.build:4: WARNING: Got an empty configuration_data() object and found no substitutions in the input file 'codec_def.h'. If you want to copy a file to the build dir, use the 'copy:' keyword argument added in 0.47.0 Configuring codec_ver.h using configuration subprojects/openh264/include/wels/meson.build:4: WARNING: Got an empty configuration_data() object and found no substitutions in the input file 'codec_ver.h'. If you want to copy a file to the build dir, use the 'copy:' keyword argument added in 0.47.0 Build targets in project: 870 WARNING: Project specifies a minimum meson_version '>= 0.43' but uses features which were added in newer versions: * 0.50.0: {'install arg in configure_file'} Subproject openh264 finished. Dependency openh264 from subproject subprojects/openh264 found: YES Dependency libopenjp2 found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libopenmpt' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libopenmpt` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libopenmpt found: NO (tried pkgconfig and cmake) C++ compiler for the build machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") C++ compiler for the host machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libopenni2' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libopenni2` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libopenni2 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'opus' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency opus found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'dvdnav' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion dvdnav` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency dvdnav found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'dvdread' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion dvdread` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency dvdread found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'librsvg-2.0' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion librsvg-2.0` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency librsvg-2.0 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'librtmp' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion librtmp` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency librtmp found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'sbc' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion sbc` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency sbc found: NO (tried pkgconfig and cmake) Running compile: Working directory: /tmp/tmplgzrcwi1 Command line: cc /tmp/tmplgzrcwi1/testfile.c -o /tmp/tmplgzrcwi1/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lusrsctp -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lusrsctp collect2: error: ld returned 1 exit status Library usrsctp found: NO Using cached compile: Cached command line: cc /tmp/tmpc1utipe9/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("usrsctp.h") #error "Header 'usrsctp.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpc1utipe9/testfile.c:4:12: error: #error "Header 'usrsctp.h' could not be found" #error "Header 'usrsctp.h' could not be found" ^~~~~ Has header "usrsctp.h" : NO (cached) Dependency libxml-2.0 found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'sndfile' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion sndfile` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency sndfile found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'soundtouch' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion soundtouch` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency soundtouch found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'soundtouch-1.4' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion soundtouch-1.4` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency soundtouch-1.4 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'soundtouch-1.0' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion soundtouch-1.0` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency soundtouch-1.0 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'spandsp' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion spandsp` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency spandsp found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'srt' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion srt` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency srt found: NO (tried pkgconfig and cmake) Using cached compile: Cached command line: cc /tmp/tmpih9ebfin/testfile.c -o /tmp/tmpih9ebfin/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef srt_startup srt_startup; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmpih9ebfin/testfile.c:2:18: fatal error: srt/srt.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. Header has symbol "srt_startup" : NO (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libsrtp2' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libsrtp2` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libsrtp2 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libsrtp' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libsrtp` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libsrtp found: NO (tried pkgconfig and cmake) Using cached compile: Cached command line: cc /tmp/tmptw4l2gby/testfile.c -o /tmp/tmptw4l2gby/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef crypto_policy_set_aes_gcm_128_16_auth crypto_policy_set_aes_gcm_128_16_auth; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmptw4l2gby/testfile.c:2:18: fatal error: srtp/srtp.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. Header has symbol "crypto_policy_set_aes_gcm_128_16_auth" : NO (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'zvbi-0.2' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion zvbi-0.2` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency zvbi-0.2 found: NO (tried pkgconfig and cmake) Dependency libxml-2.0 found: YES (cached) Dependency pango found: YES (cached) Dependency cairo found: YES (cached) Dependency pangocairo found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'vo-aacenc' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion vo-aacenc` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency vo-aacenc found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'vo-amrwbenc' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion vo-amrwbenc` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency vo-amrwbenc found: NO (tried pkgconfig and cmake) Program glslc found: NO PKG_CONFIG_PATH: Got pkgconfig variable pkgdatadir : //usr/share/wayland-protocols Dependency nice from subproject subprojects/libnice found: YES Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'webrtc-audio-processing' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion webrtc-audio-processing` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency webrtc-audio-processing found: NO (tried pkgconfig and cmake) Dependency libwebp found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'WildMIDI' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion WildMIDI` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency wildmidi found: NO (tried pkgconfig and cmake) Using cached compile: Cached command line: cc /tmp/tmpa0lrnk75/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("wildmidi_lib.h") #error "Header 'wildmidi_lib.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpa0lrnk75/testfile.c:4:12: error: #error "Header 'wildmidi_lib.h' could not be found" #error "Header 'wildmidi_lib.h' could not be found" ^~~~~ Has header "wildmidi_lib.h" : NO (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'wpe-webkit-1.0' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion wpe-webkit-1.0` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency wpe-webkit-1.0 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'wpebackend-fdo-1.0' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion wpebackend-fdo-1.0` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency wpebackend-fdo-1.0 found: NO (tried pkgconfig and cmake) Dependency egl found: YES (cached) Dependency xkbcommon found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'x265' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion x265` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency x265 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'zbar' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion zbar` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency zbar found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libexif' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libexif` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libexif found: NO (tried pkgconfig and cmake) Adding test "elements_aiffparse" Adding test "elements_asfmux" Adding test "elements_autoconvert" Adding test "elements_autovideoconvert" Adding test "elements_avwait" Adding test "elements_camerabin" Adding test "elements_gdpdepay" Adding test "elements_gdppay" Adding test "elements_h263parse" Adding test "elements_h264parse" Adding test "elements_hlsdemux_m3u8" Adding test "elements_id3mux" Adding test "elements_mpegtsmux" Adding test "elements_mpeg4videoparse" Adding test "elements_mpegvideoparse" Adding test "elements_mxfdemux" Adding test "elements_mxfmux" Adding test "elements_nvenc" Adding test "elements_pcapparse" Adding test "elements_pnm" Adding test "elements_rtponvifparse" Adding test "elements_rtponviftimestamp" Adding test "elements_rtpsrc" Adding test "elements_rtpsink" Adding test "elements_videoframe_audiolevel" Adding test "elements_viewfinderbin" Adding test "libs_h264parser" Adding test "libs_h265parser" Adding test "libs_insertbin" Adding test "libs_isoff" Adding test "libs_mpegts" Adding test "libs_mpegvideoparser" Adding test "libs_planaraudioadapter" Adding test "libs_vc1parser" Adding test "libs_vp8parser" Adding test "libs_vkmemory" Adding test "elements_vkcolorconvert" Adding test "libs_vkwindow" Adding test "libs_vkdevice" Adding test "elements_ccconverter" Adding test "elements_cccombiner" Adding test "elements_ccextractor" Adding test "elements_line21" Adding test "elements_dash_mpd" Adding test "elements_dtls" Adding test "elements_jpegparse" Adding test "elements_netsim" Adding test "elements_shm" Adding test "elements_webrtcbin" Dependency from subproject subprojects/orc found: YES Adding test "orc_bayer" Dependency gtk+-3.0 found: YES (cached) Dependency gdk-x11-3.0 found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpr6smt3hp/testfile.c -o /tmp/tmpr6smt3hp/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -fvisibility=default Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -fvisibility=default: YES (cached) Dependency gmodule-export-2.0 found: YES (cached) Dependency x11 found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpr6smt3hp/testfile.c -o /tmp/tmpr6smt3hp/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -fvisibility=default Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -fvisibility=default: YES (cached) Dependency gmodule-export-2.0 found: YES (cached) Dependency gtk+-3.0 found: YES (cached) Dependency gtk+-wayland-3.0 found: YES (cached) Configuring gstreamer-bad-audio-1.0.pc using configuration Configuring gstreamer-bad-audio-1.0-uninstalled.pc using configuration Configuring gstreamer-codecparsers-1.0.pc using configuration Configuring gstreamer-codecparsers-1.0-uninstalled.pc using configuration Configuring gstreamer-insertbin-1.0.pc using configuration Configuring gstreamer-insertbin-1.0-uninstalled.pc using configuration Configuring gstreamer-mpegts-1.0.pc using configuration Configuring gstreamer-mpegts-1.0-uninstalled.pc using configuration Configuring gstreamer-player-1.0.pc using configuration Configuring gstreamer-player-1.0-uninstalled.pc using configuration Configuring gstreamer-plugins-bad-1.0.pc using configuration Configuring gstreamer-plugins-bad-1.0-uninstalled.pc using configuration subprojects/gst-plugins-bad/pkgconfig/meson.build:55: WARNING: The variable(s) 'videolibdir', 'waylandlibdir' in the input file 'subprojects/gst-plugins-bad/pkgconfig/gstreamer-plugins-bad-uninstalled.pc.in' are not present in the given configuration data. Configuring gstreamer-sctp-1.0.pc using configuration Configuring gstreamer-sctp-1.0-uninstalled.pc using configuration Configuring gstreamer-webrtc-1.0.pc using configuration Configuring gstreamer-webrtc-1.0-uninstalled.pc using configuration Configuring gstreamer-vulkan-1.0.pc using configuration Configuring gstreamer-vulkan-1.0-uninstalled.pc using configuration Program xgettext found: YES (/usr/bin/xgettext) Configuring config.h using configuration Running command: /usr/bin/python3 -c import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit") --- stdout --- --- stderr --- Program hotdoc found: NO Message: Hotdoc not found, not building the documentation Build targets in project: 960 Subproject gst-plugins-bad finished. Running command: /usr/bin/python3 -c import os os.symlink(os.path.join('/home/otter/Desktop/gst-build-master', 'subprojects', 'gst-plugins-bad'), os.path.join('/home/otter/Desktop/gst-build-master', 'gst-plugins-bad')) --- stdout --- --- stderr --- Traceback (most recent call last): File "", line 5, in FileExistsError: [Errno 17] File exists: '/home/otter/Desktop/gst-build-master/subprojects/gst-plugins-bad' -> '/home/otter/Desktop/gst-build-master/gst-plugins-bad' Executing subproject gst-plugins-ugly method meson Project name: gst-plugins-ugly Project version: 1.17.0.1 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C++ compiler for the build machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") C++ compiler for the host machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") Using cached compile: Cached command line: cc /tmp/tmpi0mfc90z/testfile.c -o /tmp/tmpi0mfc90z/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-Bsymbolic-functions Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpz3xelcsd/testfile.cpp -o /tmp/tmpz3xelcsd/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--fatal-warnings -Wl,-Bsymbolic-functions Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports link arguments -Wl,-Bsymbolic-functions: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpphwwy39d/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("dlfcn.h") #error "Header 'dlfcn.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "dlfcn.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp37gdnpgd/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("inttypes.h") #error "Header 'inttypes.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "inttypes.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpyq1hwt9y/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("malloc.h") #error "Header 'malloc.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "malloc.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpqq_uatte/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("memory.h") #error "Header 'memory.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "memory.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpgblf4cya/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("stdint.h") #error "Header 'stdint.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "stdint.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0jxw_vju/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("stdlib.h") #error "Header 'stdlib.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "stdlib.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpydpluet5/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("strings.h") #error "Header 'strings.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "strings.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp8gvx8649/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("string.h") #error "Header 'string.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "string.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmplo09szcc/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/stat.h") #error "Header 'sys/stat.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/stat.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp6u_92d9u/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/types.h") #error "Header 'sys/types.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/types.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpx4ugn2ze/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("unistd.h") #error "Header 'unistd.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "unistd.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpvi1dplsj/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("winsock2.h") #error "Header 'winsock2.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpvi1dplsj/testfile.c:4:12: error: #error "Header 'winsock2.h' could not be found" #error "Header 'winsock2.h' could not be found" ^~~~~ Has header "winsock2.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpndt4gij8/testfile.c -o /tmp/tmpndt4gij8/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define dcgettext meson_disable_define_of_dcgettext #include #undef dcgettext #ifdef __cplusplus extern "C" #endif char dcgettext (); #if defined __stub_dcgettext || defined __stub___dcgettext fail fail fail this function is not going to work #endif int main () { return dcgettext (); } Cached compiler stdout: Cached compiler stderr: /tmp/tmpndt4gij8/testfile.c:10:14: warning: conflicting types for built-in function 'dcgettext' [-Wbuiltin-declaration-mismatch] char dcgettext (); ^~~~~~~~~ Checking for function "dcgettext" : YES (cached) Running compile: Working directory: /tmp/tmpehxun1g7 Command line: cc /tmp/tmpehxun1g7/testfile.c -o /tmp/tmpehxun1g7/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(char))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 1 Program stderr: Checking for size of "char" : 1 Running compile: Working directory: /tmp/tmppnq6idkt Command line: cc /tmp/tmppnq6idkt/testfile.c -o /tmp/tmppnq6idkt/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(int))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 4 Program stderr: Checking for size of "int" : 4 Running compile: Working directory: /tmp/tmptkw528rr Command line: cc /tmp/tmptkw528rr/testfile.c -o /tmp/tmptkw528rr/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(long))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 8 Program stderr: Checking for size of "long" : 8 Running compile: Working directory: /tmp/tmpqth2vt_c Command line: cc /tmp/tmpqth2vt_c/testfile.c -o /tmp/tmpqth2vt_c/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(short))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 2 Program stderr: Checking for size of "short" : 2 Running compile: Working directory: /tmp/tmptrp6ps1r Command line: cc /tmp/tmptrp6ps1r/testfile.c -o /tmp/tmptrp6ps1r/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main(int argc, char **argv) { printf("%ld\n", (long)(sizeof(void*))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 8 Program stderr: Checking for size of "void*" : 8 Dependency gstreamer-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-app-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-video-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-pbutils-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-tag-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-fft-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-audio-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-base-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-riff-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-rtp-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-net-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-sdp-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-rtsp-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-check-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-controller-1.0 from subproject subprojects/gstreamer found: YES Dependency orc-0.4 from subproject subprojects/orc found: YES Dependency gmodule-2.0 found: YES (cached) Message: GStreamer debug system is enabled Using cached compile: Cached command line: cc /tmp/tmp0s218bf8/testfile.c -o /tmp/tmp0s218bf8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-declarations Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-declarations: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp15awaf8n/testfile.cpp -o /tmp/tmp15awaf8n/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmissing-declarations Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wmissing-declarations: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpqymaw5xe/testfile.c -o /tmp/tmpqymaw5xe/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wredundant-decls Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wredundant-decls: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpy2n9an56/testfile.cpp -o /tmp/tmpy2n9an56/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wredundant-decls Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wredundant-decls: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpg9iz_3zt/testfile.c -o /tmp/tmpg9iz_3zt/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wwrite-strings Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wwrite-strings: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpw3zcuqf8/testfile.cpp -o /tmp/tmpw3zcuqf8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wwrite-strings Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wwrite-strings: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk2b7whdg/testfile.c -o /tmp/tmpk2b7whdg/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wformat: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpm0nwevw0/testfile.cpp -o /tmp/tmpm0nwevw0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wformat Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wformat: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpwxfc43ju/testfile.c -o /tmp/tmpwxfc43ju/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-nonliteral Code: int i; Cached compiler stdout: Cached compiler stderr: cc1: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral] Compiler for C supports arguments -Wformat-nonliteral: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpadkr6rgj/testfile.cpp -o /tmp/tmpadkr6rgj/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wformat-nonliteral Code: int i; Cached compiler stdout: Cached compiler stderr: cc1plus: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral] Compiler for C++ supports arguments -Wformat-nonliteral: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk7oe6dnw/testfile.c -o /tmp/tmpk7oe6dnw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-security Code: int i; Cached compiler stdout: Cached compiler stderr: cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security] Compiler for C supports arguments -Wformat-security: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpp3pbrb5z/testfile.cpp -o /tmp/tmpp3pbrb5z/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wformat-security Code: int i; Cached compiler stdout: Cached compiler stderr: cc1plus: warning: -Wformat-security ignored without -Wformat [-Wformat-security] Compiler for C++ supports arguments -Wformat-security: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpepm40g6r/testfile.c -o /tmp/tmpepm40g6r/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Winit-self Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Winit-self: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp0v8js7jy/testfile.cpp -o /tmp/tmp0v8js7jy/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Winit-self Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Winit-self: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpc3qe0dhw/testfile.c -o /tmp/tmpc3qe0dhw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-include-dirs Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-include-dirs: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp5y8kvm3b/testfile.cpp -o /tmp/tmp5y8kvm3b/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmissing-include-dirs Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wmissing-include-dirs: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp73j41q0y/testfile.c -o /tmp/tmp73j41q0y/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waddress Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Waddress: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpclduvg_i/testfile.cpp -o /tmp/tmpclduvg_i/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Waddress Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Waddress: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp1omxrszh/testfile.c -o /tmp/tmp1omxrszh/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-multichar -Wmultichar Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-multichar -Wmultichar: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp33fnqz_a/testfile.cpp -o /tmp/tmp33fnqz_a/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wno-multichar -Wmultichar Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wno-multichar -Wmultichar: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp90sa64pp/testfile.c -o /tmp/tmp90sa64pp/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wvla Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wvla: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpohccsip3/testfile.cpp -o /tmp/tmpohccsip3/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wvla Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wvla: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9llo4s_6/testfile.c -o /tmp/tmp9llo4s_6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wpointer-arith: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp7t0lm9gs/testfile.cpp -o /tmp/tmp7t0lm9gs/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wpointer-arith Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Wpointer-arith: YES (cached) Using cached compile: Cached command line: cc /tmp/tmptfrskhcl/testfile.c -o /tmp/tmptfrskhcl/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waggregate-return Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Waggregate-return: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmp060zj3n2/testfile.cpp -o /tmp/tmp060zj3n2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Waggregate-return Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -Waggregate-return: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_98o599p/testfile.c -o /tmp/tmp_98o599p/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-strict-aliasing Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fno-strict-aliasing: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpto9lro3d/testfile.cpp -o /tmp/tmpto9lro3d/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fno-strict-aliasing Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -fno-strict-aliasing: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5rurek05/testfile.c -o /tmp/tmp5rurek05/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fvisibility=hidden Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fvisibility=hidden: YES (cached) Using cached compile: Cached command line: c++ /tmp/tmpjzfht72p/testfile.cpp -o /tmp/tmpjzfht72p/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fvisibility=hidden Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C++ supports arguments -fvisibility=hidden: YES (cached) Using cached compile: Cached command line: cc /tmp/tmps1jc_ehv/testfile.c -o /tmp/tmps1jc_ehv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-prototypes Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-prototypes: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0ug86ao6/testfile.c -o /tmp/tmp0ug86ao6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wold-style-definition Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wold-style-definition: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpq2ywq51b/testfile.c -o /tmp/tmpq2ywq51b/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wdeclaration-after-statement Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wdeclaration-after-statement: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpi9ysdrxn/testfile.c -o /tmp/tmpi9ysdrxn/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wnested-externs Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wnested-externs: YES (cached) Message: Disabling deprecated GLib API Program python3 found: YES (/usr/bin/python3) Running compile: Working directory: /tmp/tmp2nvcd039 Command line: cc /tmp/tmp2nvcd039/testfile.c -o /tmp/tmp2nvcd039/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -la52 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: Library a52 found: YES Using cached compile: Cached command line: cc /tmp/tmpexc9cn3n/testfile.c -o /tmp/tmpexc9cn3n/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef a52_init a52_init; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "a52_init" : YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'opencore-amrnb' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion opencore-amrnb` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency opencore-amrnb found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'opencore-amrwb' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion opencore-amrwb` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency opencore-amrwb found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libcdio' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libcdio` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libcdio found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'dvdread' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency dvdread found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libmpeg2' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libmpeg2` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libmpeg2 found: NO (tried pkgconfig and cmake) Using cached compile: Cached command line: c++ /tmp/tmpx1n10y4q/testfile.cpp -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive Code: #ifdef __has_include #if !__has_include("sidplay/player.h") #error "Header 'sidplay/player.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpx1n10y4q/testfile.cpp:4:12: error: #error "Header 'sidplay/player.h' could not be found" #error "Header 'sidplay/player.h' could not be found" ^~~~~ Has header "sidplay/player.h" : NO (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'x264' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion x264` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency x264 found: NO (tried pkgconfig and cmake) Looking for a fallback subproject for the dependency x264 Executing subproject x264 method meson Program version.py found: YES (/home/otter/Desktop/gst-build-master/subprojects/x264/version.py) Running command: /home/otter/Desktop/gst-build-master/subprojects/x264/version.py --package-version --- stdout --- 0.157.2945+48 --- stderr --- Project name: x264 Project version: 0.157.2945+48 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") Program version.py found: YES (/home/otter/Desktop/gst-build-master/subprojects/x264/version.py) Running command: /home/otter/Desktop/gst-build-master/subprojects/x264/version.py --commit-hash --- stdout --- 9ae18f0 --- stderr --- Message: build: 157 Message: commit: 9ae18f0 Message: version: 0.157.2945+48 Message: revision: 2945+48 Library m found: YES Dependency threads found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpov70ubxq/testfile.c -o /tmp/tmpov70ubxq/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-parameter -Wunused-parameter Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp6qooge99/testfile.c -o /tmp/tmp6qooge99/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-sign-compare -Wsign-compare Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpa5xstxo8/testfile.c -o /tmp/tmpa5xstxo8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-old-style-declaration -Wold-style-declaration Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-old-style-declaration -Wold-style-declaration: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpagju3_o5/testfile.c -o /tmp/tmpagju3_o5/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: void f (void) { for (int i = 0; i < 9; i++ ); } Cached compiler stdout: Cached compiler stderr: Using cached compile: Cached command line: cc /tmp/tmp8uw4adv_/testfile.c -o /tmp/tmp8uw4adv_/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mpreferred-stack-boundary=6 Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -mpreferred-stack-boundary=6: YES (cached) Program nasm found: YES (/usr/bin/nasm) Using cached compile: Cached command line: cc /tmp/tmp44lsy51g/testfile.c -o /tmp/tmp44lsy51g/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: __asm__("pabsw %xmm0, %xmm0"); Cached compiler stdout: Cached compiler stderr: Checking if "Compiler supports gcc-style inline assembly" compiles: YES (cached) Running compile: Working directory: /tmp/tmpu8mcpz5q Command line: cc /tmp/tmpu8mcpz5q/testfile.c -o /tmp/tmpu8mcpz5q/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -O0 Code: #ifdef __cplusplus extern "C" { #endif void meson_uscore_prefix () {} #ifdef __cplusplus } #endif Compiler stdout: Compiler stderr: Symbols have underscore prefix: NO Using cached compile: Cached command line: cc /tmp/tmpyq1hwt9y/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("malloc.h") #error "Header 'malloc.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "malloc.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmppnso_qon/testfile.c -o /tmp/tmppnso_qon/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define memalign meson_disable_define_of_memalign #include #undef memalign #ifdef __cplusplus extern "C" #endif char memalign (); #if defined __stub_memalign || defined __stub___memalign fail fail fail this function is not going to work #endif int main () { return memalign (); } Cached compiler stdout: Cached compiler stderr: Checking for function "memalign" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp8gvx8649/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("string.h") #error "Header 'string.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "string.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpmmu97x49/testfile.c -o /tmp/tmpmmu97x49/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_GNU_SOURCE Code: #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef CPU_COUNT CPU_COUNT; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "CPU_COUNT" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpbto4jc6w/testfile.c -o /tmp/tmpbto4jc6w/output.exe -pipe -Wl,--start-group -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 Code: #define log2f meson_disable_define_of_log2f #include #undef log2f #ifdef __cplusplus extern "C" #endif char log2f (); #if defined __stub_log2f || defined __stub___log2f fail fail fail this function is not going to work #endif int main () { return log2f (); } Cached compiler stdout: Cached compiler stderr: /tmp/tmpbto4jc6w/testfile.c:10:14: warning: conflicting types for built-in function 'log2f' [-Wbuiltin-declaration-mismatch] char log2f (); ^~~~~ Checking for function "log2f" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp13wdjydz/testfile.c -o /tmp/tmp13wdjydz/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define strtok_r meson_disable_define_of_strtok_r #include #undef strtok_r #ifdef __cplusplus extern "C" #endif char strtok_r (); #if defined __stub_strtok_r || defined __stub___strtok_r fail fail fail this function is not going to work #endif int main () { return strtok_r (); } Cached compiler stdout: Cached compiler stderr: Checking for function "strtok_r" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpmcvrtgvo/testfile.c -o /tmp/tmpmcvrtgvo/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define clock_gettime meson_disable_define_of_clock_gettime #include #undef clock_gettime #ifdef __cplusplus extern "C" #endif char clock_gettime (); #if defined __stub_clock_gettime || defined __stub___clock_gettime fail fail fail this function is not going to work #endif int main () { return clock_gettime (); } Cached compiler stdout: Cached compiler stderr: Checking for function "clock_gettime" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmptt5fm_at/testfile.c -o /tmp/tmptt5fm_at/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef MAP_PRIVATE MAP_PRIVATE; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "MAP_PRIVATE" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpulnkb7zu/testfile.c -o /tmp/tmpulnkb7zu/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef MADV_HUGEPAGE MADV_HUGEPAGE; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "MADV_HUGEPAGE" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpjo87d16c/testfile.c -o /tmp/tmpjo87d16c/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define fseeko meson_disable_define_of_fseeko #include #undef fseeko #ifdef __cplusplus extern "C" #endif char fseeko (); #if defined __stub_fseeko || defined __stub___fseeko fail fail fail this function is not going to work #endif int main () { return fseeko (); } Cached compiler stdout: Cached compiler stderr: Checking for function "fseeko" : YES (cached) Library dl skipped: feature avs disabled Dependency libswscale skipped: feature swscale disabled Dependency libavutil skipped: feature swscale disabled Dependency libavformat skipped: feature lavf disabled Dependency libavcodec skipped: feature lavf disabled Dependency libavutil skipped: feature lavf disabled Dependency ffms2 skipped: feature ffms disabled Dependency libswscale skipped: feature ffms disabled Dependency liblsmash skipped: feature lsmash disabled Configuring config.h using configuration Configuring x264_config.h using configuration Using cached compile: Cached command line: cc /tmp/tmp0g10l2i5/testfile.c -o /tmp/tmp0g10l2i5/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define getopt_long meson_disable_define_of_getopt_long #include #undef getopt_long #ifdef __cplusplus extern "C" #endif char getopt_long (); #if defined __stub_getopt_long || defined __stub___getopt_long fail fail fail this function is not going to work #endif int main () { return getopt_long (); } Cached compiler stdout: Cached compiler stderr: Checking for function "getopt_long" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpmmov1hwn/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("getopt.h") #error "Header 'getopt.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "getopt.h" : YES (cached) Configuring x264.def using configuration Using cached compile: Cached command line: cc /tmp/tmppxckiucg/testfile.c -o /tmp/tmppxckiucg/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-Bsymbolic Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,-Bsymbolic: YES (cached) Program python3 found: YES (/usr/bin/python3) Build targets in project: 975 Subproject x264 finished. Dependency x264 from subproject subprojects/x264 found: YES Library m found: YES Using cached compile: Cached command line: cc /tmp/tmp0tnjqp5n/testfile.c -o /tmp/tmp0tnjqp5n/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-missing-prototypes -Wmissing-prototypes Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-missing-prototypes -Wmissing-prototypes: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0fvomdfx/testfile.c -o /tmp/tmp0fvomdfx/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-missing-declarations -Wmissing-declarations Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-missing-declarations -Wmissing-declarations: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0sojk0jf/testfile.c -o /tmp/tmp0sojk0jf/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-old-style-definition -Wold-style-definition Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-old-style-definition -Wold-style-definition: YES (cached) Adding test "elements_x264enc" Adding test "elements_xingmux" Adding test "generic_states" Program xgettext found: YES (/usr/bin/xgettext) Program hotdoc found: NO Message: Hotdoc not found, not building the documentation Configuring config.h using configuration Running command: /usr/bin/python3 -c import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit") --- stdout --- --- stderr --- Build targets in project: 983 Subproject gst-plugins-ugly finished. Running command: /usr/bin/python3 -c import os os.symlink(os.path.join('/home/otter/Desktop/gst-build-master', 'subprojects', 'gst-plugins-ugly'), os.path.join('/home/otter/Desktop/gst-build-master', 'gst-plugins-ugly')) --- stdout --- --- stderr --- Traceback (most recent call last): File "", line 5, in FileExistsError: [Errno 17] File exists: '/home/otter/Desktop/gst-build-master/subprojects/gst-plugins-ugly' -> '/home/otter/Desktop/gst-build-master/gst-plugins-ugly' Executing subproject gst-libav method meson Project name: gst-libav Project version: 1.17.0.1 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C++ compiler for the build machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C++ compiler for the host machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libavfilter' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libavfilter` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libavfilter found: NO (tried pkgconfig and cmake) Looking for a fallback subproject for the dependency libavfilter Executing subproject FFmpeg method meson Project name: FFmpeg Project version: 4.1.3 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") Program python3 found: YES (/usr/bin/python3) Using cached compile: Cached command line: cc /tmp/tmpl_p6i09m/testfile.c -o /tmp/tmpl_p6i09m/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -D_ISOC99_SOURCE: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpxcihns46/testfile.c -o /tmp/tmpxcihns46/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_GNU_SOURCE Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -D_GNU_SOURCE: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5bg1b089/testfile.c -o /tmp/tmp5bg1b089/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_LARGEFILE_SOURCE Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -D_LARGEFILE_SOURCE: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpm6x2z9bf/testfile.c -o /tmp/tmpm6x2z9bf/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -DPIC Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -DPIC: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpkoievetw/testfile.c -o /tmp/tmpkoievetw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-parentheses -Wparentheses Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-parentheses -Wparentheses: YES (cached) Using cached compile: Cached command line: cc /tmp/tmphre6iixy/testfile.c -o /tmp/tmphre6iixy/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-pointer-sign -Wpointer-sign Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-pointer-sign -Wpointer-sign: YES (cached) Using cached compile: Cached command line: cc /tmp/tmphaea150k/testfile.c -o /tmp/tmphaea150k/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-switch -Wswitch Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-switch -Wswitch: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpzouvymtr/testfile.c -o /tmp/tmpzouvymtr/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format-truncation -Wformat-truncation Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpxieylcqq/testfile.c -o /tmp/tmpxieylcqq/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-deprecated-declarations -Wdeprecated-declarations Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-deprecated-declarations -Wdeprecated-declarations: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp96pgnagd/testfile.c -o /tmp/tmp96pgnagd/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-function -Wunused-function Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-unused-function -Wunused-function: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpi5t18r3s/testfile.c -o /tmp/tmpi5t18r3s/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-maybe-uninitialized -Wmaybe-uninitialized Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-maybe-uninitialized -Wmaybe-uninitialized: YES (cached) Using cached compile: Cached command line: cc /tmp/tmprayp7zc7/testfile.c -o /tmp/tmprayp7zc7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-discarded-qualifiers -Wdiscarded-qualifiers Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-discarded-qualifiers -Wdiscarded-qualifiers: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp6hj3bcep/testfile.c -o /tmp/tmp6hj3bcep/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-variable -Wunused-variable Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpchl1dqar/testfile.c -o /tmp/tmpchl1dqar/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-bool-operation -Wbool-operation Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-bool-operation -Wbool-operation: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpu724llbm/testfile.c -o /tmp/tmpu724llbm/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-incompatible-pointer-types -Wincompatible-pointer-types Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-incompatible-pointer-types -Wincompatible-pointer-types: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9_bu65q4/testfile.c -o /tmp/tmp9_bu65q4/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-address -Waddress Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-address -Waddress: YES (cached) Dependency threads found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpep17i4el/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("dev/bktr/ioctl_meteor.h") #error "Header 'dev/bktr/ioctl_meteor.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpep17i4el/testfile.c:4:12: error: #error "Header 'dev/bktr/ioctl_meteor.h' could not be found" #error "Header 'dev/bktr/ioctl_meteor.h' could not be found" ^~~~~ Has header "dev/bktr/ioctl_meteor.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmph5kaiz7n/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("dev/bktr/ioctl_bt848.h") #error "Header 'dev/bktr/ioctl_bt848.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmph5kaiz7n/testfile.c:4:12: error: #error "Header 'dev/bktr/ioctl_bt848.h' could not be found" #error "Header 'dev/bktr/ioctl_bt848.h' could not be found" ^~~~~ Has header "dev/bktr/ioctl_bt848.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpn_di910p/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("machine/ioctl_meteor.h") #error "Header 'machine/ioctl_meteor.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpn_di910p/testfile.c:4:12: error: #error "Header 'machine/ioctl_meteor.h' could not be found" #error "Header 'machine/ioctl_meteor.h' could not be found" ^~~~~ Has header "machine/ioctl_meteor.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp3rx4hyw_/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("machine/ioctl_bt848.h") #error "Header 'machine/ioctl_bt848.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmp3rx4hyw_/testfile.c:4:12: error: #error "Header 'machine/ioctl_bt848.h' could not be found" #error "Header 'machine/ioctl_bt848.h' could not be found" ^~~~~ Has header "machine/ioctl_bt848.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp9yt4lacj/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("dev/video/meteor/ioctl_meteor.h") #error "Header 'dev/video/meteor/ioctl_meteor.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmp9yt4lacj/testfile.c:4:12: error: #error "Header 'dev/video/meteor/ioctl_meteor.h' could not be found" #error "Header 'dev/video/meteor/ioctl_meteor.h' could not be found" ^~~~~ Has header "dev/video/meteor/ioctl_meteor.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmph755sooc/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("dev/video/bktr/ioctl_bt848.h") #error "Header 'dev/video/bktr/ioctl_bt848.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmph755sooc/testfile.c:4:12: error: #error "Header 'dev/video/bktr/ioctl_bt848.h' could not be found" #error "Header 'dev/video/bktr/ioctl_bt848.h' could not be found" ^~~~~ Has header "dev/video/bktr/ioctl_bt848.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpan_4luj6/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("dev/ic/bt8xx.h") #error "Header 'dev/ic/bt8xx.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpan_4luj6/testfile.c:4:12: error: #error "Header 'dev/ic/bt8xx.h' could not be found" #error "Header 'dev/ic/bt8xx.h' could not be found" ^~~~~ Has header "dev/ic/bt8xx.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpwkstk5yw/testfile.c -o /tmp/tmpwkstk5yw/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include #if !(defined __UCLIBC__) #error "unsatisfied condition: defined __UCLIBC__" #endif int main(void) { return 0; } Cached compiler stdout: Cached compiler stderr: /tmp/tmpwkstk5yw/testfile.c:5:2: error: #error "unsatisfied condition: defined __UCLIBC__" #error "unsatisfied condition: defined __UCLIBC__" ^~~~~ Using cached compile: Cached command line: cc /tmp/tmp_zv5c048/testfile.c -o /tmp/tmp_zv5c048/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include #if !(defined __GLIBC__) #error "unsatisfied condition: defined __GLIBC__" #endif int main(void) { return 0; } Cached compiler stdout: Cached compiler stderr: Using cached compile: Cached command line: cc /tmp/tmpes3qjffn/testfile.c -o /tmp/tmpes3qjffn/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_localtime_r || defined __stub___localtime_r fail fail fail this function is not going to work #endif int main() { void *a = (void*) &localtime_r; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "localtime_r" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpmmuo5ajl/testfile.c -o /tmp/tmpmmuo5ajl/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #include #if !(defined(__PIC__) || defined(__pic__) || defined(PIC)) #error "unsatisfied condition: defined(__PIC__) || defined(__pic__) || defined(PIC)" #endif int main(void) { return 0; } Cached compiler stdout: Cached compiler stderr: Using cached compile: Cached command line: cc /tmp/tmpwsm09n11/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("vdpau/vdpau.h") #error "Header 'vdpau/vdpau.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpwsm09n11/testfile.c:4:12: error: #error "Header 'vdpau/vdpau.h' could not be found" #error "Header 'vdpau/vdpau.h' could not be found" ^~~~~ Has header "vdpau/vdpau.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpzklof077/testfile.c -o /tmp/tmpzklof077/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 Code: #define nanosleep meson_disable_define_of_nanosleep #include #undef nanosleep #ifdef __cplusplus extern "C" #endif char nanosleep (); #if defined __stub_nanosleep || defined __stub___nanosleep fail fail fail this function is not going to work #endif int main () { return nanosleep (); } Cached compiler stdout: Cached compiler stderr: Checking for function "nanosleep" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp6q_k441o/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("arpa/inet.h") #error "Header 'arpa/inet.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "arpa/inet.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpmnovxp54/testfile.c -o /tmp/tmpmnovxp54/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include #include void bar() { struct rusage foo; foo.ru_maxrss; }; Cached compiler stdout: Cached compiler stderr: Checking whether type "struct rusage" has member "ru_maxrss" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk7dfbvfu/testfile.c -o /tmp/tmpk7dfbvfu/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include #define _BSD_SOURCE void bar() { struct stat foo; foo.st_mtim.tv_nsec; }; Cached compiler stdout: Cached compiler stderr: Checking whether type "struct stat" has member "st_mtim.tv_nsec" : YES (cached) Dependency alsa found: YES (cached) Using cached compile: Cached command line: cc -I/usr/include/alsa /tmp/tmpvadiy8i1/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("alsa/asoundlib.h") #error "Header 'alsa/asoundlib.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "alsa/asoundlib.h" with dependency alsa: YES (cached) Using cached compile: Cached command line: cc -I/usr/include/alsa /tmp/tmp7qlfwy8d/testfile.c -o /tmp/tmp7qlfwy8d/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libasound.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_snd_pcm_htimestamp || defined __stub___snd_pcm_htimestamp fail fail fail this function is not going to work #endif int main() { void *a = (void*) &snd_pcm_htimestamp; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "snd_pcm_htimestamp" with dependency alsa: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'ffnvcodec' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion ffnvcodec` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency ffnvcodec found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libgme' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libgme` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libgme found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'gnutls' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency gnutls found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'aom' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency aom found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'lilv-0' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency lilv-0 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libass' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency libass found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libbluray' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libbluray` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libbluray found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libbs2b' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency libbs2b found: NO (tried pkgconfig and cmake) Dependency caca found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpntv22lja/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("caca.h") #error "Header 'caca.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "caca.h" with dependency caca: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpdoka4zc9/testfile.c -o /tmp/tmpdoka4zc9/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libcaca.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_caca_create_canvas || defined __stub___caca_create_canvas fail fail fail this function is not going to work #endif int main() { void *a = (void*) &caca_create_canvas; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "caca_create_canvas" with dependency caca: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libcdio_paranoia' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libcdio_paranoia` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libcdio_paranoia found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libcdio_paranoia' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency libcdio_paranoia found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libdc1394-2' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency libdc1394-2 found: NO (tried pkgconfig and cmake) Dependency libdrm found: YES (cached) Using cached compile: Cached command line: cc -I/usr/include/libdrm /tmp/tmps0z85zeg/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("xf86drm.h") #error "Header 'xf86drm.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "xf86drm.h" with dependency libdrm: YES (cached) Using cached compile: Cached command line: cc -I/usr/include/libdrm /tmp/tmpjxrvpmw_/testfile.c -o /tmp/tmpjxrvpmw_/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libdrm.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_drmGetVersion || defined __stub___drmGetVersion fail fail fail this function is not going to work #endif int main() { void *a = (void*) &drmGetVersion; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "drmGetVersion" with dependency libdrm: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'fdk-aac' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency fdk-aac found: NO (tried pkgconfig and cmake) Dependency fontconfig found: YES (cached) Using cached compile: Cached command line: cc -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 /tmp/tmpjr8r9nfo/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("fontconfig/fontconfig.h") #error "Header 'fontconfig/fontconfig.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "fontconfig/fontconfig.h" with dependency fontconfig: YES (cached) Using cached compile: Cached command line: cc -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 /tmp/tmpaqstg4wt/testfile.c -o /tmp/tmpaqstg4wt/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libfontconfig.so /usr/lib/x86_64-linux-gnu/libfreetype.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_FcInit || defined __stub___FcInit fail fail fail this function is not going to work #endif int main() { void *a = (void*) &FcInit; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "FcInit" with dependency fontconfig: YES (cached) Dependency freetype2 found: YES (cached) Using cached compile: Cached command line: cc -I/usr/include/freetype2 -I/usr/include/libpng16 /tmp/tmpdvyfc6ld/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("ft2build.h") #error "Header 'ft2build.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "ft2build.h" with dependency freetype2: YES (cached) Using cached compile: Cached command line: cc -I/usr/include/freetype2 -I/usr/include/libpng16 /tmp/tmpf3ebrqhs/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("FT_FREETYPE_H") #error "Header 'FT_FREETYPE_H' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpf3ebrqhs/testfile.c:4:12: error: #error "Header 'FT_FREETYPE_H' could not be found" #error "Header 'FT_FREETYPE_H' could not be found" ^~~~~ Has header "FT_FREETYPE_H" with dependency freetype2: NO (cached) Dependency fribidi found: YES (cached) Using cached compile: Cached command line: cc -I/usr/include/fribidi /tmp/tmpj3fycr93/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("fribidi.h") #error "Header 'fribidi.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "fribidi.h" with dependency fribidi: YES (cached) Using cached compile: Cached command line: cc -I/usr/include/fribidi /tmp/tmp2_bb0tfc/testfile.c -o /tmp/tmp2_bb0tfc/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libfribidi.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_fribidi_version_info || defined __stub___fribidi_version_info fail fail fail this function is not going to work #endif int main() { void *a = (void*) &fribidi_version_info; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "fribidi_version_info" with dependency fribidi: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'jack' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency jack found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'kvazaar' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion kvazaar` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency kvazaar found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libmfx' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency libmfx found: NO (tried pkgconfig and cmake) Dependency libmodplug found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpjsbmv23a/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("libmodplug/modplug.h") #error "Header 'libmodplug/modplug.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "libmodplug/modplug.h" with dependency libmodplug: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpdneg2c70/testfile.c -o /tmp/tmpdneg2c70/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libmodplug.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_ModPlug_Load || defined __stub___ModPlug_Load fail fail fail this function is not going to work #endif int main() { void *a = (void*) &ModPlug_Load; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "ModPlug_Load" with dependency libmodplug: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'opencv' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency opencv found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'opencv' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency opencv found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'openh264' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency openh264 found: NO (tried pkgconfig and cmake) Dependency libopenjp2 found: YES (cached) Using cached compile: Cached command line: cc -I/usr/local/include/openjpeg-2.3 /tmp/tmp8vhph5xz/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("openjpeg.h") #error "Header 'openjpeg.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "openjpeg.h" with dependency libopenjp2: YES (cached) Using cached compile: Cached command line: cc -I/usr/local/include/openjpeg-2.3 /tmp/tmpym7jt82z/testfile.c -o /tmp/tmpym7jt82z/output.exe -pipe -Wl,--start-group /usr/local/lib/libopenjp2.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_opj_version || defined __stub___opj_version fail fail fail this function is not going to work #endif int main() { void *a = (void*) &opj_version; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "opj_version" with dependency libopenjp2: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libopenmpt' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency libopenmpt found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'opus' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency opus found: NO (tried pkgconfig and cmake) Dependency libpulse found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpuov2jp72/testfile.c -pipe -E -P -D_REENTRANT -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("pulse/pulseaudio.h") #error "Header 'pulse/pulseaudio.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "pulse/pulseaudio.h" with dependency libpulse: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpc5l6_o5g/testfile.c -o /tmp/tmpc5l6_o5g/output.exe -pipe -D_REENTRANT -Wl,--start-group /usr/lib/x86_64-linux-gnu/libpulse.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_pa_context_new || defined __stub___pa_context_new fail fail fail this function is not going to work #endif int main() { void *a = (void*) &pa_context_new; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "pa_context_new" with dependency libpulse: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'librsvg-2.0' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency librsvg-2.0 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'librtmp' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency librtmp found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'rubberband' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion rubberband` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency rubberband found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'shine' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion shine` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency shine found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'smbclient' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion smbclient` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency smbclient found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libssh' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libssh` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libssh found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'speex' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency speex found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'srt' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency srt found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'tesseract' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion tesseract` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency tesseract found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libtls' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libtls` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libtls found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libv4l2' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency libv4l2 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'vidstab' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion vidstab` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency vidstab found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libvmaf' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libvmaf` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libvmaf found: NO (tried pkgconfig and cmake) Dependency vorbis found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpl6dsheqg/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("vorbis/codec.h") #error "Header 'vorbis/codec.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "vorbis/codec.h" with dependency vorbis: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpmc53_z9q/testfile.c -o /tmp/tmpmc53_z9q/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libvorbis.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_vorbis_info_init || defined __stub___vorbis_info_init fail fail fail this function is not going to work #endif int main() { void *a = (void*) &vorbis_info_init; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "vorbis_info_init" with dependency vorbis: YES (cached) Dependency vorbisenc found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpjvwszb0v/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("vorbis/vorbisenc.h") #error "Header 'vorbis/vorbisenc.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "vorbis/vorbisenc.h" with dependency vorbisenc: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpkb2qlo86/testfile.c -o /tmp/tmpkb2qlo86/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libvorbisenc.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_vorbis_encode_init || defined __stub___vorbis_encode_init fail fail fail this function is not going to work #endif int main() { void *a = (void*) &vorbis_encode_init; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "vorbis_encode_init" with dependency vorbisenc: YES (cached) Dependency vpx found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpn7_y_8yv/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("vpx/vpx_decoder.h") #error "Header 'vpx/vpx_decoder.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "vpx/vpx_decoder.h" with dependency vpx: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpebhbpr3l/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("vpx/vp8dx.h") #error "Header 'vpx/vp8dx.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "vpx/vp8dx.h" with dependency vpx: YES (cached) Using cached compile: Cached command line: cc /tmp/tmppcn9lmmf/testfile.c -o /tmp/tmppcn9lmmf/output.exe -pipe -Wl,--start-group /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libvpx.so -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #include #if defined __stub_vpx_codec_vp8_dx || defined __stub___vpx_codec_vp8_dx fail fail fail this function is not going to work #endif int main() { void *a = (void*) &vpx_codec_vp8_dx; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "vpx_codec_vp8_dx" with dependency vpx: YES (cached) Dependency vpx found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5daaeq08/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("vpx/vpx_encoder.h") #error "Header 'vpx/vpx_encoder.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "vpx/vpx_encoder.h" with dependency vpx: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_cm1_nhu/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("vpx/vp8cx.h") #error "Header 'vpx/vp8cx.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "vpx/vp8cx.h" with dependency vpx: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpx_hfrymo/testfile.c -o /tmp/tmpx_hfrymo/output.exe -pipe -Wl,--start-group /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libvpx.so -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #include #if defined __stub_vpx_codec_vp8_cx || defined __stub___vpx_codec_vp8_cx fail fail fail this function is not going to work #endif int main() { void *a = (void*) &vpx_codec_vp8_cx; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "vpx_codec_vp8_cx" with dependency vpx: YES (cached) Dependency vpx found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpaegfgmv5/testfile.c -o /tmp/tmpaegfgmv5/output.exe -pipe -Wl,--start-group /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libvpx.so -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #include #if defined __stub_vpx_codec_vp9_dx || defined __stub___vpx_codec_vp9_dx fail fail fail this function is not going to work #endif int main() { void *a = (void*) &vpx_codec_vp9_dx; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "vpx_codec_vp9_dx" with dependency vpx: YES (cached) Dependency vpx found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpv4vkv8by/testfile.c -o /tmp/tmpv4vkv8by/output.exe -pipe -Wl,--start-group /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libvpx.so -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #include #if defined __stub_vpx_codec_vp9_cx || defined __stub___vpx_codec_vp9_cx fail fail fail this function is not going to work #endif int main() { void *a = (void*) &vpx_codec_vp9_cx; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "vpx_codec_vp9_cx" with dependency vpx: YES (cached) Dependency libwebp found: YES (cached) Using cached compile: Cached command line: cc -I/usr/local/include /tmp/tmp0h31mqu2/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("webp/encode.h") #error "Header 'webp/encode.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "webp/encode.h" with dependency libwebp: YES (cached) Using cached compile: Cached command line: cc -I/usr/local/include /tmp/tmpcj95u8pm/testfile.c -o /tmp/tmpcj95u8pm/output.exe -pipe -Wl,--start-group /usr/local/lib/libwebp.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_WebPGetEncoderVersion || defined __stub___WebPGetEncoderVersion fail fail fail this function is not going to work #endif int main() { void *a = (void*) &WebPGetEncoderVersion; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "WebPGetEncoderVersion" with dependency libwebp: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libwebpmux' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libwebpmux` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libwebpmux found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'x264' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency x264 found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'x265' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency x265 found: NO (tried pkgconfig and cmake) Dependency xcb found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmps1wdw__a/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("xcb/xcb.h") #error "Header 'xcb/xcb.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "xcb/xcb.h" with dependency xcb: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp4kb8t5m8/testfile.c -o /tmp/tmp4kb8t5m8/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libxcb.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_xcb_connect || defined __stub___xcb_connect fail fail fail this function is not going to work #endif int main() { void *a = (void*) &xcb_connect; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "xcb_connect" with dependency xcb: YES (cached) Dependency xcb-shm found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp32uud1sq/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("xcb/shm.h") #error "Header 'xcb/shm.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "xcb/shm.h" with dependency xcb-shm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmptsrpfznj/testfile.c -o /tmp/tmptsrpfznj/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libxcb-shm.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_xcb_shm_attach || defined __stub___xcb_shm_attach fail fail fail this function is not going to work #endif int main() { void *a = (void*) &xcb_shm_attach; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "xcb_shm_attach" with dependency xcb-shm: YES (cached) Dependency xcb-shape found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpegq6hocx/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("xcb/shape.h") #error "Header 'xcb/shape.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "xcb/shape.h" with dependency xcb-shape: YES (cached) Using cached compile: Cached command line: cc /tmp/tmptmafpvv7/testfile.c -o /tmp/tmptmafpvv7/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libxcb-shape.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_xcb_shape_get_rectangles || defined __stub___xcb_shape_get_rectangles fail fail fail this function is not going to work #endif int main() { void *a = (void*) &xcb_shape_get_rectangles; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "xcb_shape_get_rectangles" with dependency xcb-shape: YES (cached) Dependency xcb-xfixes found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpa8raq1w_/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("xcb/xfixes.h") #error "Header 'xcb/xfixes.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "xcb/xfixes.h" with dependency xcb-xfixes: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpx4ookmyy/testfile.c -o /tmp/tmpx4ookmyy/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libxcb-xfixes.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_xcb_xfixes_get_cursor_image || defined __stub___xcb_xfixes_get_cursor_image fail fail fail this function is not going to work #endif int main() { void *a = (void*) &xcb_xfixes_get_cursor_image; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "xcb_xfixes_get_cursor_image" with dependency xcb-xfixes: YES (cached) Dependency libxml-2.0 found: YES (cached) Using cached compile: Cached command line: cc -I/usr/include/libxml2 /tmp/tmpr2g19plr/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("libxml2/libxml/xmlversion.h") #error "Header 'libxml2/libxml/xmlversion.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "libxml2/libxml/xmlversion.h" with dependency libxml-2.0: YES (cached) Using cached compile: Cached command line: cc -I/usr/include/libxml2 /tmp/tmp_3h0jy85/testfile.c -o /tmp/tmp_3h0jy85/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libxml2.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_xmlCheckVersion || defined __stub___xmlCheckVersion fail fail fail this function is not going to work #endif int main() { void *a = (void*) &xmlCheckVersion; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "xmlCheckVersion" with dependency libxml-2.0: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'zimg' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion zimg` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency zimg found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libzmq' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libzmq` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libzmq found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'zvbi-0.2' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency zvbi-0.2 found: NO (tried pkgconfig and cmake) Dependency openssl found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp2edr3bro/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("openssl/ssl.h") #error "Header 'openssl/ssl.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "openssl/ssl.h" with dependency openssl: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp4mbwq7jd/testfile.c -o /tmp/tmp4mbwq7jd/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libcrypto.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_OPENSSL_init_ssl || defined __stub___OPENSSL_init_ssl fail fail fail this function is not going to work #endif int main() { void *a = (void*) &OPENSSL_init_ssl; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "OPENSSL_init_ssl" with dependency openssl: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp45ob_3qj/testfile.c -o /tmp/tmp45ob_3qj/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libcrypto.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_SSL_library_init || defined __stub___SSL_library_init fail fail fail this function is not going to work #endif int main() { void *a = (void*) &SSL_library_init; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: /tmp/tmp45ob_3qj/testfile.c: In function 'main': /tmp/tmp45ob_3qj/testfile.c:10:32: error: 'SSL_library_init' undeclared (first use in this function); did you mean 'SSL_in_init'? void *a = (void*) &SSL_library_init; ^~~~~~~~~~~~~~~~ SSL_in_init /tmp/tmp45ob_3qj/testfile.c:10:32: note: each undeclared identifier is reported only once for each function it appears in Using cached compile: Cached command line: cc /tmp/tmpcq3wgg6m/testfile.c -o /tmp/tmpcq3wgg6m/output.exe -pipe -Wl,--start-group /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libcrypto.so -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include int main() { #ifdef __has_builtin #if !__has_builtin(__builtin_SSL_library_init) #error "__builtin_SSL_library_init not found" #endif #elif ! defined(SSL_library_init) /* Check for __builtin_SSL_library_init only if no includes were added to the * prefix above, which means no definition of SSL_library_init can be found. * We would always check for this, but we get false positives on * MSYS2 if we do. Their toolchain is broken, but we can at least * give them a workaround. */ #if 0 __builtin_SSL_library_init; #else #error "No definition for __builtin_SSL_library_init found in the prefix" #endif #endif } Cached compiler stdout: Cached compiler stderr: Checking for function "SSL_library_init" with dependency openssl: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'rockchip_mpp' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion rockchip_mpp` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency rockchip_mpp found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'rockchip_mpp' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: CMake binary for MachineChoice.HOST is cached. Run-time dependency rockchip_mpp found: NO (tried pkgconfig and cmake) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'sdl2' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion sdl2` -> 1 sdl2-config found: NO need ['>= 2.0.1', '< 2.1.0'] Run-time dependency sdl2 found: NO (tried pkgconfig and config-tool) Running compile: Working directory: /tmp/tmpntjs0var Command line: cc /tmp/tmpntjs0var/testfile.c -o /tmp/tmpntjs0var/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -ladvapi32 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -ladvapi32 collect2: error: ld returned 1 exit status Library advapi32 found: NO Running compile: Working directory: /tmp/tmphj1mn4u4 Command line: cc /tmp/tmphj1mn4u4/testfile.c -o /tmp/tmphj1mn4u4/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -landroid -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -landroid collect2: error: ld returned 1 exit status Library android found: NO Running compile: Working directory: /tmp/tmpdcgyfpi_ Command line: cc /tmp/tmpdcgyfpi_/testfile.c -o /tmp/tmpdcgyfpi_/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lbcrypt -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lbcrypt collect2: error: ld returned 1 exit status Library bcrypt found: NO Library bz2 found: NO Running compile: Working directory: /tmp/tmpuufe71tg Command line: cc /tmp/tmpuufe71tg/testfile.c -o /tmp/tmpuufe71tg/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lcamera2ndk -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lcamera2ndk collect2: error: ld returned 1 exit status Library camera2ndk found: NO Running compile: Working directory: /tmp/tmpcixzjzbd Command line: cc /tmp/tmpcixzjzbd/testfile.c -o /tmp/tmpcixzjzbd/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lcelt0 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lcelt0 collect2: error: ld returned 1 exit status Library celt0 found: NO Running compile: Working directory: /tmp/tmp_38la05n Command line: cc /tmp/tmp_38la05n/testfile.c -o /tmp/tmp_38la05n/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lchromaprint -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lchromaprint collect2: error: ld returned 1 exit status Library chromaprint found: NO Using cached compile: Cached command line: cc /tmp/tmpgm8qcyy4/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("time.h") #error "Header 'time.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "time.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmptojyhyha/testfile.c -o /tmp/tmptojyhyha/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_clock_gettime || defined __stub___clock_gettime fail fail fail this function is not going to work #endif int main() { void *a = (void*) &clock_gettime; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "clock_gettime" : YES (cached) Running compile: Working directory: /tmp/tmpejpfyeqt Command line: cc /tmp/tmpejpfyeqt/testfile.c -o /tmp/tmpejpfyeqt/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lcuda -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lcuda collect2: error: ld returned 1 exit status Library cuda found: NO Running compile: Working directory: /tmp/tmpl8ejgz8u Command line: cc /tmp/tmpl8ejgz8u/testfile.c -o /tmp/tmpl8ejgz8u/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lcrystalhd -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lcrystalhd collect2: error: ld returned 1 exit status Library crystalhd found: NO Running compile: Working directory: /tmp/tmp7hqd1vnt Command line: cc /tmp/tmp7hqd1vnt/testfile.c -o /tmp/tmp7hqd1vnt/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lgme -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lgme collect2: error: ld returned 1 exit status Library gme found: NO Running compile: Working directory: /tmp/tmpqxfln9vh Command line: cc /tmp/tmpqxfln9vh/testfile.c -o /tmp/tmpqxfln9vh/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lstdc++ -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: Library stdc++ found: YES Library gcrypt found: YES Using cached compile: Cached command line: cc /tmp/tmp2r044cc0/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("gcrypt.h") #error "Header 'gcrypt.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "gcrypt.h" with dependency -lgcrypt: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp72grau3c/testfile.c -o /tmp/tmp72grau3c/output.exe -pipe -Wl,--start-group -lgcrypt -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_gcry_mpi_new || defined __stub___gcry_mpi_new fail fail fail this function is not going to work #endif int main() { void *a = (void*) &gcry_mpi_new; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "gcry_mpi_new" with dependency -lgcrypt: YES (cached) Library gmp found: YES Using cached compile: Cached command line: cc /tmp/tmpligt3nxr/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("gmp.h") #error "Header 'gmp.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "gmp.h" with dependency -lgmp: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpnni_dyhp/testfile.c -o /tmp/tmpnni_dyhp/output.exe -pipe -Wl,--start-group -lgmp -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_mpz_export || defined __stub___mpz_export fail fail fail this function is not going to work #endif int main() { void *a = (void*) &mpz_export; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "mpz_export" with dependency -lgmp: YES (cached) Running compile: Working directory: /tmp/tmp_vfj9v5k Command line: cc /tmp/tmp_vfj9v5k/testfile.c -o /tmp/tmp_vfj9v5k/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lcdio_paranoia -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lcdio_paranoia collect2: error: ld returned 1 exit status Library cdio_paranoia found: NO Running compile: Working directory: /tmp/tmpng8eutcr Command line: cc /tmp/tmpng8eutcr/testfile.c -o /tmp/tmpng8eutcr/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lcdio_cdda -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lcdio_cdda collect2: error: ld returned 1 exit status Library cdio_cdda found: NO Running compile: Working directory: /tmp/tmpgllesfna Command line: cc /tmp/tmpgllesfna/testfile.c -o /tmp/tmpgllesfna/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lcdio -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lcdio collect2: error: ld returned 1 exit status Library cdio found: NO Library cdio_paranoia found: NO Library cdio_cdda found: NO Library cdio found: NO Running compile: Working directory: /tmp/tmp_5imme0_ Command line: cc /tmp/tmp_5imme0_/testfile.c -o /tmp/tmp_5imme0_/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lcodec2 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lcodec2 collect2: error: ld returned 1 exit status Library codec2 found: NO Using cached compile: Cached command line: cc /tmp/tmpphwwy39d/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("dlfcn.h") #error "Header 'dlfcn.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "dlfcn.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmppxvnhnxr/testfile.c -o /tmp/tmppxvnhnxr/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_dlopen || defined __stub___dlopen fail fail fail this function is not going to work #endif int main() { void *a = (void*) &dlopen; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: /usr/bin/ld: /tmp/ccDqKLLF.o: in function `main': testfile.c:(.text+0x7): undefined reference to `dlopen' collect2: error: ld returned 1 exit status Using cached compile: Cached command line: cc /tmp/tmpcz09d39p/testfile.c -o /tmp/tmpcz09d39p/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include int main() { #ifdef __has_builtin #if !__has_builtin(__builtin_dlopen) #error "__builtin_dlopen not found" #endif #elif ! defined(dlopen) /* Check for __builtin_dlopen only if no includes were added to the * prefix above, which means no definition of dlopen can be found. * We would always check for this, but we get false positives on * MSYS2 if we do. Their toolchain is broken, but we can at least * give them a workaround. */ #if 0 __builtin_dlopen; #else #error "No definition for __builtin_dlopen found in the prefix" #endif #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmpcz09d39p/testfile.c: In function 'main': /tmp/tmpcz09d39p/testfile.c:17:18: error: #error "No definition for __builtin_dlopen found in the prefix" #error "No definition for __builtin_dlopen found in the prefix" ^~~~~ Checking for function "dlopen" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmptkq928cw/testfile.c -o /tmp/tmptkq928cw/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_dlsym || defined __stub___dlsym fail fail fail this function is not going to work #endif int main() { void *a = (void*) &dlsym; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: /usr/bin/ld: /tmp/cc6131dM.o: in function `main': testfile.c:(.text+0x7): undefined reference to `dlsym' collect2: error: ld returned 1 exit status Using cached compile: Cached command line: cc /tmp/tmppg5lou5y/testfile.c -o /tmp/tmppg5lou5y/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include int main() { #ifdef __has_builtin #if !__has_builtin(__builtin_dlsym) #error "__builtin_dlsym not found" #endif #elif ! defined(dlsym) /* Check for __builtin_dlsym only if no includes were added to the * prefix above, which means no definition of dlsym can be found. * We would always check for this, but we get false positives on * MSYS2 if we do. Their toolchain is broken, but we can at least * give them a workaround. */ #if 0 __builtin_dlsym; #else #error "No definition for __builtin_dlsym found in the prefix" #endif #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmppg5lou5y/testfile.c: In function 'main': /tmp/tmppg5lou5y/testfile.c:17:18: error: #error "No definition for __builtin_dlsym found in the prefix" #error "No definition for __builtin_dlsym found in the prefix" ^~~~~ Checking for function "dlsym" : NO (cached) Library dl found: YES Using cached compile: Cached command line: cc /tmp/tmpfcvzjply/testfile.c -o /tmp/tmpfcvzjply/output.exe -pipe -Wl,--start-group -ldl -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_dlopen || defined __stub___dlopen fail fail fail this function is not going to work #endif int main() { void *a = (void*) &dlopen; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "dlopen" with dependency -ldl: YES (cached) Using cached compile: Cached command line: cc /tmp/tmptvmo386h/testfile.c -o /tmp/tmptvmo386h/output.exe -pipe -Wl,--start-group -ldl -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_dlsym || defined __stub___dlsym fail fail fail this function is not going to work #endif int main() { void *a = (void*) &dlsym; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "dlsym" with dependency -ldl: YES (cached) Running compile: Working directory: /tmp/tmp3ux4jcs9 Command line: cc /tmp/tmp3ux4jcs9/testfile.c -o /tmp/tmp3ux4jcs9/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lfdk-aac -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lfdk-aac collect2: error: ld returned 1 exit status Library fdk-aac found: NO Running compile: Working directory: /tmp/tmpckhasb_1 Command line: cc /tmp/tmpckhasb_1/testfile.c -o /tmp/tmpckhasb_1/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lflite_cmu_time_awb -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lflite_cmu_time_awb collect2: error: ld returned 1 exit status Library flite_cmu_time_awb found: NO Running compile: Working directory: /tmp/tmpf9chnk2v Command line: cc /tmp/tmpf9chnk2v/testfile.c -o /tmp/tmpf9chnk2v/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lflite_cmu_us_awb -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lflite_cmu_us_awb collect2: error: ld returned 1 exit status Library flite_cmu_us_awb found: NO Library flite_cmu_us_kal found: NO Running compile: Working directory: /tmp/tmpwqlss3mw Command line: cc /tmp/tmpwqlss3mw/testfile.c -o /tmp/tmpwqlss3mw/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lflite_cmu_us_kal16 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lflite_cmu_us_kal16 collect2: error: ld returned 1 exit status Library flite_cmu_us_kal16 found: NO Running compile: Working directory: /tmp/tmp3pdoi0jf Command line: cc /tmp/tmp3pdoi0jf/testfile.c -o /tmp/tmp3pdoi0jf/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lflite_cmu_us_rms -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lflite_cmu_us_rms collect2: error: ld returned 1 exit status Library flite_cmu_us_rms found: NO Running compile: Working directory: /tmp/tmptn9or80v Command line: cc /tmp/tmptn9or80v/testfile.c -o /tmp/tmptn9or80v/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lflite_cmu_us_slt -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lflite_cmu_us_slt collect2: error: ld returned 1 exit status Library flite_cmu_us_slt found: NO Library flite_usenglish found: NO Library flite_cmulex found: NO Library flite found: NO Library gsm found: NO Library gsm found: NO Running compile: Working directory: /tmp/tmphz94il6p Command line: cc /tmp/tmphz94il6p/testfile.c -o /tmp/tmphz94il6p/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lraw1394 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lraw1394 collect2: error: ld returned 1 exit status Library raw1394 found: NO Running compile: Working directory: /tmp/tmpduddjiao Command line: cc /tmp/tmpduddjiao/testfile.c -o /tmp/tmpduddjiao/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lavc1394 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lavc1394 collect2: error: ld returned 1 exit status Library avc1394 found: NO Running compile: Working directory: /tmp/tmpmfmc415h Command line: cc /tmp/tmpmfmc415h/testfile.c -o /tmp/tmpmfmc415h/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lrom1394 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lrom1394 collect2: error: ld returned 1 exit status Library rom1394 found: NO Running compile: Working directory: /tmp/tmp8076x7_t Command line: cc /tmp/tmp8076x7_t/testfile.c -o /tmp/tmp8076x7_t/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -liec61883 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -liec61883 collect2: error: ld returned 1 exit status Library iec61883 found: NO Running compile: Working directory: /tmp/tmpd77u3n7z Command line: cc /tmp/tmpd77u3n7z/testfile.c -o /tmp/tmpd77u3n7z/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -llbc -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -llbc collect2: error: ld returned 1 exit status Library lbc found: NO Library m found: YES Using cached compile: Cached command line: cc /tmp/tmp3ojgwn2y/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("math.h") #error "Header 'math.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "math.h" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp1zn94mq0/testfile.c -o /tmp/tmp1zn94mq0/output.exe -pipe -Wl,--start-group -lm -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_sin || defined __stub___sin fail fail fail this function is not going to work #endif int main() { void *a = (void*) &sin; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "sin" with dependency -lm: YES (cached) Running compile: Working directory: /tmp/tmp9ts_pd21 Command line: cc /tmp/tmp9ts_pd21/testfile.c -o /tmp/tmp9ts_pd21/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lnppig -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lnppig collect2: error: ld returned 1 exit status Library nppig found: NO Running compile: Working directory: /tmp/tmpumifnbca Command line: cc /tmp/tmpumifnbca/testfile.c -o /tmp/tmpumifnbca/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lnppicc -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lnppicc collect2: error: ld returned 1 exit status Library nppicc found: NO Running compile: Working directory: /tmp/tmp19d1vod_ Command line: cc /tmp/tmp19d1vod_/testfile.c -o /tmp/tmp19d1vod_/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lnppc -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lnppc collect2: error: ld returned 1 exit status Library nppc found: NO Running compile: Working directory: /tmp/tmp3eno65n5 Command line: cc /tmp/tmp3eno65n5/testfile.c -o /tmp/tmp3eno65n5/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lnppi -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lnppi collect2: error: ld returned 1 exit status Library nppi found: NO Library nppc found: NO Running compile: Working directory: /tmp/tmpv3s3yaux Command line: cc /tmp/tmpv3s3yaux/testfile.c -o /tmp/tmpv3s3yaux/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lopencore-amrnb -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lopencore-amrnb collect2: error: ld returned 1 exit status Library opencore-amrnb found: NO Running compile: Working directory: /tmp/tmp32fhujt9 Command line: cc /tmp/tmp32fhujt9/testfile.c -o /tmp/tmp32fhujt9/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lopencore-amrwb -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lopencore-amrwb collect2: error: ld returned 1 exit status Library opencore-amrwb found: NO Running compile: Working directory: /tmp/tmppji9v9xh Command line: cc /tmp/tmppji9v9xh/testfile.c -o /tmp/tmppji9v9xh/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lopencv_core -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lopencv_core collect2: error: ld returned 1 exit status Library opencv_core found: NO Running compile: Working directory: /tmp/tmpeap7ovly Command line: cc /tmp/tmpeap7ovly/testfile.c -o /tmp/tmpeap7ovly/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lopencv_imgproc -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lopencv_imgproc collect2: error: ld returned 1 exit status Library opencv_imgproc found: NO Running compile: Working directory: /tmp/tmp8yhx0mi7 Command line: cc /tmp/tmp8yhx0mi7/testfile.c -o /tmp/tmp8yhx0mi7/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lsmbclient -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lsmbclient collect2: error: ld returned 1 exit status Library smbclient found: NO Running compile: Working directory: /tmp/tmpvdsdxx4m Command line: cc /tmp/tmpvdsdxx4m/testfile.c -o /tmp/tmpvdsdxx4m/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lsnappy -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lsnappy collect2: error: ld returned 1 exit status Library snappy found: NO Library stdc++ found: YES Running compile: Working directory: /tmp/tmp0j1ose9u Command line: cc /tmp/tmp0j1ose9u/testfile.c -o /tmp/tmp0j1ose9u/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lsoxr -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lsoxr collect2: error: ld returned 1 exit status Library soxr found: NO Running compile: Working directory: /tmp/tmpv_a9pobh Command line: cc /tmp/tmpv_a9pobh/testfile.c -o /tmp/tmpv_a9pobh/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -ltheoraenc -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -ltheoraenc collect2: error: ld returned 1 exit status Library theoraenc found: NO Running compile: Working directory: /tmp/tmp5viuba3b Command line: cc /tmp/tmp5viuba3b/testfile.c -o /tmp/tmp5viuba3b/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -ltheoradec -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -ltheoradec collect2: error: ld returned 1 exit status Library theoradec found: NO Running compile: Working directory: /tmp/tmpzxz8wo1d Command line: cc /tmp/tmpzxz8wo1d/testfile.c -o /tmp/tmpzxz8wo1d/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -logg -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: Library ogg found: YES Running compile: Working directory: /tmp/tmpp5wvgs0x Command line: cc /tmp/tmpp5wvgs0x/testfile.c -o /tmp/tmpp5wvgs0x/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -ltwolame -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -ltwolame collect2: error: ld returned 1 exit status Library twolame found: NO Running compile: Working directory: /tmp/tmpsinriyho Command line: cc /tmp/tmpsinriyho/testfile.c -o /tmp/tmpsinriyho/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lvo-amrwbenc -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lvo-amrwbenc collect2: error: ld returned 1 exit status Library vo-amrwbenc found: NO Running compile: Working directory: /tmp/tmpcmejeg4g Command line: cc /tmp/tmpcmejeg4g/testfile.c -o /tmp/tmpcmejeg4g/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lwavpack -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lwavpack collect2: error: ld returned 1 exit status Library wavpack found: NO Running compile: Working directory: /tmp/tmp99qjw368 Command line: cc /tmp/tmp99qjw368/testfile.c -o /tmp/tmp99qjw368/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lxvidcore -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lxvidcore collect2: error: ld returned 1 exit status Library xvidcore found: NO Running compile: Working directory: /tmp/tmp0p77q_z_ Command line: cc /tmp/tmp0p77q_z_/testfile.c -o /tmp/tmp0p77q_z_/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -llzma -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: Library lzma found: YES Using cached compile: Cached command line: cc /tmp/tmpfnfweo23/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("lzma.h") #error "Header 'lzma.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "lzma.h" with dependency -llzma: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9jep4wg8/testfile.c -o /tmp/tmp9jep4wg8/output.exe -pipe -Wl,--start-group -llzma -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_lzma_version_number || defined __stub___lzma_version_number fail fail fail this function is not going to work #endif int main() { void *a = (void*) &lzma_version_number; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "lzma_version_number" with dependency -llzma: YES (cached) Running compile: Working directory: /tmp/tmp4lvx7tjw Command line: cc /tmp/tmp4lvx7tjw/testfile.c -o /tmp/tmp4lvx7tjw/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lmediandk -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lmediandk collect2: error: ld returned 1 exit status Library mediandk found: NO Running compile: Working directory: /tmp/tmpmbt24g7k Command line: cc /tmp/tmpmbt24g7k/testfile.c -o /tmp/tmpmbt24g7k/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lmmal_core -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lmmal_core collect2: error: ld returned 1 exit status Library mmal_core found: NO Running compile: Working directory: /tmp/tmpddwk0wc1 Command line: cc /tmp/tmpddwk0wc1/testfile.c -o /tmp/tmpddwk0wc1/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lmmal_util -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lmmal_util collect2: error: ld returned 1 exit status Library mmal_util found: NO Running compile: Working directory: /tmp/tmpq6niafhv Command line: cc /tmp/tmpq6niafhv/testfile.c -o /tmp/tmpq6niafhv/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lmmal_vc_client -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lmmal_vc_client collect2: error: ld returned 1 exit status Library mmal_vc_client found: NO Library bcm_host found: NO Library ole32 found: NO Running compile: Working directory: /tmp/tmphoot4al3 Command line: cc /tmp/tmphoot4al3/testfile.c -o /tmp/tmphoot4al3/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lopenal -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lopenal collect2: error: ld returned 1 exit status Library openal found: NO Running compile: Working directory: /tmp/tmppob53e1v Command line: cc /tmp/tmppob53e1v/testfile.c -o /tmp/tmppob53e1v/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lOpenAL32 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lOpenAL32 collect2: error: ld returned 1 exit status Library OpenAL32 found: NO Running compile: Working directory: /tmp/tmp7y_g2tyn Command line: cc /tmp/tmp7y_g2tyn/testfile.c -o /tmp/tmp7y_g2tyn/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lOpenCL -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lOpenCL collect2: error: ld returned 1 exit status Library OpenCL found: NO Running compile: Working directory: /tmp/tmpiagkrhuw Command line: cc /tmp/tmpiagkrhuw/testfile.c -o /tmp/tmpiagkrhuw/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lGL -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: Library GL found: YES Using cached compile: Cached command line: cc /tmp/tmp94q_8ri7/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("GL/glx.h") #error "Header 'GL/glx.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "GL/glx.h" with dependency -lGL: YES (cached) Using cached compile: Cached command line: cc /tmp/tmppefrn8ob/testfile.c -o /tmp/tmppefrn8ob/output.exe -pipe -Wl,--start-group -lGL -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_glXGetProcAddress || defined __stub___glXGetProcAddress fail fail fail this function is not going to work #endif int main() { void *a = (void*) &glXGetProcAddress; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "glXGetProcAddress" with dependency -lGL: YES (cached) Running compile: Working directory: /tmp/tmpkqg8gygg Command line: cc /tmp/tmpkqg8gygg/testfile.c -o /tmp/tmpkqg8gygg/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lpsapi -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lpsapi collect2: error: ld returned 1 exit status Library psapi found: NO Running compile: Working directory: /tmp/tmpncpt6tvw Command line: cc /tmp/tmpncpt6tvw/testfile.c -o /tmp/tmpncpt6tvw/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lshell32 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lshell32 collect2: error: ld returned 1 exit status Library shell32 found: NO Running compile: Working directory: /tmp/tmpqi99cm91 Command line: cc /tmp/tmpqi99cm91/testfile.c -o /tmp/tmpqi99cm91/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lsndio -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lsndio collect2: error: ld returned 1 exit status Library sndio found: NO Running compile: Working directory: /tmp/tmp60fx3ini Command line: cc /tmp/tmp60fx3ini/testfile.c -o /tmp/tmp60fx3ini/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -luser32 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -luser32 collect2: error: ld returned 1 exit status Library user32 found: NO Running compile: Working directory: /tmp/tmp5cbbhqzz Command line: cc /tmp/tmp5cbbhqzz/testfile.c -o /tmp/tmp5cbbhqzz/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lvfw3 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lvfw3 collect2: error: ld returned 1 exit status Library vfw3 found: NO Running compile: Working directory: /tmp/tmpd6db4eyj Command line: cc /tmp/tmpd6db4eyj/testfile.c -o /tmp/tmpd6db4eyj/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lva -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lva collect2: error: ld returned 1 exit status Library va found: NO Library z found: YES Using cached compile: Cached command line: cc /tmp/tmp3xr0fo9i/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("zlib.h") #error "Header 'zlib.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "zlib.h" with dependency -lz: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpoddny75m/testfile.c -o /tmp/tmpoddny75m/output.exe -pipe -Wl,--start-group -lz -Wl,--end-group -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #if defined __stub_zlibVersion || defined __stub___zlibVersion fail fail fail this function is not going to work #endif int main() { void *a = (void*) &zlibVersion; long b = (long) a; return (int) b; } Cached compiler stdout: Cached compiler stderr: Checking for function "zlibVersion" with dependency -lz: YES (cached) Library mp3lame found: NO Running compile: Working directory: /tmp/tmpro38t6ge Command line: cc /tmp/tmpro38t6ge/testfile.c -o /tmp/tmpro38t6ge/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lmysofa -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lmysofa collect2: error: ld returned 1 exit status Library mysofa found: NO Running compile: Working directory: /tmp/tmpi8mco8e3 Command line: cc /tmp/tmpi8mco8e3/testfile.c -o /tmp/tmpi8mco8e3/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lx264 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lx264 collect2: error: ld returned 1 exit status Library x264 found: NO Running compile: Working directory: /tmp/tmpu7br7x72 Command line: cc /tmp/tmpu7br7x72/testfile.c -o /tmp/tmpu7br7x72/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lxavs -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lxavs collect2: error: ld returned 1 exit status Library xavs found: NO Using cached compile: Cached command line: cc /tmp/tmpayy2w1cq/testfile.c -o /tmp/tmpayy2w1cq/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define getaddrinfo meson_disable_define_of_getaddrinfo #include #undef getaddrinfo #ifdef __cplusplus extern "C" #endif char getaddrinfo (); #if defined __stub_getaddrinfo || defined __stub___getaddrinfo fail fail fail this function is not going to work #endif int main () { return getaddrinfo (); } Cached compiler stdout: Cached compiler stderr: Checking for function "getaddrinfo" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpsu_wdzr2/testfile.c -o /tmp/tmpsu_wdzr2/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define inet_aton meson_disable_define_of_inet_aton #include #undef inet_aton #ifdef __cplusplus extern "C" #endif char inet_aton (); #if defined __stub_inet_aton || defined __stub___inet_aton fail fail fail this function is not going to work #endif int main () { return inet_aton (); } Cached compiler stdout: Cached compiler stderr: Checking for function "inet_aton" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpcxk95ctg/testfile.c -o /tmp/tmpcxk95ctg/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define memalign meson_disable_define_of_memalign #include #undef memalign #ifdef __cplusplus extern "C" #endif char memalign (); #if defined __stub_memalign || defined __stub___memalign fail fail fail this function is not going to work #endif int main () { return memalign (); } Cached compiler stdout: Cached compiler stderr: Checking for function "memalign" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpv1g3590r/testfile.c -o /tmp/tmpv1g3590r/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define access meson_disable_define_of_access #include #undef access #ifdef __cplusplus extern "C" #endif char access (); #if defined __stub_access || defined __stub___access fail fail fail this function is not going to work #endif int main () { return access (); } Cached compiler stdout: Cached compiler stderr: Checking for function "access" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpp0dvdzeo/testfile.c -o /tmp/tmpp0dvdzeo/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define fcntl meson_disable_define_of_fcntl #include #undef fcntl #ifdef __cplusplus extern "C" #endif char fcntl (); #if defined __stub_fcntl || defined __stub___fcntl fail fail fail this function is not going to work #endif int main () { return fcntl (); } Cached compiler stdout: Cached compiler stderr: Checking for function "fcntl" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpd7h9ohf3/testfile.c -o /tmp/tmpd7h9ohf3/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define fork meson_disable_define_of_fork #include #undef fork #ifdef __cplusplus extern "C" #endif char fork (); #if defined __stub_fork || defined __stub___fork fail fail fail this function is not going to work #endif int main () { return fork (); } Cached compiler stdout: Cached compiler stderr: /tmp/tmpd7h9ohf3/testfile.c:10:14: warning: conflicting types for built-in function 'fork' [-Wbuiltin-declaration-mismatch] char fork (); ^~~~ Checking for function "fork" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpv41axtre/testfile.c -o /tmp/tmpv41axtre/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define gethrtime meson_disable_define_of_gethrtime #include #undef gethrtime #ifdef __cplusplus extern "C" #endif char gethrtime (); #if defined __stub_gethrtime || defined __stub___gethrtime fail fail fail this function is not going to work #endif int main () { return gethrtime (); } Cached compiler stdout: Cached compiler stderr: /usr/bin/ld: /tmp/ccPmPlg5.o: in function `main': testfile.c:(.text+0xa): undefined reference to `gethrtime' collect2: error: ld returned 1 exit status Using cached compile: Cached command line: cc /tmp/tmp_354xecm/testfile.c -o /tmp/tmp_354xecm/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: int main() { #ifdef __has_builtin #if !__has_builtin(__builtin_gethrtime) #error "__builtin_gethrtime not found" #endif #elif ! defined(gethrtime) /* Check for __builtin_gethrtime only if no includes were added to the * prefix above, which means no definition of gethrtime can be found. * We would always check for this, but we get false positives on * MSYS2 if we do. Their toolchain is broken, but we can at least * give them a workaround. */ #if 1 __builtin_gethrtime; #else #error "No definition for __builtin_gethrtime found in the prefix" #endif #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmp_354xecm/testfile.c: In function 'main': /tmp/tmp_354xecm/testfile.c:14:17: error: '__builtin_gethrtime' undeclared (first use in this function); did you mean '__builtin_strftime'? __builtin_gethrtime; ^~~~~~~~~~~~~~~~~~~ __builtin_strftime /tmp/tmp_354xecm/testfile.c:14:17: note: each undeclared identifier is reported only once for each function it appears in Checking for function "gethrtime" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpw0753haq/testfile.c -o /tmp/tmpw0753haq/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define getopt meson_disable_define_of_getopt #include #undef getopt #ifdef __cplusplus extern "C" #endif char getopt (); #if defined __stub_getopt || defined __stub___getopt fail fail fail this function is not going to work #endif int main () { return getopt (); } Cached compiler stdout: Cached compiler stderr: Checking for function "getopt" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp61ywvmie/testfile.c -o /tmp/tmp61ywvmie/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define getrusage meson_disable_define_of_getrusage #include #undef getrusage #ifdef __cplusplus extern "C" #endif char getrusage (); #if defined __stub_getrusage || defined __stub___getrusage fail fail fail this function is not going to work #endif int main () { return getrusage (); } Cached compiler stdout: Cached compiler stderr: Checking for function "getrusage" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmppv0ar23f/testfile.c -o /tmp/tmppv0ar23f/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define gettimeofday meson_disable_define_of_gettimeofday #include #undef gettimeofday #ifdef __cplusplus extern "C" #endif char gettimeofday (); #if defined __stub_gettimeofday || defined __stub___gettimeofday fail fail fail this function is not going to work #endif int main () { return gettimeofday (); } Cached compiler stdout: Cached compiler stderr: Checking for function "gettimeofday" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpseoiz0r3/testfile.c -o /tmp/tmpseoiz0r3/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define isatty meson_disable_define_of_isatty #include #undef isatty #ifdef __cplusplus extern "C" #endif char isatty (); #if defined __stub_isatty || defined __stub___isatty fail fail fail this function is not going to work #endif int main () { return isatty (); } Cached compiler stdout: Cached compiler stderr: Checking for function "isatty" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpvcza66t4/testfile.c -o /tmp/tmpvcza66t4/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define mkstemp meson_disable_define_of_mkstemp #include #undef mkstemp #ifdef __cplusplus extern "C" #endif char mkstemp (); #if defined __stub_mkstemp || defined __stub___mkstemp fail fail fail this function is not going to work #endif int main () { return mkstemp (); } Cached compiler stdout: Cached compiler stderr: Checking for function "mkstemp" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpom9ux0ks/testfile.c -o /tmp/tmpom9ux0ks/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define mmap meson_disable_define_of_mmap #include #undef mmap #ifdef __cplusplus extern "C" #endif char mmap (); #if defined __stub_mmap || defined __stub___mmap fail fail fail this function is not going to work #endif int main () { return mmap (); } Cached compiler stdout: Cached compiler stderr: Checking for function "mmap" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp50obeb0w/testfile.c -o /tmp/tmp50obeb0w/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define mprotect meson_disable_define_of_mprotect #include #undef mprotect #ifdef __cplusplus extern "C" #endif char mprotect (); #if defined __stub_mprotect || defined __stub___mprotect fail fail fail this function is not going to work #endif int main () { return mprotect (); } Cached compiler stdout: Cached compiler stderr: Checking for function "mprotect" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmprwtcip0p/testfile.c -o /tmp/tmprwtcip0p/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define sched_getaffinity meson_disable_define_of_sched_getaffinity #include #undef sched_getaffinity #ifdef __cplusplus extern "C" #endif char sched_getaffinity (); #if defined __stub_sched_getaffinity || defined __stub___sched_getaffinity fail fail fail this function is not going to work #endif int main () { return sched_getaffinity (); } Cached compiler stdout: Cached compiler stderr: Checking for function "sched_getaffinity" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp3bhrkksz/testfile.c -o /tmp/tmp3bhrkksz/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define setrlimit meson_disable_define_of_setrlimit #include #undef setrlimit #ifdef __cplusplus extern "C" #endif char setrlimit (); #if defined __stub_setrlimit || defined __stub___setrlimit fail fail fail this function is not going to work #endif int main () { return setrlimit (); } Cached compiler stdout: Cached compiler stderr: Checking for function "setrlimit" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpck7n9ti9/testfile.c -o /tmp/tmpck7n9ti9/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define strerror_r meson_disable_define_of_strerror_r #include #undef strerror_r #ifdef __cplusplus extern "C" #endif char strerror_r (); #if defined __stub_strerror_r || defined __stub___strerror_r fail fail fail this function is not going to work #endif int main () { return strerror_r (); } Cached compiler stdout: Cached compiler stderr: Checking for function "strerror_r" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp2pagtbpc/testfile.c -o /tmp/tmp2pagtbpc/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define sysconf meson_disable_define_of_sysconf #include #undef sysconf #ifdef __cplusplus extern "C" #endif char sysconf (); #if defined __stub_sysconf || defined __stub___sysconf fail fail fail this function is not going to work #endif int main () { return sysconf (); } Cached compiler stdout: Cached compiler stderr: Checking for function "sysconf" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpfycmu79t/testfile.c -o /tmp/tmpfycmu79t/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define sysctl meson_disable_define_of_sysctl #include #undef sysctl #ifdef __cplusplus extern "C" #endif char sysctl (); #if defined __stub_sysctl || defined __stub___sysctl fail fail fail this function is not going to work #endif int main () { return sysctl (); } Cached compiler stdout: Cached compiler stderr: Checking for function "sysctl" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp813zz6nr/testfile.c -o /tmp/tmp813zz6nr/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define usleep meson_disable_define_of_usleep #include #undef usleep #ifdef __cplusplus extern "C" #endif char usleep (); #if defined __stub_usleep || defined __stub___usleep fail fail fail this function is not going to work #endif int main () { return usleep (); } Cached compiler stdout: Cached compiler stderr: Checking for function "usleep" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9yo2l7_p/testfile.c -o /tmp/tmp9yo2l7_p/output.exe -pipe -pthread -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define pthread_join meson_disable_define_of_pthread_join #include #undef pthread_join #ifdef __cplusplus extern "C" #endif char pthread_join (); #if defined __stub_pthread_join || defined __stub___pthread_join fail fail fail this function is not going to work #endif int main () { return pthread_join (); } Cached compiler stdout: Cached compiler stderr: Checking for function "pthread_join" with dependency threads: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpodmuoh8g/testfile.c -o /tmp/tmpodmuoh8g/output.exe -pipe -pthread -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define pthread_create meson_disable_define_of_pthread_create #include #undef pthread_create #ifdef __cplusplus extern "C" #endif char pthread_create (); #if defined __stub_pthread_create || defined __stub___pthread_create fail fail fail this function is not going to work #endif int main () { return pthread_create (); } Cached compiler stdout: Cached compiler stderr: Checking for function "pthread_create" with dependency threads: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp7h2ofyea/testfile.c -o /tmp/tmp7h2ofyea/output.exe -pipe -pthread -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define pthread_cancel meson_disable_define_of_pthread_cancel #include #undef pthread_cancel #ifdef __cplusplus extern "C" #endif char pthread_cancel (); #if defined __stub_pthread_cancel || defined __stub___pthread_cancel fail fail fail this function is not going to work #endif int main () { return pthread_cancel (); } Cached compiler stdout: Cached compiler stderr: Checking for function "pthread_cancel" with dependency threads: YES (cached) Using cached compile: Cached command line: cc /tmp/tmprq8aurja/testfile.c -o /tmp/tmprq8aurja/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define __sync_val_compare_and_swap meson_disable_define_of___sync_val_compare_and_swap #include #undef __sync_val_compare_and_swap #ifdef __cplusplus extern "C" #endif char __sync_val_compare_and_swap (); #if defined __stub___sync_val_compare_and_swap || defined __stub_____sync_val_compare_and_swap fail fail fail this function is not going to work #endif int main () { return __sync_val_compare_and_swap (); } Cached compiler stdout: Cached compiler stderr: /tmp/tmprq8aurja/testfile.c:10:14: warning: conflicting types for built-in function '__sync_val_compare_and_swap' [-Wbuiltin-declaration-mismatch] char __sync_val_compare_and_swap (); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/ld: /tmp/ccYvkv3h.o: in function `main': testfile.c:(.text+0xa): undefined reference to `__sync_val_compare_and_swap' collect2: error: ld returned 1 exit status Using cached compile: Cached command line: cc /tmp/tmpc6ia0hif/testfile.c -o /tmp/tmpc6ia0hif/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: int main() { #ifdef __has_builtin #if !__has_builtin(__builtin___sync_val_compare_and_swap) #error "__builtin___sync_val_compare_and_swap not found" #endif #elif ! defined(__sync_val_compare_and_swap) /* Check for __builtin___sync_val_compare_and_swap only if no includes were added to the * prefix above, which means no definition of __sync_val_compare_and_swap can be found. * We would always check for this, but we get false positives on * MSYS2 if we do. Their toolchain is broken, but we can at least * give them a workaround. */ #if 1 __builtin___sync_val_compare_and_swap; #else #error "No definition for __builtin___sync_val_compare_and_swap found in the prefix" #endif #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmpc6ia0hif/testfile.c: In function 'main': /tmp/tmpc6ia0hif/testfile.c:14:17: error: '__builtin___sync_val_compare_and_swap' undeclared (first use in this function); did you mean '__sync_val_compare_and_swap'? __builtin___sync_val_compare_and_swap; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __sync_val_compare_and_swap /tmp/tmpc6ia0hif/testfile.c:14:17: note: each undeclared identifier is reported only once for each function it appears in Checking for function "__sync_val_compare_and_swap" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpaaei97xd/testfile.c -o /tmp/tmpaaei97xd/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define gmtime_r meson_disable_define_of_gmtime_r #include #undef gmtime_r #ifdef __cplusplus extern "C" #endif char gmtime_r (); #if defined __stub_gmtime_r || defined __stub___gmtime_r fail fail fail this function is not going to work #endif int main () { return gmtime_r (); } Cached compiler stdout: Cached compiler stderr: Checking for function "gmtime_r" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpjx6n7i0l/testfile.c -o /tmp/tmpjx6n7i0l/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define localtime_r meson_disable_define_of_localtime_r #include #undef localtime_r #ifdef __cplusplus extern "C" #endif char localtime_r (); #if defined __stub_localtime_r || defined __stub___localtime_r fail fail fail this function is not going to work #endif int main () { return localtime_r (); } Cached compiler stdout: Cached compiler stderr: Checking for function "localtime_r" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpvwar_ney/testfile.c -o /tmp/tmpvwar_ney/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #define closesocket meson_disable_define_of_closesocket #include #undef closesocket #ifdef __cplusplus extern "C" #endif char closesocket (); #if defined __stub_closesocket || defined __stub___closesocket fail fail fail this function is not going to work #endif int main () { return closesocket (); } Cached compiler stdout: Cached compiler stderr: /usr/bin/ld: /tmp/cc2InLQu.o: in function `main': testfile.c:(.text+0xa): undefined reference to `closesocket' collect2: error: ld returned 1 exit status Using cached compile: Cached command line: cc /tmp/tmpx9sqmif5/testfile.c -o /tmp/tmpx9sqmif5/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: int main() { #ifdef __has_builtin #if !__has_builtin(__builtin_closesocket) #error "__builtin_closesocket not found" #endif #elif ! defined(closesocket) /* Check for __builtin_closesocket only if no includes were added to the * prefix above, which means no definition of closesocket can be found. * We would always check for this, but we get false positives on * MSYS2 if we do. Their toolchain is broken, but we can at least * give them a workaround. */ #if 1 __builtin_closesocket; #else #error "No definition for __builtin_closesocket found in the prefix" #endif #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmpx9sqmif5/testfile.c: In function 'main': /tmp/tmpx9sqmif5/testfile.c:14:17: error: '__builtin_closesocket' undeclared (first use in this function); did you mean '__builtin_copysign'? __builtin_closesocket; ^~~~~~~~~~~~~~~~~~~~~ __builtin_copysign /tmp/tmpx9sqmif5/testfile.c:14:17: note: each undeclared identifier is reported only once for each function it appears in Checking for function "closesocket" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpyq1hwt9y/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("malloc.h") #error "Header 'malloc.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "malloc.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpddswmn8x/testfile.c -o /tmp/tmpddswmn8x/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef _aligned_malloc _aligned_malloc; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmpddswmn8x/testfile.c: In function 'main': /tmp/tmpddswmn8x/testfile.c:7:17: error: '_aligned_malloc' undeclared (first use in this function); did you mean '__builtin_malloc'? _aligned_malloc; ^~~~~~~~~~~~~~~ __builtin_malloc /tmp/tmpddswmn8x/testfile.c:7:17: note: each undeclared identifier is reported only once for each function it appears in Header has symbol "_aligned_malloc" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp0jxw_vju/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("stdlib.h") #error "Header 'stdlib.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "stdlib.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp7r0lvf75/testfile.c -o /tmp/tmp7r0lvf75/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef arc4random arc4random; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmp7r0lvf75/testfile.c: In function 'main': /tmp/tmp7r0lvf75/testfile.c:7:17: error: 'arc4random' undeclared (first use in this function); did you mean 'srandom'? arc4random; ^~~~~~~~~~ srandom /tmp/tmp7r0lvf75/testfile.c:7:17: note: each undeclared identifier is reported only once for each function it appears in Header has symbol "arc4random" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp9nzch7t_/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("conio.h") #error "Header 'conio.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmp9nzch7t_/testfile.c:4:12: error: #error "Header 'conio.h' could not be found" #error "Header 'conio.h' could not be found" ^~~~~ Has header "conio.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp956hvmte/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("io.h") #error "Header 'io.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmp956hvmte/testfile.c:4:12: error: #error "Header 'io.h' could not be found" #error "Header 'io.h' could not be found" ^~~~~ Has header "io.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp4y4pee1c/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("lzo/lzo1x.h") #error "Header 'lzo/lzo1x.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmp4y4pee1c/testfile.c:4:12: error: #error "Header 'lzo/lzo1x.h' could not be found" #error "Header 'lzo/lzo1x.h' could not be found" ^~~~~ Has header "lzo/lzo1x.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpddy9ytlh/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("mach/mach_time.h") #error "Header 'mach/mach_time.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpddy9ytlh/testfile.c:4:12: error: #error "Header 'mach/mach_time.h' could not be found" #error "Header 'mach/mach_time.h' could not be found" ^~~~~ Has header "mach/mach_time.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpu3s5s670/testfile.c -o /tmp/tmpu3s5s670/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef getenv getenv; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "getenv" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmplo09szcc/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/stat.h") #error "Header 'sys/stat.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/stat.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpspdzdyg2/testfile.c -o /tmp/tmpspdzdyg2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef lstat lstat; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "lstat" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpe2kruf5s/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("windows.h") #error "Header 'windows.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpe2kruf5s/testfile.c:4:12: error: #error "Header 'windows.h' could not be found" #error "Header 'windows.h' could not be found" ^~~~~ Has header "windows.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpw3i3rtlw/testfile.c -o /tmp/tmpw3i3rtlw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef GetProcessTimes GetProcessTimes; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmpw3i3rtlw/testfile.c:1:10: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. Header has symbol "GetProcessTimes" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp5kyw9eho/testfile.c -o /tmp/tmp5kyw9eho/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef GetSystemTimeAsFileTime GetSystemTimeAsFileTime; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmp5kyw9eho/testfile.c:1:10: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. Header has symbol "GetSystemTimeAsFileTime" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpcmxhui28/testfile.c -o /tmp/tmpcmxhui28/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef LoadLibrary LoadLibrary; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmpcmxhui28/testfile.c:1:10: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. Header has symbol "LoadLibrary" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp0hxbc3c4/testfile.c -o /tmp/tmp0hxbc3c4/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef MapViewOfFile MapViewOfFile; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmp0hxbc3c4/testfile.c:1:10: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. Header has symbol "MapViewOfFile" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp1awu9ug0/testfile.c -o /tmp/tmp1awu9ug0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef PeekNamedPipe PeekNamedPipe; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmp1awu9ug0/testfile.c:1:10: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. Header has symbol "PeekNamedPipe" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp6lsaz711/testfile.c -o /tmp/tmp6lsaz711/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef SetConsoleTextAttribute SetConsoleTextAttribute; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmp6lsaz711/testfile.c:1:10: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. Header has symbol "SetConsoleTextAttribute" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp3q8aekso/testfile.c -o /tmp/tmp3q8aekso/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef SetConsoleCtrlHandler SetConsoleCtrlHandler; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmp3q8aekso/testfile.c:1:10: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. Header has symbol "SetConsoleCtrlHandler" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpnbxbfbbl/testfile.c -o /tmp/tmpnbxbfbbl/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef Sleep Sleep; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmpnbxbfbbl/testfile.c:1:10: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. Header has symbol "Sleep" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp2lhxtr1j/testfile.c -o /tmp/tmp2lhxtr1j/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef VirtualAlloc VirtualAlloc; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmp2lhxtr1j/testfile.c:1:10: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. Header has symbol "VirtualAlloc" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpdrc5xhdv/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("glob.h") #error "Header 'glob.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "glob.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9ictt3wm/testfile.c -o /tmp/tmp9ictt3wm/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef glob glob; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "glob" : YES (cached) Running compile: Working directory: /tmp/tmpnj_z96an Command line: cc /tmp/tmpnj_z96an/testfile.c -o /tmp/tmpnj_z96an/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lXv -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lXv collect2: error: ld returned 1 exit status Library Xv found: NO Running compile: Working directory: /tmp/tmpsgjivnvp Command line: cc /tmp/tmpsgjivnvp/testfile.c -o /tmp/tmpsgjivnvp/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lX11 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: Library X11 found: YES Running compile: Working directory: /tmp/tmpa9tt0kz_ Command line: cc /tmp/tmpa9tt0kz_/testfile.c -o /tmp/tmpa9tt0kz_/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lXext -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: Library Xext found: YES Library gdi32 found: NO Running compile: Working directory: /tmp/tmp6u78mwyw Command line: cc /tmp/tmp6u78mwyw/testfile.c -o /tmp/tmp6u78mwyw/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lsecur32 -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/bin/ld: cannot find -lsecur32 collect2: error: ld returned 1 exit status Library secur32 found: NO Using cached compile: Cached command line: cc /tmp/tmpo35c0xjm/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("atomic.h") #error "Header 'atomic.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpo35c0xjm/testfile.c:4:12: error: #error "Header 'atomic.h' could not be found" #error "Header 'atomic.h' could not be found" ^~~~~ Has header "atomic.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpaj_3ot_a/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("mbarrier.h") #error "Header 'mbarrier.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpaj_3ot_a/testfile.c:4:12: error: #error "Header 'mbarrier.h' could not be found" #error "Header 'mbarrier.h' could not be found" ^~~~~ Has header "mbarrier.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpi1cu8ji1/testfile.c -o /tmp/tmpi1cu8ji1/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef MemoryBarrier MemoryBarrier; #endif } Cached compiler stdout: Cached compiler stderr: /tmp/tmpi1cu8ji1/testfile.c:1:10: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. Header has symbol "MemoryBarrier" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpgblf4cya/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("stdint.h") #error "Header 'stdint.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "stdint.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp2dl14j66/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("x264.h") #error "Header 'x264.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmp2dl14j66/testfile.c:4:12: error: #error "Header 'x264.h' could not be found" #error "Header 'x264.h' could not be found" ^~~~~ Has header "x264.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp4b1h4bhn/testfile.c -o /tmp/tmp4b1h4bhn/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef posix_memalign posix_memalign; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "posix_memalign" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmppbi_nypt/testfile.c -pipe -E -P -pthread -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("semaphore.h") #error "Header 'semaphore.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "semaphore.h" with dependency threads: YES (cached) Using cached compile: Cached command line: cc /tmp/tmplzp1ef0c/testfile.c -o /tmp/tmplzp1ef0c/output.obj -pipe -c -pthread -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef sem_timedwait sem_timedwait; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "sem_timedwait" with dependency threads: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpggjo2vw_/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("complex.h") #error "Header 'complex.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "complex.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpdv51x3er/testfile.c -o /tmp/tmpdv51x3er/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef cabs cabs; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "cabs" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpaa90bwv8/testfile.c -o /tmp/tmpaa90bwv8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef cexp cexp; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "cexp" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp3z164vcf/testfile.c -o /tmp/tmp3z164vcf/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef atanf atanf; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "atanf" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpc8ffdhoh/testfile.c -o /tmp/tmpc8ffdhoh/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef atan2f atan2f; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "atan2f" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp21ueeyq5/testfile.c -o /tmp/tmp21ueeyq5/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef cbrt cbrt; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "cbrt" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpfy7p65th/testfile.c -o /tmp/tmpfy7p65th/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef cbrtf cbrtf; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "cbrtf" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpqnqn_edr/testfile.c -o /tmp/tmpqnqn_edr/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef copysign copysign; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "copysign" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpzquhdtsu/testfile.c -o /tmp/tmpzquhdtsu/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef cosf cosf; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "cosf" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpgpz61cb9/testfile.c -o /tmp/tmpgpz61cb9/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef erf erf; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "erf" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp485q80co/testfile.c -o /tmp/tmp485q80co/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef exp2 exp2; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "exp2" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp047rb8th/testfile.c -o /tmp/tmp047rb8th/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef exp2f exp2f; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "exp2f" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmphoshdoe9/testfile.c -o /tmp/tmphoshdoe9/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef expf expf; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "expf" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpn3d7yta0/testfile.c -o /tmp/tmpn3d7yta0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef hypot hypot; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "hypot" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9gu8pe_p/testfile.c -o /tmp/tmp9gu8pe_p/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef isfinite isfinite; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "isfinite" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5l21kkvq/testfile.c -o /tmp/tmp5l21kkvq/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef isinf isinf; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "isinf" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp6yv4ydkz/testfile.c -o /tmp/tmp6yv4ydkz/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef isnan isnan; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "isnan" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp3s1rd6zc/testfile.c -o /tmp/tmp3s1rd6zc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef ldexpf ldexpf; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "ldexpf" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0n_ws169/testfile.c -o /tmp/tmp0n_ws169/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef llrint llrint; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "llrint" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp34a90jsj/testfile.c -o /tmp/tmp34a90jsj/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef llrintf llrintf; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "llrintf" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp7n2p_1ve/testfile.c -o /tmp/tmp7n2p_1ve/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef log2 log2; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "log2" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpwwtplw_j/testfile.c -o /tmp/tmpwwtplw_j/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef log2f log2f; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "log2f" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp19hrtjiv/testfile.c -o /tmp/tmp19hrtjiv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef log10f log10f; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "log10f" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpm7ir8mxc/testfile.c -o /tmp/tmpm7ir8mxc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef lrint lrint; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "lrint" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpigeeiwv_/testfile.c -o /tmp/tmpigeeiwv_/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef lrintf lrintf; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "lrintf" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp8sabsrj7/testfile.c -o /tmp/tmp8sabsrj7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef powf powf; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "powf" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpfd7ie7qg/testfile.c -o /tmp/tmpfd7ie7qg/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef rint rint; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "rint" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmptlhxq0j5/testfile.c -o /tmp/tmptlhxq0j5/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef round round; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "round" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpfjhyef_a/testfile.c -o /tmp/tmpfjhyef_a/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef roundf roundf; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "roundf" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5rq0yqcj/testfile.c -o /tmp/tmp5rq0yqcj/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef sinf sinf; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "sinf" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpiaghuwfu/testfile.c -o /tmp/tmpiaghuwfu/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef trunc trunc; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "trunc" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmphghrahmt/testfile.c -o /tmp/tmphghrahmt/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int main () { /* If it's not defined as a macro, try to use as a symbol */ #ifndef truncf truncf; #endif } Cached compiler stdout: Cached compiler stderr: Header has symbol "truncf" with dependency -lm: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp85lfoedn/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("dxva.h") #error "Header 'dxva.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmp85lfoedn/testfile.c:4:12: error: #error "Header 'dxva.h' could not be found" #error "Header 'dxva.h' could not be found" ^~~~~ Has header "dxva.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpgom6plfx/testfile.c -o /tmp/tmpgom6plfx/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -D_CRT_BUILD_DESKTOP_APP=0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include void bar() { sizeof(DXVA_PicParams_VP9); }; Cached compiler stdout: Cached compiler stderr: /tmp/tmpgom6plfx/testfile.c:1:10: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. Checking for type "DXVA_PicParams_VP9" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpb21u6ooz/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("d3d11.h") #error "Header 'd3d11.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpb21u6ooz/testfile.c:4:12: error: #error "Header 'd3d11.h' could not be found" #error "Header 'd3d11.h' could not be found" ^~~~~ Has header "d3d11.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpmho_19f1/testfile.c -o /tmp/tmpmho_19f1/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include void bar() { sizeof(ID3D11VideoContext); }; Cached compiler stdout: Cached compiler stderr: /tmp/tmpmho_19f1/testfile.c:1:10: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. Checking for type "ID3D11VideoContext" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpo_u21j_v/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("d3d9.h") #error "Header 'd3d9.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpo_u21j_v/testfile.c:4:12: error: #error "Header 'd3d9.h' could not be found" #error "Header 'd3d9.h' could not be found" ^~~~~ Has header "d3d9.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpefamlfb5/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("dxva2api.h") #error "Header 'dxva2api.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpefamlfb5/testfile.c:4:12: error: #error "Header 'dxva2api.h' could not be found" #error "Header 'dxva2api.h' could not be found" ^~~~~ Has header "dxva2api.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpieedntdf/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("va/va.h") #error "Header 'va/va.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpieedntdf/testfile.c:4:12: error: #error "Header 'va/va.h' could not be found" #error "Header 'va/va.h' could not be found" ^~~~~ Has header "va/va.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpsolahazd/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("va/va_dec_hevc.h") #error "Header 'va/va_dec_hevc.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpsolahazd/testfile.c:4:12: error: #error "Header 'va/va_dec_hevc.h' could not be found" #error "Header 'va/va_dec_hevc.h' could not be found" ^~~~~ Has header "va/va_dec_hevc.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp0py1dzj6/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("va/va_dec_vp8.h") #error "Header 'va/va_dec_vp8.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmp0py1dzj6/testfile.c:4:12: error: #error "Header 'va/va_dec_vp8.h' could not be found" #error "Header 'va/va_dec_vp8.h' could not be found" ^~~~~ Has header "va/va_dec_vp8.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpw4zzwugj/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("va/va_vpp.h") #error "Header 'va/va_vpp.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpw4zzwugj/testfile.c:4:12: error: #error "Header 'va/va_vpp.h' could not be found" #error "Header 'va/va_vpp.h' could not be found" ^~~~~ Has header "va/va_vpp.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp9zam4ou8/testfile.c -o /tmp/tmp9zam4ou8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include void bar() { sizeof(VAProcPipelineParameterBuffer); }; Cached compiler stdout: Cached compiler stderr: /tmp/tmp9zam4ou8/testfile.c:1:10: fatal error: va/va.h: No such file or directory #include ^~~~~~~~~ compilation terminated. Checking for type "VAProcPipelineParameterBuffer" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpo_1tl3o4/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("va/va_enc_h264.h") #error "Header 'va/va_enc_h264.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpo_1tl3o4/testfile.c:4:12: error: #error "Header 'va/va_enc_h264.h' could not be found" #error "Header 'va/va_enc_h264.h' could not be found" ^~~~~ Has header "va/va_enc_h264.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpu59j40u3/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("va/va_enc_hevc.h") #error "Header 'va/va_enc_hevc.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpu59j40u3/testfile.c:4:12: error: #error "Header 'va/va_enc_hevc.h' could not be found" #error "Header 'va/va_enc_hevc.h' could not be found" ^~~~~ Has header "va/va_enc_hevc.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpg1zj554m/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("va/va_enc_mpeg2.h") #error "Header 'va/va_enc_mpeg2.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpg1zj554m/testfile.c:4:12: error: #error "Header 'va/va_enc_mpeg2.h' could not be found" #error "Header 'va/va_enc_mpeg2.h' could not be found" ^~~~~ Has header "va/va_enc_mpeg2.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpj57wpk7p/testfile.c -o /tmp/tmpj57wpk7p/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include void bar() { sizeof(VAEncPictureParameterBufferMPEG2); }; Cached compiler stdout: Cached compiler stderr: /tmp/tmpj57wpk7p/testfile.c:1:10: fatal error: va/va.h: No such file or directory #include ^~~~~~~~~ compilation terminated. Checking for type "VAEncPictureParameterBufferMPEG2" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp5n2cr8yv/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("va/va_enc_vp8.h") #error "Header 'va/va_enc_vp8.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmp5n2cr8yv/testfile.c:4:12: error: #error "Header 'va/va_enc_vp8.h' could not be found" #error "Header 'va/va_enc_vp8.h' could not be found" ^~~~~ Has header "va/va_enc_vp8.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpprefkhki/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("va/va_enc_vp9.h") #error "Header 'va/va_enc_vp9.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpprefkhki/testfile.c:4:12: error: #error "Header 'va/va_enc_vp9.h' could not be found" #error "Header 'va/va_enc_vp9.h' could not be found" ^~~~~ Has header "va/va_enc_vp9.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpwsm09n11/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("vdpau/vdpau.h") #error "Header 'vdpau/vdpau.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpwsm09n11/testfile.c:4:12: error: #error "Header 'vdpau/vdpau.h' could not be found" #error "Header 'vdpau/vdpau.h' could not be found" ^~~~~ Has header "vdpau/vdpau.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpuwczri6k/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("dshow.h") #error "Header 'dshow.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpuwczri6k/testfile.c:4:12: error: #error "Header 'dshow.h' could not be found" #error "Header 'dshow.h' could not be found" ^~~~~ Has header "dshow.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp7jmbv_hp/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("netdb.h") #error "Header 'netdb.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "netdb.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp3j_xkcln/testfile.c -o /tmp/tmp3j_xkcln/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include void bar() { sizeof(struct addrinfo); }; Cached compiler stdout: Cached compiler stderr: Checking for type "struct addrinfo" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp095prlbn/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("netinet/in.h") #error "Header 'netinet/in.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "netinet/in.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpg8ant48k/testfile.c -o /tmp/tmpg8ant48k/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include void bar() { sizeof(struct group_source_req); }; Cached compiler stdout: Cached compiler stderr: Checking for type "struct group_source_req" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpdfkvi_qw/testfile.c -o /tmp/tmpdfkvi_qw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include void bar() { sizeof(struct ip_mreq_source); }; Cached compiler stdout: Cached compiler stderr: Checking for type "struct ip_mreq_source" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpsh2br8ku/testfile.c -o /tmp/tmpsh2br8ku/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include void bar() { sizeof(struct ipv6_mreq); }; Cached compiler stdout: Cached compiler stderr: Checking for type "struct ipv6_mreq" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpe1vm2eg2/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("poll.h") #error "Header 'poll.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "poll.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpbjjky803/testfile.c -o /tmp/tmpbjjky803/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include void bar() { sizeof(struct pollfd); }; Cached compiler stdout: Cached compiler stderr: Checking for type "struct pollfd" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpzfmtn13e/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("netinet/sctp.h") #error "Header 'netinet/sctp.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpzfmtn13e/testfile.c:4:12: error: #error "Header 'netinet/sctp.h' could not be found" #error "Header 'netinet/sctp.h' could not be found" ^~~~~ Has header "netinet/sctp.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp21wjrjmb/testfile.c -o /tmp/tmp21wjrjmb/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include void bar() { sizeof(struct sockaddr_in6); }; Cached compiler stdout: Cached compiler stderr: Checking for type "struct sockaddr_in6" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp6u_92d9u/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/types.h") #error "Header 'sys/types.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/types.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmplqfa36z3/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/socket.h") #error "Header 'sys/socket.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/socket.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpdzw4jq8j/testfile.c -o /tmp/tmpdzw4jq8j/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include void bar() { sizeof(struct sockaddr_storage); }; Cached compiler stdout: Cached compiler stderr: Checking for type "struct sockaddr_storage" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmprjd8oa87/testfile.c -o /tmp/tmprjd8oa87/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include void bar() { sizeof(socklen_t); }; Cached compiler stdout: Cached compiler stderr: Checking for type "socklen_t" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpx4vrbw99/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("DeckLinkAPI.h") #error "Header 'DeckLinkAPI.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpx4vrbw99/testfile.c:4:12: error: #error "Header 'DeckLinkAPI.h' could not be found" #error "Header 'DeckLinkAPI.h' could not be found" ^~~~~ Has header "DeckLinkAPI.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp1x_wm_n2/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("direct.h") #error "Header 'direct.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmp1x_wm_n2/testfile.c:4:12: error: #error "Header 'direct.h' could not be found" #error "Header 'direct.h' could not be found" ^~~~~ Has header "direct.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpmw8ujski/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("dirent.h") #error "Header 'dirent.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "dirent.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpupzpqc6q/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("dxgidebug.h") #error "Header 'dxgidebug.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpupzpqc6q/testfile.c:4:12: error: #error "Header 'dxgidebug.h' could not be found" #error "Header 'dxgidebug.h' could not be found" ^~~~~ Has header "dxgidebug.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmplv79rb48/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("frei0r.h") #error "Header 'frei0r.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmplv79rb48/testfile.c:4:12: error: #error "Header 'frei0r.h' could not be found" #error "Header 'frei0r.h' could not be found" ^~~~~ Has header "frei0r.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpmtzdrsp4/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("ladspa.h") #error "Header 'ladspa.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpmtzdrsp4/testfile.c:4:12: error: #error "Header 'ladspa.h' could not be found" #error "Header 'ladspa.h' could not be found" ^~~~~ Has header "ladspa.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpq2v0o6fx/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("linux/fb.h") #error "Header 'linux/fb.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "linux/fb.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpff7icnpc/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("msa.h") #error "Header 'msa.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpff7icnpc/testfile.c:4:12: error: #error "Header 'msa.h' could not be found" #error "Header 'msa.h' could not be found" ^~~~~ Has header "msa.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpix7swxyc/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("OMX_Core.h") #error "Header 'OMX_Core.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpix7swxyc/testfile.c:4:12: error: #error "Header 'OMX_Core.h' could not be found" #error "Header 'OMX_Core.h' could not be found" ^~~~~ Has header "OMX_Core.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpomts7zh7/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("net/udplite.h") #error "Header 'net/udplite.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpomts7zh7/testfile.c:4:12: error: #error "Header 'net/udplite.h' could not be found" #error "Header 'net/udplite.h' could not be found" ^~~~~ Has header "net/udplite.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmptcaxnop7/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("Processing.NDI.Lib.h") #error "Header 'Processing.NDI.Lib.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmptcaxnop7/testfile.c:4:12: error: #error "Header 'Processing.NDI.Lib.h' could not be found" #error "Header 'Processing.NDI.Lib.h' could not be found" ^~~~~ Has header "Processing.NDI.Lib.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp4s_ecstm/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/param.h") #error "Header 'sys/param.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/param.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpbdik9716/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/resource.h") #error "Header 'sys/resource.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/resource.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpwtpg6eiu/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/select.h") #error "Header 'sys/select.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/select.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0lvw5mot/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/soundcard.h") #error "Header 'sys/soundcard.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/soundcard.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpsl5z61be/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/un.h") #error "Header 'sys/un.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/un.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpnx8x8bj6/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/videoio.h") #error "Header 'sys/videoio.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmpnx8x8bj6/testfile.c:4:12: error: #error "Header 'sys/videoio.h' could not be found" #error "Header 'sys/videoio.h' could not be found" ^~~~~ Has header "sys/videoio.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmph7dr6v7w/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("termios.h") #error "Header 'termios.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "termios.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpx4ugn2ze/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("unistd.h") #error "Header 'unistd.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "unistd.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp4vb3wspc/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("valgrind/valgrind.h") #error "Header 'valgrind/valgrind.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmp4vb3wspc/testfile.c:4:12: error: #error "Header 'valgrind/valgrind.h' could not be found" #error "Header 'valgrind/valgrind.h' could not be found" ^~~~~ Has header "valgrind/valgrind.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmp_9svftf8/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("X11/extensions/XvMClib.h") #error "Header 'X11/extensions/XvMClib.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmp_9svftf8/testfile.c:4:12: error: #error "Header 'X11/extensions/XvMClib.h' could not be found" #error "Header 'X11/extensions/XvMClib.h' could not be found" ^~~~~ Has header "X11/extensions/XvMClib.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpr7qn6xy1/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("asm/types.h") #error "Header 'asm/types.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "asm/types.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmps6zhagbt/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("linux/videodev2.h") #error "Header 'linux/videodev2.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "linux/videodev2.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpzsvp9hms/testfile.c -o /tmp/tmpzsvp9hms/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include int i = V4L2_CAP_VIDEO_M2M_MPLANE | V4L2_CAP_VIDEO_M2M | V4L2_BUF_FLAG_LAST; Cached compiler stdout: Cached compiler stderr: Checking if "v4l2_m2m" compiles: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk78x_s3w/testfile.c -o /tmp/tmpk78x_s3w/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: _Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"") Cached compiler stdout: Cached compiler stderr: Checking if "pragma_deprecated" compiles: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp13ti_uij/testfile.c -o /tmp/tmp13ti_uij/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include struct { double d; } static const bar[] = { { NAN } }; Cached compiler stdout: Cached compiler stderr: Checking if "const_nan" compiles: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp2gav3nzv/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("arm_neon.h") #error "Header 'arm_neon.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: /tmp/tmp2gav3nzv/testfile.c:4:12: error: #error "Header 'arm_neon.h' could not be found" #error "Header 'arm_neon.h' could not be found" ^~~~~ Has header "arm_neon.h" : NO (cached) Using cached compile: Cached command line: cc /tmp/tmpm9m9i095/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("sys/time.h") #error "Header 'sys/time.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "sys/time.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpstm4y968/testfile.c -o /tmp/tmpstm4y968/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int i = V4L2_PIX_FMT_VC1_ANNEX_G; Cached compiler stdout: Cached compiler stderr: Checking if "vc1_v4l2_m2m" compiles: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpd5yayhqf/testfile.c -o /tmp/tmpd5yayhqf/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int i = V4L2_PIX_FMT_MPEG1; Cached compiler stdout: Cached compiler stderr: Checking if "mpeg1_v4l2_m2m" compiles: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpmwyekfnu/testfile.c -o /tmp/tmpmwyekfnu/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int i = V4L2_PIX_FMT_MPEG2; Cached compiler stdout: Cached compiler stderr: Checking if "mpeg2_v4l2_m2m" compiles: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp4dt4inwh/testfile.c -o /tmp/tmp4dt4inwh/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int i = V4L2_PIX_FMT_MPEG4; Cached compiler stdout: Cached compiler stderr: Checking if "mpeg4_v4l2_m2m" compiles: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpy0hqdycs/testfile.c -o /tmp/tmpy0hqdycs/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int i = V4L2_PIX_FMT_HEVC; Cached compiler stdout: Cached compiler stderr: Checking if "hevc_v4l2_m2m" compiles: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpuzd3p3n6/testfile.c -o /tmp/tmpuzd3p3n6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int i = V4L2_PIX_FMT_H263; Cached compiler stdout: Cached compiler stderr: Checking if "h263_v4l2_m2m" compiles: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpq22l7f07/testfile.c -o /tmp/tmpq22l7f07/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int i = V4L2_PIX_FMT_H264; Cached compiler stdout: Cached compiler stderr: Checking if "h264_v4l2_m2m" compiles: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpu8h5m2v0/testfile.c -o /tmp/tmpu8h5m2v0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int i = V4L2_PIX_FMT_VP8; Cached compiler stdout: Cached compiler stderr: Checking if "vp8_v4l2_m2m" compiles: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0beo5m2w/testfile.c -o /tmp/tmp0beo5m2w/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -DPIC -Wno-parentheses -Wno-pointer-sign -Wno-switch -Wno-format-truncation -Wno-deprecated-declarations -Wno-unused-function -Wno-maybe-uninitialized -Wno-discarded-qualifiers -Wno-unused-variable -Wno-bool-operation -Wno-incompatible-pointer-types -Wno-address -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 Code: #include #include int i = V4L2_PIX_FMT_VP9; Cached compiler stdout: Cached compiler stderr: Checking if "vp9_v4l2_m2m" compiles: YES (cached) Using cached compile: Cached command line: cc /tmp/tmph6lgkgy3/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("GL/glext.h") #error "Header 'GL/glext.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "GL/glext.h" : YES (cached) Program nasm found: YES (/usr/bin/nasm) Running compile: Working directory: /tmp/tmpcbl3bbxh Command line: cc /tmp/tmpcbl3bbxh/testfile.c -o /tmp/tmpcbl3bbxh/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -O0 Code: #ifdef __cplusplus extern "C" { #endif void meson_uscore_prefix () {} #ifdef __cplusplus } #endif Compiler stdout: Compiler stderr: Symbols have underscore prefix: NO Program find_things_extern.py found: YES (/home/otter/Desktop/gst-build-master/subprojects/FFmpeg/find_things_extern.py) Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/find_things_extern.py --type=AVOutputFormat --suffix=muxer --thing-suffix=muxer /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/libavformat/allformats.c --- stdout --- a64_muxer ac3_muxer adts_muxer adx_muxer aiff_muxer amr_muxer apng_muxer aptx_muxer aptx_hd_muxer asf_muxer ass_muxer ast_muxer asf_stream_muxer au_muxer avi_muxer avm2_muxer avs2_muxer bit_muxer caf_muxer cavsvideo_muxer codec2_muxer codec2raw_muxer crc_muxer dash_muxer data_muxer daud_muxer dirac_muxer dnxhd_muxer dts_muxer dv_muxer eac3_muxer f4v_muxer ffmetadata_muxer fifo_muxer fifo_test_muxer filmstrip_muxer fits_muxer flac_muxer flv_muxer framecrc_muxer framehash_muxer framemd5_muxer g722_muxer g723_1_muxer g726_muxer g726le_muxer gif_muxer gsm_muxer gxf_muxer h261_muxer h263_muxer h264_muxer hash_muxer hds_muxer hevc_muxer hls_muxer ico_muxer ilbc_muxer image2_muxer image2pipe_muxer ipod_muxer ircam_muxer ismv_muxer ivf_muxer jacosub_muxer latm_muxer lrc_muxer m4v_muxer md5_muxer matroska_muxer matroska_audio_muxer microdvd_muxer mjpeg_muxer mlp_muxer mmf_muxer mov_muxer mp2_muxer mp3_muxer mp4_muxer mpeg1system_muxer mpeg1vcd_muxer mpeg1video_muxer mpeg2dvd_muxer mpeg2svcd_muxer mpeg2video_muxer mpeg2vob_muxer mpegts_muxer mpjpeg_muxer mxf_muxer mxf_d10_muxer mxf_opatom_muxer null_muxer nut_muxer oga_muxer ogg_muxer ogv_muxer oma_muxer opus_muxer pcm_alaw_muxer pcm_mulaw_muxer pcm_vidc_muxer pcm_f64be_muxer pcm_f64le_muxer pcm_f32be_muxer pcm_f32le_muxer pcm_s32be_muxer pcm_s32le_muxer pcm_s24be_muxer pcm_s24le_muxer pcm_s16be_muxer pcm_s16le_muxer pcm_s8_muxer pcm_u32be_muxer pcm_u32le_muxer pcm_u24be_muxer pcm_u24le_muxer pcm_u16be_muxer pcm_u16le_muxer pcm_u8_muxer psp_muxer rawvideo_muxer rm_muxer roq_muxer rso_muxer rtp_muxer rtp_mpegts_muxer rtsp_muxer sap_muxer sbc_muxer scc_muxer segafilm_muxer segment_muxer stream_segment_muxer singlejpeg_muxer smjpeg_muxer smoothstreaming_muxer sox_muxer spx_muxer spdif_muxer srt_muxer sup_muxer swf_muxer tee_muxer tg2_muxer tgp_muxer mkvtimestamp_v2_muxer truehd_muxer tta_muxer uncodedframecrc_muxer vc1_muxer vc1t_muxer voc_muxer w64_muxer wav_muxer webm_muxer webm_dash_manifest_muxer webm_chunk_muxer webp_muxer webvtt_muxer wtv_muxer wv_muxer yuv4mpegpipe_muxer chromaprint_muxer --- stderr --- Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/find_things_extern.py --type=AVInputFormat --suffix=demuxer --thing-suffix=demuxer /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/libavformat/allformats.c --- stdout --- aa_demuxer aac_demuxer ac3_demuxer acm_demuxer act_demuxer adf_demuxer adp_demuxer ads_demuxer adx_demuxer aea_demuxer afc_demuxer aiff_demuxer aix_demuxer amr_demuxer amrnb_demuxer amrwb_demuxer anm_demuxer apc_demuxer ape_demuxer apng_demuxer aptx_demuxer aptx_hd_demuxer aqtitle_demuxer asf_demuxer asf_o_demuxer ass_demuxer ast_demuxer au_demuxer avi_demuxer avisynth_demuxer avr_demuxer avs_demuxer avs2_demuxer bethsoftvid_demuxer bfi_demuxer bintext_demuxer bink_demuxer bit_demuxer bmv_demuxer bfstm_demuxer brstm_demuxer boa_demuxer c93_demuxer caf_demuxer cavsvideo_demuxer cdg_demuxer cdxl_demuxer cine_demuxer codec2_demuxer codec2raw_demuxer concat_demuxer dash_demuxer data_demuxer daud_demuxer dcstr_demuxer dfa_demuxer dirac_demuxer dnxhd_demuxer dsf_demuxer dsicin_demuxer dss_demuxer dts_demuxer dtshd_demuxer dv_demuxer dvbsub_demuxer dvbtxt_demuxer dxa_demuxer ea_demuxer ea_cdata_demuxer eac3_demuxer epaf_demuxer ffmetadata_demuxer filmstrip_demuxer fits_demuxer flac_demuxer flic_demuxer flv_demuxer live_flv_demuxer fourxm_demuxer frm_demuxer fsb_demuxer g722_demuxer g723_1_demuxer g726_demuxer g726le_demuxer g729_demuxer gdv_demuxer genh_demuxer gif_demuxer gsm_demuxer gxf_demuxer h261_demuxer h263_demuxer h264_demuxer hevc_demuxer hls_demuxer hnm_demuxer ico_demuxer idcin_demuxer idf_demuxer iff_demuxer ilbc_demuxer image2_demuxer image2pipe_demuxer image2_alias_pix_demuxer image2_brender_pix_demuxer ingenient_demuxer ipmovie_demuxer ircam_demuxer iss_demuxer iv8_demuxer ivf_demuxer ivr_demuxer jacosub_demuxer jv_demuxer lmlm4_demuxer loas_demuxer lrc_demuxer lvf_demuxer lxf_demuxer m4v_demuxer matroska_demuxer mgsts_demuxer microdvd_demuxer mjpeg_demuxer mjpeg_2000_demuxer mlp_demuxer mlv_demuxer mm_demuxer mmf_demuxer mov_demuxer mp3_demuxer mpc_demuxer mpc8_demuxer mpegps_demuxer mpegts_demuxer mpegtsraw_demuxer mpegvideo_demuxer mpjpeg_demuxer mpl2_demuxer mpsub_demuxer msf_demuxer msnwc_tcp_demuxer mtaf_demuxer mtv_demuxer musx_demuxer mv_demuxer mvi_demuxer mxf_demuxer mxg_demuxer nc_demuxer nistsphere_demuxer nsp_demuxer nsv_demuxer nut_demuxer nuv_demuxer ogg_demuxer oma_demuxer paf_demuxer pcm_alaw_demuxer pcm_mulaw_demuxer pcm_vidc_demuxer pcm_f64be_demuxer pcm_f64le_demuxer pcm_f32be_demuxer pcm_f32le_demuxer pcm_s32be_demuxer pcm_s32le_demuxer pcm_s24be_demuxer pcm_s24le_demuxer pcm_s16be_demuxer pcm_s16le_demuxer pcm_s8_demuxer pcm_u32be_demuxer pcm_u32le_demuxer pcm_u24be_demuxer pcm_u24le_demuxer pcm_u16be_demuxer pcm_u16le_demuxer pcm_u8_demuxer pjs_demuxer pmp_demuxer pva_demuxer pvf_demuxer qcp_demuxer r3d_demuxer rawvideo_demuxer realtext_demuxer redspark_demuxer rl2_demuxer rm_demuxer roq_demuxer rpl_demuxer rsd_demuxer rso_demuxer rtp_demuxer rtsp_demuxer s337m_demuxer sami_demuxer sap_demuxer sbc_demuxer sbg_demuxer scc_demuxer sdp_demuxer sdr2_demuxer sds_demuxer sdx_demuxer segafilm_demuxer ser_demuxer shorten_demuxer siff_demuxer sln_demuxer smacker_demuxer smjpeg_demuxer smush_demuxer sol_demuxer sox_demuxer spdif_demuxer srt_demuxer str_demuxer stl_demuxer subviewer1_demuxer subviewer_demuxer sup_demuxer svag_demuxer swf_demuxer tak_demuxer tedcaptions_demuxer thp_demuxer threedostr_demuxer tiertexseq_demuxer tmv_demuxer truehd_demuxer tta_demuxer txd_demuxer tty_demuxer ty_demuxer v210_demuxer v210x_demuxer vag_demuxer vc1_demuxer vc1t_demuxer vivo_demuxer vmd_demuxer vobsub_demuxer voc_demuxer vpk_demuxer vplayer_demuxer vqf_demuxer w64_demuxer wav_demuxer wc3_demuxer webm_dash_manifest_demuxer webvtt_demuxer wsaud_demuxer wsd_demuxer wsvqa_demuxer wtv_demuxer wve_demuxer wv_demuxer xa_demuxer xbin_demuxer xmv_demuxer xvag_demuxer xwma_demuxer yop_demuxer yuv4mpegpipe_demuxer image_bmp_pipe_demuxer image_dds_pipe_demuxer image_dpx_pipe_demuxer image_exr_pipe_demuxer image_j2k_pipe_demuxer image_jpeg_pipe_demuxer image_jpegls_pipe_demuxer image_pam_pipe_demuxer image_pbm_pipe_demuxer image_pcx_pipe_demuxer image_pgmyuv_pipe_demuxer image_pgm_pipe_demuxer image_pictor_pipe_demuxer image_png_pipe_demuxer image_ppm_pipe_demuxer image_psd_pipe_demuxer image_qdraw_pipe_demuxer image_sgi_pipe_demuxer image_svg_pipe_demuxer image_sunrast_pipe_demuxer image_tiff_pipe_demuxer image_webp_pipe_demuxer image_xpm_pipe_demuxer image_xwd_pipe_demuxer libgme_demuxer libmodplug_demuxer libopenmpt_demuxer vapoursynth_demuxer --- stderr --- Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/find_things_extern.py --type=AVCodec --suffix=encoder --thing-suffix=encoder /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/libavcodec/allcodecs.c --- stdout --- a64multi_encoder a64multi5_encoder alias_pix_encoder amv_encoder apng_encoder asv1_encoder asv2_encoder avrp_encoder avui_encoder ayuv_encoder bmp_encoder cinepak_encoder cljr_encoder comfortnoise_encoder dnxhd_encoder dpx_encoder dvvideo_encoder ffv1_encoder ffvhuff_encoder fits_encoder flashsv_encoder flashsv2_encoder flv_encoder gif_encoder h261_encoder h263_encoder h263p_encoder hap_encoder huffyuv_encoder jpeg2000_encoder jpegls_encoder ljpeg_encoder magicyuv_encoder mjpeg_encoder mpeg1video_encoder mpeg2video_encoder mpeg4_encoder msmpeg4v2_encoder msmpeg4v3_encoder msvideo1_encoder pam_encoder pbm_encoder pcx_encoder pgm_encoder pgmyuv_encoder png_encoder ppm_encoder prores_encoder prores_aw_encoder prores_ks_encoder qtrle_encoder r10k_encoder r210_encoder rawvideo_encoder roq_encoder rv10_encoder rv20_encoder s302m_encoder sgi_encoder snow_encoder sunrast_encoder svq1_encoder targa_encoder tiff_encoder utvideo_encoder v210_encoder v308_encoder v408_encoder v410_encoder vc2_encoder wrapped_avframe_encoder wmv1_encoder wmv2_encoder xbm_encoder xface_encoder xwd_encoder y41p_encoder yuv4_encoder zlib_encoder zmbv_encoder aac_encoder ac3_encoder ac3_fixed_encoder alac_encoder aptx_encoder aptx_hd_encoder dca_encoder eac3_encoder flac_encoder g723_1_encoder mlp_encoder mp2_encoder mp2fixed_encoder nellymoser_encoder opus_encoder ra_144_encoder sbc_encoder sonic_encoder sonic_ls_encoder truehd_encoder tta_encoder vorbis_encoder wavpack_encoder wmav1_encoder wmav2_encoder pcm_alaw_encoder pcm_f32be_encoder pcm_f32le_encoder pcm_f64be_encoder pcm_f64le_encoder pcm_mulaw_encoder pcm_s8_encoder pcm_s8_planar_encoder pcm_s16be_encoder pcm_s16be_planar_encoder pcm_s16le_encoder pcm_s16le_planar_encoder pcm_s24be_encoder pcm_s24daud_encoder pcm_s24le_encoder pcm_s24le_planar_encoder pcm_s32be_encoder pcm_s32le_encoder pcm_s32le_planar_encoder pcm_s64be_encoder pcm_s64le_encoder pcm_u8_encoder pcm_u16be_encoder pcm_u16le_encoder pcm_u24be_encoder pcm_u24le_encoder pcm_u32be_encoder pcm_u32le_encoder pcm_vidc_encoder roq_dpcm_encoder adpcm_adx_encoder adpcm_g722_encoder adpcm_g726_encoder adpcm_g726le_encoder adpcm_ima_qt_encoder adpcm_ima_wav_encoder adpcm_ms_encoder adpcm_swf_encoder adpcm_yamaha_encoder ssa_encoder ass_encoder dvbsub_encoder dvdsub_encoder movtext_encoder srt_encoder subrip_encoder text_encoder webvtt_encoder xsub_encoder aac_at_encoder alac_at_encoder ilbc_at_encoder pcm_alaw_at_encoder pcm_mulaw_at_encoder libaom_av1_encoder libcodec2_encoder libfdk_aac_encoder libgsm_encoder libgsm_ms_encoder libilbc_encoder libmp3lame_encoder libopencore_amrnb_encoder libopenjpeg_encoder libopus_encoder libshine_encoder libspeex_encoder libtheora_encoder libtwolame_encoder libvo_amrwbenc_encoder libvorbis_encoder libvpx_vp8_encoder libvpx_vp9_encoder libwavpack_encoder libwebp_anim_encoder libwebp_encoder libx262_encoder libx264_encoder libx264rgb_encoder libx265_encoder libxavs_encoder libxavs2_encoder libxvid_encoder h263_v4l2m2m_encoder libopenh264_encoder h264_amf_encoder h264_nvenc_encoder h264_omx_encoder h264_qsv_encoder h264_v4l2m2m_encoder h264_vaapi_encoder h264_videotoolbox_encoder nvenc_encoder nvenc_h264_encoder nvenc_hevc_encoder hevc_amf_encoder hevc_nvenc_encoder hevc_qsv_encoder hevc_v4l2m2m_encoder hevc_vaapi_encoder hevc_videotoolbox_encoder libkvazaar_encoder mjpeg_qsv_encoder mjpeg_vaapi_encoder mpeg2_qsv_encoder mpeg2_vaapi_encoder mpeg4_v4l2m2m_encoder vp8_v4l2m2m_encoder vp8_vaapi_encoder vp9_vaapi_encoder --- stderr --- Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/find_things_extern.py --type=AVCodec --suffix=decoder --thing-suffix=decoder /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/libavcodec/allcodecs.c --- stdout --- aasc_decoder aic_decoder alias_pix_decoder amv_decoder anm_decoder ansi_decoder apng_decoder asv1_decoder asv2_decoder aura_decoder aura2_decoder avrp_decoder avrn_decoder avs_decoder avui_decoder ayuv_decoder bethsoftvid_decoder bfi_decoder bink_decoder bitpacked_decoder bmp_decoder bmv_video_decoder brender_pix_decoder c93_decoder cavs_decoder cdgraphics_decoder cdxl_decoder cfhd_decoder cinepak_decoder clearvideo_decoder cljr_decoder cllc_decoder comfortnoise_decoder cpia_decoder cscd_decoder cyuv_decoder dds_decoder dfa_decoder dirac_decoder dnxhd_decoder dpx_decoder dsicinvideo_decoder dvaudio_decoder dvvideo_decoder dxa_decoder dxtory_decoder dxv_decoder eacmv_decoder eamad_decoder eatgq_decoder eatgv_decoder eatqi_decoder eightbps_decoder eightsvx_exp_decoder eightsvx_fib_decoder escape124_decoder escape130_decoder exr_decoder ffv1_decoder ffvhuff_decoder fic_decoder fits_decoder flashsv_decoder flashsv2_decoder flic_decoder flv_decoder fmvc_decoder fourxm_decoder fraps_decoder frwu_decoder g2m_decoder gdv_decoder gif_decoder h261_decoder h263_decoder h263i_decoder h263p_decoder h263_v4l2m2m_decoder h264_decoder h264_crystalhd_decoder h264_v4l2m2m_decoder h264_mediacodec_decoder h264_mmal_decoder h264_qsv_decoder h264_rkmpp_decoder hap_decoder hevc_decoder hevc_qsv_decoder hevc_rkmpp_decoder hevc_v4l2m2m_decoder hnm4_video_decoder hq_hqa_decoder hqx_decoder huffyuv_decoder idcin_decoder iff_ilbm_decoder imm4_decoder indeo2_decoder indeo3_decoder indeo4_decoder indeo5_decoder interplay_video_decoder jpeg2000_decoder jpegls_decoder jv_decoder kgv1_decoder kmvc_decoder lagarith_decoder loco_decoder m101_decoder magicyuv_decoder mdec_decoder mimic_decoder mjpeg_decoder mjpegb_decoder mmvideo_decoder motionpixels_decoder mpeg1video_decoder mpeg2video_decoder mpeg4_decoder mpeg4_crystalhd_decoder mpeg4_v4l2m2m_decoder mpeg4_mmal_decoder mpegvideo_decoder mpeg1_v4l2m2m_decoder mpeg2_mmal_decoder mpeg2_crystalhd_decoder mpeg2_v4l2m2m_decoder mpeg2_qsv_decoder mpeg2_mediacodec_decoder msa1_decoder mscc_decoder msmpeg4v1_decoder msmpeg4v2_decoder msmpeg4v3_decoder msmpeg4_crystalhd_decoder msrle_decoder mss1_decoder mss2_decoder msvideo1_decoder mszh_decoder mts2_decoder mvc1_decoder mvc2_decoder mwsc_decoder mxpeg_decoder nuv_decoder paf_video_decoder pam_decoder pbm_decoder pcx_decoder pgm_decoder pgmyuv_decoder pictor_decoder pixlet_decoder png_decoder ppm_decoder prores_decoder prosumer_decoder psd_decoder ptx_decoder qdraw_decoder qpeg_decoder qtrle_decoder r10k_decoder r210_decoder rasc_decoder rawvideo_decoder rl2_decoder roq_decoder rpza_decoder rscc_decoder rv10_decoder rv20_decoder rv30_decoder rv40_decoder s302m_decoder sanm_decoder scpr_decoder screenpresso_decoder sdx2_dpcm_decoder sgi_decoder sgirle_decoder sheervideo_decoder smacker_decoder smc_decoder smvjpeg_decoder snow_decoder sp5x_decoder speedhq_decoder srgc_decoder sunrast_decoder svq1_decoder svq3_decoder targa_decoder targa_y216_decoder tdsc_decoder theora_decoder thp_decoder tiertexseqvideo_decoder tiff_decoder tmv_decoder truemotion1_decoder truemotion2_decoder truemotion2rt_decoder tscc_decoder tscc2_decoder txd_decoder ulti_decoder utvideo_decoder v210_decoder v210x_decoder v308_decoder v408_decoder v410_decoder vb_decoder vble_decoder vc1_decoder vc1_crystalhd_decoder vc1image_decoder vc1_mmal_decoder vc1_qsv_decoder vc1_v4l2m2m_decoder vcr1_decoder vmdvideo_decoder vmnc_decoder vp3_decoder vp5_decoder vp6_decoder vp6a_decoder vp6f_decoder vp7_decoder vp8_decoder vp8_rkmpp_decoder vp8_v4l2m2m_decoder vp9_decoder vp9_rkmpp_decoder vp9_v4l2m2m_decoder vqa_decoder webp_decoder wcmv_decoder wrapped_avframe_decoder wmv1_decoder wmv2_decoder wmv3_decoder wmv3_crystalhd_decoder wmv3image_decoder wnv1_decoder xan_wc3_decoder xan_wc4_decoder xbm_decoder xface_decoder xl_decoder xpm_decoder xwd_decoder y41p_decoder ylc_decoder yop_decoder yuv4_decoder zero12v_decoder zerocodec_decoder zlib_decoder zmbv_decoder aac_decoder aac_fixed_decoder aac_latm_decoder ac3_decoder ac3_fixed_decoder alac_decoder als_decoder amrnb_decoder amrwb_decoder ape_decoder aptx_decoder aptx_hd_decoder atrac1_decoder atrac3_decoder atrac3al_decoder atrac3p_decoder atrac3pal_decoder atrac9_decoder binkaudio_dct_decoder binkaudio_rdft_decoder bmv_audio_decoder cook_decoder dca_decoder dolby_e_decoder dsd_lsbf_decoder dsd_msbf_decoder dsd_lsbf_planar_decoder dsd_msbf_planar_decoder dsicinaudio_decoder dss_sp_decoder dst_decoder eac3_decoder evrc_decoder ffwavesynth_decoder flac_decoder g723_1_decoder g729_decoder gsm_decoder gsm_ms_decoder iac_decoder ilbc_decoder imc_decoder interplay_acm_decoder mace3_decoder mace6_decoder metasound_decoder mlp_decoder mp1_decoder mp1float_decoder mp2_decoder mp2float_decoder mp3float_decoder mp3_decoder mp3adufloat_decoder mp3adu_decoder mp3on4float_decoder mp3on4_decoder mpc7_decoder mpc8_decoder nellymoser_decoder on2avc_decoder opus_decoder paf_audio_decoder qcelp_decoder qdm2_decoder qdmc_decoder ra_144_decoder ra_288_decoder ralf_decoder sbc_decoder shorten_decoder sipr_decoder smackaud_decoder sonic_decoder tak_decoder truehd_decoder truespeech_decoder tta_decoder twinvq_decoder vmdaudio_decoder vorbis_decoder wavpack_decoder wmalossless_decoder wmapro_decoder wmav1_decoder wmav2_decoder wmavoice_decoder ws_snd1_decoder xma1_decoder xma2_decoder pcm_alaw_decoder pcm_bluray_decoder pcm_dvd_decoder pcm_f16le_decoder pcm_f24le_decoder pcm_f32be_decoder pcm_f32le_decoder pcm_f64be_decoder pcm_f64le_decoder pcm_lxf_decoder pcm_mulaw_decoder pcm_s8_decoder pcm_s8_planar_decoder pcm_s16be_decoder pcm_s16be_planar_decoder pcm_s16le_decoder pcm_s16le_planar_decoder pcm_s24be_decoder pcm_s24daud_decoder pcm_s24le_decoder pcm_s24le_planar_decoder pcm_s32be_decoder pcm_s32le_decoder pcm_s32le_planar_decoder pcm_s64be_decoder pcm_s64le_decoder pcm_u8_decoder pcm_u16be_decoder pcm_u16le_decoder pcm_u24be_decoder pcm_u24le_decoder pcm_u32be_decoder pcm_u32le_decoder pcm_vidc_decoder pcm_zork_decoder gremlin_dpcm_decoder interplay_dpcm_decoder roq_dpcm_decoder sol_dpcm_decoder xan_dpcm_decoder adpcm_4xm_decoder adpcm_adx_decoder adpcm_afc_decoder adpcm_aica_decoder adpcm_ct_decoder adpcm_dtk_decoder adpcm_ea_decoder adpcm_ea_maxis_xa_decoder adpcm_ea_r1_decoder adpcm_ea_r2_decoder adpcm_ea_r3_decoder adpcm_ea_xas_decoder adpcm_g722_decoder adpcm_g726_decoder adpcm_g726le_decoder adpcm_ima_amv_decoder adpcm_ima_apc_decoder adpcm_ima_dat4_decoder adpcm_ima_dk3_decoder adpcm_ima_dk4_decoder adpcm_ima_ea_eacs_decoder adpcm_ima_ea_sead_decoder adpcm_ima_iss_decoder adpcm_ima_oki_decoder adpcm_ima_qt_decoder adpcm_ima_rad_decoder adpcm_ima_smjpeg_decoder adpcm_ima_wav_decoder adpcm_ima_ws_decoder adpcm_ms_decoder adpcm_mtaf_decoder adpcm_psx_decoder adpcm_sbpro_2_decoder adpcm_sbpro_3_decoder adpcm_sbpro_4_decoder adpcm_swf_decoder adpcm_thp_decoder adpcm_thp_le_decoder adpcm_vima_decoder adpcm_xa_decoder adpcm_yamaha_decoder ssa_decoder ass_decoder ccaption_decoder dvbsub_decoder dvdsub_decoder jacosub_decoder microdvd_decoder movtext_decoder mpl2_decoder pgssub_decoder pjs_decoder realtext_decoder sami_decoder srt_decoder stl_decoder subrip_decoder subviewer_decoder subviewer1_decoder text_decoder vplayer_decoder webvtt_decoder xsub_decoder aac_at_decoder ac3_at_decoder adpcm_ima_qt_at_decoder alac_at_decoder amr_nb_at_decoder eac3_at_decoder gsm_ms_at_decoder ilbc_at_decoder mp1_at_decoder mp2_at_decoder mp3_at_decoder pcm_alaw_at_decoder pcm_mulaw_at_decoder qdmc_at_decoder qdm2_at_decoder libaom_av1_decoder libcelt_decoder libcodec2_decoder libdavs2_decoder libfdk_aac_decoder libgsm_decoder libgsm_ms_decoder libilbc_decoder libopencore_amrnb_decoder libopencore_amrwb_decoder libopenjpeg_decoder libopus_decoder librsvg_decoder libspeex_decoder libvorbis_decoder libvpx_vp8_decoder libvpx_vp9_decoder libzvbi_teletext_decoder bintext_decoder xbin_decoder idf_decoder libopenh264_decoder h264_cuvid_decoder hevc_cuvid_decoder hevc_mediacodec_decoder mjpeg_cuvid_decoder mpeg1_cuvid_decoder mpeg2_cuvid_decoder mpeg4_cuvid_decoder mpeg4_mediacodec_decoder vc1_cuvid_decoder vp8_cuvid_decoder vp8_mediacodec_decoder vp8_qsv_decoder vp9_cuvid_decoder vp9_mediacodec_decoder --- stderr --- Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/find_things_extern.py --type=AVCodecParser --suffix=parser --thing-suffix=parser /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/libavcodec/parsers.c --- stdout --- aac_parser aac_latm_parser ac3_parser adx_parser av1_parser avs2_parser bmp_parser cavsvideo_parser cook_parser dca_parser dirac_parser dnxhd_parser dpx_parser dvaudio_parser dvbsub_parser dvdsub_parser dvd_nav_parser flac_parser g729_parser gsm_parser h261_parser h263_parser h264_parser hevc_parser mjpeg_parser mlp_parser mpeg4video_parser mpegaudio_parser mpegvideo_parser opus_parser png_parser pnm_parser rv30_parser rv40_parser sbc_parser sipr_parser tak_parser vc1_parser vorbis_parser vp3_parser vp8_parser vp9_parser xma_parser --- stderr --- Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/find_things_extern.py --type=AVBitStreamFilter --suffix=bsf --thing-suffix=bsf /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/libavcodec/bitstream_filters.c --- stdout --- aac_adtstoasc_bsf av1_metadata_bsf chomp_bsf dump_extradata_bsf dca_core_bsf eac3_core_bsf extract_extradata_bsf filter_units_bsf h264_metadata_bsf h264_mp4toannexb_bsf h264_redundant_pps_bsf hapqa_extract_bsf hevc_metadata_bsf hevc_mp4toannexb_bsf imx_dump_header_bsf mjpeg2jpeg_bsf mjpega_dump_header_bsf mp3_header_decompress_bsf mpeg2_metadata_bsf mpeg4_unpack_bframes_bsf mov2textsub_bsf noise_bsf null_bsf remove_extradata_bsf text2movsub_bsf trace_headers_bsf vp9_metadata_bsf vp9_raw_reorder_bsf vp9_superframe_bsf vp9_superframe_split_bsf --- stderr --- Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/find_things_extern.py --type=AVHWAccel --suffix=hwaccel --thing-suffix=hwaccel /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/libavcodec/hwaccels.h --- stdout --- h263_vaapi_hwaccel h263_videotoolbox_hwaccel h264_d3d11va_hwaccel h264_d3d11va2_hwaccel h264_dxva2_hwaccel h264_nvdec_hwaccel h264_vaapi_hwaccel h264_vdpau_hwaccel h264_videotoolbox_hwaccel hevc_d3d11va_hwaccel hevc_d3d11va2_hwaccel hevc_dxva2_hwaccel hevc_nvdec_hwaccel hevc_vaapi_hwaccel hevc_vdpau_hwaccel hevc_videotoolbox_hwaccel mjpeg_nvdec_hwaccel mjpeg_vaapi_hwaccel mpeg1_nvdec_hwaccel mpeg1_vdpau_hwaccel mpeg1_videotoolbox_hwaccel mpeg1_xvmc_hwaccel mpeg2_d3d11va_hwaccel mpeg2_d3d11va2_hwaccel mpeg2_nvdec_hwaccel mpeg2_dxva2_hwaccel mpeg2_vaapi_hwaccel mpeg2_vdpau_hwaccel mpeg2_videotoolbox_hwaccel mpeg2_xvmc_hwaccel mpeg4_nvdec_hwaccel mpeg4_vaapi_hwaccel mpeg4_vdpau_hwaccel mpeg4_videotoolbox_hwaccel vc1_d3d11va_hwaccel vc1_d3d11va2_hwaccel vc1_dxva2_hwaccel vc1_nvdec_hwaccel vc1_vaapi_hwaccel vc1_vdpau_hwaccel vp8_nvdec_hwaccel vp8_vaapi_hwaccel vp9_d3d11va_hwaccel vp9_d3d11va2_hwaccel vp9_dxva2_hwaccel vp9_nvdec_hwaccel vp9_vaapi_hwaccel wmv3_d3d11va_hwaccel wmv3_d3d11va2_hwaccel wmv3_dxva2_hwaccel wmv3_nvdec_hwaccel wmv3_vaapi_hwaccel wmv3_vdpau_hwaccel --- stderr --- Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/find_things_extern.py --type=URLProtocol --suffix=protocol --thing-suffix=protocol /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/libavformat/protocols.c --- stdout --- async_protocol bluray_protocol cache_protocol concat_protocol crypto_protocol data_protocol ffrtmpcrypt_protocol ffrtmphttp_protocol file_protocol ftp_protocol gopher_protocol hls_protocol http_protocol httpproxy_protocol https_protocol icecast_protocol mmsh_protocol mmst_protocol md5_protocol pipe_protocol prompeg_protocol rtmp_protocol rtmpe_protocol rtmps_protocol rtmpt_protocol rtmpte_protocol rtmpts_protocol rtp_protocol sctp_protocol srtp_protocol subfile_protocol tee_protocol tcp_protocol tls_protocol udp_protocol udplite_protocol unix_protocol librtmp_protocol librtmpe_protocol librtmps_protocol librtmpt_protocol librtmpte_protocol libsrt_protocol libssh_protocol libsmbclient_protocol --- stderr --- Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/find_things_extern.py --type=AVOutputFormat --suffix=muxer --thing-suffix=outdev /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/libavdevice/alldevices.c --- stdout --- alsa_outdev caca_outdev decklink_outdev libndi_newtek_outdev fbdev_outdev opengl_outdev oss_outdev pulse_outdev sdl2_outdev sndio_outdev v4l2_outdev xv_outdev --- stderr --- Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/find_things_extern.py --type=AVInputFormat --suffix=demuxer --thing-suffix=indev /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/libavdevice/alldevices.c --- stdout --- alsa_indev android_camera_indev avfoundation_indev bktr_indev decklink_indev libndi_newtek_indev dshow_indev fbdev_indev gdigrab_indev iec61883_indev jack_indev kmsgrab_indev lavfi_indev openal_indev oss_indev pulse_indev sndio_indev v4l2_indev vfwcap_indev xcbgrab_indev libcdio_indev libdc1394_indev --- stderr --- Program find_things.py found: YES (/home/otter/Desktop/gst-build-master/subprojects/FFmpeg/find_things.py) Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/find_things.py /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/libavfilter/allfilters.c --- stdout --- abench_filter acompressor_filter acontrast_filter acopy_filter acue_filter acrossfade_filter acrossover_filter acrusher_filter adeclick_filter adeclip_filter adelay_filter aderivative_filter aecho_filter aemphasis_filter aeval_filter afade_filter afftdn_filter afftfilt_filter afir_filter aformat_filter agate_filter aiir_filter aintegral_filter ainterleave_filter alimiter_filter allpass_filter aloop_filter amerge_filter ametadata_filter amix_filter amultiply_filter anequalizer_filter anull_filter apad_filter aperms_filter aphaser_filter apulsator_filter arealtime_filter aresample_filter areverse_filter aselect_filter asendcmd_filter asetnsamples_filter asetpts_filter asetrate_filter asettb_filter ashowinfo_filter asidedata_filter asplit_filter astats_filter astreamselect_filter atempo_filter atrim_filter azmq_filter bandpass_filter bandreject_filter bass_filter biquad_filter bs2b_filter channelmap_filter channelsplit_filter chorus_filter compand_filter compensationdelay_filter crossfeed_filter crystalizer_filter dcshift_filter drmeter_filter dynaudnorm_filter earwax_filter ebur128_filter equalizer_filter extrastereo_filter firequalizer_filter flanger_filter haas_filter hdcd_filter headphone_filter highpass_filter highshelf_filter join_filter ladspa_filter loudnorm_filter lowpass_filter lowshelf_filter lv2_filter mcompand_filter pan_filter replaygain_filter resample_filter rubberband_filter sidechaincompress_filter sidechaingate_filter silencedetect_filter silenceremove_filter sofalizer_filter stereotools_filter stereowiden_filter superequalizer_filter surround_filter treble_filter tremolo_filter vibrato_filter volume_filter volumedetect_filter aevalsrc_filter anoisesrc_filter anullsrc_filter flite_filter hilbert_filter sinc_filter sine_filter anullsink_filter alphaextract_filter alphamerge_filter amplify_filter ass_filter atadenoise_filter avgblur_filter avgblur_opencl_filter bbox_filter bench_filter bitplanenoise_filter blackdetect_filter blackframe_filter blend_filter bm3d_filter boxblur_filter boxblur_opencl_filter bwdif_filter chromahold_filter chromakey_filter ciescope_filter codecview_filter colorbalance_filter colorchannelmixer_filter colorkey_filter colorlevels_filter colormatrix_filter colorspace_filter convolution_filter convolution_opencl_filter convolve_filter copy_filter coreimage_filter cover_rect_filter crop_filter cropdetect_filter cue_filter curves_filter datascope_filter dctdnoiz_filter deband_filter deblock_filter decimate_filter deconvolve_filter deflate_filter deflicker_filter deinterlace_qsv_filter deinterlace_vaapi_filter dejudder_filter delogo_filter denoise_vaapi_filter deshake_filter despill_filter detelecine_filter dilation_filter dilation_opencl_filter displace_filter doubleweave_filter drawbox_filter drawgraph_filter drawgrid_filter drawtext_filter edgedetect_filter elbg_filter entropy_filter eq_filter erosion_filter erosion_opencl_filter extractplanes_filter fade_filter fftdnoiz_filter fftfilt_filter field_filter fieldhint_filter fieldmatch_filter fieldorder_filter fillborders_filter find_rect_filter floodfill_filter format_filter fps_filter framepack_filter framerate_filter framestep_filter frei0r_filter fspp_filter gblur_filter geq_filter gradfun_filter graphmonitor_filter greyedge_filter haldclut_filter hflip_filter histeq_filter histogram_filter hqdn3d_filter hqx_filter hstack_filter hue_filter hwdownload_filter hwmap_filter hwupload_filter hwupload_cuda_filter hysteresis_filter idet_filter il_filter inflate_filter interlace_filter interleave_filter kerndeint_filter lenscorrection_filter lensfun_filter libvmaf_filter limiter_filter loop_filter lumakey_filter lut_filter lut1d_filter lut2_filter lut3d_filter lutrgb_filter lutyuv_filter maskedclamp_filter maskedmerge_filter mcdeint_filter mergeplanes_filter mestimate_filter metadata_filter midequalizer_filter minterpolate_filter mix_filter mpdecimate_filter negate_filter nlmeans_filter nnedi_filter noformat_filter noise_filter normalize_filter null_filter ocr_filter ocv_filter oscilloscope_filter overlay_filter overlay_opencl_filter overlay_qsv_filter owdenoise_filter pad_filter palettegen_filter paletteuse_filter perms_filter perspective_filter phase_filter pixdesctest_filter pixscope_filter pp_filter pp7_filter premultiply_filter prewitt_filter prewitt_opencl_filter procamp_vaapi_filter program_opencl_filter pseudocolor_filter psnr_filter pullup_filter qp_filter random_filter readeia608_filter readvitc_filter realtime_filter remap_filter removegrain_filter removelogo_filter repeatfields_filter reverse_filter roberts_filter roberts_opencl_filter rotate_filter sab_filter scale_filter scale_cuda_filter scale_npp_filter scale_qsv_filter scale_vaapi_filter scale2ref_filter select_filter selectivecolor_filter sendcmd_filter separatefields_filter setdar_filter setfield_filter setparams_filter setpts_filter setrange_filter setsar_filter settb_filter sharpness_vaapi_filter showinfo_filter showpalette_filter shuffleframes_filter shuffleplanes_filter sidedata_filter signalstats_filter signature_filter smartblur_filter sobel_filter sobel_opencl_filter split_filter spp_filter sr_filter ssim_filter stereo3d_filter streamselect_filter subtitles_filter super2xsai_filter swaprect_filter swapuv_filter tblend_filter telecine_filter threshold_filter thumbnail_filter thumbnail_cuda_filter tile_filter tinterlace_filter tlut2_filter tmix_filter tonemap_filter tonemap_opencl_filter transpose_filter transpose_npp_filter trim_filter unpremultiply_filter unsharp_filter unsharp_opencl_filter uspp_filter vaguedenoiser_filter vectorscope_filter vflip_filter vfrdet_filter vibrance_filter vidstabdetect_filter vidstabtransform_filter vignette_filter vmafmotion_filter vpp_qsv_filter vstack_filter w3fdif_filter waveform_filter weave_filter xbr_filter xstack_filter yadif_filter yadif_cuda_filter zmq_filter zoompan_filter zscale_filter allrgb_filter allyuv_filter cellauto_filter color_filter coreimagesrc_filter frei0r_src_filter haldclutsrc_filter life_filter mandelbrot_filter mptestsrc_filter nullsrc_filter openclsrc_filter pal75bars_filter pal100bars_filter rgbtestsrc_filter smptebars_filter smptehdbars_filter testsrc_filter testsrc2_filter yuvtestsrc_filter nullsink_filter abitscope_filter adrawgraph_filter agraphmonitor_filter ahistogram_filter aphasemeter_filter avectorscope_filter concat_filter showcqt_filter showfreqs_filter showspectrum_filter showspectrumpic_filter showvolume_filter showwaves_filter showwavespic_filter spectrumsynth_filter amovie_filter movie_filter afifo_filter fifo_filter --- stderr --- Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/find_things.py --full /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/libavfilter/allfilters.c --- stdout --- af_abench af_acompressor af_acontrast af_acopy af_acue af_acrossfade af_acrossover af_acrusher af_adeclick af_adeclip af_adelay af_aderivative af_aecho af_aemphasis af_aeval af_afade af_afftdn af_afftfilt af_afir af_aformat af_agate af_aiir af_aintegral af_ainterleave af_alimiter af_allpass af_aloop af_amerge af_ametadata af_amix af_amultiply af_anequalizer af_anull af_apad af_aperms af_aphaser af_apulsator af_arealtime af_aresample af_areverse af_aselect af_asendcmd af_asetnsamples af_asetpts af_asetrate af_asettb af_ashowinfo af_asidedata af_asplit af_astats af_astreamselect af_atempo af_atrim af_azmq af_bandpass af_bandreject af_bass af_biquad af_bs2b af_channelmap af_channelsplit af_chorus af_compand af_compensationdelay af_crossfeed af_crystalizer af_dcshift af_drmeter af_dynaudnorm af_earwax af_ebur128 af_equalizer af_extrastereo af_firequalizer af_flanger af_haas af_hdcd af_headphone af_highpass af_highshelf af_join af_ladspa af_loudnorm af_lowpass af_lowshelf af_lv2 af_mcompand af_pan af_replaygain af_resample af_rubberband af_sidechaincompress af_sidechaingate af_silencedetect af_silenceremove af_sofalizer af_stereotools af_stereowiden af_superequalizer af_surround af_treble af_tremolo af_vibrato af_volume af_volumedetect asrc_aevalsrc asrc_anoisesrc asrc_anullsrc asrc_flite asrc_hilbert asrc_sinc asrc_sine asink_anullsink vf_alphaextract vf_alphamerge vf_amplify vf_ass vf_atadenoise vf_avgblur vf_avgblur_opencl vf_bbox vf_bench vf_bitplanenoise vf_blackdetect vf_blackframe vf_blend vf_bm3d vf_boxblur vf_boxblur_opencl vf_bwdif vf_chromahold vf_chromakey vf_ciescope vf_codecview vf_colorbalance vf_colorchannelmixer vf_colorkey vf_colorlevels vf_colormatrix vf_colorspace vf_convolution vf_convolution_opencl vf_convolve vf_copy vf_coreimage vf_cover_rect vf_crop vf_cropdetect vf_cue vf_curves vf_datascope vf_dctdnoiz vf_deband vf_deblock vf_decimate vf_deconvolve vf_deflate vf_deflicker vf_deinterlace_qsv vf_deinterlace_vaapi vf_dejudder vf_delogo vf_denoise_vaapi vf_deshake vf_despill vf_detelecine vf_dilation vf_dilation_opencl vf_displace vf_doubleweave vf_drawbox vf_drawgraph vf_drawgrid vf_drawtext vf_edgedetect vf_elbg vf_entropy vf_eq vf_erosion vf_erosion_opencl vf_extractplanes vf_fade vf_fftdnoiz vf_fftfilt vf_field vf_fieldhint vf_fieldmatch vf_fieldorder vf_fillborders vf_find_rect vf_floodfill vf_format vf_fps vf_framepack vf_framerate vf_framestep vf_frei0r vf_fspp vf_gblur vf_geq vf_gradfun vf_graphmonitor vf_greyedge vf_haldclut vf_hflip vf_histeq vf_histogram vf_hqdn3d vf_hqx vf_hstack vf_hue vf_hwdownload vf_hwmap vf_hwupload vf_hwupload_cuda vf_hysteresis vf_idet vf_il vf_inflate vf_interlace vf_interleave vf_kerndeint vf_lenscorrection vf_lensfun vf_libvmaf vf_limiter vf_loop vf_lumakey vf_lut vf_lut1d vf_lut2 vf_lut3d vf_lutrgb vf_lutyuv vf_maskedclamp vf_maskedmerge vf_mcdeint vf_mergeplanes vf_mestimate vf_metadata vf_midequalizer vf_minterpolate vf_mix vf_mpdecimate vf_negate vf_nlmeans vf_nnedi vf_noformat vf_noise vf_normalize vf_null vf_ocr vf_ocv vf_oscilloscope vf_overlay vf_overlay_opencl vf_overlay_qsv vf_owdenoise vf_pad vf_palettegen vf_paletteuse vf_perms vf_perspective vf_phase vf_pixdesctest vf_pixscope vf_pp vf_pp7 vf_premultiply vf_prewitt vf_prewitt_opencl vf_procamp_vaapi vf_program_opencl vf_pseudocolor vf_psnr vf_pullup vf_qp vf_random vf_readeia608 vf_readvitc vf_realtime vf_remap vf_removegrain vf_removelogo vf_repeatfields vf_reverse vf_roberts vf_roberts_opencl vf_rotate vf_sab vf_scale vf_scale_cuda vf_scale_npp vf_scale_qsv vf_scale_vaapi vf_scale2ref vf_select vf_selectivecolor vf_sendcmd vf_separatefields vf_setdar vf_setfield vf_setparams vf_setpts vf_setrange vf_setsar vf_settb vf_sharpness_vaapi vf_showinfo vf_showpalette vf_shuffleframes vf_shuffleplanes vf_sidedata vf_signalstats vf_signature vf_smartblur vf_sobel vf_sobel_opencl vf_split vf_spp vf_sr vf_ssim vf_stereo3d vf_streamselect vf_subtitles vf_super2xsai vf_swaprect vf_swapuv vf_tblend vf_telecine vf_threshold vf_thumbnail vf_thumbnail_cuda vf_tile vf_tinterlace vf_tlut2 vf_tmix vf_tonemap vf_tonemap_opencl vf_transpose vf_transpose_npp vf_trim vf_unpremultiply vf_unsharp vf_unsharp_opencl vf_uspp vf_vaguedenoiser vf_vectorscope vf_vflip vf_vfrdet vf_vibrance vf_vidstabdetect vf_vidstabtransform vf_vignette vf_vmafmotion vf_vpp_qsv vf_vstack vf_w3fdif vf_waveform vf_weave vf_xbr vf_xstack vf_yadif vf_yadif_cuda vf_zmq vf_zoompan vf_zscale vsrc_allrgb vsrc_allyuv vsrc_cellauto vsrc_color vsrc_coreimagesrc vsrc_frei0r_src vsrc_haldclutsrc vsrc_life vsrc_mandelbrot vsrc_mptestsrc vsrc_nullsrc vsrc_openclsrc vsrc_pal75bars vsrc_pal100bars vsrc_rgbtestsrc vsrc_smptebars vsrc_smptehdbars vsrc_testsrc vsrc_testsrc2 vsrc_yuvtestsrc vsink_nullsink avf_abitscope avf_adrawgraph avf_agraphmonitor avf_ahistogram avf_aphasemeter avf_avectorscope avf_concat avf_showcqt avf_showfreqs avf_showspectrum avf_showspectrumpic avf_showvolume avf_showwaves avf_showwavespic vaf_spectrumsynth avsrc_amovie avsrc_movie af_afifo vf_fifo --- stderr --- Configuring tmpconfig.h using configuration Configuring components.h using configuration Program depresolver.py found: YES (/usr/bin/python3 /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/depresolver.py) Running command: /usr/bin/python3 /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/depresolver.py /home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/tmpconfig.h /home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/components.h --- stdout --- __machine_rw_barrier=0 __sync_val_compare_and_swap=0 _aligned_malloc=0 a64_muxer=1 a64multi5_encoder=1 a64multi_encoder=1 aa_demuxer=1 aac_adtstoasc_bsf=1 aac_at_decoder=0 aac_at_encoder=0 aac_decoder=1 aac_demuxer=1 aac_encoder=1 aac_fixed_decoder=1 aac_latm_decoder=1 aac_latm_parser=1 aac_parser=1 aacencopen=0 aarch64=0 aasc_decoder=1 abench_filter=1 abitscope_filter=1 ac3_at_decoder=0 ac3_decoder=1 ac3_demuxer=1 ac3_encoder=1 ac3_fixed_decoder=1 ac3_fixed_encoder=1 ac3_muxer=1 ac3_parser=1 acameramanager_create=0 access=1 acm_demuxer=1 acompressor_filter=1 acontrast_filter=1 acopy_filter=1 acrossfade_filter=1 acrossover_filter=1 acrusher_filter=1 act_demuxer=1 acue_filter=1 adeclick_filter=1 adeclip_filter=1 adelay_filter=1 aderivative_filter=1 adf_demuxer=1 adp_demuxer=1 adpcm_4xm_decoder=1 adpcm_adx_decoder=1 adpcm_adx_encoder=1 adpcm_afc_decoder=1 adpcm_aica_decoder=1 adpcm_ct_decoder=1 adpcm_dtk_decoder=1 adpcm_ea_decoder=1 adpcm_ea_maxis_xa_decoder=1 adpcm_ea_r1_decoder=1 adpcm_ea_r2_decoder=1 adpcm_ea_r3_decoder=1 adpcm_ea_xas_decoder=1 adpcm_g722_decoder=1 adpcm_g722_encoder=1 adpcm_g726_decoder=1 adpcm_g726_encoder=1 adpcm_g726le_decoder=1 adpcm_g726le_encoder=1 adpcm_ima_amv_decoder=1 adpcm_ima_apc_decoder=1 adpcm_ima_dat4_decoder=1 adpcm_ima_dk3_decoder=1 adpcm_ima_dk4_decoder=1 adpcm_ima_ea_eacs_decoder=1 adpcm_ima_ea_sead_decoder=1 adpcm_ima_iss_decoder=1 adpcm_ima_oki_decoder=1 adpcm_ima_qt_at_decoder=0 adpcm_ima_qt_decoder=1 adpcm_ima_qt_encoder=1 adpcm_ima_rad_decoder=1 adpcm_ima_smjpeg_decoder=1 adpcm_ima_wav_decoder=1 adpcm_ima_wav_encoder=1 adpcm_ima_ws_decoder=1 adpcm_ms_decoder=1 adpcm_ms_encoder=1 adpcm_mtaf_decoder=1 adpcm_psx_decoder=1 adpcm_sbpro_2_decoder=1 adpcm_sbpro_3_decoder=1 adpcm_sbpro_4_decoder=1 adpcm_swf_decoder=1 adpcm_swf_encoder=1 adpcm_thp_decoder=1 adpcm_thp_le_decoder=1 adpcm_vima_decoder=1 adpcm_xa_decoder=1 adpcm_yamaha_decoder=1 adpcm_yamaha_encoder=1 adrawgraph_filter=1 ads_demuxer=1 adts_muxer=1 advapi32=0 adx_demuxer=1 adx_muxer=1 adx_parser=1 aea_demuxer=1 aecho_filter=1 aemphasis_filter=1 aesni=0 aesni_external=0 aesni_inline=0 aeval_filter=1 aevalsrc_filter=1 afade_filter=1 afc_demuxer=1 afftdn_filter=1 afftfilt_filter=1 afifo_filter=1 afir_filter=1 aformat_filter=1 agate_filter=1 agraphmonitor_filter=1 ahistogram_filter=1 aic_decoder=1 aiff_demuxer=1 aiff_muxer=1 aiir_filter=1 aimage_delete=0 aintegral_filter=1 ainterleave_filter=1 aix_demuxer=1 alac_at_decoder=0 alac_at_encoder=0 alac_decoder=1 alac_encoder=1 algeterror=0 alias_pix_decoder=1 alias_pix_encoder=1 aligned_malloc=0 aligned_stack=1 alimiter_filter=1 allpass_filter=1 allrgb_filter=1 allyuv_filter=1 aloop_filter=1 alpha=0 alphaextract_filter=1 alphamerge_filter=1 als_decoder=1 alsa=1 alsa_asoundlib_h=1 alsa_indev=1 alsa_outdev=1 altivec=0 altivec_external=0 altivec_inline=0 amd3dnow=0 amd3dnow_external=0 amd3dnow_inline=0 amd3dnowext=0 amd3dnowext_external=0 amd3dnowext_inline=0 amerge_filter=1 ametadata_filter=1 amf=0 amix_filter=1 amovie_filter=1 amplify_filter=1 amr_demuxer=1 amr_muxer=1 amr_nb_at_decoder=0 amrnb_decoder=1 amrnb_demuxer=1 amrwb_decoder=1 amrwb_demuxer=1 amultiply_filter=1 amv_decoder=1 amv_encoder=1 anativewindow_acquire=0 android=0 android_camera_indev=0 anequalizer_filter=1 anm_decoder=1 anm_demuxer=1 anoisesrc_filter=1 ansi_decoder=1 anull_filter=1 anullsink_filter=1 anullsrc_filter=1 aom_codec_version=0 apad_filter=1 apc_demuxer=1 ape_decoder=1 ape_demuxer=1 aperms_filter=1 aphasemeter_filter=1 aphaser_filter=1 apng_decoder=1 apng_demuxer=1 apng_encoder=1 apng_muxer=1 aptx_decoder=1 aptx_demuxer=1 aptx_encoder=1 aptx_hd_decoder=1 aptx_hd_demuxer=1 aptx_hd_encoder=1 aptx_hd_muxer=1 aptx_muxer=1 apulsator_filter=1 aqtitle_demuxer=1 arc4random=0 arealtime_filter=1 aresample_filter=1 areverse_filter=1 arm=0 arm_neon_h=0 armv5te=0 armv5te_external=0 armv5te_inline=0 armv6=0 armv6_external=0 armv6_inline=0 armv6t2=0 armv6t2_external=0 armv6t2_inline=0 armv8=0 armv8_external=0 armv8_inline=0 arpa_inet_h=1 aselect_filter=1 asendcmd_filter=1 asetnsamples_filter=1 asetpts_filter=1 asetrate_filter=1 asettb_filter=1 asf_demuxer=1 asf_muxer=1 asf_o_demuxer=1 asf_stream_muxer=1 ashowinfo_filter=1 asidedata_filter=1 asm_types_h=1 asplit_filter=1 ass_decoder=1 ass_demuxer=1 ass_encoder=1 ass_filter=0 ass_library_init=0 ass_muxer=1 ast_demuxer=1 ast_muxer=1 astats_filter=1 astreamselect_filter=1 asv1_decoder=1 asv1_encoder=1 asv2_decoder=1 asv2_encoder=1 async_protocol=1 atadenoise_filter=1 atan2f=1 atanf=1 atempo_filter=1 atomic_cas_ptr=0 atomic_h=0 atrac1_decoder=1 atrac3_decoder=1 atrac3al_decoder=1 atrac3p_decoder=1 atrac3pal_decoder=1 atrac9_decoder=1 atrim_filter=1 au_demuxer=1 au_muxer=1 audiotoolbox=0 aura2_decoder=1 aura_decoder=1 av1_metadata_bsf=1 av1_parser=1 avcodec=1 avdevice=1 avectorscope_filter=1 avfilter=1 avformat=1 avfoundation_indev=0 avgblur_filter=1 avgblur_opencl_filter=0 avi_demuxer=1 avi_muxer=1 avisynth_demuxer=0 avm2_muxer=1 avr32=0 avr32_ap=0 avr32_uc=0 avr_demuxer=1 avresample=1 avrn_decoder=1 avrp_decoder=1 avrp_encoder=1 avs2_demuxer=1 avs2_muxer=1 avs2_parser=1 avs_decoder=1 avs_demuxer=1 avui_decoder=1 avui_encoder=1 avutil=1 avx=0 avx2=0 avx2_external=0 avx2_inline=0 avx512=0 avx512_external=0 avx512_inline=0 avx_external=0 avx_inline=0 ayuv_decoder=1 ayuv_encoder=1 azmq_filter=0 bandpass_filter=1 bandreject_filter=1 bass_filter=1 bbox_filter=1 bcrypt=0 bcryptgenrandom=0 bd_open=0 bench_filter=1 bethsoftvid_decoder=1 bethsoftvid_demuxer=1 bfi_decoder=1 bfi_demuxer=1 bfin=0 bfstm_demuxer=1 bigendian=0 bink_decoder=1 bink_demuxer=1 binkaudio_dct_decoder=1 binkaudio_rdft_decoder=1 bintext_decoder=1 bintext_demuxer=1 biquad_filter=1 bit_demuxer=1 bit_muxer=1 bitpacked_decoder=1 bitplanenoise_filter=1 bktr_indev=0 blackdetect_filter=1 blackframe_filter=1 blend_filter=1 bluray_protocol=0 bm3d_filter=1 bmp_decoder=1 bmp_encoder=1 bmp_parser=1 bmv_audio_decoder=1 bmv_demuxer=1 bmv_video_decoder=1 boa_demuxer=1 boxblur_filter=1 boxblur_opencl_filter=0 brender_pix_decoder=1 brstm_demuxer=1 bs2b_filter=0 bs2b_open=0 bwdif_filter=1 bz2_bzlibversion=0 bzlib=0 c93_decoder=1 c93_demuxer=1 cabs=1 caca_create_canvas=1 caca_h=1 caca_outdev=1 cache_protocol=1 caf_demuxer=1 caf_muxer=1 camera2ndk=0 capcreatecapturewindow=0 cavs_decoder=1 cavsvideo_demuxer=1 cavsvideo_muxer=1 cavsvideo_parser=1 cbrt=1 cbrtf=1 ccaption_decoder=1 cdg_demuxer=1 cdgraphics_decoder=1 cdio_cddap_open=0 cdxl_decoder=1 cdxl_demuxer=1 cellauto_filter=1 celt_decoder_create_custom=0 cexp=1 cfhd_decoder=1 channelmap_filter=1 channelsplit_filter=1 chomp_bsf=1 chorus_filter=1 chromahold_filter=1 chromakey_filter=1 chromaprint=0 chromaprint_get_version=0 chromaprint_muxer=0 ciescope_filter=1 cine_demuxer=1 cinepak_decoder=1 cinepak_encoder=1 cl_dx9_surface_info_khr=0 clcreatefromva_apimediasurfaceintel_fn=0 clcreateimagefromfdintel_fn=0 clearvideo_decoder=1 clenqueuendrangekernel=0 clgetdeviceidsfromd3d11khr_fn=0 cljr_decoder=1 cljr_encoder=1 cllc_decoder=1 clock_gettime=1 closesocket=0 codec2_create=0 codec2_demuxer=1 codec2_muxer=1 codec2raw_demuxer=1 codec2raw_muxer=1 codecview_filter=1 color_filter=1 colorbalance_filter=1 colorchannelmixer_filter=1 colorkey_filter=1 colorlevels_filter=1 colormatrix_filter=1 colorspace_filter=1 comfortnoise_decoder=1 comfortnoise_encoder=1 commandlinetoargvw=0 compand_filter=1 compensationdelay_filter=1 complex_h=1 compute_vmaf=0 concat_demuxer=1 concat_filter=1 concat_protocol=1 conio_h=0 const_nan=1 convolution_filter=1 convolution_opencl_filter=0 convolve_filter=1 cook_decoder=1 cook_parser=1 copy_filter=1 copysign=1 coreimage_filter=0 coreimagesrc_filter=0 cosf=1 cotaskmemfree=0 cover_rect_filter=1 cpia_decoder=1 cpunop=0 cpunop_external=0 cpunop_inline=0 crc_muxer=1 createdibsection=0 crop_filter=1 cropdetect_filter=1 crossfeed_filter=1 crypto_protocol=1 crystalhd=0 crystalizer_filter=1 cscd_decoder=1 cuctxcreate=0 cuda=0 cuda_sdk=0 cue_filter=1 curves_filter=1 cuvid=0 cvcreateimageheader=0 cyuv_decoder=1 d3d11_h=0 d3d11va=0 d3d9_h=0 d_if_init=0 dash_demuxer=1 dash_muxer=1 data_demuxer=1 data_muxer=1 data_protocol=1 datascope_filter=1 daud_demuxer=1 daud_muxer=1 dc1394_new=0 dca_core_bsf=1 dca_decoder=1 dca_encoder=1 dca_parser=1 dcbzl=0 dcbzl_external=0 dcbzl_inline=0 dcshift_filter=1 dcstr_demuxer=1 dctdnoiz_filter=1 dds_decoder=1 deband_filter=1 deblock_filter=1 decimate_filter=1 decklink_indev=0 decklink_outdev=0 decklinkapi_h=0 decoder_interface_init=0 deconvolve_filter=1 deflate_filter=1 deflicker_filter=1 deinterlace_qsv_filter=0 deinterlace_vaapi_filter=0 dejudder_filter=1 delogo_filter=1 denoise_vaapi_filter=0 deshake_filter=1 despill_filter=1 detelecine_filter=1 dev_bktr_ioctl_bt848_h=0 dev_bktr_ioctl_meteor_h=0 dev_ic_bt8xx_h=0 dev_video_bktr_ioctl_bt848_h=0 dev_video_meteor_ioctl_meteor_h=0 dfa_decoder=1 dfa_demuxer=1 dilation_filter=1 dilation_opencl_filter=0 dirac_decoder=1 dirac_demuxer=1 dirac_muxer=1 dirac_parser=1 direct_h=0 dirent_h=1 displace_filter=1 dlfcn_h=1 dlopen=1 dlsym=1 dnxhd_decoder=1 dnxhd_demuxer=1 dnxhd_encoder=1 dnxhd_muxer=1 dnxhd_parser=1 dolby_e_decoder=1 doubleweave_filter=1 dpx_decoder=1 dpx_encoder=1 dpx_parser=1 drawbox_filter=1 drawgraph_filter=1 drawgrid_filter=1 drawtext_filter=0 drmeter_filter=1 drmgetversion=1 dsd_lsbf_decoder=1 dsd_lsbf_planar_decoder=1 dsd_msbf_decoder=1 dsd_msbf_planar_decoder=1 dsf_demuxer=1 dshow_h=0 dshow_indev=0 dsicin_demuxer=1 dsicinaudio_decoder=1 dsicinvideo_decoder=1 dss_demuxer=1 dss_sp_decoder=1 dst_decoder=1 dts_demuxer=1 dts_muxer=1 dtscrystalhdversion=0 dtshd_demuxer=1 dump_extradata_bsf=1 dv_demuxer=1 dv_muxer=1 dvaudio_decoder=1 dvaudio_parser=1 dvbsub_decoder=1 dvbsub_demuxer=1 dvbsub_encoder=1 dvbsub_parser=1 dvbtxt_demuxer=1 dvd_nav_parser=1 dvdsub_decoder=1 dvdsub_encoder=1 dvdsub_parser=1 dvvideo_decoder=1 dvvideo_encoder=1 dxa_decoder=1 dxa_demuxer=1 dxgidebug_h=0 dxtory_decoder=1 dxv_decoder=1 dxva2=0 dxva2_configpicturedecode=0 dxva2api_h=0 dxva_h=0 dxva_picparams_hevc=0 dxva_picparams_vp9=0 dynaudnorm_filter=1 e_if_init=0 ea_cdata_demuxer=1 ea_demuxer=1 eac3_at_decoder=0 eac3_core_bsf=1 eac3_decoder=1 eac3_demuxer=1 eac3_encoder=1 eac3_muxer=1 eacmv_decoder=1 eamad_decoder=1 earwax_filter=1 eatgq_decoder=1 eatgv_decoder=1 eatqi_decoder=1 ebur128_filter=1 edgedetect_filter=1 eightbps_decoder=1 eightsvx_exp_decoder=1 eightsvx_fib_decoder=1 elbg_filter=1 entropy_filter=1 epaf_demuxer=1 eq_filter=1 equalizer_filter=1 erf=1 erosion_filter=1 erosion_opencl_filter=0 escape124_decoder=1 escape130_decoder=1 evrc_decoder=1 exp2=1 exp2f=1 expf=1 exr_decoder=1 extract_extradata_bsf=1 extractplanes_filter=1 extrastereo_filter=1 f4v_muxer=1 fade_filter=1 fast_64bit=1 fast_clz=1 fast_unaligned=1 fbdev_indev=1 fbdev_outdev=1 fcinit=1 fcntl=1 ffmetadata_demuxer=1 ffmetadata_muxer=1 ffmpeg=1 ffnvcodec=0 ffplay=0 ffprobe=1 ffrtmpcrypt_protocol=1 ffrtmphttp_protocol=1 fftdnoiz_filter=1 fftfilt_filter=1 ffv1_decoder=1 ffv1_encoder=1 ffvhuff_decoder=1 ffvhuff_encoder=1 ffwavesynth_decoder=1 fic_decoder=1 field_filter=1 fieldhint_filter=1 fieldmatch_filter=1 fieldorder_filter=1 fifo_filter=1 fifo_muxer=1 fifo_test_muxer=1 file_protocol=1 fillborders_filter=1 filmstrip_demuxer=1 filmstrip_muxer=1 filter_units_bsf=1 find_rect_filter=1 firequalizer_filter=1 fits_decoder=1 fits_demuxer=1 fits_encoder=1 fits_muxer=1 flac_decoder=1 flac_demuxer=1 flac_encoder=1 flac_muxer=1 flac_parser=1 flanger_filter=1 flashsv2_decoder=1 flashsv2_encoder=1 flashsv_decoder=1 flashsv_encoder=1 flic_decoder=1 flic_demuxer=1 flite_filter=0 flite_init=0 floodfill_filter=1 flv_decoder=1 flv_demuxer=1 flv_encoder=1 flv_muxer=1 fma3=0 fma3_external=0 fma3_inline=0 fma4=0 fma4_external=0 fma4_inline=0 fmvc_decoder=1 fontconfig_fontconfig_h=1 fork=1 format_filter=1 fourxm_decoder=1 fourxm_demuxer=1 fps_filter=1 framecrc_muxer=1 framehash_muxer=1 framemd5_muxer=1 framepack_filter=1 framerate_filter=1 framestep_filter=1 fraps_decoder=1 frei0r_filter=0 frei0r_h=0 frei0r_src_filter=0 fribidi_h=1 fribidi_version_info=1 frm_demuxer=1 frwu_decoder=1 fsb_demuxer=1 fspp_filter=1 ft2build_h=1 ft_freetype_h=0 ft_init_freetype=0 ftp_protocol=1 g2m_decoder=1 g722_demuxer=1 g722_muxer=1 g723_1_decoder=1 g723_1_demuxer=1 g723_1_encoder=1 g723_1_muxer=1 g726_demuxer=1 g726_muxer=1 g726le_demuxer=1 g726le_muxer=1 g729_decoder=1 g729_demuxer=1 g729_parser=1 gblur_filter=1 gcry_mpi_new=1 gcrypt=1 gcrypt_h=1 gdigrab_indev=0 gdv_decoder=1 gdv_demuxer=1 genh_demuxer=1 geq_filter=1 getaddrinfo=1 getenv=1 gethrtime=0 getopt=1 getprocessaffinitymask=0 getprocessmemoryinfo=0 getprocesstimes=0 getrusage=1 getshellwindow=0 getsystemtimeasfiletime=0 gettimeofday=1 gif_decoder=1 gif_demuxer=1 gif_encoder=1 gif_muxer=1 gl_glx_h=1 glob=1 glob_h=1 glxgetprocaddress=1 gme_new_emu=0 gmp=1 gmp_h=1 gmtime_r=1 gnutls=0 gnutls_global_init=0 gopher_protocol=1 gpl=1 gradfun_filter=1 graphmonitor_filter=1 gremlin_dpcm_decoder=1 greyedge_filter=1 gsm_create=0 gsm_decoder=1 gsm_demuxer=1 gsm_ms_at_decoder=0 gsm_ms_decoder=1 gsm_muxer=1 gsm_parser=1 gxf_demuxer=1 gxf_muxer=1 h261_decoder=1 h261_demuxer=1 h261_encoder=1 h261_muxer=1 h261_parser=1 h263_decoder=1 h263_demuxer=1 h263_encoder=1 h263_muxer=1 h263_parser=1 h263_v4l2_m2m=1 h263_v4l2m2m_decoder=1 h263_v4l2m2m_encoder=1 h263_vaapi_hwaccel=0 h263_videotoolbox_hwaccel=0 h263i_decoder=1 h263p_decoder=1 h263p_encoder=1 h264_amf_encoder=0 h264_crystalhd_decoder=0 h264_cuvid_decoder=0 h264_d3d11va2_hwaccel=0 h264_d3d11va_hwaccel=0 h264_decoder=1 h264_demuxer=1 h264_dxva2_hwaccel=0 h264_mediacodec_decoder=0 h264_metadata_bsf=1 h264_mmal_decoder=0 h264_mp4toannexb_bsf=1 h264_muxer=1 h264_nvdec_hwaccel=0 h264_nvenc_encoder=0 h264_omx_encoder=0 h264_parser=1 h264_qsv_decoder=0 h264_qsv_encoder=0 h264_redundant_pps_bsf=1 h264_rkmpp_decoder=0 h264_v4l2_m2m=1 h264_v4l2m2m_decoder=1 h264_v4l2m2m_encoder=1 h264_vaapi_encoder=0 h264_vaapi_hwaccel=0 h264_vdpau_hwaccel=0 h264_videotoolbox_encoder=0 h264_videotoolbox_hwaccel=0 haas_filter=1 haldclut_filter=1 haldclutsrc_filter=1 hap_decoder=1 hap_encoder=0 hapqa_extract_bsf=1 hash_muxer=1 hdcd_filter=1 hds_muxer=1 headphone_filter=1 hevc_amf_encoder=0 hevc_cuvid_decoder=0 hevc_d3d11va2_hwaccel=0 hevc_d3d11va_hwaccel=0 hevc_decoder=1 hevc_demuxer=1 hevc_dxva2_hwaccel=0 hevc_mediacodec_decoder=0 hevc_metadata_bsf=1 hevc_mp4toannexb_bsf=1 hevc_muxer=1 hevc_nvdec_hwaccel=0 hevc_nvenc_encoder=0 hevc_parser=1 hevc_qsv_decoder=0 hevc_qsv_encoder=0 hevc_rkmpp_decoder=0 hevc_v4l2_m2m=1 hevc_v4l2m2m_decoder=1 hevc_v4l2m2m_encoder=1 hevc_vaapi_encoder=0 hevc_vaapi_hwaccel=0 hevc_vdpau_hwaccel=0 hevc_videotoolbox_encoder=0 hevc_videotoolbox_hwaccel=0 hflip_filter=1 highpass_filter=1 highshelf_filter=1 hilbert_filter=1 histeq_filter=1 histogram_filter=1 hls_demuxer=1 hls_muxer=1 hls_protocol=1 hnm4_video_decoder=1 hnm_demuxer=1 hq_hqa_decoder=1 hqdn3d_filter=1 hqx_decoder=1 hqx_filter=1 hstack_filter=1 http_protocol=1 httpproxy_protocol=1 https_protocol=1 hue_filter=1 huffyuv_decoder=1 huffyuv_encoder=1 hwdownload_filter=1 hwmap_filter=1 hwupload_cuda_filter=0 hwupload_filter=1 hypot=1 hysteresis_filter=1 i686=1 i686_external=0 i686_inline=0 ia64=0 iac_decoder=1 ibasefilter=0 icecast_protocol=1 ico_demuxer=1 ico_muxer=1 id3d11videocontext=0 id3d11videodecoder=0 idcin_decoder=1 idcin_demuxer=1 idet_filter=1 idf_decoder=1 idf_demuxer=1 iec61883_cmp_connect=0 iec61883_indev=0 iff_demuxer=1 iff_ilbm_decoder=1 il_filter=1 ilbc_at_decoder=0 ilbc_at_encoder=0 ilbc_decoder=1 ilbc_demuxer=1 ilbc_muxer=1 image2_alias_pix_demuxer=1 image2_brender_pix_demuxer=1 image2_demuxer=1 image2_muxer=1 image2pipe_demuxer=1 image2pipe_muxer=1 image_bmp_pipe_demuxer=1 image_dds_pipe_demuxer=1 image_dpx_pipe_demuxer=1 image_exr_pipe_demuxer=1 image_j2k_pipe_demuxer=1 image_jpeg_pipe_demuxer=1 image_jpegls_pipe_demuxer=1 image_pam_pipe_demuxer=1 image_pbm_pipe_demuxer=1 image_pcx_pipe_demuxer=1 image_pgm_pipe_demuxer=1 image_pgmyuv_pipe_demuxer=1 image_pictor_pipe_demuxer=1 image_png_pipe_demuxer=1 image_ppm_pipe_demuxer=1 image_psd_pipe_demuxer=1 image_qdraw_pipe_demuxer=1 image_sgi_pipe_demuxer=1 image_sunrast_pipe_demuxer=1 image_svg_pipe_demuxer=1 image_tiff_pipe_demuxer=1 image_webp_pipe_demuxer=1 image_xpm_pipe_demuxer=1 image_xwd_pipe_demuxer=1 imc_decoder=1 imm4_decoder=1 imx_dump_header_bsf=1 indeo2_decoder=1 indeo3_decoder=1 indeo4_decoder=1 indeo5_decoder=1 inet_aton=1 inflate_filter=1 ingenient_demuxer=1 initializesecuritycontext=0 interlace_filter=1 interleave_filter=1 interplay_acm_decoder=1 interplay_dpcm_decoder=1 interplay_video_decoder=1 intrinsics_neon=0 io_h=0 ipmovie_demuxer=1 ipod_muxer=1 ircam_demuxer=1 ircam_muxer=1 isatty=1 isfinite=1 isinf=1 ismv_muxer=1 isnan=1 iss_demuxer=1 iv8_demuxer=1 ivf_demuxer=1 ivf_muxer=1 ivr_demuxer=1 jack_indev=0 jack_port_get_latency_range=0 jacosub_decoder=1 jacosub_demuxer=1 jacosub_muxer=1 join_filter=1 jpeg2000_decoder=1 jpeg2000_encoder=1 jpegls_decoder=1 jpegls_encoder=1 jv_decoder=1 jv_demuxer=1 kbhit=0 kerndeint_filter=1 kgv1_decoder=1 kmsgrab_indev=1 kmvc_decoder=1 kvz_api_get=0 ladspa_filter=0 ladspa_h=0 lagarith_decoder=1 lame_set_vbr_quality=0 latm_muxer=1 lavfi_indev=1 ldbrx=0 ldbrx_external=0 ldbrx_inline=0 ldexpf=1 lenscorrection_filter=1 lensfun_filter=0 libaom=0 libaom_av1_decoder=0 libaom_av1_encoder=0 libass=0 libbluray=0 libbs2b=0 libc_glibc=1 libcaca=1 libcdio=0 libcdio_indev=0 libcelt=0 libcelt_decoder=0 libcodec2=0 libcodec2_decoder=0 libcodec2_encoder=0 libdavs2_decoder=0 libdc1394=0 libdc1394_indev=0 libdl=1 libdrm=1 libfdk_aac=0 libfdk_aac_decoder=0 libfdk_aac_encoder=0 libflite=0 libfontconfig=1 libfreetype=0 libfribidi=1 libgme=0 libgme_demuxer=0 libgsm=0 libgsm_decoder=0 libgsm_encoder=0 libgsm_ms_decoder=0 libgsm_ms_encoder=0 libiec61883=0 libilbc=0 libilbc_decoder=0 libilbc_encoder=0 libjack=0 libkvazaar=0 libkvazaar_encoder=0 libm=1 libmfx=0 libmodplug=1 libmodplug_demuxer=1 libmodplug_modplug_h=1 libmp3lame=0 libmp3lame_encoder=0 libmysofa=0 libndi_newtek_indev=0 libndi_newtek_outdev=0 libnpp=0 libopencore_amrnb=0 libopencore_amrnb_decoder=0 libopencore_amrnb_encoder=0 libopencore_amrwb=0 libopencore_amrwb_decoder=0 libopencv=0 libopenh264=0 libopenh264_decoder=0 libopenh264_encoder=0 libopenjpeg=1 libopenjpeg_decoder=1 libopenjpeg_encoder=1 libopenmpt=0 libopenmpt_demuxer=0 libopus=0 libopus_decoder=0 libopus_encoder=0 libpulse=1 librsvg=0 librsvg_decoder=0 librtmp=0 librtmp_protocol=0 librtmpe_protocol=0 librtmps_protocol=0 librtmpt_protocol=0 librtmpte_protocol=0 librubberband=0 libshine=0 libshine_encoder=0 libsmbclient=0 libsmbclient_protocol=0 libsnappy=0 libsoxr=0 libspeex=0 libspeex_decoder=0 libspeex_encoder=0 libsrt=0 libsrt_protocol=0 libssh=0 libssh_protocol=0 libtesseract=0 libtheora=0 libtheora_encoder=0 libtls=0 libtwolame=0 libtwolame_encoder=0 libv4l2=0 libvidstab=0 libvmaf=0 libvmaf_filter=0 libvo_amrwbenc=0 libvo_amrwbenc_encoder=0 libvorbis=1 libvorbis_decoder=1 libvorbis_encoder=1 libvorbisenc=1 libvpx_vp8_decoder=0 libvpx_vp8_encoder=0 libvpx_vp9_decoder=0 libvpx_vp9_encoder=0 libwavpack=0 libwavpack_encoder=0 libwebp=1 libwebp_anim_encoder=1 libwebp_encoder=1 libx262_encoder=0 libx264=0 libx264_encoder=0 libx264rgb_encoder=0 libx265=0 libx265_encoder=0 libxavs=0 libxavs2_encoder=0 libxavs_encoder=0 libxcb=1 libxcb_shape=1 libxcb_shm=1 libxcb_xfixes=1 libxml2=1 libxml2_libxml_xmlversion_h=1 libxvid=0 libxvid_encoder=0 libzimg=0 libzmq=0 libzvbi=0 libzvbi_teletext_decoder=0 life_filter=1 lilv_world_new=0 limiter_filter=1 linux_fb_h=1 linux_videodev2_h=1 live_flv_demuxer=1 ljpeg_encoder=1 llrint=1 llrintf=1 lmlm4_demuxer=1 loadlibrary=0 loas_demuxer=1 localtime_r=1 loco_decoder=1 log10f=1 log2=1 log2f=1 loongson2=0 loongson2_external=0 loongson2_inline=0 loongson3=0 loongson3_external=0 loongson3_inline=0 loop_filter=1 loudnorm_filter=1 lowpass_filter=1 lowshelf_filter=1 lrc_demuxer=1 lrc_muxer=1 lrint=1 lrintf=1 lstat=1 lumakey_filter=1 lut1d_filter=1 lut2_filter=1 lut3d_filter=1 lut_filter=1 lutrgb_filter=1 lutyuv_filter=1 lv2=0 lv2_filter=0 lvf_demuxer=1 lxf_demuxer=1 lzma=1 lzma_h=1 lzma_version_number=1 lzo1x_999_compress=0 lzo_lzo1x_h=0 m101_decoder=1 m4v_demuxer=1 m4v_muxer=1 m68k=0 mace3_decoder=1 mace6_decoder=1 mach_absolute_time=0 mach_mach_time_h=0 machine_ioctl_bt848_h=0 machine_ioctl_meteor_h=0 machine_rw_barrier=0 magicyuv_decoder=1 magicyuv_encoder=1 malloc_h=1 mandelbrot_filter=1 mapviewoffile=0 maskedclamp_filter=1 maskedmerge_filter=1 math_h=1 matroska_audio_muxer=1 matroska_demuxer=1 matroska_muxer=1 mbarrier_h=0 mcdeint_filter=1 mcompand_filter=1 md5_muxer=1 md5_protocol=1 mdec_decoder=1 mediandk=0 memalign=1 memorybarrier=0 mergeplanes_filter=1 mestimate_filter=1 metadata_filter=1 metasound_decoder=1 mfxinit=0 mgsts_demuxer=1 microdvd_decoder=1 microdvd_demuxer=1 microdvd_muxer=1 midequalizer_filter=1 mimic_decoder=1 minterpolate_filter=1 mips=0 mips32r2=0 mips32r2_external=0 mips32r2_inline=0 mips32r5=0 mips32r5_external=0 mips32r5_inline=0 mips32r6=0 mips32r6_external=0 mips32r6_inline=0 mips64=0 mips64r2=0 mips64r2_external=0 mips64r2_inline=0 mips64r6=0 mips64r6_external=0 mips64r6_inline=0 mipsdsp=0 mipsdsp_external=0 mipsdsp_inline=0 mipsdspr2=0 mipsdspr2_external=0 mipsdspr2_inline=0 mipsfpu=0 mipsfpu_external=0 mipsfpu_inline=0 mix_filter=1 mjpeg2jpeg_bsf=1 mjpeg_2000_demuxer=1 mjpeg_cuvid_decoder=0 mjpeg_decoder=1 mjpeg_demuxer=1 mjpeg_encoder=1 mjpeg_muxer=1 mjpeg_nvdec_hwaccel=0 mjpeg_parser=1 mjpeg_qsv_encoder=0 mjpeg_vaapi_encoder=0 mjpeg_vaapi_hwaccel=0 mjpega_dump_header_bsf=1 mjpegb_decoder=1 mkstemp=1 mkvtimestamp_v2_muxer=1 mlp_decoder=1 mlp_demuxer=1 mlp_encoder=1 mlp_muxer=1 mlp_parser=1 mlv_demuxer=1 mm_demuxer=1 mmal=0 mmal_port_connect=0 mmap=1 mmf_demuxer=1 mmf_muxer=1 mmi=0 mmi_external=0 mmi_inline=0 mmsh_protocol=1 mmst_protocol=1 mmvideo_decoder=1 mmx=0 mmx_external=0 mmx_inline=0 mmxext=0 mmxext_external=0 mmxext_inline=0 modplug_load=1 motionpixels_decoder=1 mov2textsub_bsf=1 mov_demuxer=1 mov_muxer=1 movie_filter=1 movtext_decoder=1 movtext_encoder=1 mp1_at_decoder=0 mp1_decoder=1 mp1float_decoder=1 mp2_at_decoder=0 mp2_decoder=1 mp2_encoder=1 mp2_muxer=1 mp2fixed_encoder=1 mp2float_decoder=1 mp3_at_decoder=0 mp3_decoder=1 mp3_demuxer=1 mp3_header_decompress_bsf=1 mp3_muxer=1 mp3adu_decoder=1 mp3adufloat_decoder=1 mp3float_decoder=1 mp3on4_decoder=1 mp3on4float_decoder=1 mp4_muxer=1 mpc7_decoder=1 mpc8_decoder=1 mpc8_demuxer=1 mpc_demuxer=1 mpdecimate_filter=1 mpeg1_cuvid_decoder=0 mpeg1_nvdec_hwaccel=0 mpeg1_v4l2_m2m=1 mpeg1_v4l2m2m_decoder=1 mpeg1_vdpau_hwaccel=0 mpeg1_videotoolbox_hwaccel=0 mpeg1_xvmc_hwaccel=0 mpeg1system_muxer=1 mpeg1vcd_muxer=1 mpeg1video_decoder=1 mpeg1video_encoder=1 mpeg1video_muxer=1 mpeg2_crystalhd_decoder=0 mpeg2_cuvid_decoder=0 mpeg2_d3d11va2_hwaccel=0 mpeg2_d3d11va_hwaccel=0 mpeg2_dxva2_hwaccel=0 mpeg2_mediacodec_decoder=0 mpeg2_metadata_bsf=1 mpeg2_mmal_decoder=0 mpeg2_nvdec_hwaccel=0 mpeg2_qsv_decoder=0 mpeg2_qsv_encoder=0 mpeg2_v4l2_m2m=1 mpeg2_v4l2m2m_decoder=1 mpeg2_vaapi_encoder=0 mpeg2_vaapi_hwaccel=0 mpeg2_vdpau_hwaccel=0 mpeg2_videotoolbox_hwaccel=0 mpeg2_xvmc_hwaccel=0 mpeg2dvd_muxer=1 mpeg2svcd_muxer=1 mpeg2video_decoder=1 mpeg2video_encoder=1 mpeg2video_muxer=1 mpeg2vob_muxer=1 mpeg4_crystalhd_decoder=0 mpeg4_cuvid_decoder=0 mpeg4_decoder=1 mpeg4_encoder=1 mpeg4_mediacodec_decoder=0 mpeg4_mmal_decoder=0 mpeg4_nvdec_hwaccel=0 mpeg4_unpack_bframes_bsf=1 mpeg4_v4l2_m2m=1 mpeg4_v4l2m2m_decoder=1 mpeg4_v4l2m2m_encoder=1 mpeg4_vaapi_hwaccel=0 mpeg4_vdpau_hwaccel=0 mpeg4_videotoolbox_hwaccel=0 mpeg4video_parser=1 mpegaudio_parser=1 mpegps_demuxer=1 mpegts_demuxer=1 mpegts_muxer=1 mpegtsraw_demuxer=1 mpegvideo_decoder=1 mpegvideo_demuxer=1 mpegvideo_parser=1 mpjpeg_demuxer=1 mpjpeg_muxer=1 mpl2_decoder=1 mpl2_demuxer=1 mpp_create=0 mprotect=1 mpsub_demuxer=1 mptestsrc_filter=1 mpz_export=1 msa=0 msa1_decoder=1 msa_external=0 msa_h=0 msa_inline=0 mscc_decoder=1 msf_demuxer=1 msmpeg4_crystalhd_decoder=0 msmpeg4v1_decoder=1 msmpeg4v2_decoder=1 msmpeg4v2_encoder=1 msmpeg4v3_decoder=1 msmpeg4v3_encoder=1 msnwc_tcp_demuxer=1 msrle_decoder=1 mss1_decoder=1 mss2_decoder=1 msvideo1_decoder=1 msvideo1_encoder=1 mszh_decoder=1 mtaf_demuxer=1 mts2_decoder=1 mtv_demuxer=1 musx_demuxer=1 mv_demuxer=1 mvc1_decoder=1 mvc2_decoder=1 mvi_demuxer=1 mwsc_decoder=1 mxf_d10_muxer=1 mxf_demuxer=1 mxf_muxer=1 mxf_opatom_muxer=1 mxg_demuxer=1 mxpeg_decoder=1 mysofa_load=0 nanosleep=1 nc_demuxer=1 negate_filter=1 nellymoser_decoder=1 nellymoser_encoder=1 neon=0 neon_external=0 neon_inline=0 net_udplite_h=0 netdb_h=1 netinet_in_h=1 netinet_sctp_h=0 nistsphere_demuxer=1 nlmeans_filter=1 nnedi_filter=1 noformat_filter=1 noise_bsf=1 noise_filter=1 nonfree=1 normalize_filter=1 nppgetlibversion=0 nsp_demuxer=1 nsv_demuxer=1 null_bsf=1 null_filter=1 null_muxer=1 nullsink_filter=1 nullsrc_filter=1 nut_demuxer=1 nut_muxer=1 nuv_decoder=1 nuv_demuxer=1 nvdec=0 nvenc=0 nvenc_encoder=0 nvenc_h264_encoder=0 nvenc_hevc_encoder=0 ocr_filter=0 ocv_filter=0 oga_muxer=1 ogg_demuxer=1 ogg_muxer=1 ogv_muxer=1 ole32=0 oma_demuxer=1 oma_muxer=1 omx_core_h=0 on2avc_decoder=1 openal=0 openal_indev=0 opencl=0 openclsrc_filter=0 opengl=1 opengl_outdev=1 openjpeg_h=1 openmpt_module_create=0 openssl=1 openssl_init_ssl=1 openssl_ssl_h=1 opj_version=1 opus_decoder=1 opus_encoder=1 opus_multistream_decoder_create=0 opus_multistream_surround_encoder_create=0 opus_muxer=1 opus_parser=1 os2threads=0 oscilloscope_filter=1 oss_indev=1 oss_outdev=1 overlay_filter=1 overlay_opencl_filter=0 overlay_qsv_filter=0 owdenoise_filter=1 pa_context_new=1 pad_filter=1 paf_audio_decoder=1 paf_demuxer=1 paf_video_decoder=1 pal100bars_filter=1 pal75bars_filter=1 palettegen_filter=1 paletteuse_filter=1 pam_decoder=1 pam_encoder=1 pan_filter=1 parisc=0 pbm_decoder=1 pbm_encoder=1 pcm_alaw_at_decoder=0 pcm_alaw_at_encoder=0 pcm_alaw_decoder=1 pcm_alaw_demuxer=1 pcm_alaw_encoder=1 pcm_alaw_muxer=1 pcm_bluray_decoder=1 pcm_dvd_decoder=1 pcm_f16le_decoder=1 pcm_f24le_decoder=1 pcm_f32be_decoder=1 pcm_f32be_demuxer=1 pcm_f32be_encoder=1 pcm_f32be_muxer=1 pcm_f32le_decoder=1 pcm_f32le_demuxer=1 pcm_f32le_encoder=1 pcm_f32le_muxer=1 pcm_f64be_decoder=1 pcm_f64be_demuxer=1 pcm_f64be_encoder=1 pcm_f64be_muxer=1 pcm_f64le_decoder=1 pcm_f64le_demuxer=1 pcm_f64le_encoder=1 pcm_f64le_muxer=1 pcm_lxf_decoder=1 pcm_mulaw_at_decoder=0 pcm_mulaw_at_encoder=0 pcm_mulaw_decoder=1 pcm_mulaw_demuxer=1 pcm_mulaw_encoder=1 pcm_mulaw_muxer=1 pcm_s16be_decoder=1 pcm_s16be_demuxer=1 pcm_s16be_encoder=1 pcm_s16be_muxer=1 pcm_s16be_planar_decoder=1 pcm_s16be_planar_encoder=1 pcm_s16le_decoder=1 pcm_s16le_demuxer=1 pcm_s16le_encoder=1 pcm_s16le_muxer=1 pcm_s16le_planar_decoder=1 pcm_s16le_planar_encoder=1 pcm_s24be_decoder=1 pcm_s24be_demuxer=1 pcm_s24be_encoder=1 pcm_s24be_muxer=1 pcm_s24daud_decoder=1 pcm_s24daud_encoder=1 pcm_s24le_decoder=1 pcm_s24le_demuxer=1 pcm_s24le_encoder=1 pcm_s24le_muxer=1 pcm_s24le_planar_decoder=1 pcm_s24le_planar_encoder=1 pcm_s32be_decoder=1 pcm_s32be_demuxer=1 pcm_s32be_encoder=1 pcm_s32be_muxer=1 pcm_s32le_decoder=1 pcm_s32le_demuxer=1 pcm_s32le_encoder=1 pcm_s32le_muxer=1 pcm_s32le_planar_decoder=1 pcm_s32le_planar_encoder=1 pcm_s64be_decoder=1 pcm_s64be_encoder=1 pcm_s64le_decoder=1 pcm_s64le_encoder=1 pcm_s8_decoder=1 pcm_s8_demuxer=1 pcm_s8_encoder=1 pcm_s8_muxer=1 pcm_s8_planar_decoder=1 pcm_s8_planar_encoder=1 pcm_u16be_decoder=1 pcm_u16be_demuxer=1 pcm_u16be_encoder=1 pcm_u16be_muxer=1 pcm_u16le_decoder=1 pcm_u16le_demuxer=1 pcm_u16le_encoder=1 pcm_u16le_muxer=1 pcm_u24be_decoder=1 pcm_u24be_demuxer=1 pcm_u24be_encoder=1 pcm_u24be_muxer=1 pcm_u24le_decoder=1 pcm_u24le_demuxer=1 pcm_u24le_encoder=1 pcm_u24le_muxer=1 pcm_u32be_decoder=1 pcm_u32be_demuxer=1 pcm_u32be_encoder=1 pcm_u32be_muxer=1 pcm_u32le_decoder=1 pcm_u32le_demuxer=1 pcm_u32le_encoder=1 pcm_u32le_muxer=1 pcm_u8_decoder=1 pcm_u8_demuxer=1 pcm_u8_encoder=1 pcm_u8_muxer=1 pcm_vidc_decoder=1 pcm_vidc_demuxer=1 pcm_vidc_encoder=1 pcm_vidc_muxer=1 pcm_zork_decoder=1 pcx_decoder=1 pcx_encoder=1 peeknamedpipe=0 perms_filter=1 perspective_filter=1 pgm_decoder=1 pgm_encoder=1 pgmyuv_decoder=1 pgmyuv_encoder=1 pgssub_decoder=1 phase_filter=1 pic=1 pictor_decoder=1 pipe_protocol=1 pixdesctest_filter=1 pixlet_decoder=1 pixscope_filter=1 pjs_decoder=1 pjs_demuxer=1 pmp_demuxer=1 png_decoder=1 png_encoder=1 png_parser=1 pnm_parser=1 poll_h=1 posix_memalign=1 postproc=1 power8=0 power8_external=0 power8_inline=0 powf=1 pp7_filter=1 pp_filter=1 ppc=0 ppc4xx=0 ppc4xx_external=0 ppc4xx_inline=0 ppc64=0 ppm_decoder=1 ppm_encoder=1 pragma_deprecated=1 premultiply_filter=1 prewitt_filter=1 prewitt_opencl_filter=0 procamp_vaapi_filter=0 processing_ndi_lib_h=0 program_opencl_filter=0 prompeg_protocol=1 prores_aw_encoder=1 prores_decoder=1 prores_encoder=1 prores_ks_encoder=1 prosumer_decoder=1 psapi=0 psd_decoder=1 pseudocolor_filter=1 psnr_filter=1 psp_muxer=1 pthread_cancel=1 pthread_create=1 pthread_join=1 pthreads=1 ptx_decoder=1 pullup_filter=1 pulse_indev=1 pulse_outdev=1 pulse_pulseaudio_h=1 pva_demuxer=1 pvf_demuxer=1 qcelp_decoder=1 qcp_demuxer=1 qdm2_at_decoder=0 qdm2_decoder=1 qdmc_at_decoder=0 qdmc_decoder=1 qdraw_decoder=1 qp_filter=1 qpeg_decoder=1 qtrle_decoder=1 qtrle_encoder=1 r10k_decoder=1 r10k_encoder=1 r210_decoder=1 r210_encoder=1 r3d_demuxer=1 ra_144_decoder=1 ra_144_encoder=1 ra_288_decoder=1 ralf_decoder=1 random_filter=1 rasc_decoder=1 rawvideo_decoder=1 rawvideo_demuxer=1 rawvideo_encoder=1 rawvideo_muxer=1 readeia608_filter=1 readvitc_filter=1 realtext_decoder=1 realtext_demuxer=1 realtime_filter=1 redspark_demuxer=1 regclosekey=0 remap_filter=1 remove_extradata_bsf=1 removegrain_filter=1 removelogo_filter=1 repeatfields_filter=1 replaygain_filter=1 resample_filter=1 reverse_filter=1 rgbtestsrc_filter=1 rint=1 rkmpp=0 rl2_decoder=1 rl2_demuxer=1 rm_demuxer=1 rm_muxer=1 roberts_filter=1 roberts_opencl_filter=0 rockchip_mpp=0 roq_decoder=1 roq_demuxer=1 roq_dpcm_decoder=1 roq_dpcm_encoder=1 roq_encoder=1 roq_muxer=1 rotate_filter=1 round=1 roundf=1 rpl_demuxer=1 rpza_decoder=1 rscc_decoder=1 rsd_demuxer=1 rso_demuxer=1 rso_muxer=1 rsvg_handle_render_cairo=0 rtmp_protocol=1 rtmp_socket=0 rtmpe_protocol=1 rtmps_protocol=1 rtmpt_protocol=1 rtmpte_protocol=1 rtmpts_protocol=1 rtp_demuxer=1 rtp_mpegts_muxer=1 rtp_muxer=1 rtp_protocol=1 rtsp_demuxer=1 rtsp_muxer=1 rubberband_filter=0 rubberband_new=0 rv10_decoder=1 rv10_encoder=1 rv20_decoder=1 rv20_encoder=1 rv30_decoder=1 rv30_parser=1 rv40_decoder=1 rv40_parser=1 s302m_decoder=1 s302m_encoder=1 s337m_demuxer=1 s390=0 sab_filter=1 sami_decoder=1 sami_demuxer=1 sanm_decoder=1 sap_demuxer=1 sap_muxer=1 sbc_decoder=1 sbc_demuxer=1 sbc_encoder=1 sbc_muxer=1 sbc_parser=1 sbg_demuxer=1 scale2ref_filter=1 scale_cuda_filter=0 scale_filter=1 scale_npp_filter=0 scale_qsv_filter=0 scale_vaapi_filter=0 scc_demuxer=1 scc_muxer=1 sched_getaffinity=1 scpr_decoder=1 screenpresso_decoder=1 sctp_protocol=0 sdl2=0 sdl2_outdev=0 sdl_pollevent=0 sdp_demuxer=1 sdr2_demuxer=1 sds_demuxer=1 sdx2_dpcm_decoder=1 sdx_demuxer=1 section_data_rel_ro=1 segafilm_demuxer=1 segafilm_muxer=1 segment_muxer=1 select_filter=1 selectivecolor_filter=1 sem_timedwait=1 semaphore_h=1 sendcmd_filter=1 separatefields_filter=1 ser_demuxer=1 setconsolectrlhandler=0 setconsoletextattribute=0 setdar_filter=1 setend=0 setend_external=0 setend_inline=0 setfield_filter=1 setmode=0 setparams_filter=1 setpts_filter=1 setrange_filter=1 setrlimit=1 setsar_filter=1 settb_filter=1 sftp_init=0 sgi_decoder=1 sgi_encoder=1 sgirle_decoder=1 sh4=0 shared=1 sharpness_vaapi_filter=0 sheervideo_decoder=1 shell32=0 shine_encode_buffer=0 shorten_decoder=1 shorten_demuxer=1 showcqt_filter=1 showfreqs_filter=1 showinfo_filter=1 showpalette_filter=1 showspectrum_filter=1 showspectrumpic_filter=1 showvolume_filter=1 showwaves_filter=1 showwavespic_filter=1 shuffleframes_filter=1 shuffleplanes_filter=1 sidechaincompress_filter=1 sidechaingate_filter=1 sidedata_filter=1 siff_demuxer=1 signalstats_filter=1 signature_filter=1 silencedetect_filter=1 silenceremove_filter=1 simd_align_16=0 simd_align_32=0 simd_align_64=0 sin=1 sinc_filter=1 sine_filter=1 sinf=1 singlejpeg_muxer=1 sio_open=0 sipr_decoder=1 sipr_parser=1 sleep=0 sln_demuxer=1 smackaud_decoder=1 smacker_decoder=1 smacker_demuxer=1 smartblur_filter=1 smbc_init=0 smc_decoder=1 smjpeg_demuxer=1 smjpeg_muxer=1 smoothstreaming_muxer=1 smptebars_filter=1 smptehdbars_filter=1 smush_demuxer=1 smvjpeg_decoder=1 snappy_compress=0 snd_pcm_htimestamp=1 sndio=0 sndio_indev=0 sndio_outdev=0 snow_decoder=1 snow_encoder=1 sobel_filter=1 sobel_opencl_filter=0 socklen_t=1 sofalizer_filter=0 sol_demuxer=1 sol_dpcm_decoder=1 sonic_decoder=1 sonic_encoder=1 sonic_ls_encoder=1 sox_demuxer=1 sox_muxer=1 soxr_create=0 sp5x_decoder=1 sparc=0 sparc64=0 spdif_demuxer=1 spdif_muxer=1 spectrumsynth_filter=1 speedhq_decoder=1 speex_decoder_init=0 split_filter=1 spp_filter=1 spx_muxer=1 sr_filter=1 srgc_decoder=1 srt_decoder=1 srt_demuxer=1 srt_encoder=1 srt_muxer=1 srt_socket=0 srtp_protocol=1 ssa_decoder=1 ssa_encoder=1 sse=0 sse2=0 sse2_external=0 sse2_inline=0 sse3=0 sse3_external=0 sse3_inline=0 sse4=0 sse42=0 sse42_external=0 sse42_inline=0 sse4_external=0 sse4_inline=0 sse_external=0 sse_inline=0 ssim_filter=1 ssl_library_init=1 ssse3=0 ssse3_external=0 ssse3_inline=0 stdint_h=1 stdlib_h=1 stereo3d_filter=1 stereotools_filter=1 stereowiden_filter=1 stl_decoder=1 stl_demuxer=1 str_demuxer=1 stream_segment_muxer=1 streamselect_filter=1 strerror_r=1 struct_addrinfo=1 struct_group_source_req=1 struct_ip_mreq_source=1 struct_ipv6_mreq=1 struct_pollfd=1 struct_rusage_ru_maxrss=1 struct_sctp_event_subscribe=0 struct_sockaddr_in6=1 struct_sockaddr_storage=1 struct_stat_st_mtim_tv_nsec=1 subfile_protocol=1 subrip_decoder=1 subrip_encoder=1 subtitles_filter=0 subviewer1_decoder=1 subviewer1_demuxer=1 subviewer_decoder=1 subviewer_demuxer=1 sunrast_decoder=1 sunrast_encoder=1 sup_demuxer=1 sup_muxer=1 super2xsai_filter=1 superequalizer_filter=1 surround_filter=1 svag_demuxer=1 svq1_decoder=1 svq1_encoder=1 svq3_decoder=1 swaprect_filter=1 swapuv_filter=1 swf_demuxer=1 swf_muxer=1 swresample=1 swscale=1 sync_val_compare_and_swap=0 sys_param_h=1 sys_resource_h=1 sys_select_h=1 sys_socket_h=1 sys_soundcard_h=1 sys_stat_h=1 sys_time_h=1 sys_types_h=1 sys_un_h=1 sys_videoio_h=0 sysconf=1 sysctl=1 tak_decoder=1 tak_demuxer=1 tak_parser=1 targa_decoder=1 targa_encoder=1 targa_y216_decoder=1 tblend_filter=1 tcp_protocol=1 tdsc_decoder=1 tedcaptions_demuxer=1 tee_muxer=1 tee_protocol=1 telecine_filter=1 termios_h=1 tessbaseapicreate=0 testsrc2_filter=1 testsrc_filter=1 text2movsub_bsf=1 text_decoder=1 text_encoder=1 tg2_muxer=1 tgp_muxer=1 th_info_init=0 theora_decoder=1 thp_decoder=1 thp_demuxer=1 threedostr_demuxer=1 threshold_filter=1 thumbnail_cuda_filter=0 thumbnail_filter=1 tiertexseq_demuxer=1 tiertexseqvideo_decoder=1 tiff_decoder=1 tiff_encoder=1 tile_filter=1 tilegx=0 tilepro=0 time_h=1 tinterlace_filter=1 tls_configure=0 tls_protocol=1 tlut2_filter=1 tmix_filter=1 tmv_decoder=1 tmv_demuxer=1 tomi=0 tonemap_filter=1 tonemap_opencl_filter=0 trace_headers_bsf=1 transpose_filter=1 transpose_npp_filter=0 treble_filter=1 tremolo_filter=1 trim_filter=1 truehd_decoder=1 truehd_demuxer=1 truehd_encoder=1 truehd_muxer=1 truemotion1_decoder=1 truemotion2_decoder=1 truemotion2rt_decoder=1 truespeech_decoder=1 trunc=1 truncf=1 tscc2_decoder=1 tscc_decoder=1 tta_decoder=1 tta_demuxer=1 tta_encoder=1 tta_muxer=1 tty_demuxer=1 twinvq_decoder=1 twolame_encode_buffer_float32_interleaved=0 twolame_init=0 txd_decoder=1 txd_demuxer=1 ty_demuxer=1 udp_protocol=1 udplite_protocol=1 ulti_decoder=1 uncodedframecrc_muxer=1 unistd_h=1 unix_protocol=1 unpremultiply_filter=1 unsharp_filter=1 unsharp_opencl_filter=0 user32=0 usleep=1 uspp_filter=1 utvideo_decoder=1 utvideo_encoder=1 v210_decoder=1 v210_demuxer=1 v210_encoder=1 v210x_decoder=1 v210x_demuxer=1 v308_decoder=1 v308_encoder=1 v408_decoder=1 v408_encoder=1 v410_decoder=1 v410_encoder=1 v4l2_indev=1 v4l2_ioctl=0 v4l2_m2m=1 v4l2_outdev=1 va_va_dec_hevc_h=0 va_va_dec_vp8_h=0 va_va_enc_h264_h=0 va_va_enc_hevc_h=0 va_va_enc_mpeg2_h=0 va_va_enc_vp8_h=0 va_va_enc_vp9_h=0 va_va_h=0 va_va_vpp_h=0 vaapi=0 vaapi_drm=0 vaapi_x11=0 vaencpictureparameterbufferh264=0 vaencpictureparameterbufferhevc=0 vaencpictureparameterbufferjpeg=0 vaencpictureparameterbuffermpeg2=0 vaencpictureparameterbuffervp8=0 vaencpictureparameterbuffervp9=0 vag_demuxer=1 vagetdisplay=0 vagetdisplaydrm=0 vaguedenoiser_filter=1 vainitialize=0 valgrind_valgrind_h=0 vapictureparameterbufferhevc=0 vapictureparameterbuffervp8=0 vapoursynth_demuxer=0 vaprocpipelineparameterbuffer=0 vb_decoder=1 vbi_decoder_new=0 vble_decoder=1 vc1_crystalhd_decoder=0 vc1_cuvid_decoder=0 vc1_d3d11va2_hwaccel=0 vc1_d3d11va_hwaccel=0 vc1_decoder=1 vc1_demuxer=1 vc1_dxva2_hwaccel=0 vc1_mmal_decoder=0 vc1_muxer=1 vc1_nvdec_hwaccel=0 vc1_parser=1 vc1_qsv_decoder=0 vc1_v4l2_m2m=1 vc1_v4l2m2m_decoder=1 vc1_vaapi_hwaccel=0 vc1_vdpau_hwaccel=0 vc1image_decoder=1 vc1t_demuxer=1 vc1t_muxer=1 vc2_encoder=1 vcr1_decoder=1 vdp_device_create_x11=0 vdpau=0 vdpau_vdpau_h=0 vdpau_x11=0 vdppictureinfohevc=0 vectorscope_filter=1 version3=1 vflip_filter=1 vfp=0 vfp_external=0 vfp_inline=0 vfpv3=0 vfpv3_external=0 vfpv3_inline=0 vfrdet_filter=1 vfw32=0 vfwcap_indev=0 vibrance_filter=1 vibrato_filter=1 videotoolbox=0 vidstabdetect_filter=0 vidstabtransform_filter=0 vignette_filter=1 virtualalloc=0 vivo_demuxer=1 vmafmotion_filter=1 vmd_demuxer=1 vmdaudio_decoder=1 vmdvideo_decoder=1 vmnc_decoder=1 vobsub_demuxer=1 voc_demuxer=1 voc_muxer=1 volume_filter=1 volumedetect_filter=1 vorbis_codec_h=1 vorbis_decoder=1 vorbis_encode_init=1 vorbis_encoder=1 vorbis_info_init=1 vorbis_parser=1 vorbis_vorbisenc_h=1 vp3_decoder=1 vp3_parser=1 vp5_decoder=1 vp6_decoder=1 vp6a_decoder=1 vp6f_decoder=1 vp7_decoder=1 vp8_cuvid_decoder=0 vp8_decoder=1 vp8_mediacodec_decoder=0 vp8_nvdec_hwaccel=0 vp8_parser=1 vp8_qsv_decoder=0 vp8_rkmpp_decoder=0 vp8_v4l2_m2m=1 vp8_v4l2m2m_decoder=1 vp8_v4l2m2m_encoder=1 vp8_vaapi_encoder=0 vp8_vaapi_hwaccel=0 vp9_cuvid_decoder=0 vp9_d3d11va2_hwaccel=0 vp9_d3d11va_hwaccel=0 vp9_decoder=1 vp9_dxva2_hwaccel=0 vp9_mediacodec_decoder=0 vp9_metadata_bsf=1 vp9_nvdec_hwaccel=0 vp9_parser=1 vp9_raw_reorder_bsf=1 vp9_rkmpp_decoder=0 vp9_superframe_bsf=1 vp9_superframe_split_bsf=1 vp9_v4l2_m2m=1 vp9_v4l2m2m_decoder=1 vp9_vaapi_encoder=0 vp9_vaapi_hwaccel=0 vpk_demuxer=1 vplayer_decoder=1 vplayer_demuxer=1 vpp_qsv_filter=0 vpx_codec_vp8_cx=1 vpx_codec_vp8_dx=1 vpx_codec_vp9_cx=1 vpx_codec_vp9_dx=1 vpx_vp8cx_h=1 vpx_vp8dx_h=1 vpx_vpx_decoder_h=1 vpx_vpx_encoder_h=1 vqa_decoder=1 vqf_demuxer=1 vsmotiondetectinit=0 vstack_filter=1 vsx=0 vsx_external=0 vsx_inline=0 w32threads=0 w3fdif_filter=1 w64_demuxer=1 w64_muxer=1 wav_demuxer=1 wav_muxer=1 waveform_filter=1 wavpack_decoder=1 wavpack_encoder=1 wavpackopenfileoutput=0 wc3_demuxer=1 wcmv_decoder=1 weave_filter=1 webm_chunk_muxer=1 webm_dash_manifest_demuxer=1 webm_dash_manifest_muxer=1 webm_muxer=1 webp_decoder=1 webp_encode_h=1 webp_muxer=1 webpanimencoderoptionsinit=0 webpgetencoderversion=1 webrtcilbcfix_initdecode=0 webvtt_decoder=1 webvtt_demuxer=1 webvtt_encoder=1 webvtt_muxer=1 welsgetcodecversion=0 windows_h=0 wmalossless_decoder=1 wmapro_decoder=1 wmav1_decoder=1 wmav1_encoder=1 wmav2_decoder=1 wmav2_encoder=1 wmavoice_decoder=1 wmv1_decoder=1 wmv1_encoder=1 wmv2_decoder=1 wmv2_encoder=1 wmv3_crystalhd_decoder=0 wmv3_d3d11va2_hwaccel=0 wmv3_d3d11va_hwaccel=0 wmv3_decoder=1 wmv3_dxva2_hwaccel=0 wmv3_nvdec_hwaccel=0 wmv3_vaapi_hwaccel=0 wmv3_vdpau_hwaccel=0 wmv3image_decoder=1 wnv1_decoder=1 wrapped_avframe_decoder=1 wrapped_avframe_encoder=1 ws_snd1_decoder=1 wsaud_demuxer=1 wsd_demuxer=1 wsvqa_demuxer=1 wtv_demuxer=1 wtv_muxer=1 wv_demuxer=1 wv_muxer=1 wve_demuxer=1 x11_extensions_xvmclib_h=0 x264_csp_bgr=0 x264_encoder_encode=0 x264_h=0 x265_api_get=0 x86=1 x86_32=0 x86_64=1 x86asm=1 xa_demuxer=1 xan_dpcm_decoder=1 xan_wc3_decoder=1 xan_wc4_decoder=1 xavs_encoder_encode=0 xbin_decoder=1 xbin_demuxer=1 xbm_decoder=1 xbm_encoder=1 xbr_filter=1 xcb_connect=1 xcb_shape_get_rectangles=1 xcb_shape_h=1 xcb_shm_attach=1 xcb_shm_h=1 xcb_xcb_h=1 xcb_xfixes_get_cursor_image=1 xcb_xfixes_h=1 xcbgrab_indev=1 xf86drm_h=1 xface_decoder=1 xface_encoder=1 xl_decoder=1 xma1_decoder=1 xma2_decoder=1 xma_parser=1 xmlcheckversion=1 xmv_demuxer=1 xop=0 xop_external=0 xop_inline=0 xpm_decoder=1 xstack_filter=1 xsub_decoder=1 xsub_encoder=1 xv_outdev=0 xvag_demuxer=1 xvgetportattribute=0 xvid_global=0 xvmc=0 xwd_decoder=1 xwd_encoder=1 xwma_demuxer=1 y41p_decoder=1 y41p_encoder=1 yadif_cuda_filter=0 yadif_filter=1 ylc_decoder=1 yop_decoder=1 yop_demuxer=1 yuv4_decoder=1 yuv4_encoder=1 yuv4mpegpipe_demuxer=1 yuv4mpegpipe_muxer=1 yuvtestsrc_filter=1 zero12v_decoder=1 zerocodec_decoder=1 zimg_get_api_version=0 zlib=1 zlib_decoder=1 zlib_encoder=1 zlib_h=1 zlibversion=1 zmbv_decoder=1 zmbv_encoder=1 zmq_ctx_new=0 zmq_filter=0 zoompan_filter=1 zscale_filter=0 adts_header=1 fft=1 mdct15=1 mdct=1 sinewin=1 audio_frame_queue=1 iirfilter=1 lpc=1 ac3dsp=1 bswapdsp=1 fmtconvert=1 audiodsp=1 fdctdsp=1 idctdsp=1 pixblockdsp=1 me_cmp=1 g722dsp=1 corefoundation=1 corevideo=1 coremedia=1 golomb=1 iso_media=1 network=1 lsp=1 blockdsp=1 hpeldsp=1 exif=1 jpegtables=1 aandcttables=1 h264chroma=1 error_resilience=1 mpeg_er=1 videodsp=1 mpegvideo=1 qpeldsp=1 mpegvideoenc=1 llauddsp=1 llvidencdsp=1 riffdec=1 riffenc=1 threads=1 rdft=1 cbs=1 cbs_av1=1 dct=1 wma_freqs=1 lzo=1 rtpenc_chain=1 texturedsp=1 pixelutils=1 dirac_parse=1 dwt=1 manpages=0 htmlpages=0 podpages=0 txtpages=0 doc=0 dvprofile=1 lzf=1 faandct=0 faanidct=0 fast_cmov=1 rangecoder=1 huffyuvdsp=1 llviddsp=1 huffman=1 huffyuvencdsp=1 flacdsp=1 h263dsp=1 frame_thread_encoder=0 startcode=1 h264dsp=1 h264parse=1 cabac=1 h264pred=1 h264qpel=1 cbs_h264=1 qsv=0 qsvdec=0 qsvenc=0 vaapi_encode=0 videotoolbox_encoder=0 snappy=1 hevcparse=1 cbs_h265=1 schannel=0 securetransport=0 ividsp=1 linux_perf=0 mpegaudiodsp=1 mpegaudioheader=1 mpegaudio=1 cbs_mpeg2=1 mss34dsp=1 intrax8=1 vc1dsp=1 qsvvpp=0 qsvdec_example=0 srtp=1 rtpdec=1 rv34dsp=1 libtensorflow=1 dnn=1 tpeldsp=1 vp3dsp=1 vaapi_encode_example=0 vaapi_transcode_example=0 valgrind_backtrace=0 vp56dsp=1 vp8dsp=1 cbs_vp9=1 wmv2dsp=1 es2_gl_h=0 mmal_parameter_video_max_num_callbacks=0 opengl_gl3_h=0 secitemimport=0 utgetostypefromstring=0 appkit=0 as_arch_directive=0 as_dn_directive=0 as_fpu_directive=0 as_func=0 as_object_arch=0 asm_mod_q=0 autodetect=0 avfoundation=0 avio_dir_cmd_example=0 avio_reading_example=0 avisynth=0 blocks_extension=0 bsfs=0 cdio_paranoia_h=0 cdio_paranoia_paranoia_h=0 coreimage=0 cuda_h=0 decklink=0 decode_audio_example=0 decode_video_example=0 decoders=0 demuxers=0 demuxing_decoding_example=0 dispatch_dispatch_h=0 dos_paths=0 ebp_available=0 ebx_available=0 encode_audio_example=0 encode_video_example=0 encoders=0 extract_mvs_example=0 faan=0 filter_audio_example=0 filtering_audio_example=0 filtering_video_example=0 filters=0 fontconfig=0 frei0r=0 ftrapv=0 gnu_as=0 gnu_windres=0 gplv3=0 gray=0 gsm_h=0 hardcoded_tables=0 http_multiclient_example=0 hw_decode_example=0 hwaccels=0 ibm_asm=0 iconv=0 indevs=0 inline_asm=0 inline_asm_direct_symbol_refs=0 inline_asm_labels=0 inline_asm_nonlocal_labels=0 jni=0 kcmvideocodectype_hevc=0 ladspa=0 lgplv3=0 libc_msvcrt=0 libndi_newtek=0 libvpx=0 libx262=0 linux_perf_event_h=0 local_aligned=0 makeinfo=0 makeinfo_html=0 mediacodec=0 memory_poisoning=0 metadata_example=0 mm_empty=0 mmx2=0 muxers=0 muxing_example=0 neon_clobber_test=0 omx=0 omx_rpi=0 opencl_d3d11=0 opencl_drm_arm=0 opencl_drm_beignet=0 opencl_dxva2=0 opencl_vaapi_beignet=0 opencl_vaapi_intel_media=0 opencv2_core_core_c_h=0 ossfuzz=0 outdevs=0 parsers=0 perl=0 pod2man=0 protocols=0 rdtsc=0 remuxing_example=0 resampling_audio_example=0 rsync_contimeout=0 runtime_cpudetect=0 safe_bitstream_reader=0 scaling_video_example=0 small=0 static=0 struct_msghdr_msg_flags=0 struct_sockaddr_sa_len=0 struct_v4l2_frmivalenum_discrete=0 swscale_alpha=0 symver=0 symver_asm_label=0 symver_gnu_asm=0 texi2html=0 texturedspenc=0 thumb=0 transcode_aac_example=0 transcoding_example=0 udplite_h=0 uwp=0 vaapi_1=0 vfp_args=0 wglgetprocaddress=0 winrt=0 winsock2_h=0 xform_asm=0 xlib=0 xmm_clobber_test=0 xmm_clobbers=0 //BEGIN_DEPENDS aac_adtstoasc_bsf=aac_adtstoasc_bsf,adts_header adts_header=adts_header aac_at_decoder=aac_adtstoasc_bsf,adts_header aac_decoder=mdct,mdct15,sinewin,adts_header,aac_decoder mdct15=mdct15 mdct=mdct sinewin=sinewin aac_encoder=mdct,sinewin,iirfilter,lpc,aac_encoder,audio_frame_queue audio_frame_queue=audio_frame_queue iirfilter=iirfilter lpc=lpc aac_fixed_decoder=adts_header,mdct,aac_fixed_decoder,sinewin aac_latm_decoder=aac_latm_decoder,mdct,aac_latm_parser,mdct15,adts_header,sinewin,aac_decoder aac_latm_parser=aac_latm_parser aac_parser=adts_header,aac_parser ac3_at_decoder=ac3_parser ac3_parser=ac3_parser ac3_decoder=ac3dsp,mdct,ac3_decoder,bswapdsp,ac3_parser,fmtconvert ac3dsp=ac3dsp bswapdsp=bswapdsp fmtconvert=fmtconvert ac3_demuxer=ac3_demuxer,ac3_parser ac3_encoder=ac3dsp,mdct,ac3_encoder,audiodsp,me_cmp audiodsp=audiodsp me_cmp=me_cmp ac3_fixed_decoder=ac3dsp,mdct,bswapdsp,ac3_parser,ac3_fixed_decoder ac3_fixed_encoder=ac3dsp,mdct,me_cmp,audiodsp,ac3_fixed_encoder adpcm_g722_decoder=adpcm_g722_decoder,g722dsp g722dsp=g722dsp adpcm_g722_encoder=adpcm_g722_encoder,g722dsp mmx_external=x86asm x86asm=x86asm mmx_inline=x86 x86=x86 mmx=x86 ffnvcodec=libdl libdl=libdl avutil=clock_gettime,libdrm,coremedia,libm,avutil,corefoundation,corevideo clock_gettime=clock_gettime libm=libm libdrm=libdrm corefoundation=corefoundation corevideo=corevideo coremedia=coremedia avcodec=clock_gettime,libm,corefoundation,coremedia,libdrm,avutil,null_bsf,avcodec,corevideo null_bsf=null_bsf afftdn_filter=fft,clock_gettime,libdrm,coremedia,libm,avutil,null_bsf,afftdn_filter,corefoundation,avcodec,corevideo fft=fft afftfilt_filter=fft,clock_gettime,libdrm,coremedia,libm,afftfilt_filter,avutil,null_bsf,corefoundation,avcodec,corevideo afir_filter=fft,clock_gettime,libdrm,coremedia,libm,avutil,afir_filter,null_bsf,corefoundation,avcodec,corevideo aic_decoder=golomb,aic_decoder,idctdsp golomb=golomb idctdsp=idctdsp aiff_muxer=aiff_muxer,iso_media iso_media=iso_media alac_at_encoder=audio_frame_queue alac_encoder=lpc,alac_encoder als_decoder=bswapdsp,als_decoder alsa_indev=alsa_indev,alsa alsa=alsa alsa_outdev=alsa,alsa_outdev amf=libdl avformat=clock_gettime,libdrm,coremedia,libm,network,avutil,zlib,null_bsf,avformat,corefoundation,avcodec,corevideo network=network zlib=zlib amovie_filter=clock_gettime,libm,zlib,corefoundation,amovie_filter,coremedia,libdrm,network,avutil,null_bsf,avformat,avcodec,corevideo amrnb_decoder=lsp,amrnb_decoder lsp=lsp amrwb_decoder=lsp,amrwb_decoder mjpeg_decoder=exif,mjpeg_decoder,blockdsp,idctdsp,hpeldsp,jpegtables blockdsp=blockdsp hpeldsp=hpeldsp exif=exif jpegtables=jpegtables sp5x_decoder=hpeldsp,idctdsp,exif,sp5x_decoder,blockdsp,jpegtables,mjpeg_decoder amv_decoder=blockdsp,mjpeg_decoder,idctdsp,amv_decoder,exif,sp5x_decoder,hpeldsp,jpegtables error_resilience=error_resilience,me_cmp mpegvideo=mpegvideo,blockdsp,idctdsp,hpeldsp,me_cmp mpegvideoenc=pixblockdsp,mpegvideoenc,me_cmp pixblockdsp=pixblockdsp amv_encoder=pixblockdsp,mpegvideoenc,jpegtables,amv_encoder,me_cmp android_camera_indev=pthreads pthreads=pthreads ape_decoder=ape_decoder,bswapdsp,llauddsp llauddsp=llauddsp apng_decoder=zlib,apng_decoder apng_encoder=apng_encoder,zlib,llvidencdsp llvidencdsp=llvidencdsp aptx_decoder=aptx_decoder,audio_frame_queue aptx_encoder=aptx_encoder,audio_frame_queue aptx_hd_decoder=aptx_hd_decoder,audio_frame_queue aptx_hd_encoder=aptx_hd_encoder,audio_frame_queue swresample=clock_gettime,libdrm,coremedia,libm,corefoundation,avutil,swresample,corevideo aresample_filter=clock_gettime,libdrm,coremedia,libm,avutil,aresample_filter,corefoundation,swresample,corevideo asf_demuxer=riffdec,asf_demuxer riffdec=riffdec asf_muxer=riffenc,asf_muxer riffenc=riffenc asf_o_demuxer=riffdec,asf_o_demuxer asf_stream_muxer=riffenc,asf_stream_muxer,asf_muxer asv1_decoder=idctdsp,blockdsp,bswapdsp,asv1_decoder asv1_encoder=asv1_encoder,pixblockdsp,fdctdsp,bswapdsp,aandcttables aandcttables=aandcttables fdctdsp=fdctdsp asv2_decoder=asv2_decoder,idctdsp,blockdsp,bswapdsp asv2_encoder=pixblockdsp,fdctdsp,bswapdsp,asv2_encoder,aandcttables async_protocol=threads,async_protocol threads=threads rdft=fft,rdft atempo_filter=fft,clock_gettime,libdrm,coremedia,libm,atempo_filter,avutil,null_bsf,rdft,corefoundation,avcodec,corevideo atrac1_decoder=atrac1_decoder,mdct,sinewin atrac3_decoder=mdct,atrac3_decoder atrac3p_decoder=atrac3p_decoder,mdct,sinewin atrac9_decoder=atrac9_decoder,mdct av1_metadata_bsf=cbs_av1,av1_metadata_bsf cbs_av1=cbs_av1 av1_parser=av1_parser,cbs_av1 avdevice=clock_gettime,libm,zlib,avdevice,corefoundation,coremedia,libdrm,network,avutil,null_bsf,avformat,avcodec,corevideo avfilter=clock_gettime,libdrm,coremedia,libm,corefoundation,avutil,avfilter,corevideo avfoundation_indev=coremedia,pthreads,corevideo avi_demuxer=riffdec,avi_demuxer,iso_media,exif avi_muxer=riffenc,avi_muxer avisynth=libdl avisynth_demuxer=riffdec avresample=clock_gettime,libdrm,coremedia,libm,corefoundation,avutil,avresample,corevideo avrn_decoder=avrn_decoder,exif,jpegtables bink_decoder=hpeldsp,bink_decoder,blockdsp dct=fft,rdft,dct binkaudio_dct_decoder=fft,binkaudio_dct_decoder,mdct,rdft,wma_freqs,dct,sinewin wma_freqs=wma_freqs binkaudio_rdft_decoder=fft,mdct,sinewin,binkaudio_rdft_decoder,rdft,wma_freqs blackframe_filter=gpl,blackframe_filter gpl=gpl bm3d_filter=fft,clock_gettime,libdrm,coremedia,libm,avutil,bm3d_filter,dct,null_bsf,rdft,corefoundation,avcodec,corevideo boxblur_filter=gpl,boxblur_filter boxblur_opencl_filter=gpl caca_outdev=libcaca,caca_outdev libcaca=libcaca caf_demuxer=caf_demuxer,riffdec,iso_media caf_muxer=caf_muxer,iso_media cavs_decoder=golomb,h264chroma,videodsp,cavs_decoder,idctdsp,qpeldsp,blockdsp h264chroma=h264chroma qpeldsp=qpeldsp videodsp=videodsp cbs_h264=golomb,cbs,cbs_h264 cbs=cbs cbs_h265=golomb,cbs,cbs_h265 cbs_mpeg2=cbs,cbs_mpeg2 clearvideo_decoder=idctdsp,clearvideo_decoder cllc_decoder=bswapdsp,cllc_decoder colormatrix_filter=gpl,colormatrix_filter comfortnoise_encoder=lpc,comfortnoise_encoder convolve_filter=fft,clock_gettime,libdrm,coremedia,libm,avutil,convolve_filter,null_bsf,corefoundation,avcodec,corevideo cook_decoder=mdct,audiodsp,cook_decoder,sinewin cover_rect_filter=clock_gettime,gpl,libm,zlib,corefoundation,coremedia,libdrm,network,avutil,cover_rect_filter,null_bsf,avformat,avcodec,corevideo i686=i686,x86 cpunop=i686,x86 cropdetect_filter=gpl,cropdetect_filter cscd_decoder=zlib,lzo,cscd_decoder lzo=lzo dash_demuxer=dash_demuxer,libxml2 libxml2=libxml2 mov_muxer=riffenc,rtpenc_chain,mov_muxer,iso_media rtpenc_chain=rtpenc_chain mp4_muxer=rtpenc_chain,mp4_muxer,riffenc,mov_muxer,iso_media dash_muxer=rtpenc_chain,dash_muxer,mov_muxer,mp4_muxer,riffenc,iso_media dca_decoder=dca_decoder,mdct dds_decoder=texturedsp,dds_decoder texturedsp=texturedsp decklink=libdl decklink_indev=threads decklink_outdev=threads decode_audio_example=clock_gettime,libdrm,coremedia,libm,avutil,null_bsf,corefoundation,avcodec,corevideo decode_video_example=clock_gettime,libdrm,coremedia,libm,avutil,null_bsf,corefoundation,avcodec,corevideo deconvolve_filter=fft,clock_gettime,libdrm,coremedia,libm,avutil,deconvolve_filter,null_bsf,corefoundation,avcodec,corevideo delogo_filter=delogo_filter,gpl demuxing_decoding_example=clock_gettime,libm,zlib,corefoundation,coremedia,libdrm,network,avutil,null_bsf,avformat,avcodec,corevideo deshake_filter=pixelutils,deshake_filter pixelutils=pixelutils dirac_parse=golomb,dirac_parse dirac_decoder=dwt,golomb,pixblockdsp,mpegvideoenc,me_cmp,videodsp,dirac_decoder,dirac_parse dwt=dwt dirac_demuxer=dirac_parser,dirac_demuxer dirac_parser=dirac_parser dnxhd_decoder=blockdsp,dnxhd_decoder,idctdsp dnxhd_encoder=idctdsp,pixblockdsp,mpegvideoenc,blockdsp,dnxhd_encoder,fdctdsp,me_cmp dolby_e_decoder=dolby_e_decoder,mdct drawtext_filter=libfribidi,libfontconfig libfontconfig=libfontconfig libfribidi=libfribidi dts_demuxer=dca_parser,dts_demuxer dca_parser=dca_parser dtshd_demuxer=dca_parser,dtshd_demuxer dv_demuxer=dvprofile,dv_demuxer dvprofile=dvprofile dv_muxer=dvprofile,dv_muxer dvvideo_decoder=dvprofile,idctdsp,dvvideo_decoder dvvideo_encoder=pixblockdsp,dvprofile,fdctdsp,dvvideo_encoder,me_cmp dxa_decoder=zlib,dxa_decoder dxa_demuxer=dxa_demuxer,riffdec dxv_decoder=dxv_decoder,texturedsp,lzf lzf=lzf eac3_at_decoder=ac3_parser eac3_core_bsf=eac3_core_bsf,ac3_parser eac3_decoder=ac3dsp,mdct,fmtconvert,ac3_decoder,eac3_decoder,bswapdsp,ac3_parser eac3_demuxer=ac3_parser,eac3_demuxer eac3_encoder=ac3dsp,mdct,ac3_encoder,audiodsp,eac3_encoder,me_cmp eamad_decoder=mpegvideo,bswapdsp,hpeldsp,idctdsp,eamad_decoder,aandcttables,blockdsp,me_cmp eatgq_decoder=eatgq_decoder,aandcttables eatqi_decoder=bswapdsp,eatqi_decoder,idctdsp,aandcttables,blockdsp elbg_filter=clock_gettime,libdrm,coremedia,libm,elbg_filter,avutil,null_bsf,corefoundation,avcodec,corevideo encode_audio_example=clock_gettime,libdrm,coremedia,libm,avutil,null_bsf,corefoundation,avcodec,corevideo encode_video_example=clock_gettime,libdrm,coremedia,libm,avutil,null_bsf,corefoundation,avcodec,corevideo eq_filter=gpl,eq_filter exr_decoder=zlib,exr_decoder extract_mvs_example=clock_gettime,libm,zlib,corefoundation,coremedia,libdrm,network,avutil,null_bsf,avformat,avcodec,corevideo f4v_muxer=rtpenc_chain,riffenc,mov_muxer,iso_media,f4v_muxer faandct=fdctdsp faanidct=idctdsp x86_64=x86_64,fast_cmov,i686,x86 fast_cmov=fast_cmov fbdev_indev=fbdev_indev,linux_fb_h linux_fb_h=linux_fb_h fbdev_outdev=fbdev_outdev,linux_fb_h ffmpeg=clock_gettime,libm,zlib,corefoundation,avfilter,coremedia,libdrm,network,avutil,ffmpeg,null_bsf,avformat,avcodec,corevideo swscale=clock_gettime,libdrm,coremedia,libm,corefoundation,avutil,swscale,corevideo ffplay=hflip_filter,clock_gettime,libm,rotate_filter,zlib,crop_filter,rdft,corefoundation,swscale,transpose_filter,fft,coremedia,libdrm,network,avutil,vflip_filter,null_bsf,avformat,avcodec,swresample,corevideo crop_filter=crop_filter transpose_filter=transpose_filter hflip_filter=hflip_filter vflip_filter=vflip_filter rotate_filter=rotate_filter ffprobe=clock_gettime,libm,ffprobe,zlib,corefoundation,coremedia,libdrm,network,avutil,null_bsf,avformat,avcodec,corevideo tcp_protocol=tcp_protocol,network ffrtmpcrypt_protocol=tcp_protocol,ffrtmpcrypt_protocol,network,openssl,gcrypt,gmp gcrypt=gcrypt gmp=gmp openssl=openssl http_protocol=tcp_protocol,http_protocol,zlib,network ffrtmphttp_protocol=tcp_protocol,ffrtmphttp_protocol,network,http_protocol,zlib fftdnoiz_filter=fft,clock_gettime,libdrm,coremedia,libm,avutil,null_bsf,fftdnoiz_filter,corefoundation,avcodec,corevideo fftfilt_filter=fft,clock_gettime,libdrm,coremedia,libm,fftfilt_filter,avutil,null_bsf,rdft,corefoundation,avcodec,corevideo ffv1_decoder=ffv1_decoder,rangecoder rangecoder=rangecoder ffv1_encoder=rangecoder,ffv1_encoder huffyuv_decoder=huffyuv_decoder,llviddsp,bswapdsp,huffyuvdsp huffyuvdsp=huffyuvdsp llviddsp=llviddsp ffvhuff_decoder=llviddsp,bswapdsp,ffvhuff_decoder,huffyuv_decoder,huffyuvdsp huffyuv_encoder=bswapdsp,llvidencdsp,huffyuv_encoder,huffman,huffyuvencdsp huffman=huffman huffyuvencdsp=huffyuvencdsp ffvhuff_encoder=bswapdsp,ffvhuff_encoder,huffman,llvidencdsp,huffyuvencdsp,huffyuv_encoder fic_decoder=golomb,fic_decoder fifo_muxer=threads,fifo_muxer filter_audio_example=clock_gettime,libdrm,coremedia,libm,avutil,corefoundation,avfilter,corevideo filter_units_bsf=cbs,filter_units_bsf filtering_audio_example=clock_gettime,libm,zlib,corefoundation,avfilter,coremedia,libdrm,network,avutil,null_bsf,avformat,avcodec,corevideo filtering_video_example=clock_gettime,libm,zlib,corefoundation,avfilter,coremedia,libdrm,network,avutil,null_bsf,avformat,avcodec,corevideo find_rect_filter=clock_gettime,gpl,libm,zlib,find_rect_filter,corefoundation,coremedia,libdrm,network,avutil,null_bsf,avformat,avcodec,corevideo firequalizer_filter=fft,clock_gettime,libdrm,coremedia,libm,avutil,firequalizer_filter,null_bsf,rdft,corefoundation,avcodec,corevideo flac_decoder=flac_decoder,flacdsp flacdsp=flacdsp flac_demuxer=flac_demuxer,flac_parser flac_parser=flac_parser flac_encoder=lpc,bswapdsp,flacdsp,flac_encoder flashsv2_decoder=zlib,flashsv2_decoder flashsv2_encoder=zlib,flashsv2_encoder flashsv_decoder=zlib,flashsv_decoder flashsv_encoder=zlib,flashsv_encoder h263_decoder=qpeldsp,hpeldsp,mpegvideo,h263dsp,h263_parser,idctdsp,blockdsp,h263_decoder,me_cmp h263_parser=h263_parser h263dsp=h263dsp flv_decoder=mpegvideo,h263dsp,flv_decoder,blockdsp,h263_parser,idctdsp,qpeldsp,hpeldsp,h263_decoder,me_cmp h263_encoder=pixblockdsp,mpegvideoenc,h263dsp,h263_encoder,me_cmp flv_encoder=flv_encoder,pixblockdsp,mpegvideoenc,h263dsp,h263_encoder,me_cmp fourxm_decoder=fourxm_decoder,blockdsp,bswapdsp frame_thread_encoder=threads framerate_filter=pixelutils,framerate_filter fraps_decoder=huffman,fraps_decoder,bswapdsp frei0r_filter=libdl frei0r_src_filter=libdl fspp_filter=fspp_filter,gpl ftp_protocol=tcp_protocol,network,ftp_protocol g2m_decoder=zlib,idctdsp,g2m_decoder,blockdsp,jpegtables g729_decoder=audiodsp,g729_decoder gdigrab_indev=bmp_decoder bmp_decoder=bmp_decoder geq_filter=gpl,geq_filter gopher_protocol=gopher_protocol,network h261_decoder=blockdsp,idctdsp,mpegvideo,h261_decoder,hpeldsp,me_cmp h261_encoder=h261_encoder,pixblockdsp,mpegvideoenc,me_cmp v4l2_m2m=v4l2_m2m,linux_videodev2_h,sem_timedwait linux_videodev2_h=linux_videodev2_h sem_timedwait=sem_timedwait h263_v4l2m2m_decoder=sem_timedwait,h263_v4l2_m2m,v4l2_m2m,linux_videodev2_h,h263_v4l2m2m_decoder h263_v4l2_m2m=h263_v4l2_m2m h263_v4l2m2m_encoder=sem_timedwait,h263_v4l2_m2m,v4l2_m2m,linux_videodev2_h,h263_v4l2m2m_encoder h263_vaapi_hwaccel=mpegvideo,h263dsp,blockdsp,h263_parser,idctdsp,qpeldsp,hpeldsp,h263_decoder,me_cmp h263_videotoolbox_hwaccel=mpegvideo,h263dsp,blockdsp,h263_parser,idctdsp,qpeldsp,hpeldsp,h263_decoder,me_cmp h263i_decoder=mpegvideo,h263dsp,h263i_decoder,blockdsp,h263_parser,idctdsp,qpeldsp,hpeldsp,h263_decoder,me_cmp h263p_decoder=mpegvideo,h263dsp,blockdsp,h263_parser,idctdsp,h263p_decoder,qpeldsp,hpeldsp,h263_decoder,me_cmp h263p_encoder=h263p_encoder,pixblockdsp,mpegvideoenc,h263dsp,h263_encoder,me_cmp h264_parser=golomb,h264parse,h264_parser,h264dsp h264dsp=h264dsp h264parse=h264parse h264_crystalhd_decoder=h264_parser,h264dsp,golomb,h264_mp4toannexb_bsf,h264parse h264_mp4toannexb_bsf=h264_mp4toannexb_bsf h264_cuvid_decoder=h264_mp4toannexb_bsf h264_decoder=cabac,h264dsp,golomb,me_cmp,h264pred,h264_decoder,h264chroma,videodsp,error_resilience,h264parse,h264qpel cabac=cabac h264pred=h264pred h264qpel=h264qpel h264_d3d11va2_hwaccel=cabac,h264dsp,golomb,h264pred,h264_decoder,h264chroma,videodsp,error_resilience,h264qpel,h264parse,me_cmp h264_d3d11va_hwaccel=cabac,h264dsp,golomb,h264pred,h264_decoder,h264chroma,videodsp,error_resilience,h264qpel,h264parse,me_cmp h264_dxva2_hwaccel=cabac,h264dsp,golomb,h264pred,h264_decoder,h264chroma,videodsp,error_resilience,h264qpel,h264parse,me_cmp h264_mediacodec_decoder=h264_parser,h264dsp,golomb,h264_mp4toannexb_bsf,h264parse h264_metadata_bsf=h264_metadata_bsf,cbs_h264,golomb,cbs,const_nan const_nan=const_nan h264_nvdec_hwaccel=cabac,h264dsp,golomb,h264pred,h264_decoder,h264chroma,videodsp,error_resilience,h264qpel,h264parse,me_cmp nvenc=libdl omx=libdl,pthreads h264_qsv_decoder=h264_parser,h264dsp,golomb,h264_mp4toannexb_bsf,h264parse h264_redundant_pps_bsf=golomb,cbs,cbs_h264,h264_redundant_pps_bsf h264_rkmpp_decoder=h264_mp4toannexb_bsf h264_v4l2m2m_decoder=sem_timedwait,v4l2_m2m,h264_mp4toannexb_bsf,h264_v4l2m2m_decoder,linux_videodev2_h,h264_v4l2_m2m h264_v4l2_m2m=h264_v4l2_m2m h264_v4l2m2m_encoder=sem_timedwait,v4l2_m2m,linux_videodev2_h,h264_v4l2m2m_encoder,h264_v4l2_m2m h264_vaapi_encoder=golomb,cbs,cbs_h264 h264_vaapi_hwaccel=cabac,h264dsp,golomb,h264pred,h264_decoder,h264chroma,videodsp,error_resilience,h264qpel,h264parse,me_cmp h264_vdpau_hwaccel=cabac,h264dsp,golomb,h264pred,h264_decoder,h264chroma,videodsp,error_resilience,h264qpel,h264parse,me_cmp h264_videotoolbox_encoder=pthreads h264_videotoolbox_hwaccel=cabac,h264dsp,golomb,h264pred,h264_decoder,h264chroma,videodsp,error_resilience,h264qpel,h264parse,me_cmp hap_decoder=texturedsp,snappy,hap_decoder snappy=snappy hds_muxer=hds_muxer,flv_muxer flv_muxer=flv_muxer hevc_cuvid_decoder=hevc_mp4toannexb_bsf hevc_mp4toannexb_bsf=hevc_mp4toannexb_bsf hevcparse=golomb,hevcparse hevc_decoder=cabac,videodsp,hevc_decoder,golomb,hevcparse,bswapdsp hevc_d3d11va2_hwaccel=cabac,videodsp,hevc_decoder,golomb,hevcparse,bswapdsp hevc_d3d11va_hwaccel=cabac,videodsp,hevc_decoder,golomb,hevcparse,bswapdsp hevc_dxva2_hwaccel=cabac,videodsp,hevc_decoder,golomb,hevcparse,bswapdsp hevc_parser=golomb,hevcparse,hevc_parser hevc_mediacodec_decoder=hevc_mp4toannexb_bsf,hevcparse,golomb,hevc_parser hevc_metadata_bsf=golomb,hevc_metadata_bsf,cbs,cbs_h265 hevc_nvdec_hwaccel=cabac,videodsp,hevc_decoder,golomb,hevcparse,bswapdsp hevc_qsv_decoder=hevc_mp4toannexb_bsf,hevcparse,golomb,hevc_parser hevc_qsv_encoder=golomb,hevcparse hevc_rkmpp_decoder=hevc_mp4toannexb_bsf hevc_v4l2m2m_decoder=sem_timedwait,hevc_v4l2_m2m,v4l2_m2m,hevc_v4l2m2m_decoder,hevc_mp4toannexb_bsf,linux_videodev2_h hevc_v4l2_m2m=hevc_v4l2_m2m hevc_v4l2m2m_encoder=sem_timedwait,hevc_v4l2_m2m,v4l2_m2m,hevc_v4l2m2m_encoder,linux_videodev2_h hevc_vaapi_encoder=golomb,cbs,cbs_h265 hevc_vaapi_hwaccel=cabac,videodsp,hevc_decoder,golomb,hevcparse,bswapdsp hevc_vdpau_hwaccel=cabac,videodsp,hevc_decoder,golomb,hevcparse,bswapdsp hevc_videotoolbox_encoder=pthreads hevc_videotoolbox_hwaccel=cabac,videodsp,hevc_decoder,golomb,hevcparse,bswapdsp histeq_filter=histeq_filter,gpl mpegts_muxer=adts_muxer,mpegts_muxer,latm_muxer adts_muxer=adts_muxer latm_muxer=latm_muxer hls_muxer=hls_muxer,openssl,latm_muxer,gcrypt,mpegts_muxer,adts_muxer hqdn3d_filter=hqdn3d_filter,gpl http_multiclient_example=clock_gettime,libdrm,coremedia,libm,network,avutil,zlib,fork,null_bsf,avformat,corefoundation,avcodec,corevideo fork=fork httpproxy_protocol=tcp_protocol,zlib,network,httpproxy_protocol tls_protocol=tcp_protocol,tls_protocol,network,openssl https_protocol=tcp_protocol,network,openssl,zlib,tls_protocol,https_protocol hw_decode_example=clock_gettime,libm,zlib,corefoundation,coremedia,libdrm,network,avutil,null_bsf,avformat,avcodec,corevideo imc_decoder=fft,mdct,bswapdsp,sinewin,imc_decoder iac_decoder=fft,mdct,bswapdsp,iac_decoder,imc_decoder,sinewin icecast_protocol=tcp_protocol,network,http_protocol,zlib,icecast_protocol ilbc_at_encoder=audio_frame_queue image2_alias_pix_demuxer=image2_alias_pix_demuxer,image2_demuxer image2_demuxer=image2_demuxer image2_brender_pix_demuxer=image2_demuxer,image2_brender_pix_demuxer indeo3_decoder=indeo3_decoder,hpeldsp indeo4_decoder=ividsp,indeo4_decoder ividsp=ividsp indeo5_decoder=ividsp,indeo5_decoder interlace_filter=gpl,interlace_filter interplay_video_decoder=hpeldsp,interplay_video_decoder intrax8=blockdsp,idctdsp,intrax8 ipod_muxer=rtpenc_chain,riffenc,ipod_muxer,mov_muxer,iso_media ismv_muxer=rtpenc_chain,ismv_muxer,riffenc,mov_muxer,iso_media ivf_muxer=vp9_superframe_bsf,ivf_muxer,cbs_av1,av1_metadata_bsf vp9_superframe_bsf=vp9_superframe_bsf jack_indev=sem_timedwait jpegls_decoder=hpeldsp,idctdsp,exif,jpegls_decoder,blockdsp,jpegtables,mjpeg_decoder jv_decoder=jv_decoder,blockdsp kerndeint_filter=gpl,kerndeint_filter kmsgrab_indev=libdrm,kmsgrab_indev ladspa_filter=libdl lagarith_decoder=llviddsp,lagarith_decoder lavfi_indev=clock_gettime,libdrm,coremedia,libm,avutil,corefoundation,avfilter,lavfi_indev,corevideo lensfun_filter=version3 version3=version3 libaom_av1_encoder=extract_extradata_bsf extract_extradata_bsf=extract_extradata_bsf libfdk_aac_encoder=audio_frame_queue libmodplug_demuxer=libmodplug,libmodplug_demuxer libmodplug=libmodplug libmp3lame_encoder=audio_frame_queue libopencore_amrnb_encoder=audio_frame_queue libopenh264_decoder=h264_mp4toannexb_bsf libopenjpeg_decoder=libopenjpeg,libopenjpeg_decoder libopenjpeg=libopenjpeg libopenjpeg_encoder=libopenjpeg,libopenjpeg_encoder libopus_encoder=audio_frame_queue libshine_encoder=audio_frame_queue libspeex_encoder=audio_frame_queue libsrt_protocol=network libvmaf_filter=pthreads libvorbis_decoder=libvorbis,libvorbis_decoder libvorbis=libvorbis libvorbis_encoder=libvorbis,libvorbis_encoder,libvorbisenc,audio_frame_queue libvorbisenc=libvorbisenc libwavpack_encoder=audio_frame_queue libwebp_anim_encoder=libwebp_anim_encoder,libwebp libwebp=libwebp libwebp_encoder=libwebp_encoder,libwebp ljpeg_encoder=idctdsp,ljpeg_encoder,pixblockdsp,mpegvideoenc,me_cmp,jpegtables magicyuv_decoder=magicyuv_decoder,llviddsp magicyuv_encoder=magicyuv_encoder,llvidencdsp matroska_muxer=riffenc,matroska_muxer,iso_media matroska_audio_muxer=riffenc,matroska_muxer,iso_media,matroska_audio_muxer matroska_demuxer=lzo,riffdec,zlib,matroska_demuxer,iso_media mcdeint_filter=mcdeint_filter,clock_gettime,libdrm,coremedia,libm,gpl,avutil,null_bsf,corefoundation,avcodec,corevideo mdec_decoder=hpeldsp,idctdsp,mpegvideo,blockdsp,mdec_decoder,me_cmp metadata_example=clock_gettime,libdrm,coremedia,libm,network,avutil,zlib,null_bsf,avformat,corefoundation,avcodec,corevideo metasound_decoder=lsp,mdct,metasound_decoder,sinewin mimic_decoder=mimic_decoder,bswapdsp,blockdsp,idctdsp,hpeldsp mjpeg2jpeg_bsf=mjpeg2jpeg_bsf,jpegtables mjpeg_encoder=pixblockdsp,mpegvideoenc,mjpeg_encoder,jpegtables,me_cmp mjpeg_nvdec_hwaccel=hpeldsp,idctdsp,exif,blockdsp,jpegtables,mjpeg_decoder cbs_jpeg=cbs mjpeg_vaapi_encoder=jpegtables mjpeg_vaapi_hwaccel=hpeldsp,idctdsp,exif,blockdsp,jpegtables,mjpeg_decoder mjpegb_decoder=hpeldsp,mjpegb_decoder,idctdsp,exif,blockdsp,jpegtables,mjpeg_decoder mlp_decoder=mlp_decoder,mlp_parser mlp_parser=mlp_parser mlp_encoder=lpc,mlp_encoder mmf_muxer=riffenc,mmf_muxer mmsh_protocol=tcp_protocol,network,mmsh_protocol,http_protocol,zlib mmst_protocol=network,mmst_protocol motionpixels_decoder=motionpixels_decoder,bswapdsp mov_demuxer=zlib,riffdec,mov_demuxer,iso_media movie_filter=clock_gettime,libm,movie_filter,zlib,corefoundation,coremedia,libdrm,network,avutil,null_bsf,avformat,avcodec,corevideo mpegaudiodsp=fft,mpegaudiodsp,rdft,dct mp1_decoder=mp1_decoder,mpegaudio mpegaudio=mpegaudio mp1float_decoder=mpegaudio,mp1float_decoder mp2_at_decoder=mpegaudioheader mpegaudioheader=mpegaudioheader mp2_decoder=mp2_decoder,mpegaudio mp2float_decoder=mp2float_decoder,mpegaudio mp3_at_decoder=mpegaudioheader mp3_decoder=mpegaudio,mp3_decoder mpegaudio_parser=mpegaudio_parser,mpegaudioheader mp3_demuxer=mpegaudio_parser,mpegaudioheader,mp3_demuxer mp3_muxer=mp3_muxer,mpegaudioheader mp3adu_decoder=mp3adu_decoder,mpegaudio mp3adufloat_decoder=mp3adufloat_decoder,mpegaudio mp3float_decoder=mp3float_decoder,mpegaudio mp3on4_decoder=mp3on4_decoder,mpegaudio mp3on4float_decoder=mpegaudio,mp3on4float_decoder mpc7_decoder=fft,rdft,mpegaudiodsp,mpc7_decoder,bswapdsp,dct mpc8_decoder=fft,mpc8_decoder,dct,rdft,mpegaudiodsp mpdecimate_filter=mpdecimate_filter,pixelutils,gpl mpeg1video_decoder=blockdsp,idctdsp,mpegvideo,mpeg1video_decoder,hpeldsp,me_cmp mpeg1_nvdec_hwaccel=hpeldsp,idctdsp,mpegvideo,mpeg1video_decoder,blockdsp,me_cmp mpeg1_v4l2m2m_decoder=mpeg1_v4l2m2m_decoder,sem_timedwait,v4l2_m2m,mpeg1_v4l2_m2m,linux_videodev2_h mpeg1_v4l2_m2m=mpeg1_v4l2_m2m mpeg1_vdpau_hwaccel=hpeldsp,idctdsp,mpegvideo,mpeg1video_decoder,blockdsp,me_cmp mpeg1_videotoolbox_hwaccel=hpeldsp,idctdsp,mpegvideo,mpeg1video_decoder,blockdsp,me_cmp mpeg1_xvmc_hwaccel=hpeldsp,idctdsp,mpegvideo,mpeg1video_decoder,blockdsp,me_cmp mpeg1video_encoder=pixblockdsp,mpegvideoenc,h263dsp,mpeg1video_encoder,me_cmp mpeg2video_decoder=blockdsp,idctdsp,mpeg2video_decoder,mpegvideo,hpeldsp,me_cmp mpeg2_d3d11va2_hwaccel=hpeldsp,blockdsp,idctdsp,mpegvideo,mpeg2video_decoder,me_cmp mpeg2_d3d11va_hwaccel=hpeldsp,blockdsp,idctdsp,mpegvideo,mpeg2video_decoder,me_cmp mpeg2_dxva2_hwaccel=hpeldsp,blockdsp,idctdsp,mpegvideo,mpeg2video_decoder,me_cmp mpeg2_metadata_bsf=mpeg2_metadata_bsf,cbs,cbs_mpeg2 mpeg2_nvdec_hwaccel=hpeldsp,blockdsp,idctdsp,mpegvideo,mpeg2video_decoder,me_cmp mpegvideo_parser=blockdsp,idctdsp,mpegvideo,hpeldsp,mpegvideo_parser,me_cmp mpeg2_qsv_decoder=hpeldsp,idctdsp,mpegvideo,blockdsp,mpegvideo_parser,me_cmp mpeg2_v4l2m2m_decoder=sem_timedwait,v4l2_m2m,mpeg2_v4l2m2m_decoder,linux_videodev2_h,mpeg2_v4l2_m2m mpeg2_v4l2_m2m=mpeg2_v4l2_m2m mpeg2_vaapi_encoder=cbs,cbs_mpeg2 mpeg2_vaapi_hwaccel=hpeldsp,blockdsp,idctdsp,mpegvideo,mpeg2video_decoder,me_cmp mpeg2_vdpau_hwaccel=hpeldsp,blockdsp,idctdsp,mpegvideo,mpeg2video_decoder,me_cmp mpeg2_videotoolbox_hwaccel=hpeldsp,blockdsp,idctdsp,mpegvideo,mpeg2video_decoder,me_cmp mpeg2_xvmc_hwaccel=hpeldsp,blockdsp,idctdsp,mpegvideo,mpeg2video_decoder,me_cmp mpeg2video_encoder=mpeg2video_encoder,pixblockdsp,mpegvideoenc,h263dsp,me_cmp mpeg4video_parser=hpeldsp,blockdsp,idctdsp,mpeg4video_parser,mpegvideo,qpeldsp,h263dsp,me_cmp mpeg4_decoder=mpeg4_decoder,mpeg4video_parser,mpegvideo,h263dsp,blockdsp,h263_parser,idctdsp,qpeldsp,hpeldsp,h263_decoder,me_cmp mpeg4_encoder=mpeg4_encoder,pixblockdsp,mpegvideoenc,h263dsp,h263_encoder,me_cmp mpeg4_nvdec_hwaccel=mpeg4_decoder,mpeg4video_parser,mpegvideo,h263dsp,hpeldsp,h263_parser,idctdsp,qpeldsp,blockdsp,h263_decoder,me_cmp mpeg4_v4l2m2m_decoder=mpeg4_v4l2_m2m,sem_timedwait,v4l2_m2m,mpeg4_v4l2m2m_decoder,linux_videodev2_h mpeg4_v4l2_m2m=mpeg4_v4l2_m2m mpeg4_v4l2m2m_encoder=mpeg4_v4l2_m2m,sem_timedwait,v4l2_m2m,mpeg4_v4l2m2m_encoder,linux_videodev2_h mpeg4_vaapi_hwaccel=mpeg4_decoder,mpeg4video_parser,mpegvideo,h263dsp,hpeldsp,h263_parser,idctdsp,qpeldsp,blockdsp,h263_decoder,me_cmp mpeg4_vdpau_hwaccel=mpeg4_decoder,mpeg4video_parser,mpegvideo,h263dsp,hpeldsp,h263_parser,idctdsp,qpeldsp,blockdsp,h263_decoder,me_cmp mpeg4_videotoolbox_hwaccel=mpeg4_decoder,mpeg4video_parser,mpegvideo,h263dsp,hpeldsp,h263_parser,idctdsp,qpeldsp,blockdsp,h263_decoder,me_cmp mpegts_demuxer=mpegts_demuxer,iso_media mpegtsraw_demuxer=mpegtsraw_demuxer,mpegts_demuxer,iso_media mpegvideo_decoder=blockdsp,idctdsp,mpegvideo,mpegvideo_decoder,hpeldsp,me_cmp mptestsrc_filter=gpl,mptestsrc_filter msa1_decoder=mss34dsp,msa1_decoder mss34dsp=mss34dsp mscc_decoder=zlib,mscc_decoder msmpeg4v1_decoder=mpegvideo,h263dsp,msmpeg4v1_decoder,blockdsp,h263_parser,idctdsp,qpeldsp,hpeldsp,h263_decoder,me_cmp msmpeg4v2_decoder=msmpeg4v2_decoder,mpegvideo,h263dsp,blockdsp,h263_parser,idctdsp,qpeldsp,hpeldsp,h263_decoder,me_cmp msmpeg4v2_encoder=msmpeg4v2_encoder,pixblockdsp,mpegvideoenc,h263dsp,h263_encoder,me_cmp msmpeg4v3_decoder=msmpeg4v3_decoder,mpegvideo,h263dsp,blockdsp,h263_parser,idctdsp,qpeldsp,hpeldsp,h263_decoder,me_cmp msmpeg4v3_encoder=msmpeg4v3_encoder,pixblockdsp,mpegvideoenc,h263dsp,h263_encoder,me_cmp vc1dsp=h264chroma,qpeldsp,vc1dsp,startcode startcode=startcode vc1_decoder=vc1_decoder,vc1dsp,mpegvideo,startcode,h263dsp,intrax8,hpeldsp,h264chroma,h263_parser,idctdsp,h264qpel,qpeldsp,blockdsp,h263_decoder,me_cmp mss2_decoder=mss2_decoder,vc1dsp,h264chroma,qpeldsp,hpeldsp,intrax8,h264qpel,vc1_decoder,mpegvideo,startcode,h263dsp,idctdsp,h263_parser,blockdsp,h263_decoder,me_cmp mts2_decoder=mss34dsp,mts2_decoder muxing_example=clock_gettime,libm,zlib,corefoundation,swscale,coremedia,libdrm,network,avutil,null_bsf,avformat,avcodec,corevideo mwsc_decoder=zlib,mwsc_decoder mxf_d10_muxer=mxf_muxer,mxf_d10_muxer mxf_muxer=mxf_muxer mxf_opatom_muxer=mxf_opatom_muxer,mxf_muxer mxpeg_decoder=hpeldsp,idctdsp,exif,blockdsp,mxpeg_decoder,jpegtables,mjpeg_decoder negate_filter=negate_filter,lut_filter lut_filter=lut_filter nellymoser_decoder=mdct,nellymoser_decoder,sinewin nellymoser_encoder=mdct,nellymoser_encoder,sinewin,audio_frame_queue nnedi_filter=gpl,nnedi_filter nut_muxer=riffenc,nut_muxer nuv_decoder=nuv_decoder,idctdsp,lzo nuv_demuxer=riffdec,nuv_demuxer oga_muxer=oga_muxer,ogg_muxer ogg_muxer=ogg_muxer ogg_demuxer=golomb,ogg_demuxer,dirac_parse ogv_muxer=ogv_muxer,ogg_muxer on2avc_decoder=on2avc_decoder,mdct opengl_outdev=opengl,opengl_outdev opengl=opengl opus_decoder=clock_gettime,libdrm,coremedia,libm,mdct15,avutil,opus_decoder,corefoundation,swresample,corevideo opus_encoder=opus_encoder,mdct15,audio_frame_queue opus_muxer=opus_muxer,ogg_muxer oss_indev=oss_indev,sys_soundcard_h sys_soundcard_h=sys_soundcard_h oss_outdev=oss_outdev,sys_soundcard_h owdenoise_filter=owdenoise_filter,gpl pan_filter=clock_gettime,libdrm,coremedia,libm,avutil,corefoundation,pan_filter,swresample,corevideo pcm_alaw_at_encoder=audio_frame_queue pcm_mulaw_at_encoder=audio_frame_queue perspective_filter=perspective_filter,gpl phase_filter=phase_filter,gpl png_decoder=zlib,png_decoder png_encoder=zlib,png_encoder,llvidencdsp postproc=clock_gettime,gpl,libm,corefoundation,coremedia,libdrm,avutil,postproc,corevideo pp7_filter=pp7_filter,gpl pp_filter=clock_gettime,gpl,libdrm,coremedia,libm,avutil,pp_filter,corefoundation,postproc,corevideo prores_decoder=prores_decoder,blockdsp,idctdsp prores_encoder=fdctdsp,prores_encoder psp_muxer=rtpenc_chain,psp_muxer,riffenc,mov_muxer,iso_media pullup_filter=pullup_filter,gpl pulse_indev=pulse_indev,libpulse libpulse=libpulse pulse_outdev=pulse_outdev,libpulse qcelp_decoder=lsp,qcelp_decoder qdm2_decoder=fft,mdct,rdft,qdm2_decoder,mpegaudiodsp,dct qsvdec_example=clock_gettime,libdrm,coremedia,libm,avutil,null_bsf,corefoundation,avcodec,corevideo ra_144_decoder=audiodsp,ra_144_decoder ra_144_encoder=lpc,ra_144_encoder,audiodsp,audio_frame_queue ralf_decoder=golomb,ralf_decoder rasc_decoder=zlib,rasc_decoder rawvideo_decoder=bswapdsp,rawvideo_decoder removelogo_filter=clock_gettime,libm,removelogo_filter,zlib,corefoundation,swscale,coremedia,libdrm,network,avutil,null_bsf,avformat,avcodec,corevideo remuxing_example=clock_gettime,libm,zlib,corefoundation,coremedia,libdrm,network,avutil,null_bsf,avformat,avcodec,corevideo repeatfields_filter=repeatfields_filter,gpl resample_filter=clock_gettime,libdrm,coremedia,libm,avutil,resample_filter,avresample,corefoundation,corevideo resampling_audio_example=clock_gettime,libdrm,coremedia,libm,avutil,corefoundation,swresample,corevideo rscc_decoder=zlib,rscc_decoder rtmp_protocol=tcp_protocol,zlib,rtmp_protocol,network rtmpe_protocol=tcp_protocol,ffrtmpcrypt_protocol,network,openssl,zlib,rtmpe_protocol,gcrypt,gmp rtmps_protocol=tcp_protocol,network,rtmps_protocol,openssl,zlib,tls_protocol rtmpt_protocol=tcp_protocol,ffrtmphttp_protocol,network,rtmpt_protocol,http_protocol,zlib rtmpte_protocol=tcp_protocol,ffrtmphttp_protocol,network,openssl,http_protocol,zlib,gcrypt,ffrtmpcrypt_protocol,rtmpte_protocol,gmp rtmpts_protocol=tcp_protocol,ffrtmphttp_protocol,network,openssl,http_protocol,zlib,rtmpts_protocol,tls_protocol,https_protocol udp_protocol=udp_protocol,network rtp_protocol=udp_protocol,network,rtp_protocol rtpdec=riffdec,asf_demuxer,zlib,rtpdec,udp_protocol,iso_media,mov_demuxer,network,mpegts_demuxer,rtp_protocol,rm_demuxer,jpegtables rm_demuxer=rm_demuxer sdp_demuxer=riffdec,mov_demuxer,network,asf_demuxer,rm_demuxer,sdp_demuxer,zlib,mpegts_demuxer,rtpdec,rtp_protocol,udp_protocol,iso_media,jpegtables rtp_demuxer=riffdec,mov_demuxer,network,asf_demuxer,sdp_demuxer,zlib,mpegts_demuxer,rtp_demuxer,rtpdec,rtp_protocol,iso_media,udp_protocol,rm_demuxer,jpegtables rtp_muxer=golomb,rtp_muxer rtsp_demuxer=tcp_protocol,riffdec,mov_demuxer,network,asf_demuxer,rm_demuxer,http_protocol,zlib,mpegts_demuxer,rtpdec,rtp_protocol,rtsp_demuxer,udp_protocol,iso_media,jpegtables rtsp_muxer=tcp_protocol,rtpenc_chain,network,golomb,rtp_muxer,http_protocol,zlib,rtsp_muxer,rtp_protocol,udp_protocol rv10_decoder=mpegvideo,rv10_decoder,h263dsp,blockdsp,h263_parser,idctdsp,qpeldsp,hpeldsp,h263_decoder,me_cmp rv10_encoder=rv10_encoder,pixblockdsp,mpegvideoenc,h263dsp,h263_encoder,me_cmp rv20_decoder=mpegvideo,h263dsp,blockdsp,h263_parser,idctdsp,rv20_decoder,qpeldsp,hpeldsp,h263_decoder,me_cmp rv20_encoder=rv20_encoder,pixblockdsp,mpegvideoenc,h263dsp,h263_encoder,me_cmp rv30_decoder=mpegvideo,golomb,me_cmp,h264pred,rv34dsp,blockdsp,idctdsp,rv30_decoder,hpeldsp,h264qpel rv34dsp=rv34dsp rv40_decoder=mpegvideo,golomb,me_cmp,rv40_decoder,h264pred,rv34dsp,blockdsp,idctdsp,hpeldsp,h264qpel sab_filter=clock_gettime,gpl,libdrm,coremedia,libm,avutil,sab_filter,corefoundation,swscale,corevideo sap_demuxer=riffdec,mov_demuxer,network,asf_demuxer,sap_demuxer,sdp_demuxer,zlib,mpegts_demuxer,rtpdec,rtp_protocol,iso_media,udp_protocol,rm_demuxer,jpegtables sap_muxer=rtpenc_chain,golomb,network,sap_muxer,rtp_protocol,rtp_muxer,udp_protocol scale2ref_filter=clock_gettime,libdrm,coremedia,libm,scale2ref_filter,avutil,corefoundation,swscale,corevideo scale_filter=scale_filter,clock_gettime,libdrm,coremedia,libm,avutil,corefoundation,swscale,corevideo scaling_video_example=clock_gettime,libdrm,coremedia,libm,avutil,corefoundation,swscale,corevideo screenpresso_decoder=zlib,screenpresso_decoder sctp_protocol=network select_filter=pixelutils,select_filter shorten_decoder=bswapdsp,shorten_decoder showcqt_filter=clock_gettime,libm,zlib,corefoundation,swscale,fft,showcqt_filter,coremedia,libdrm,network,avutil,null_bsf,libfontconfig,avformat,avcodec,corevideo showfreqs_filter=fft,clock_gettime,libdrm,coremedia,libm,avutil,showfreqs_filter,null_bsf,corefoundation,avcodec,corevideo showspectrum_filter=fft,clock_gettime,libdrm,coremedia,libm,avutil,showspectrum_filter,null_bsf,corefoundation,avcodec,corevideo showspectrumpic_filter=fft,clock_gettime,libdrm,coremedia,libm,avutil,showspectrumpic_filter,null_bsf,corefoundation,avcodec,corevideo signature_filter=clock_gettime,gpl,libm,zlib,corefoundation,coremedia,libdrm,network,avutil,null_bsf,avformat,signature_filter,avcodec,corevideo sipr_decoder=sipr_decoder,lsp smartblur_filter=clock_gettime,gpl,libdrm,coremedia,libm,avutil,smartblur_filter,corefoundation,swscale,corevideo smoothstreaming_muxer=rtpenc_chain,ismv_muxer,mov_muxer,riffenc,iso_media,smoothstreaming_muxer snow_decoder=dwt,snow_decoder,videodsp,h264qpel,rangecoder,hpeldsp,me_cmp snow_encoder=dwt,pixblockdsp,mpegvideoenc,h264qpel,rangecoder,snow_encoder,hpeldsp,me_cmp sofalizer_filter=fft,clock_gettime,libdrm,coremedia,libm,avutil,null_bsf,corefoundation,avcodec,corevideo sonic_decoder=golomb,rangecoder,sonic_decoder sonic_encoder=golomb,sonic_encoder,rangecoder sonic_ls_encoder=golomb,rangecoder,sonic_ls_encoder spdif_demuxer=adts_header,spdif_demuxer spdif_muxer=adts_header,spdif_muxer spectrumsynth_filter=fft,clock_gettime,libdrm,coremedia,libm,avutil,spectrumsynth_filter,null_bsf,corefoundation,avcodec,corevideo speedhq_decoder=blockdsp,idctdsp,mpegvideo,hpeldsp,speedhq_decoder,me_cmp spp_filter=fft,clock_gettime,gpl,libdrm,coremedia,libm,avutil,pixblockdsp,me_cmp,spp_filter,fdctdsp,null_bsf,idctdsp,corefoundation,avcodec,corevideo spx_muxer=spx_muxer,ogg_muxer sr_filter=clock_gettime,sr_filter,libm,zlib,corefoundation,swscale,coremedia,libdrm,network,avutil,dnn,null_bsf,avformat,avcodec,corevideo dnn=dnn srgc_decoder=zlib,srgc_decoder srtp_protocol=network,srtp_protocol,rtp_protocol,udp_protocol,srtp srtp=srtp stereo3d_filter=stereo3d_filter,gpl subtitles_filter=clock_gettime,libm,zlib,corefoundation,coremedia,libdrm,network,avutil,null_bsf,avformat,avcodec,corevideo super2xsai_filter=gpl,super2xsai_filter svq1_decoder=hpeldsp,svq1_decoder svq1_encoder=svq1_encoder,pixblockdsp,mpegvideoenc,hpeldsp,me_cmp svq3_decoder=h264dsp,golomb,tpeldsp,zlib,svq3_decoder,h264pred,videodsp,hpeldsp,h264parse tpeldsp=tpeldsp swf_demuxer=swf_demuxer,zlib tak_decoder=audiodsp,tak_decoder tak_demuxer=tak_demuxer,tak_parser tak_parser=tak_parser tdsc_decoder=hpeldsp,idctdsp,exif,tdsc_decoder,zlib,blockdsp,jpegtables,mjpeg_decoder tg2_muxer=rtpenc_chain,riffenc,tg2_muxer,mov_muxer,iso_media tgp_muxer=rtpenc_chain,tgp_muxer,riffenc,mov_muxer,iso_media vp3_decoder=videodsp,vp3dsp,hpeldsp,vp3_decoder vp3dsp=vp3dsp theora_decoder=vp3_decoder,theora_decoder,videodsp,vp3dsp,hpeldsp thp_decoder=hpeldsp,idctdsp,thp_decoder,exif,blockdsp,jpegtables,mjpeg_decoder tiff_decoder=zlib,lzma,tiff_decoder lzma=lzma tiff_encoder=zlib,tiff_encoder tinterlace_filter=gpl,tinterlace_filter tonemap_filter=tonemap_filter,const_nan tonemap_opencl_filter=const_nan trace_headers_bsf=cbs,trace_headers_bsf transcode_aac_example=clock_gettime,libm,zlib,corefoundation,coremedia,libdrm,network,avutil,null_bsf,avformat,avcodec,swresample,corevideo transcoding_example=clock_gettime,libm,zlib,corefoundation,avfilter,coremedia,libdrm,network,avutil,null_bsf,avformat,avcodec,corevideo truehd_decoder=truehd_decoder,mlp_parser truehd_encoder=lpc,truehd_encoder truemotion2_decoder=truemotion2_decoder,bswapdsp truespeech_decoder=truespeech_decoder,bswapdsp tscc_decoder=zlib,tscc_decoder twinvq_decoder=lsp,mdct,twinvq_decoder,sinewin txd_decoder=texturedsp,txd_decoder udplite_protocol=network,udplite_protocol unix_protocol=unix_protocol,network,sys_un_h sys_un_h=sys_un_h uspp_filter=uspp_filter,clock_gettime,gpl,libdrm,coremedia,libm,avutil,null_bsf,corefoundation,avcodec,corevideo utvideo_decoder=utvideo_decoder,llviddsp,bswapdsp utvideo_encoder=huffman,bswapdsp,llvidencdsp,utvideo_encoder v4l2_indev=v4l2_indev,linux_videodev2_h v4l2_outdev=linux_videodev2_h,v4l2_outdev vaapi_encode_example=clock_gettime,libdrm,coremedia,libm,avutil,null_bsf,corefoundation,avcodec,corevideo vaapi_transcode_example=clock_gettime,libm,zlib,corefoundation,coremedia,libdrm,network,avutil,null_bsf,avformat,avcodec,corevideo vaguedenoiser_filter=vaguedenoiser_filter,gpl vble_decoder=llviddsp,vble_decoder vc1_d3d11va2_hwaccel=vc1_decoder,vc1dsp,mpegvideo,startcode,h263dsp,me_cmp,hpeldsp,h264chroma,blockdsp,h263_parser,idctdsp,qpeldsp,intrax8,h263_decoder,h264qpel vc1_d3d11va_hwaccel=vc1_decoder,vc1dsp,mpegvideo,startcode,h263dsp,me_cmp,hpeldsp,h264chroma,blockdsp,h263_parser,idctdsp,qpeldsp,intrax8,h263_decoder,h264qpel vc1_dxva2_hwaccel=vc1_decoder,vc1dsp,mpegvideo,startcode,h263dsp,me_cmp,hpeldsp,h264chroma,blockdsp,h263_parser,idctdsp,qpeldsp,intrax8,h263_decoder,h264qpel vc1_nvdec_hwaccel=vc1_decoder,vc1dsp,mpegvideo,startcode,h263dsp,me_cmp,hpeldsp,h264chroma,blockdsp,h263_parser,idctdsp,qpeldsp,intrax8,h263_decoder,h264qpel vc1_parser=vc1dsp,startcode,h264chroma,qpeldsp,vc1_parser vc1_qsv_decoder=h264chroma,vc1dsp,startcode,qpeldsp,vc1_parser vc1_v4l2m2m_decoder=vc1_v4l2_m2m,sem_timedwait,v4l2_m2m,linux_videodev2_h,vc1_v4l2m2m_decoder vc1_v4l2_m2m=vc1_v4l2_m2m vc1_vaapi_hwaccel=vc1_decoder,vc1dsp,mpegvideo,startcode,h263dsp,me_cmp,hpeldsp,h264chroma,blockdsp,h263_parser,idctdsp,qpeldsp,intrax8,h263_decoder,h264qpel vc1_vdpau_hwaccel=vc1_decoder,vc1dsp,mpegvideo,startcode,h263dsp,me_cmp,hpeldsp,h264chroma,blockdsp,h263_parser,idctdsp,qpeldsp,intrax8,h263_decoder,h264qpel vc1image_decoder=vc1_decoder,vc1dsp,mpegvideo,startcode,h263dsp,me_cmp,hpeldsp,h264chroma,blockdsp,h263_parser,idctdsp,vc1image_decoder,qpeldsp,intrax8,h263_decoder,h264qpel vobsub_demuxer=vobsub_demuxer,mpegps_demuxer mpegps_demuxer=mpegps_demuxer vorbis_decoder=vorbis_decoder,mdct vorbis_encoder=mdct,vorbis_encoder,audio_frame_queue vp5_decoder=vp5_decoder,vp56dsp,h264chroma,videodsp,vp3dsp,hpeldsp vp56dsp=vp56dsp vp6_decoder=vp56dsp,h264chroma,videodsp,vp6_decoder,huffman,vp3dsp,hpeldsp vp6a_decoder=h264chroma,videodsp,vp6_decoder,huffman,vp3dsp,hpeldsp,vp6a_decoder,vp56dsp vp6f_decoder=h264chroma,videodsp,vp6f_decoder,vp6_decoder,huffman,vp3dsp,hpeldsp,vp56dsp vp7_decoder=videodsp,vp7_decoder,vp8dsp,h264pred vp8dsp=vp8dsp vp8_decoder=videodsp,vp8_decoder,vp8dsp,h264pred vp8_nvdec_hwaccel=videodsp,vp8_decoder,vp8dsp,h264pred vp8_qsv_decoder=vp8_parser vp8_parser=vp8_parser vp8_v4l2m2m_decoder=sem_timedwait,vp8_v4l2m2m_decoder,v4l2_m2m,linux_videodev2_h,vp8_v4l2_m2m vp8_v4l2_m2m=vp8_v4l2_m2m vp8_v4l2m2m_encoder=vp8_v4l2m2m_encoder,sem_timedwait,v4l2_m2m,linux_videodev2_h,vp8_v4l2_m2m vp8_vaapi_hwaccel=videodsp,vp8_decoder,vp8dsp,h264pred vp9_decoder=videodsp,vp9_decoder,vp9_superframe_split_bsf,vp9_parser vp9_parser=vp9_parser vp9_superframe_split_bsf=vp9_superframe_split_bsf vp9_d3d11va2_hwaccel=videodsp,vp9_decoder,vp9_superframe_split_bsf,vp9_parser vp9_d3d11va_hwaccel=videodsp,vp9_decoder,vp9_superframe_split_bsf,vp9_parser vp9_dxva2_hwaccel=videodsp,vp9_decoder,vp9_superframe_split_bsf,vp9_parser cbs_vp9=cbs,cbs_vp9 vp9_metadata_bsf=cbs,vp9_metadata_bsf,cbs_vp9 vp9_nvdec_hwaccel=videodsp,vp9_decoder,vp9_superframe_split_bsf,vp9_parser vp9_v4l2m2m_decoder=sem_timedwait,v4l2_m2m,vp9_v4l2m2m_decoder,linux_videodev2_h,vp9_v4l2_m2m vp9_v4l2_m2m=vp9_v4l2_m2m vp9_vaapi_hwaccel=videodsp,vp9_decoder,vp9_superframe_split_bsf,vp9_parser wav_demuxer=riffdec,wav_demuxer w64_demuxer=wav_demuxer,w64_demuxer,riffdec wav_muxer=riffenc,wav_muxer w64_muxer=riffenc,w64_muxer,wav_muxer wcmv_decoder=zlib,wcmv_decoder webm_dash_manifest_demuxer=matroska_demuxer,lzo,riffdec,webm_dash_manifest_demuxer,zlib,iso_media webm_muxer=riffenc,webm_muxer,iso_media webp_decoder=vp8dsp,exif,webp_decoder,h264pred,videodsp,vp8_decoder wmalossless_decoder=llauddsp,wmalossless_decoder wmapro_decoder=mdct,wma_freqs,wmapro_decoder,sinewin wmav1_decoder=wmav1_decoder,mdct,wma_freqs,sinewin wmav1_encoder=mdct,wma_freqs,wmav1_encoder,sinewin wmav2_decoder=wmav2_decoder,mdct,wma_freqs,sinewin wmav2_encoder=mdct,wma_freqs,wmav2_encoder,sinewin wmavoice_decoder=fft,lsp,mdct,rdft,wmavoice_decoder,dct,sinewin wmv1_decoder=mpegvideo,h263dsp,blockdsp,h263_parser,idctdsp,wmv1_decoder,qpeldsp,hpeldsp,h263_decoder,me_cmp wmv1_encoder=wmv1_encoder,pixblockdsp,mpegvideoenc,h263dsp,h263_encoder,me_cmp wmv2_decoder=mpegvideo,wmv2_decoder,h263dsp,intrax8,error_resilience,hpeldsp,videodsp,h263_parser,idctdsp,wmv2dsp,qpeldsp,blockdsp,h263_decoder,me_cmp wmv2dsp=wmv2dsp wmv2_encoder=wmv2_encoder,wmv2dsp,pixblockdsp,mpegvideoenc,h263dsp,h263_encoder,me_cmp wmv3_decoder=vc1_decoder,vc1dsp,mpegvideo,startcode,h263dsp,me_cmp,wmv3_decoder,hpeldsp,h264chroma,blockdsp,h263_parser,idctdsp,qpeldsp,intrax8,h263_decoder,h264qpel wmv3image_decoder=vc1dsp,wmv3image_decoder,h264chroma,qpeldsp,hpeldsp,intrax8,h264qpel,vc1_decoder,mpegvideo,startcode,h263dsp,wmv3_decoder,h263_parser,idctdsp,blockdsp,h263_decoder,me_cmp wtv_demuxer=mpegts_demuxer,iso_media,riffdec,wtv_demuxer wtv_muxer=latm_muxer,wtv_muxer,mpegts_muxer,riffenc,adts_muxer xcbgrab_indev=libxcb_xfixes,libxcb,libxcb_shape,libxcb_shm,xcbgrab_indev libxcb=libxcb libxcb_shm=libxcb_shm libxcb_shape=libxcb_shape libxcb_xfixes=libxcb_xfixes xma1_decoder=mdct,sinewin,xma1_decoder,wmapro_decoder,wma_freqs xma2_decoder=mdct,sinewin,wmapro_decoder,wma_freqs,xma2_decoder xmv_demuxer=riffdec,xmv_demuxer xwma_demuxer=xwma_demuxer,riffdec zerocodec_decoder=zlib,zerocodec_decoder zlib_decoder=zlib,zlib_decoder zlib_encoder=zlib,zlib_encoder zmbv_decoder=zlib,zmbv_decoder zmbv_encoder=zlib,zmbv_encoder zoompan_filter=clock_gettime,libdrm,coremedia,libm,avutil,zoompan_filter,corefoundation,swscale,corevideo zscale_filter=const_nan --- stderr --- WARNING: Project targetting '>= 0.49.0' but tried to use feature introduced in '0.50.0': install arg in configure_file Configuring version.h using configuration Configuring avconfig.h using configuration Configuring libavutil.ver using configuration Program version.py found: YES (/usr/bin/python3 /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/libavutil/version.py) Configuring version.h using configuration Configuring libpostproc.ver using configuration Configuring version.h using configuration Configuring libswresample.ver using configuration Configuring version.h using configuration Configuring libswscale.ver using configuration Configuring version.h using configuration Configuring libavcodec.ver using configuration Configuring version.h using configuration Configuring libavformat.ver using configuration Configuring version.h using configuration Configuring libavfilter.ver using configuration Configuring version.h using configuration Configuring libavdevice.ver using configuration Configuring version.h using configuration Configuring libavresample.ver using configuration Program print_things.py found: YES (/home/otter/Desktop/gst-build-master/subprojects/FFmpeg/print_things.py) Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/print_things.py --filename=/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavcodec/codec_list.c --struct-name=AVCodec --name=codec_list a64multi_encoder a64multi5_encoder alias_pix_encoder amv_encoder apng_encoder asv1_encoder asv2_encoder avrp_encoder avui_encoder ayuv_encoder bmp_encoder cinepak_encoder cljr_encoder comfortnoise_encoder dnxhd_encoder dpx_encoder dvvideo_encoder ffv1_encoder ffvhuff_encoder fits_encoder flashsv_encoder flashsv2_encoder flv_encoder gif_encoder h261_encoder h263_encoder h263p_encoder huffyuv_encoder jpeg2000_encoder jpegls_encoder ljpeg_encoder magicyuv_encoder mjpeg_encoder mpeg1video_encoder mpeg2video_encoder mpeg4_encoder msmpeg4v2_encoder msmpeg4v3_encoder msvideo1_encoder pam_encoder pbm_encoder pcx_encoder pgm_encoder pgmyuv_encoder png_encoder ppm_encoder prores_encoder prores_aw_encoder prores_ks_encoder qtrle_encoder r10k_encoder r210_encoder rawvideo_encoder roq_encoder rv10_encoder rv20_encoder s302m_encoder sgi_encoder snow_encoder sunrast_encoder svq1_encoder targa_encoder tiff_encoder utvideo_encoder v210_encoder v308_encoder v408_encoder v410_encoder vc2_encoder wrapped_avframe_encoder wmv1_encoder wmv2_encoder xbm_encoder xface_encoder xwd_encoder y41p_encoder yuv4_encoder zlib_encoder zmbv_encoder aac_encoder ac3_encoder ac3_fixed_encoder alac_encoder aptx_encoder aptx_hd_encoder dca_encoder eac3_encoder flac_encoder g723_1_encoder mlp_encoder mp2_encoder mp2fixed_encoder nellymoser_encoder opus_encoder ra_144_encoder sbc_encoder sonic_encoder sonic_ls_encoder truehd_encoder tta_encoder vorbis_encoder wavpack_encoder wmav1_encoder wmav2_encoder pcm_alaw_encoder pcm_f32be_encoder pcm_f32le_encoder pcm_f64be_encoder pcm_f64le_encoder pcm_mulaw_encoder pcm_s8_encoder pcm_s8_planar_encoder pcm_s16be_encoder pcm_s16be_planar_encoder pcm_s16le_encoder pcm_s16le_planar_encoder pcm_s24be_encoder pcm_s24daud_encoder pcm_s24le_encoder pcm_s24le_planar_encoder pcm_s32be_encoder pcm_s32le_encoder pcm_s32le_planar_encoder pcm_s64be_encoder pcm_s64le_encoder pcm_u8_encoder pcm_u16be_encoder pcm_u16le_encoder pcm_u24be_encoder pcm_u24le_encoder pcm_u32be_encoder pcm_u32le_encoder pcm_vidc_encoder roq_dpcm_encoder adpcm_adx_encoder adpcm_g722_encoder adpcm_g726_encoder adpcm_g726le_encoder adpcm_ima_qt_encoder adpcm_ima_wav_encoder adpcm_ms_encoder adpcm_swf_encoder adpcm_yamaha_encoder ssa_encoder ass_encoder dvbsub_encoder dvdsub_encoder movtext_encoder srt_encoder subrip_encoder text_encoder webvtt_encoder xsub_encoder libopenjpeg_encoder libvorbis_encoder libwebp_anim_encoder libwebp_encoder h263_v4l2m2m_encoder h264_v4l2m2m_encoder hevc_v4l2m2m_encoder mpeg4_v4l2m2m_encoder vp8_v4l2m2m_encoder aasc_decoder aic_decoder alias_pix_decoder amv_decoder anm_decoder ansi_decoder apng_decoder asv1_decoder asv2_decoder aura_decoder aura2_decoder avrp_decoder avrn_decoder avs_decoder avui_decoder ayuv_decoder bethsoftvid_decoder bfi_decoder bink_decoder bitpacked_decoder bmp_decoder bmv_video_decoder brender_pix_decoder c93_decoder cavs_decoder cdgraphics_decoder cdxl_decoder cfhd_decoder cinepak_decoder clearvideo_decoder cljr_decoder cllc_decoder comfortnoise_decoder cpia_decoder cscd_decoder cyuv_decoder dds_decoder dfa_decoder dirac_decoder dnxhd_decoder dpx_decoder dsicinvideo_decoder dvaudio_decoder dvvideo_decoder dxa_decoder dxtory_decoder dxv_decoder eacmv_decoder eamad_decoder eatgq_decoder eatgv_decoder eatqi_decoder eightbps_decoder eightsvx_exp_decoder eightsvx_fib_decoder escape124_decoder escape130_decoder exr_decoder ffv1_decoder ffvhuff_decoder fic_decoder fits_decoder flashsv_decoder flashsv2_decoder flic_decoder flv_decoder fmvc_decoder fourxm_decoder fraps_decoder frwu_decoder g2m_decoder gdv_decoder gif_decoder h261_decoder h263_decoder h263i_decoder h263p_decoder h263_v4l2m2m_decoder h264_decoder h264_v4l2m2m_decoder hap_decoder hevc_decoder hevc_v4l2m2m_decoder hnm4_video_decoder hq_hqa_decoder hqx_decoder huffyuv_decoder idcin_decoder iff_ilbm_decoder imm4_decoder indeo2_decoder indeo3_decoder indeo4_decoder indeo5_decoder interplay_video_decoder jpeg2000_decoder jpegls_decoder jv_decoder kgv1_decoder kmvc_decoder lagarith_decoder loco_decoder m101_decoder magicyuv_decoder mdec_decoder mimic_decoder mjpeg_decoder mjpegb_decoder mmvideo_decoder motionpixels_decoder mpeg1video_decoder mpeg2video_decoder mpeg4_decoder mpeg4_v4l2m2m_decoder mpegvideo_decoder mpeg1_v4l2m2m_decoder mpeg2_v4l2m2m_decoder msa1_decoder mscc_decoder msmpeg4v1_decoder msmpeg4v2_decoder msmpeg4v3_decoder msrle_decoder mss1_decoder mss2_decoder msvideo1_decoder mszh_decoder mts2_decoder mvc1_decoder mvc2_decoder mwsc_decoder mxpeg_decoder nuv_decoder paf_video_decoder pam_decoder pbm_decoder pcx_decoder pgm_decoder pgmyuv_decoder pictor_decoder pixlet_decoder png_decoder ppm_decoder prores_decoder prosumer_decoder psd_decoder ptx_decoder qdraw_decoder qpeg_decoder qtrle_decoder r10k_decoder r210_decoder rasc_decoder rawvideo_decoder rl2_decoder roq_decoder rpza_decoder rscc_decoder rv10_decoder rv20_decoder rv30_decoder rv40_decoder s302m_decoder sanm_decoder scpr_decoder screenpresso_decoder sdx2_dpcm_decoder sgi_decoder sgirle_decoder sheervideo_decoder smacker_decoder smc_decoder smvjpeg_decoder snow_decoder sp5x_decoder speedhq_decoder srgc_decoder sunrast_decoder svq1_decoder svq3_decoder targa_decoder targa_y216_decoder tdsc_decoder theora_decoder thp_decoder tiertexseqvideo_decoder tiff_decoder tmv_decoder truemotion1_decoder truemotion2_decoder truemotion2rt_decoder tscc_decoder tscc2_decoder txd_decoder ulti_decoder utvideo_decoder v210_decoder v210x_decoder v308_decoder v408_decoder v410_decoder vb_decoder vble_decoder vc1_decoder vc1image_decoder vc1_v4l2m2m_decoder vcr1_decoder vmdvideo_decoder vmnc_decoder vp3_decoder vp5_decoder vp6_decoder vp6a_decoder vp6f_decoder vp7_decoder vp8_decoder vp8_v4l2m2m_decoder vp9_decoder vp9_v4l2m2m_decoder vqa_decoder webp_decoder wcmv_decoder wrapped_avframe_decoder wmv1_decoder wmv2_decoder wmv3_decoder wmv3image_decoder wnv1_decoder xan_wc3_decoder xan_wc4_decoder xbm_decoder xface_decoder xl_decoder xpm_decoder xwd_decoder y41p_decoder ylc_decoder yop_decoder yuv4_decoder zero12v_decoder zerocodec_decoder zlib_decoder zmbv_decoder aac_decoder aac_fixed_decoder aac_latm_decoder ac3_decoder ac3_fixed_decoder alac_decoder als_decoder amrnb_decoder amrwb_decoder ape_decoder aptx_decoder aptx_hd_decoder atrac1_decoder atrac3_decoder atrac3al_decoder atrac3p_decoder atrac3pal_decoder atrac9_decoder binkaudio_dct_decoder binkaudio_rdft_decoder bmv_audio_decoder cook_decoder dca_decoder dolby_e_decoder dsd_lsbf_decoder dsd_msbf_decoder dsd_lsbf_planar_decoder dsd_msbf_planar_decoder dsicinaudio_decoder dss_sp_decoder dst_decoder eac3_decoder evrc_decoder ffwavesynth_decoder flac_decoder g723_1_decoder g729_decoder gsm_decoder gsm_ms_decoder iac_decoder ilbc_decoder imc_decoder interplay_acm_decoder mace3_decoder mace6_decoder metasound_decoder mlp_decoder mp1_decoder mp1float_decoder mp2_decoder mp2float_decoder mp3float_decoder mp3_decoder mp3adufloat_decoder mp3adu_decoder mp3on4float_decoder mp3on4_decoder mpc7_decoder mpc8_decoder nellymoser_decoder on2avc_decoder opus_decoder paf_audio_decoder qcelp_decoder qdm2_decoder qdmc_decoder ra_144_decoder ra_288_decoder ralf_decoder sbc_decoder shorten_decoder sipr_decoder smackaud_decoder sonic_decoder tak_decoder truehd_decoder truespeech_decoder tta_decoder twinvq_decoder vmdaudio_decoder vorbis_decoder wavpack_decoder wmalossless_decoder wmapro_decoder wmav1_decoder wmav2_decoder wmavoice_decoder ws_snd1_decoder xma1_decoder xma2_decoder pcm_alaw_decoder pcm_bluray_decoder pcm_dvd_decoder pcm_f16le_decoder pcm_f24le_decoder pcm_f32be_decoder pcm_f32le_decoder pcm_f64be_decoder pcm_f64le_decoder pcm_lxf_decoder pcm_mulaw_decoder pcm_s8_decoder pcm_s8_planar_decoder pcm_s16be_decoder pcm_s16be_planar_decoder pcm_s16le_decoder pcm_s16le_planar_decoder pcm_s24be_decoder pcm_s24daud_decoder pcm_s24le_decoder pcm_s24le_planar_decoder pcm_s32be_decoder pcm_s32le_decoder pcm_s32le_planar_decoder pcm_s64be_decoder pcm_s64le_decoder pcm_u8_decoder pcm_u16be_decoder pcm_u16le_decoder pcm_u24be_decoder pcm_u24le_decoder pcm_u32be_decoder pcm_u32le_decoder pcm_vidc_decoder pcm_zork_decoder gremlin_dpcm_decoder interplay_dpcm_decoder roq_dpcm_decoder sol_dpcm_decoder xan_dpcm_decoder adpcm_4xm_decoder adpcm_adx_decoder adpcm_afc_decoder adpcm_aica_decoder adpcm_ct_decoder adpcm_dtk_decoder adpcm_ea_decoder adpcm_ea_maxis_xa_decoder adpcm_ea_r1_decoder adpcm_ea_r2_decoder adpcm_ea_r3_decoder adpcm_ea_xas_decoder adpcm_g722_decoder adpcm_g726_decoder adpcm_g726le_decoder adpcm_ima_amv_decoder adpcm_ima_apc_decoder adpcm_ima_dat4_decoder adpcm_ima_dk3_decoder adpcm_ima_dk4_decoder adpcm_ima_ea_eacs_decoder adpcm_ima_ea_sead_decoder adpcm_ima_iss_decoder adpcm_ima_oki_decoder adpcm_ima_qt_decoder adpcm_ima_rad_decoder adpcm_ima_smjpeg_decoder adpcm_ima_wav_decoder adpcm_ima_ws_decoder adpcm_ms_decoder adpcm_mtaf_decoder adpcm_psx_decoder adpcm_sbpro_2_decoder adpcm_sbpro_3_decoder adpcm_sbpro_4_decoder adpcm_swf_decoder adpcm_thp_decoder adpcm_thp_le_decoder adpcm_vima_decoder adpcm_xa_decoder adpcm_yamaha_decoder ssa_decoder ass_decoder ccaption_decoder dvbsub_decoder dvdsub_decoder jacosub_decoder microdvd_decoder movtext_decoder mpl2_decoder pgssub_decoder pjs_decoder realtext_decoder sami_decoder srt_decoder stl_decoder subrip_decoder subviewer_decoder subviewer1_decoder text_decoder vplayer_decoder webvtt_decoder xsub_decoder libopenjpeg_decoder libvorbis_decoder bintext_decoder xbin_decoder idf_decoder --- stdout --- --- stderr --- Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/print_things.py --filename=/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavcodec/parser_list.c --struct-name=AVCodecParser --name=parser_list aac_parser aac_latm_parser ac3_parser adx_parser av1_parser avs2_parser bmp_parser cavsvideo_parser cook_parser dca_parser dirac_parser dnxhd_parser dpx_parser dvaudio_parser dvbsub_parser dvdsub_parser dvd_nav_parser flac_parser g729_parser gsm_parser h261_parser h263_parser h264_parser hevc_parser mjpeg_parser mlp_parser mpeg4video_parser mpegaudio_parser mpegvideo_parser opus_parser png_parser pnm_parser rv30_parser rv40_parser sbc_parser sipr_parser tak_parser vc1_parser vorbis_parser vp3_parser vp8_parser vp9_parser xma_parser --- stdout --- --- stderr --- Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/print_things.py --filename=/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavcodec/bsf_list.c --struct-name=AVBitStreamFilter --name=bitstream_filters aac_adtstoasc_bsf av1_metadata_bsf chomp_bsf dump_extradata_bsf dca_core_bsf eac3_core_bsf extract_extradata_bsf filter_units_bsf h264_metadata_bsf h264_mp4toannexb_bsf h264_redundant_pps_bsf hapqa_extract_bsf hevc_metadata_bsf hevc_mp4toannexb_bsf imx_dump_header_bsf mjpeg2jpeg_bsf mjpega_dump_header_bsf mp3_header_decompress_bsf mpeg2_metadata_bsf mpeg4_unpack_bframes_bsf mov2textsub_bsf noise_bsf null_bsf remove_extradata_bsf text2movsub_bsf trace_headers_bsf vp9_metadata_bsf vp9_raw_reorder_bsf vp9_superframe_bsf vp9_superframe_split_bsf --- stdout --- --- stderr --- Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/print_things.py --filename=/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavformat/muxer_list.c --struct-name=AVOutputFormat --name=muxer_list a64_muxer ac3_muxer adts_muxer adx_muxer aiff_muxer amr_muxer apng_muxer aptx_muxer aptx_hd_muxer asf_muxer ass_muxer ast_muxer asf_stream_muxer au_muxer avi_muxer avm2_muxer avs2_muxer bit_muxer caf_muxer cavsvideo_muxer codec2_muxer codec2raw_muxer crc_muxer dash_muxer data_muxer daud_muxer dirac_muxer dnxhd_muxer dts_muxer dv_muxer eac3_muxer f4v_muxer ffmetadata_muxer fifo_muxer fifo_test_muxer filmstrip_muxer fits_muxer flac_muxer flv_muxer framecrc_muxer framehash_muxer framemd5_muxer g722_muxer g723_1_muxer g726_muxer g726le_muxer gif_muxer gsm_muxer gxf_muxer h261_muxer h263_muxer h264_muxer hash_muxer hds_muxer hevc_muxer hls_muxer ico_muxer ilbc_muxer image2_muxer image2pipe_muxer ipod_muxer ircam_muxer ismv_muxer ivf_muxer jacosub_muxer latm_muxer lrc_muxer m4v_muxer md5_muxer matroska_muxer matroska_audio_muxer microdvd_muxer mjpeg_muxer mlp_muxer mmf_muxer mov_muxer mp2_muxer mp3_muxer mp4_muxer mpeg1system_muxer mpeg1vcd_muxer mpeg1video_muxer mpeg2dvd_muxer mpeg2svcd_muxer mpeg2video_muxer mpeg2vob_muxer mpegts_muxer mpjpeg_muxer mxf_muxer mxf_d10_muxer mxf_opatom_muxer null_muxer nut_muxer oga_muxer ogg_muxer ogv_muxer oma_muxer opus_muxer pcm_alaw_muxer pcm_mulaw_muxer pcm_vidc_muxer pcm_f64be_muxer pcm_f64le_muxer pcm_f32be_muxer pcm_f32le_muxer pcm_s32be_muxer pcm_s32le_muxer pcm_s24be_muxer pcm_s24le_muxer pcm_s16be_muxer pcm_s16le_muxer pcm_s8_muxer pcm_u32be_muxer pcm_u32le_muxer pcm_u24be_muxer pcm_u24le_muxer pcm_u16be_muxer pcm_u16le_muxer pcm_u8_muxer psp_muxer rawvideo_muxer rm_muxer roq_muxer rso_muxer rtp_muxer rtp_mpegts_muxer rtsp_muxer sap_muxer sbc_muxer scc_muxer segafilm_muxer segment_muxer stream_segment_muxer singlejpeg_muxer smjpeg_muxer smoothstreaming_muxer sox_muxer spx_muxer spdif_muxer srt_muxer sup_muxer swf_muxer tee_muxer tg2_muxer tgp_muxer mkvtimestamp_v2_muxer truehd_muxer tta_muxer uncodedframecrc_muxer vc1_muxer vc1t_muxer voc_muxer w64_muxer wav_muxer webm_muxer webm_dash_manifest_muxer webm_chunk_muxer webp_muxer webvtt_muxer wtv_muxer wv_muxer yuv4mpegpipe_muxer --- stdout --- --- stderr --- Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/print_things.py --filename=/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavformat/demuxer_list.c --struct-name=AVInputFormat --name=demuxer_list aa_demuxer aac_demuxer ac3_demuxer acm_demuxer act_demuxer adf_demuxer adp_demuxer ads_demuxer adx_demuxer aea_demuxer afc_demuxer aiff_demuxer aix_demuxer amr_demuxer amrnb_demuxer amrwb_demuxer anm_demuxer apc_demuxer ape_demuxer apng_demuxer aptx_demuxer aptx_hd_demuxer aqtitle_demuxer asf_demuxer asf_o_demuxer ass_demuxer ast_demuxer au_demuxer avi_demuxer avr_demuxer avs_demuxer avs2_demuxer bethsoftvid_demuxer bfi_demuxer bintext_demuxer bink_demuxer bit_demuxer bmv_demuxer bfstm_demuxer brstm_demuxer boa_demuxer c93_demuxer caf_demuxer cavsvideo_demuxer cdg_demuxer cdxl_demuxer cine_demuxer codec2_demuxer codec2raw_demuxer concat_demuxer dash_demuxer data_demuxer daud_demuxer dcstr_demuxer dfa_demuxer dirac_demuxer dnxhd_demuxer dsf_demuxer dsicin_demuxer dss_demuxer dts_demuxer dtshd_demuxer dv_demuxer dvbsub_demuxer dvbtxt_demuxer dxa_demuxer ea_demuxer ea_cdata_demuxer eac3_demuxer epaf_demuxer ffmetadata_demuxer filmstrip_demuxer fits_demuxer flac_demuxer flic_demuxer flv_demuxer live_flv_demuxer fourxm_demuxer frm_demuxer fsb_demuxer g722_demuxer g723_1_demuxer g726_demuxer g726le_demuxer g729_demuxer gdv_demuxer genh_demuxer gif_demuxer gsm_demuxer gxf_demuxer h261_demuxer h263_demuxer h264_demuxer hevc_demuxer hls_demuxer hnm_demuxer ico_demuxer idcin_demuxer idf_demuxer iff_demuxer ilbc_demuxer image2_demuxer image2pipe_demuxer image2_alias_pix_demuxer image2_brender_pix_demuxer ingenient_demuxer ipmovie_demuxer ircam_demuxer iss_demuxer iv8_demuxer ivf_demuxer ivr_demuxer jacosub_demuxer jv_demuxer lmlm4_demuxer loas_demuxer lrc_demuxer lvf_demuxer lxf_demuxer m4v_demuxer matroska_demuxer mgsts_demuxer microdvd_demuxer mjpeg_demuxer mjpeg_2000_demuxer mlp_demuxer mlv_demuxer mm_demuxer mmf_demuxer mov_demuxer mp3_demuxer mpc_demuxer mpc8_demuxer mpegps_demuxer mpegts_demuxer mpegtsraw_demuxer mpegvideo_demuxer mpjpeg_demuxer mpl2_demuxer mpsub_demuxer msf_demuxer msnwc_tcp_demuxer mtaf_demuxer mtv_demuxer musx_demuxer mv_demuxer mvi_demuxer mxf_demuxer mxg_demuxer nc_demuxer nistsphere_demuxer nsp_demuxer nsv_demuxer nut_demuxer nuv_demuxer ogg_demuxer oma_demuxer paf_demuxer pcm_alaw_demuxer pcm_mulaw_demuxer pcm_vidc_demuxer pcm_f64be_demuxer pcm_f64le_demuxer pcm_f32be_demuxer pcm_f32le_demuxer pcm_s32be_demuxer pcm_s32le_demuxer pcm_s24be_demuxer pcm_s24le_demuxer pcm_s16be_demuxer pcm_s16le_demuxer pcm_s8_demuxer pcm_u32be_demuxer pcm_u32le_demuxer pcm_u24be_demuxer pcm_u24le_demuxer pcm_u16be_demuxer pcm_u16le_demuxer pcm_u8_demuxer pjs_demuxer pmp_demuxer pva_demuxer pvf_demuxer qcp_demuxer r3d_demuxer rawvideo_demuxer realtext_demuxer redspark_demuxer rl2_demuxer rm_demuxer roq_demuxer rpl_demuxer rsd_demuxer rso_demuxer rtp_demuxer rtsp_demuxer s337m_demuxer sami_demuxer sap_demuxer sbc_demuxer sbg_demuxer scc_demuxer sdp_demuxer sdr2_demuxer sds_demuxer sdx_demuxer segafilm_demuxer ser_demuxer shorten_demuxer siff_demuxer sln_demuxer smacker_demuxer smjpeg_demuxer smush_demuxer sol_demuxer sox_demuxer spdif_demuxer srt_demuxer str_demuxer stl_demuxer subviewer1_demuxer subviewer_demuxer sup_demuxer svag_demuxer swf_demuxer tak_demuxer tedcaptions_demuxer thp_demuxer threedostr_demuxer tiertexseq_demuxer tmv_demuxer truehd_demuxer tta_demuxer txd_demuxer tty_demuxer ty_demuxer v210_demuxer v210x_demuxer vag_demuxer vc1_demuxer vc1t_demuxer vivo_demuxer vmd_demuxer vobsub_demuxer voc_demuxer vpk_demuxer vplayer_demuxer vqf_demuxer w64_demuxer wav_demuxer wc3_demuxer webm_dash_manifest_demuxer webvtt_demuxer wsaud_demuxer wsd_demuxer wsvqa_demuxer wtv_demuxer wve_demuxer wv_demuxer xa_demuxer xbin_demuxer xmv_demuxer xvag_demuxer xwma_demuxer yop_demuxer yuv4mpegpipe_demuxer image_bmp_pipe_demuxer image_dds_pipe_demuxer image_dpx_pipe_demuxer image_exr_pipe_demuxer image_j2k_pipe_demuxer image_jpeg_pipe_demuxer image_jpegls_pipe_demuxer image_pam_pipe_demuxer image_pbm_pipe_demuxer image_pcx_pipe_demuxer image_pgmyuv_pipe_demuxer image_pgm_pipe_demuxer image_pictor_pipe_demuxer image_png_pipe_demuxer image_ppm_pipe_demuxer image_psd_pipe_demuxer image_qdraw_pipe_demuxer image_sgi_pipe_demuxer image_svg_pipe_demuxer image_sunrast_pipe_demuxer image_tiff_pipe_demuxer image_webp_pipe_demuxer image_xpm_pipe_demuxer image_xwd_pipe_demuxer libmodplug_demuxer --- stdout --- --- stderr --- Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/print_things.py --filename=/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavformat/protocol_list.c --struct-name=URLProtocol --name=url_protocols async_protocol cache_protocol concat_protocol crypto_protocol data_protocol ffrtmpcrypt_protocol ffrtmphttp_protocol file_protocol ftp_protocol gopher_protocol hls_protocol http_protocol httpproxy_protocol https_protocol icecast_protocol mmsh_protocol mmst_protocol md5_protocol pipe_protocol prompeg_protocol rtmp_protocol rtmpe_protocol rtmps_protocol rtmpt_protocol rtmpte_protocol rtmpts_protocol rtp_protocol srtp_protocol subfile_protocol tee_protocol tcp_protocol tls_protocol udp_protocol udplite_protocol unix_protocol --- stdout --- --- stderr --- Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/print_things.py --filename=/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavdevice/outdev_list.c --struct-name=AVOutputFormat --name=outdev_list alsa_muxer caca_muxer fbdev_muxer opengl_muxer oss_muxer pulse_muxer v4l2_muxer --- stdout --- --- stderr --- Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/print_things.py --filename=/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavdevice/indev_list.c --struct-name=AVInputFormat --name=indev_list alsa_demuxer fbdev_demuxer kmsgrab_demuxer lavfi_demuxer oss_demuxer pulse_demuxer v4l2_demuxer xcbgrab_demuxer --- stdout --- --- stderr --- Running command: /home/otter/Desktop/gst-build-master/subprojects/FFmpeg/print_things.py --filename=/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavfilter/filter_list.c --struct-name=AVFilter --name=filter_list af_abench af_acompressor af_acontrast af_acopy af_acue af_acrossfade af_acrossover af_acrusher af_adeclick af_adeclip af_adelay af_aderivative af_aecho af_aemphasis af_aeval af_afade af_afftdn af_afftfilt af_afir af_aformat af_agate af_aiir af_aintegral af_ainterleave af_alimiter af_allpass af_aloop af_amerge af_ametadata af_amix af_amultiply af_anequalizer af_anull af_apad af_aperms af_aphaser af_apulsator af_arealtime af_aresample af_areverse af_aselect af_asendcmd af_asetnsamples af_asetpts af_asetrate af_asettb af_ashowinfo af_asidedata af_asplit af_astats af_astreamselect af_atempo af_atrim af_bandpass af_bandreject af_bass af_biquad af_channelmap af_channelsplit af_chorus af_compand af_compensationdelay af_crossfeed af_crystalizer af_dcshift af_drmeter af_dynaudnorm af_earwax af_ebur128 af_equalizer af_extrastereo af_firequalizer af_flanger af_haas af_hdcd af_headphone af_highpass af_highshelf af_join af_loudnorm af_lowpass af_lowshelf af_mcompand af_pan af_replaygain af_resample af_sidechaincompress af_sidechaingate af_silencedetect af_silenceremove af_stereotools af_stereowiden af_superequalizer af_surround af_treble af_tremolo af_vibrato af_volume af_volumedetect asrc_aevalsrc asrc_anoisesrc asrc_anullsrc asrc_hilbert asrc_sinc asrc_sine asink_anullsink vf_alphaextract vf_alphamerge vf_amplify vf_atadenoise vf_avgblur vf_bbox vf_bench vf_bitplanenoise vf_blackdetect vf_blackframe vf_blend vf_bm3d vf_boxblur vf_bwdif vf_chromahold vf_chromakey vf_ciescope vf_codecview vf_colorbalance vf_colorchannelmixer vf_colorkey vf_colorlevels vf_colormatrix vf_colorspace vf_convolution vf_convolve vf_copy vf_cover_rect vf_crop vf_cropdetect vf_cue vf_curves vf_datascope vf_dctdnoiz vf_deband vf_deblock vf_decimate vf_deconvolve vf_deflate vf_deflicker vf_dejudder vf_delogo vf_deshake vf_despill vf_detelecine vf_dilation vf_displace vf_doubleweave vf_drawbox vf_drawgraph vf_drawgrid vf_edgedetect vf_elbg vf_entropy vf_eq vf_erosion vf_extractplanes vf_fade vf_fftdnoiz vf_fftfilt vf_field vf_fieldhint vf_fieldmatch vf_fieldorder vf_fillborders vf_find_rect vf_floodfill vf_format vf_fps vf_framepack vf_framerate vf_framestep vf_fspp vf_gblur vf_geq vf_gradfun vf_graphmonitor vf_greyedge vf_haldclut vf_hflip vf_histeq vf_histogram vf_hqdn3d vf_hqx vf_hstack vf_hue vf_hwdownload vf_hwmap vf_hwupload vf_hysteresis vf_idet vf_il vf_inflate vf_interlace vf_interleave vf_kerndeint vf_lenscorrection vf_limiter vf_loop vf_lumakey vf_lut vf_lut1d vf_lut2 vf_lut3d vf_lutrgb vf_lutyuv vf_maskedclamp vf_maskedmerge vf_mcdeint vf_mergeplanes vf_mestimate vf_metadata vf_midequalizer vf_minterpolate vf_mix vf_mpdecimate vf_negate vf_nlmeans vf_nnedi vf_noformat vf_noise vf_normalize vf_null vf_oscilloscope vf_overlay vf_owdenoise vf_pad vf_palettegen vf_paletteuse vf_perms vf_perspective vf_phase vf_pixdesctest vf_pixscope vf_pp vf_pp7 vf_premultiply vf_prewitt vf_pseudocolor vf_psnr vf_pullup vf_qp vf_random vf_readeia608 vf_readvitc vf_realtime vf_remap vf_removegrain vf_removelogo vf_repeatfields vf_reverse vf_roberts vf_rotate vf_sab vf_scale vf_scale2ref vf_select vf_selectivecolor vf_sendcmd vf_separatefields vf_setdar vf_setfield vf_setparams vf_setpts vf_setrange vf_setsar vf_settb vf_showinfo vf_showpalette vf_shuffleframes vf_shuffleplanes vf_sidedata vf_signalstats vf_signature vf_smartblur vf_sobel vf_split vf_spp vf_sr vf_ssim vf_stereo3d vf_streamselect vf_super2xsai vf_swaprect vf_swapuv vf_tblend vf_telecine vf_threshold vf_thumbnail vf_tile vf_tinterlace vf_tlut2 vf_tmix vf_tonemap vf_transpose vf_trim vf_unpremultiply vf_unsharp vf_uspp vf_vaguedenoiser vf_vectorscope vf_vflip vf_vfrdet vf_vibrance vf_vignette vf_vmafmotion vf_vstack vf_w3fdif vf_waveform vf_weave vf_xbr vf_xstack vf_yadif vf_zoompan vsrc_allrgb vsrc_allyuv vsrc_cellauto vsrc_color vsrc_haldclutsrc vsrc_life vsrc_mandelbrot vsrc_mptestsrc vsrc_nullsrc vsrc_pal75bars vsrc_pal100bars vsrc_rgbtestsrc vsrc_smptebars vsrc_smptehdbars vsrc_testsrc vsrc_testsrc2 vsrc_yuvtestsrc vsink_nullsink avf_abitscope avf_adrawgraph avf_agraphmonitor avf_ahistogram avf_aphasemeter avf_avectorscope avf_concat avf_showcqt avf_showfreqs avf_showspectrum avf_showspectrumpic avf_showvolume avf_showwaves avf_showwavespic vaf_spectrumsynth avsrc_amovie avsrc_movie af_afifo vf_fifo asrc_abuffer vsrc_buffer asink_abuffer vsink_buffer --- stdout --- --- stderr --- Using cached compile: Cached command line: cc /tmp/tmpe66farc5/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("stdatomic.h") #error "Header 'stdatomic.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "stdatomic.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmpy2ny43fi/testfile.c -o /tmp/tmpy2ny43fi/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--version-script,/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavutil/libavutil.ver Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,--version-script,/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavutil/libavutil.ver: YES (cached) Adding test "avutil_adler32" Adding test "avutil_aes" Adding test "avutil_aes_ctr" Adding test "avutil_audio_fifo" Adding test "avutil_avstring" Adding test "avutil_base64" Adding test "avutil_blowfish" Adding test "avutil_bprint" Adding test "avutil_cast5" Adding test "avutil_camellia" Adding test "avutil_color_utils" Adding test "avutil_cpu" Adding test "avutil_crc" Adding test "avutil_des" Adding test "avutil_dict" Adding test "avutil_display" Adding test "avutil_encryption_info" Adding test "avutil_error" Adding test "avutil_eval" Adding test "avutil_file" Adding test "avutil_fifo" Adding test "avutil_hash" Adding test "avutil_hmac" Adding test "avutil_hwdevice" Adding test "avutil_integer" Adding test "avutil_imgutils" Adding test "avutil_lfg" Adding test "avutil_lls" Adding test "avutil_log" Adding test "avutil_md5" Adding test "avutil_murmur3" Adding test "avutil_opt" Adding test "avutil_pca" Adding test "avutil_parseutils" Adding test "avutil_pixdesc" Adding test "avutil_pixelutils" Adding test "avutil_pixfmt_best" Adding test "avutil_random_seed" Adding test "avutil_rational" Adding test "avutil_ripemd" Adding test "avutil_sha" Adding test "avutil_sha512" Adding test "avutil_softfloat" Adding test "avutil_tree" Adding test "avutil_twofish" Adding test "avutil_xtea" Adding test "avutil_tea" Adding test "avutil_cpu_init" Using cached compile: Cached command line: cc /tmp/tmp2goucwgz/testfile.c -o /tmp/tmp2goucwgz/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--version-script,/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libpostproc/libpostproc.ver Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,--version-script,/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libpostproc/libpostproc.ver: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpnkc2ty0q/testfile.c -o /tmp/tmpnkc2ty0q/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--version-script,/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libswresample/libswresample.ver Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,--version-script,/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libswresample/libswresample.ver: YES (cached) Adding test "swresample_swresample" Using cached compile: Cached command line: cc /tmp/tmpls9f79e1/testfile.c -o /tmp/tmpls9f79e1/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--version-script,/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libswscale/libswscale.ver Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,--version-script,/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libswscale/libswscale.ver: YES (cached) Adding test "swscale_colorspace" Adding test "swscale_pixdesc_query" Using cached compile: Cached command line: cc /tmp/tmpqapfkm7j/testfile.c -o /tmp/tmpqapfkm7j/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--version-script,/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavcodec/libavcodec.ver Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,--version-script,/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavcodec/libavcodec.ver: YES (cached) Adding test "avcodec_avpacket" Adding test "avcodec_codec_desc" Adding test "avcodec_htmlsubtitles" Adding test "avcodec_imgconvert" Adding test "avcodec_jpeg2000dwt" Adding test "avcodec_mathops" Adding test "avcodec_options" Adding test "avcodec_mjpegenc_huffman" Adding test "avcodec_utils" Adding test "avcodec_celp_math" Adding test "avcodec_cabac" Adding test "avcodec_avfft" Adding test "avcodec_fft" Adding test "avcodec_fft-fixed" Adding test "avcodec_fft-fixed32" Adding test "avcodec_golomb" Adding test "avcodec_h264_levels" Adding test "avcodec_dct" Adding test "avcodec_iirfilter" Adding test "avcodec_mpeg12framerate" Adding test "avcodec_rangecoder" Adding test "avcodec_snowenc" Using cached compile: Cached command line: cc /tmp/tmptdx16ug0/testfile.c -o /tmp/tmptdx16ug0/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--version-script,/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavformat/libavformat.ver Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,--version-script,/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavformat/libavformat.ver: YES (cached) Adding test "avformat_url" Adding test "avformat_rtmpdh" Adding test "avformat_movenc" Adding test "avformat_noproxy" Adding test "avformat_srtp" Using cached compile: Cached command line: cc /tmp/tmpsi7kwy1f/testfile.c -o /tmp/tmpsi7kwy1f/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--version-script,/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavresample/libavresample.ver Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,--version-script,/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavresample/libavresample.ver: YES (cached) Adding test "avresample_avresample" Using cached compile: Cached command line: cc /tmp/tmprfb7qnde/testfile.c -o /tmp/tmprfb7qnde/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--version-script,/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavfilter/libavfilter.ver Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,--version-script,/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavfilter/libavfilter.ver: YES (cached) Adding test "avfilter_drawutils" Adding test "avfilter_formats" Adding test "avfilter_integral" Using cached compile: Cached command line: cc /tmp/tmpay7uczgp/testfile.c -o /tmp/tmpay7uczgp/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--version-script,/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavdevice/libavdevice.ver Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,--version-script,/home/otter/Desktop/gst-build-master/build/subprojects/FFmpeg/libavdevice/libavdevice.ver: YES (cached) Message: Checking ffprobe dependencies Message: Gathered 3 optional deps Message: Checking ffmpeg dependencies Message: Gathered 3 optional deps Using cached compile: Cached command line: cc /tmp/tmpplto7wu5/testfile.c -o /tmp/tmpplto7wu5/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: void foo(char * restrict p); Cached compiler stdout: Cached compiler stderr: Configuring config.h using configuration Configuring config.asm using configuration Build targets in project: 1086 WARNING: Project specifies a minimum meson_version '>= 0.49.0' but uses features which were added in newer versions: * 0.50.0: {'install arg in configure_file'} Subproject FFmpeg finished. Dependency libavfilter from subproject subprojects/FFmpeg found: YES Dependency libavformat from subproject subprojects/FFmpeg found: YES Dependency libavcodec from subproject subprojects/FFmpeg found: YES Dependency libavutil from subproject subprojects/FFmpeg found: YES Using cached compile: Cached command line: cc /tmp/tmpx4ugn2ze/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("unistd.h") #error "Header 'unistd.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "unistd.h" : YES (cached) Dependency gstreamer-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-base-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-video-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-audio-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-pbutils-1.0 from subproject subprojects/gst-plugins-base found: YES Library m found: YES Configuring config.h using configuration Using cached compile: Cached command line: cc /tmp/tmp5rurek05/testfile.c -o /tmp/tmp5rurek05/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fvisibility=hidden Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fvisibility=hidden: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp484ssnur/testfile.c -o /tmp/tmp484ssnur/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--exclude-libs=ALL Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,--exclude-libs=ALL: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_98o599p/testfile.c -o /tmp/tmp_98o599p/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-strict-aliasing Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fno-strict-aliasing: YES (cached) Message: GStreamer debug system is enabled Using cached compile: Cached command line: cc /tmp/tmp0s218bf8/testfile.c -o /tmp/tmp0s218bf8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-declarations Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-declarations: YES (cached) Using cached compile: Cached command line: cc /tmp/tmps1jc_ehv/testfile.c -o /tmp/tmps1jc_ehv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-prototypes Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-prototypes: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0ug86ao6/testfile.c -o /tmp/tmp0ug86ao6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wold-style-definition Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wold-style-definition: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpqymaw5xe/testfile.c -o /tmp/tmpqymaw5xe/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wredundant-decls Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wredundant-decls: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpvc2trc62/testfile.c -o /tmp/tmpvc2trc62/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wundef Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wundef: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpg9iz_3zt/testfile.c -o /tmp/tmpg9iz_3zt/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wwrite-strings Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wwrite-strings: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk2b7whdg/testfile.c -o /tmp/tmpk2b7whdg/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wformat: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpwxfc43ju/testfile.c -o /tmp/tmpwxfc43ju/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-nonliteral Code: int i; Cached compiler stdout: Cached compiler stderr: cc1: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral] Compiler for C supports arguments -Wformat-nonliteral: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk7oe6dnw/testfile.c -o /tmp/tmpk7oe6dnw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-security Code: int i; Cached compiler stdout: Cached compiler stderr: cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security] Compiler for C supports arguments -Wformat-security: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpepm40g6r/testfile.c -o /tmp/tmpepm40g6r/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Winit-self Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Winit-self: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpc3qe0dhw/testfile.c -o /tmp/tmpc3qe0dhw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-include-dirs Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-include-dirs: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp73j41q0y/testfile.c -o /tmp/tmp73j41q0y/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waddress Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Waddress: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp1omxrszh/testfile.c -o /tmp/tmp1omxrszh/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-multichar -Wmultichar Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-multichar -Wmultichar: YES (cached) Using cached compile: Cached command line: cc /tmp/tmptfrskhcl/testfile.c -o /tmp/tmptfrskhcl/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waggregate-return Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Waggregate-return: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpq2ywq51b/testfile.c -o /tmp/tmpq2ywq51b/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wdeclaration-after-statement Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wdeclaration-after-statement: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp90sa64pp/testfile.c -o /tmp/tmp90sa64pp/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wvla Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wvla: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9llo4s_6/testfile.c -o /tmp/tmp9llo4s_6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wpointer-arith: YES (cached) Program hotdoc found: NO Message: Hotdoc not found, not building the documentation Program python3 found: YES (/usr/bin/python3) Running command: /usr/bin/python3 -c import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit") --- stdout --- --- stderr --- Build targets in project: 1088 Subproject gst-libav finished. Running command: /usr/bin/python3 -c import os os.symlink(os.path.join('/home/otter/Desktop/gst-build-master', 'subprojects', 'gst-libav'), os.path.join('/home/otter/Desktop/gst-build-master', 'gst-libav')) --- stdout --- --- stderr --- Traceback (most recent call last): File "", line 5, in FileExistsError: [Errno 17] File exists: '/home/otter/Desktop/gst-build-master/subprojects/gst-libav' -> '/home/otter/Desktop/gst-build-master/gst-libav' Executing subproject gst-rtsp-server method meson Project name: gst-rtsp-server Project version: 1.17.0.1 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") Using cached compile: Cached command line: cc /tmp/tmpi0mfc90z/testfile.c -o /tmp/tmpi0mfc90z/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-Bsymbolic-functions Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5rurek05/testfile.c -o /tmp/tmp5rurek05/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fvisibility=hidden Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fvisibility=hidden: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_98o599p/testfile.c -o /tmp/tmp_98o599p/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-strict-aliasing Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fno-strict-aliasing: YES (cached) Message: Disabling deprecated GLib API Configuring config.h using configuration Using cached compile: Cached command line: cc /tmp/tmp0s218bf8/testfile.c -o /tmp/tmp0s218bf8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-declarations Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-declarations: YES (cached) Using cached compile: Cached command line: cc /tmp/tmps1jc_ehv/testfile.c -o /tmp/tmps1jc_ehv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-prototypes Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-prototypes: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpqymaw5xe/testfile.c -o /tmp/tmpqymaw5xe/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wredundant-decls Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wredundant-decls: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpvc2trc62/testfile.c -o /tmp/tmpvc2trc62/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wundef Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wundef: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpg9iz_3zt/testfile.c -o /tmp/tmpg9iz_3zt/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wwrite-strings Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wwrite-strings: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk2b7whdg/testfile.c -o /tmp/tmpk2b7whdg/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wformat: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpwxfc43ju/testfile.c -o /tmp/tmpwxfc43ju/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-nonliteral Code: int i; Cached compiler stdout: Cached compiler stderr: cc1: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral] Compiler for C supports arguments -Wformat-nonliteral: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk7oe6dnw/testfile.c -o /tmp/tmpk7oe6dnw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-security Code: int i; Cached compiler stdout: Cached compiler stderr: cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security] Compiler for C supports arguments -Wformat-security: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0ug86ao6/testfile.c -o /tmp/tmp0ug86ao6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wold-style-definition Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wold-style-definition: YES (cached) Using cached compile: Cached command line: cc /tmp/tmptfrskhcl/testfile.c -o /tmp/tmptfrskhcl/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waggregate-return Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Waggregate-return: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpepm40g6r/testfile.c -o /tmp/tmpepm40g6r/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Winit-self Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Winit-self: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpc3qe0dhw/testfile.c -o /tmp/tmpc3qe0dhw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-include-dirs Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-include-dirs: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp73j41q0y/testfile.c -o /tmp/tmp73j41q0y/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waddress Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Waddress: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp1omxrszh/testfile.c -o /tmp/tmp1omxrszh/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-multichar -Wmultichar Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-multichar -Wmultichar: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpq2ywq51b/testfile.c -o /tmp/tmpq2ywq51b/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wdeclaration-after-statement Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wdeclaration-after-statement: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp90sa64pp/testfile.c -o /tmp/tmp90sa64pp/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wvla Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wvla: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9llo4s_6/testfile.c -o /tmp/tmp9llo4s_6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wpointer-arith: YES (cached) Dependency glib-2.0 found: YES (cached) Dependency gstreamer-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-rtsp-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-rtp-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-sdp-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-app-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-net-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-check-1.0 from subproject subprojects/gstreamer found: YES Message: GStreamer debug system is enabled Program g-ir-scanner found: YES (/usr/local/bin/g-ir-scanner) subprojects/gst-rtsp-server/gst/rtsp-server/meson.build:72: WARNING: Passed invalid keyword argument "sources_top_dir". WARNING: This will become a hard error in the future. PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : Adding test "gst_addresspool" Adding test "gst_client" Adding test "gst_mountpoints" Adding test "gst_mediafactory" Adding test "gst_media" Adding test "gst_permissions" Adding test "gst_rtspserver" Adding test "gst_sessionmedia" Adding test "gst_sessionpool" Adding test "gst_stream" Adding test "gst_threadpool" Adding test "gst_token" Adding test "gst_onvif" Adding test "gst_rtspclientsink" Adding test "test-cleanup" Adding test "test-reuse" Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libcgroup' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libcgroup` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libcgroup found: NO (tried pkgconfig and cmake) Configuring gstreamer-rtsp-server-1.0.pc using configuration Configuring gstreamer-rtsp-server-1.0-uninstalled.pc using configuration Program hotdoc found: NO Message: Hotdoc not found, not building the documentation Build targets in project: 1129 Subproject gst-rtsp-server finished. Running command: /usr/bin/python3 -c import os os.symlink(os.path.join('/home/otter/Desktop/gst-build-master', 'subprojects', 'gst-rtsp-server'), os.path.join('/home/otter/Desktop/gst-build-master', 'gst-rtsp-server')) --- stdout --- --- stderr --- Traceback (most recent call last): File "", line 5, in FileExistsError: [Errno 17] File exists: '/home/otter/Desktop/gst-build-master/subprojects/gst-rtsp-server' -> '/home/otter/Desktop/gst-build-master/gst-rtsp-server' Executing subproject gst-devtools method meson Project name: gst-devtools Project version: 1.17.0.1 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") Using cached compile: Cached command line: cc /tmp/tmp5rurek05/testfile.c -o /tmp/tmp5rurek05/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fvisibility=hidden Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fvisibility=hidden: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_98o599p/testfile.c -o /tmp/tmp_98o599p/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-strict-aliasing Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fno-strict-aliasing: YES (cached) Dependency gstreamer-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-base-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-pbutils-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-video-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-check-1.0 from subproject subprojects/gstreamer found: YES Dependency glib-2.0 found: YES (cached) Dependency gmodule-2.0 found: YES (cached) Dependency gio-2.0 found: YES (cached) Dependency gtk+-3.0 found: YES (cached) Library m found: YES Library dl found: YES Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'json-glib-1.0' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion json-glib-1.0` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency json-glib-1.0 found: NO (tried pkgconfig and cmake) Looking for a fallback subproject for the dependency json-glib-1.0 Executing subproject json-glib method meson Project name: json-glib Project version: 1.5.1 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") Dependency gio-2.0 found: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpx4ugn2ze/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("unistd.h") #error "Header 'unistd.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "unistd.h" : YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_4nd5z_v/testfile.c -o /tmp/tmp_4nd5z_v/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wcast-align Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wcast-align: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpg820q423/testfile.c -o /tmp/tmpg820q423/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wlogical-op Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wlogical-op: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0s218bf8/testfile.c -o /tmp/tmp0s218bf8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-declarations Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-declarations: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpdaiiuui2/testfile.c -o /tmp/tmpdaiiuui2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-format-attribute Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-format-attribute: YES (cached) Using cached compile: Cached command line: cc /tmp/tmps1jc_ehv/testfile.c -o /tmp/tmps1jc_ehv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-prototypes Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-prototypes: YES (cached) Using cached compile: Cached command line: cc /tmp/tmprket2rtz/testfile.c -o /tmp/tmprket2rtz/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-noreturn Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-noreturn: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0ug86ao6/testfile.c -o /tmp/tmp0ug86ao6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wold-style-definition Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wold-style-definition: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9llo4s_6/testfile.c -o /tmp/tmp9llo4s_6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wpointer-arith: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpgjk1xa1z/testfile.c -o /tmp/tmpgjk1xa1z/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wshadow Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wshadow: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp7o90hwmj/testfile.c -o /tmp/tmp7o90hwmj/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wstrict-prototypes Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wstrict-prototypes: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpgix9o8co/testfile.c -o /tmp/tmpgix9o8co/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wunused: YES (cached) Using cached compile: Cached command line: cc /tmp/tmprayp7zc7/testfile.c -o /tmp/tmprayp7zc7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-discarded-qualifiers -Wdiscarded-qualifiers Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-discarded-qualifiers -Wdiscarded-qualifiers: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_il2gekd/testfile.c -o /tmp/tmp_il2gekd/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-int-conversion -Wint-conversion Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-int-conversion -Wint-conversion: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_98o599p/testfile.c -o /tmp/tmp_98o599p/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-strict-aliasing Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fno-strict-aliasing: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpkkftd777/testfile.c -o /tmp/tmpkkftd777/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-uninitialized -Wuninitialized Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-uninitialized -Wuninitialized: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpt6cdzhgs/testfile.c -o /tmp/tmpt6cdzhgs/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=address Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Werror=address: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp4bn0amwm/testfile.c -o /tmp/tmp4bn0amwm/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=array-bounds Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Werror=array-bounds: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpqku42r79/testfile.c -o /tmp/tmpqku42r79/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=empty-body Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Werror=empty-body: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp6qrz4elb/testfile.c -o /tmp/tmp6qrz4elb/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=format=2 Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Werror=format=2: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpgbn854sn/testfile.c -o /tmp/tmpgbn854sn/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Werror=implicit: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0rx_avuz/testfile.c -o /tmp/tmp0rx_avuz/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=init-self Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Werror=init-self: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_m3qb81u/testfile.c -o /tmp/tmp_m3qb81u/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=int-to-pointer-cast Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Werror=int-to-pointer-cast: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpp9s68i4m/testfile.c -o /tmp/tmpp9s68i4m/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=main Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Werror=main: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpjmw8vc1o/testfile.c -o /tmp/tmpjmw8vc1o/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=missing-braces Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Werror=missing-braces: YES (cached) Using cached compile: Cached command line: cc /tmp/tmppj3ip7vp/testfile.c -o /tmp/tmppj3ip7vp/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=nested-externs Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Werror=nested-externs: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpbi4xe23y/testfile.c -o /tmp/tmpbi4xe23y/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=nonnull Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Werror=nonnull: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp2gj_5ymz/testfile.c -o /tmp/tmp2gj_5ymz/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=pointer-to-int-cast Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Werror=pointer-to-int-cast: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpmrovwvar/testfile.c -o /tmp/tmpmrovwvar/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=return-type Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Werror=return-type: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpma81npbx/testfile.c -o /tmp/tmpma81npbx/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=sequence-point Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Werror=sequence-point: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpocxrzncq/testfile.c -o /tmp/tmpocxrzncq/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=trigraphs Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Werror=trigraphs: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpfwmy43rn/testfile.c -o /tmp/tmpfwmy43rn/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=undef Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Werror=undef: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpldffpo7u/testfile.c -o /tmp/tmpldffpo7u/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=write-strings Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Werror=write-strings: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5rurek05/testfile.c -o /tmp/tmp5rurek05/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fvisibility=hidden Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fvisibility=hidden: YES (cached) Using cached compile: Cached command line: cc /tmp/tmppxckiucg/testfile.c -o /tmp/tmppxckiucg/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-Bsymbolic Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,-Bsymbolic: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpv17xcrlf/testfile.c -o /tmp/tmpv17xcrlf/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-z,relro Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,-z,relro: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpddqeg0_v/testfile.c -o /tmp/tmpddqeg0_v/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-z,now Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,-z,now: YES (cached) Program python3 found: YES (/usr/bin/python3) Configuring config.h using configuration WARNING: Project targetting '>= 0.47.0' but tried to use feature introduced in '0.50.0': install arg in configure_file Configuring json-version.h using configuration Program g-ir-scanner found: YES (/usr/local/bin/g-ir-scanner) PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : Adding test "array" Adding test "boxed" Adding test "builder" Adding test "generator" Adding test "gvariant" Adding test "invalid" Adding test "node" Adding test "object" Adding test "parser" Adding test "path" Adding test "reader" Adding test "serialize-simple" Adding test "serialize-complex" Adding test "serialize-full" Program gtkdoc-scan found: NO Program xsltproc found: YES (/usr/local/bin/xsltproc) Build targets in project: 1167 WARNING: Project specifies a minimum meson_version '>= 0.47.0' but uses features which were added in newer versions: * 0.50.0: {'install arg in configure_file'} Subproject json-glib finished. Dependency json-glib-1.0 from subproject subprojects/json-glib found: YES Program g-ir-scanner found: YES (/usr/local/bin/g-ir-scanner) Using cached compile: Cached command line: cc /tmp/tmp0s218bf8/testfile.c -o /tmp/tmp0s218bf8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-declarations Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-declarations: YES (cached) Using cached compile: Cached command line: cc /tmp/tmps1jc_ehv/testfile.c -o /tmp/tmps1jc_ehv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-prototypes Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-prototypes: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpqymaw5xe/testfile.c -o /tmp/tmpqymaw5xe/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wredundant-decls Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wredundant-decls: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpvc2trc62/testfile.c -o /tmp/tmpvc2trc62/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wundef Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wundef: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpg9iz_3zt/testfile.c -o /tmp/tmpg9iz_3zt/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wwrite-strings Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wwrite-strings: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk2b7whdg/testfile.c -o /tmp/tmpk2b7whdg/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wformat: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpwxfc43ju/testfile.c -o /tmp/tmpwxfc43ju/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-nonliteral Code: int i; Cached compiler stdout: Cached compiler stderr: cc1: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral] Compiler for C supports arguments -Wformat-nonliteral: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk7oe6dnw/testfile.c -o /tmp/tmpk7oe6dnw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-security Code: int i; Cached compiler stdout: Cached compiler stderr: cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security] Compiler for C supports arguments -Wformat-security: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpepm40g6r/testfile.c -o /tmp/tmpepm40g6r/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Winit-self Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Winit-self: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpc3qe0dhw/testfile.c -o /tmp/tmpc3qe0dhw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-include-dirs Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-include-dirs: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp73j41q0y/testfile.c -o /tmp/tmp73j41q0y/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waddress Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Waddress: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp1omxrszh/testfile.c -o /tmp/tmp1omxrszh/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-multichar -Wmultichar Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-multichar -Wmultichar: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpq2ywq51b/testfile.c -o /tmp/tmpq2ywq51b/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wdeclaration-after-statement Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wdeclaration-after-statement: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp90sa64pp/testfile.c -o /tmp/tmp90sa64pp/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wvla Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wvla: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9llo4s_6/testfile.c -o /tmp/tmp9llo4s_6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wpointer-arith: YES (cached) Program python3 found: YES (/usr/bin/python3) Using cached compile: Cached command line: cc /tmp/tmpx4ugn2ze/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 Code: #ifdef __has_include #if !__has_include("unistd.h") #error "Header 'unistd.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: Has header "unistd.h" : YES (cached) Configuring config.h using configuration PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : Dependency cairo found: YES (cached) Configuring config.py using configuration Dependency gstreamer-rtsp-server-1.0 from subproject subprojects/gst-rtsp-server found: YES Configuring gst-validate-launcher using configuration Program /home/otter/Desktop/gst-build-master/build/subprojects/gst-devtools/validate/tools/gst-validate-launcher found: YES (/home/otter/Desktop/gst-build-master/build/subprojects/gst-devtools/validate/tools/gst-validate-launcher) Configuring gst-validate-1.0.pc using configuration Configuring gst-validate-1.0-uninstalled.pc using configuration Adding test "validate_padmonitor" Adding test "validate_monitoring" Adding test "validate_reporting" Adding test "validate_overrides" Adding test "validate_scenario" Adding test "validate_expression_parser" Adding test "validate/launcher_tests" Program msgfmt found: YES (/usr/bin/msgfmt) Configuring gst-debug-viewer using configuration Configuring __init__.py using configuration Running command: /usr/bin/python3 -c import gi; gi.require_version("Gtk", "3.0") --- stdout --- --- stderr --- Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3/dist-packages/gi/__init__.py", line 129, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Gtk not available Program hotdoc found: NO Message: Hotdoc not found, not building the documentation Running command: /usr/bin/python3 -c import shutil; shutil.copy("hooks/multi-pre-commit.hook", ".git/hooks/pre-commit") --- stdout --- --- stderr --- Build targets in project: 1194 Subproject gst-devtools finished. Running command: /usr/bin/python3 -c import os os.symlink(os.path.join('/home/otter/Desktop/gst-build-master', 'subprojects', 'gst-devtools'), os.path.join('/home/otter/Desktop/gst-build-master', 'gst-devtools')) --- stdout --- --- stderr --- Traceback (most recent call last): File "", line 5, in FileExistsError: [Errno 17] File exists: '/home/otter/Desktop/gst-build-master/subprojects/gst-devtools' -> '/home/otter/Desktop/gst-build-master/gst-devtools' Executing subproject gst-integration-testsuites method meson Project name: gst-integration-testsuites Project version: 1.17.0.1 Build targets in project: 1194 Subproject gst-integration-testsuites finished. Running command: /usr/bin/python3 -c import os os.symlink(os.path.join('/home/otter/Desktop/gst-build-master', 'subprojects', 'gst-integration-testsuites'), os.path.join('/home/otter/Desktop/gst-build-master', 'gst-integration-testsuites')) --- stdout --- --- stderr --- Traceback (most recent call last): File "", line 5, in FileExistsError: [Errno 17] File exists: '/home/otter/Desktop/gst-build-master/subprojects/gst-integration-testsuites' -> '/home/otter/Desktop/gst-build-master/gst-integration-testsuites' Executing subproject gst-editing-services method meson Project name: gst-editing-services Project version: 1.17.0.1 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") Using cached compile: Cached command line: cc /tmp/tmpi0mfc90z/testfile.c -o /tmp/tmpi0mfc90z/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-Bsymbolic-functions Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5rurek05/testfile.c -o /tmp/tmp5rurek05/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fvisibility=hidden Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fvisibility=hidden: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_98o599p/testfile.c -o /tmp/tmp_98o599p/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-strict-aliasing Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fno-strict-aliasing: YES (cached) Dependency gstreamer-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-pbutils-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-video-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-base-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-check-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-controller-1.0 from subproject subprojects/gstreamer found: YES Dependency gst-validate-1.0 from subproject subprojects/gst-devtools found: YES Dependency gio-2.0 found: YES (cached) Dependency libxml-2.0 found: YES (cached) Program g-ir-scanner found: YES (/usr/local/bin/g-ir-scanner) Program python3 found: YES (/usr/bin/python3) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'python-3.7m' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion python-3.7m` -> 0 3.7 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --cflags python-3.7m` -> 0 -I/usr/include/python3.7m -I/usr/include/x86_64-linux-gnu/python3.7m PKG_CONFIG_PATH: Called `/usr/bin/pkg-config python-3.7m --libs` -> 0 -lpython3.7m PKG_CONFIG_PATH: Called `/usr/bin/pkg-config python-3.7m --libs` -> 0 -lpython3.7m Running compile: Working directory: /tmp/tmp7px0xhik Command line: c++ /tmp/tmp7px0xhik/testfile.cpp -o /tmp/tmp7px0xhik/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--start-group -lpython3.7m -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: Found "python-3.7m" via pkgconfig lookup in LIBPC (/usr/lib/x86_64-linux-gnu/pkgconfig) Dependency python found: YES (pkgconfig) Using cached compile: Cached command line: cc -I/usr/include/python3.7m -I/usr/include/x86_64-linux-gnu/python3.7m /tmp/tmpjbpuv7_y/testfile.c -o /tmp/tmpjbpuv7_y/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 Code: #include Cached compiler stdout: Cached compiler stderr: Running command: /usr/bin/python3 -c import os, sys; assert(os.path.exists(sys.argv[1])) /usr/lib/python3.7/config-3.7m-x86_64-linux-gnu/libpython3.7m.so --- stdout --- --- stderr --- Running command: /usr/bin/python3 -c import os, sys; assert(os.path.exists(sys.argv[1])) /usr/lib/python3.7/config-3.7m-x86_64-linux-gnu/libpython3.7m.so --- stdout --- --- stderr --- Dependency gmodule-2.0 found: YES (cached) Message: python_abi_flags = m Message: pylib_loc = /usr/lib/python3.7/config-3.7m-x86_64-linux-gnu Configuring config.h using configuration Using cached compile: Cached command line: cc /tmp/tmp0s218bf8/testfile.c -o /tmp/tmp0s218bf8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-declarations Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-declarations: YES (cached) Using cached compile: Cached command line: cc /tmp/tmps1jc_ehv/testfile.c -o /tmp/tmps1jc_ehv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-prototypes Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-prototypes: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpqymaw5xe/testfile.c -o /tmp/tmpqymaw5xe/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wredundant-decls Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wredundant-decls: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpvc2trc62/testfile.c -o /tmp/tmpvc2trc62/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wundef Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wundef: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpg9iz_3zt/testfile.c -o /tmp/tmpg9iz_3zt/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wwrite-strings Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wwrite-strings: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk2b7whdg/testfile.c -o /tmp/tmpk2b7whdg/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wformat: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk7oe6dnw/testfile.c -o /tmp/tmpk7oe6dnw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-security Code: int i; Cached compiler stdout: Cached compiler stderr: cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security] Compiler for C supports arguments -Wformat-security: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpepm40g6r/testfile.c -o /tmp/tmpepm40g6r/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Winit-self Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Winit-self: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpc3qe0dhw/testfile.c -o /tmp/tmpc3qe0dhw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-include-dirs Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-include-dirs: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp73j41q0y/testfile.c -o /tmp/tmp73j41q0y/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waddress Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Waddress: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp1omxrszh/testfile.c -o /tmp/tmp1omxrszh/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-multichar -Wmultichar Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-multichar -Wmultichar: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpq2ywq51b/testfile.c -o /tmp/tmpq2ywq51b/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wdeclaration-after-statement Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wdeclaration-after-statement: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp90sa64pp/testfile.c -o /tmp/tmp90sa64pp/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wvla Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wvla: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9llo4s_6/testfile.c -o /tmp/tmp9llo4s_6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wpointer-arith: YES (cached) Program python3 found: YES (/usr/bin/python3) Configuring ges-version.h using configuration Program flex found: YES (/usr/bin/flex) PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir libxml-2.0` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables libxml-2.0` -> 0 exec_prefix includedir libdir modules pcfiledir prefix Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : Configuring gst-editing-services-1.0.pc using configuration Configuring gst-editing-services-1.0-uninstalled.pc using configuration Adding test "ges_asset" Adding test "ges_backgroundsource" Adding test "ges_basic" Adding test "ges_layer" Adding test "ges_effects" Adding test "ges_uriclip" Adding test "ges_clip" Adding test "ges_timelineedition" Adding test "ges_titles" Adding test "ges_transition" Adding test "ges_overlays" Adding test "ges_mixers" Adding test "ges_group" Adding test "ges_project" Adding test "ges_track" Adding test "ges_tempochange" Adding test "ges_negative" Adding test "nle_simple" Adding test "nle_complex" Adding test "nle_nleoperation" Adding test "nle_nlecomposition" Adding test "nle_tempochange" Adding test "pythontests" Program hotdoc found: NO Message: Hotdoc not found, not building the documentation Running command: /usr/bin/python3 -c import sys import os prefix = sys.argv[1] version = sys.version_info # If we are installing in the same prefix as PyGobject # make sure to install in the right place. import gi.overrides overrides_path = os.path.dirname(gi.overrides.__file__) if os.path.commonprefix([overrides_path, prefix]) == prefix: print(overrides_path) exit(0) # Otherwise follow python's way of install site packages inside # the provided prefix if os.name == 'posix': print(os.path.join( prefix, 'lib', 'python%d.%d' % (version.major, version.minor), 'site-packages', 'gi', 'overrides')) else: print(os.path.join( prefix, 'Lib', 'Python%d%d' % (version.major, version.minor), 'site-packages', 'gi', 'overrides')) /usr/local --- stdout --- /usr/local/lib/python3.7/site-packages/gi/overrides --- stderr --- Message: pygobject overrides directory /usr/local/lib/python3.7/site-packages/gi/overrides Running command: /usr/bin/python3 -c import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit") --- stdout --- --- stderr --- Build targets in project: 1241 Subproject gst-editing-services finished. Running command: /usr/bin/python3 -c import os os.symlink(os.path.join('/home/otter/Desktop/gst-build-master', 'subprojects', 'gst-editing-services'), os.path.join('/home/otter/Desktop/gst-build-master', 'gst-editing-services')) --- stdout --- --- stderr --- Traceback (most recent call last): File "", line 5, in FileExistsError: [Errno 17] File exists: '/home/otter/Desktop/gst-build-master/subprojects/gst-editing-services' -> '/home/otter/Desktop/gst-build-master/gst-editing-services' Executing subproject gstreamer-vaapi method meson Project name: gstreamer-vaapi Project version: 1.17.0.1 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") Using cached compile: Cached command line: cc /tmp/tmpi0mfc90z/testfile.c -o /tmp/tmpi0mfc90z/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-Bsymbolic-functions Code: int main(int argc, char **argv) { return 0; } Cached compiler stdout: Cached compiler stderr: Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5rurek05/testfile.c -o /tmp/tmp5rurek05/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fvisibility=hidden Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fvisibility=hidden: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_98o599p/testfile.c -o /tmp/tmp_98o599p/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-strict-aliasing Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fno-strict-aliasing: YES (cached) Library m found: YES Dependency gstreamer-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-base-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-pbutils-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-allocators-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-video-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gstreamer-codecparsers-1.0 from subproject subprojects/gst-plugins-bad found: YES Dependency gstreamer-gl-1.0 from subproject subprojects/gst-plugins-base found: YES Message: GStreamer debug system is enabled Dependency gmodule-2.0 found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'libva' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion libva` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency libva found: NO (tried pkgconfig and cmake) subprojects/gstreamer-vaapi/meson.build:74:0: Exception: Dependency "libva" not found, tried pkgconfig and cmake Subproject gstreamer-vaapi is buildable: NO (disabling) Subproject gst-omx : skipped: feature omx disabled Subproject gstreamer-sharp : skipped: feature sharp disabled Executing subproject pygobject method meson Project name: pygobject Project version: 3.33.1 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") Program python3 found: YES (/usr/bin/python3) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'python-3.7m' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: PKG_CONFIG_PATH: PKG_CONFIG_PATH: PKG_CONFIG_PATH: Found "python-3.7m" via pkgconfig lookup in LIBPC (/usr/lib/x86_64-linux-gnu/pkgconfig) Dependency python found: YES (pkgconfig) Dependency gobject-introspection-1.0 found: YES (cached) Dependency glib-2.0 found: YES (cached) Dependency gobject-2.0 found: YES (cached) Dependency gio-2.0 found: YES (cached) Dependency gmodule-2.0 found: YES (cached) Dependency libffi found: YES (cached) Dependency cairo found: YES (cached) Dependency cairo-gobject found: YES (cached) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'py3cairo' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion py3cairo` -> 1 CMake binary for MachineChoice.HOST is cached. Run-time dependency py3cairo found: NO (tried pkgconfig and cmake) Looking for a fallback subproject for the dependency py3cairo Executing subproject pycairo method meson Project name: pycairo Project version: 1.18.2 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") Program python3 found: YES (/usr/bin/python3) Using cached compile: Cached command line: cc /tmp/tmpst6w2i9m/testfile.c -o /tmp/tmpst6w2i9m/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wall Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wall: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpllhc5urr/testfile.c -o /tmp/tmpllhc5urr/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Warray-bounds Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Warray-bounds: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_4nd5z_v/testfile.c -o /tmp/tmp_4nd5z_v/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wcast-align Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wcast-align: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp3mtg90yd/testfile.c -o /tmp/tmp3mtg90yd/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wconversion Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wconversion: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp8wvfn_g2/testfile.c -o /tmp/tmp8wvfn_g2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wextra Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wextra: YES (cached) Using cached compile: Cached command line: cc /tmp/tmppqkx84ww/testfile.c -o /tmp/tmppqkx84ww/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat=2 Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wformat=2: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpwxfc43ju/testfile.c -o /tmp/tmpwxfc43ju/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-nonliteral Code: int i; Cached compiler stdout: Cached compiler stderr: cc1: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral] Compiler for C supports arguments -Wformat-nonliteral: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk7oe6dnw/testfile.c -o /tmp/tmpk7oe6dnw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-security Code: int i; Cached compiler stdout: Cached compiler stderr: cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security] Compiler for C supports arguments -Wformat-security: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp1b8dapz1/testfile.c -o /tmp/tmp1b8dapz1/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wimplicit-function-declaration Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wimplicit-function-declaration: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpepm40g6r/testfile.c -o /tmp/tmpepm40g6r/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Winit-self Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Winit-self: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp18pfq_qf/testfile.c -o /tmp/tmp18pfq_qf/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Winline Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Winline: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpdaiiuui2/testfile.c -o /tmp/tmpdaiiuui2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-format-attribute Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-format-attribute: YES (cached) Using cached compile: Cached command line: cc /tmp/tmprket2rtz/testfile.c -o /tmp/tmprket2rtz/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-noreturn Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-noreturn: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpi9ysdrxn/testfile.c -o /tmp/tmpi9ysdrxn/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wnested-externs Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wnested-externs: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0ug86ao6/testfile.c -o /tmp/tmp0ug86ao6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wold-style-definition Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wold-style-definition: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp088ij540/testfile.c -o /tmp/tmp088ij540/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpacked Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wpacked: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9llo4s_6/testfile.c -o /tmp/tmp9llo4s_6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wpointer-arith: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9zooufmr/testfile.c -o /tmp/tmp9zooufmr/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wreturn-type Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wreturn-type: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpgjk1xa1z/testfile.c -o /tmp/tmpgjk1xa1z/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wshadow Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wshadow: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpbu2e7h9e/testfile.c -o /tmp/tmpbu2e7h9e/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wsign-compare Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wsign-compare: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpa88fa0uw/testfile.c -o /tmp/tmpa88fa0uw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wstrict-aliasing Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wstrict-aliasing: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpvc2trc62/testfile.c -o /tmp/tmpvc2trc62/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wundef Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wundef: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5dce88in/testfile.c -o /tmp/tmp5dce88in/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-but-set-variable Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wunused-but-set-variable: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpxqso644v/testfile.c -o /tmp/tmpxqso644v/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wswitch-default Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wswitch-default: YES (cached) Using cached compile: Cached command line: cc /tmp/tmprtaewn0_/testfile.c -o /tmp/tmprtaewn0_/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-missing-field-initializers -Wmissing-field-initializers Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpov70ubxq/testfile.c -o /tmp/tmpov70ubxq/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-parameter -Wunused-parameter Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_98o599p/testfile.c -o /tmp/tmp_98o599p/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-strict-aliasing Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fno-strict-aliasing: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5rurek05/testfile.c -o /tmp/tmp5rurek05/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fvisibility=hidden Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fvisibility=hidden: YES (cached) Configuring pycairo-1.18.2.egg-info using configuration Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'python-3.7m' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: PKG_CONFIG_PATH: PKG_CONFIG_PATH: PKG_CONFIG_PATH: Found "python-3.7m" via pkgconfig lookup in LIBPC (/usr/lib/x86_64-linux-gnu/pkgconfig) Dependency python found: YES (pkgconfig) Dependency cairo found: YES (cached) Adding test "tests" Adding test "quality" Build targets in project: 1243 Subproject pycairo finished. Dependency py3cairo from subproject subprojects/pycairo found: YES Using cached compile: Cached command line: cc /tmp/tmpst6w2i9m/testfile.c -o /tmp/tmpst6w2i9m/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wall Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wall: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpllhc5urr/testfile.c -o /tmp/tmpllhc5urr/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Warray-bounds Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Warray-bounds: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_4nd5z_v/testfile.c -o /tmp/tmp_4nd5z_v/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wcast-align Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wcast-align: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpxplzet8v/testfile.c -o /tmp/tmpxplzet8v/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wduplicated-branches Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wduplicated-branches: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp8wvfn_g2/testfile.c -o /tmp/tmp8wvfn_g2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wextra Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wextra: YES (cached) Using cached compile: Cached command line: cc /tmp/tmppqkx84ww/testfile.c -o /tmp/tmppqkx84ww/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat=2 Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wformat=2: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpwxfc43ju/testfile.c -o /tmp/tmpwxfc43ju/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-nonliteral Code: int i; Cached compiler stdout: Cached compiler stderr: cc1: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral] Compiler for C supports arguments -Wformat-nonliteral: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpk7oe6dnw/testfile.c -o /tmp/tmpk7oe6dnw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-security Code: int i; Cached compiler stdout: Cached compiler stderr: cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security] Compiler for C supports arguments -Wformat-security: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp1b8dapz1/testfile.c -o /tmp/tmp1b8dapz1/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wimplicit-function-declaration Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wimplicit-function-declaration: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpepm40g6r/testfile.c -o /tmp/tmpepm40g6r/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Winit-self Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Winit-self: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpepf5gt45/testfile.c -o /tmp/tmpepf5gt45/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wjump-misses-init Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wjump-misses-init: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpg820q423/testfile.c -o /tmp/tmpg820q423/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wlogical-op Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wlogical-op: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0s218bf8/testfile.c -o /tmp/tmp0s218bf8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-declarations Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-declarations: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpdaiiuui2/testfile.c -o /tmp/tmpdaiiuui2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-format-attribute Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-format-attribute: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpc3qe0dhw/testfile.c -o /tmp/tmpc3qe0dhw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-include-dirs Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-include-dirs: YES (cached) Using cached compile: Cached command line: cc /tmp/tmprket2rtz/testfile.c -o /tmp/tmprket2rtz/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-noreturn Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-noreturn: YES (cached) Using cached compile: Cached command line: cc /tmp/tmps1jc_ehv/testfile.c -o /tmp/tmps1jc_ehv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-prototypes Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wmissing-prototypes: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpi9ysdrxn/testfile.c -o /tmp/tmpi9ysdrxn/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wnested-externs Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wnested-externs: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpr2mnmr9f/testfile.c -o /tmp/tmpr2mnmr9f/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wnull-dereference Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wnull-dereference: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp0ug86ao6/testfile.c -o /tmp/tmp0ug86ao6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wold-style-definition Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wold-style-definition: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp088ij540/testfile.c -o /tmp/tmp088ij540/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpacked Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wpacked: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9llo4s_6/testfile.c -o /tmp/tmp9llo4s_6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wpointer-arith: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_43pvtod/testfile.c -o /tmp/tmp_43pvtod/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wrestrict Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wrestrict: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp9zooufmr/testfile.c -o /tmp/tmp9zooufmr/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wreturn-type Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wreturn-type: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpgjk1xa1z/testfile.c -o /tmp/tmpgjk1xa1z/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wshadow Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wshadow: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpbu2e7h9e/testfile.c -o /tmp/tmpbu2e7h9e/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wsign-compare Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wsign-compare: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpa88fa0uw/testfile.c -o /tmp/tmpa88fa0uw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wstrict-aliasing Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wstrict-aliasing: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp7o90hwmj/testfile.c -o /tmp/tmp7o90hwmj/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wstrict-prototypes Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wstrict-prototypes: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpxqso644v/testfile.c -o /tmp/tmpxqso644v/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wswitch-default Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wswitch-default: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpvc2trc62/testfile.c -o /tmp/tmpvc2trc62/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wundef Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wundef: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5dce88in/testfile.c -o /tmp/tmp5dce88in/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-but-set-variable Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wunused-but-set-variable: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpg9iz_3zt/testfile.c -o /tmp/tmpg9iz_3zt/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wwrite-strings Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wwrite-strings: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpw0t9c6wy/testfile.c -o /tmp/tmpw0t9c6wy/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-incompatible-pointer-types-discards-qualifiers -Wincompatible-pointer-types-discards-qualifiers Code: int i; Cached compiler stdout: Cached compiler stderr: cc: error: unrecognized command line option '-Wincompatible-pointer-types-discards-qualifiers'; did you mean '-Wincompatible-pointer-types'? Compiler for C supports arguments -Wno-incompatible-pointer-types-discards-qualifiers -Wincompatible-pointer-types-discards-qualifiers: NO (cached) Using cached compile: Cached command line: cc /tmp/tmprtaewn0_/testfile.c -o /tmp/tmprtaewn0_/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-missing-field-initializers -Wmissing-field-initializers Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpov70ubxq/testfile.c -o /tmp/tmpov70ubxq/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-parameter -Wunused-parameter Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached) Using cached compile: Cached command line: cc /tmp/tmprayp7zc7/testfile.c -o /tmp/tmprayp7zc7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-discarded-qualifiers -Wdiscarded-qualifiers Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-discarded-qualifiers -Wdiscarded-qualifiers: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpzolxazib/testfile.c -o /tmp/tmpzolxazib/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-sign-conversion -Wsign-conversion Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-sign-conversion -Wsign-conversion: YES (cached) Using cached compile: Cached command line: cc /tmp/tmpg5eu7eym/testfile.c -o /tmp/tmpg5eu7eym/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-cast-function-type -Wcast-function-type Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-cast-function-type -Wcast-function-type: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_il2gekd/testfile.c -o /tmp/tmp_il2gekd/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-int-conversion -Wint-conversion Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -Wno-int-conversion -Wint-conversion: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp_98o599p/testfile.c -o /tmp/tmp_98o599p/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-strict-aliasing Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fno-strict-aliasing: YES (cached) Using cached compile: Cached command line: cc /tmp/tmp5rurek05/testfile.c -o /tmp/tmp5rurek05/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fvisibility=hidden Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fvisibility=hidden: YES (cached) Configuring config.h using configuration Configuring pygobject-3.0.pc using configuration Configuring PyGObject-3.33.1.dev0.egg-info using configuration Using cached compile: Cached command line: cc /tmp/tmp5rurek05/testfile.c -o /tmp/tmp5rurek05/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fvisibility=hidden Code: int i; Cached compiler stdout: Cached compiler stderr: Compiler for C supports arguments -fvisibility=hidden: YES (cached) PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=gidatadir gobject-introspection-1.0` -> 0 /usr/local/share/gobject-introspection-1.0 Got pkgconfig variable gidatadir : /usr/local/share/gobject-introspection-1.0 PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir cairo` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables cairo` -> 0 exec_prefix includedir libdir pcfiledir prefix Got pkgconfig variable girdir : PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --variable=girdir cairo-gobject` -> 0 PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --print-variables cairo-gobject` -> 0 exec_prefix includedir libdir pcfiledir prefix Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : PKG_CONFIG_PATH: PKG_CONFIG_PATH: Got pkgconfig variable girdir : Adding test "pygobject-test-suite" Build targets in project: 1253 Subproject pygobject finished. Running command: /usr/bin/python3 -c import os os.symlink(os.path.join('/home/otter/Desktop/gst-build-master', 'subprojects', 'pygobject'), os.path.join('/home/otter/Desktop/gst-build-master', 'pygobject')) --- stdout --- --- stderr --- Traceback (most recent call last): File "", line 5, in FileExistsError: [Errno 17] File exists: '/home/otter/Desktop/gst-build-master/subprojects/pygobject' -> '/home/otter/Desktop/gst-build-master/pygobject' Executing subproject gst-python method meson Project name: gst-python Project version: 1.17.0.1 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C++ compiler for the build machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C++ compiler for the host machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-19) 8.3.0") Dependency gstreamer-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-base-1.0 from subproject subprojects/gstreamer found: YES Dependency gmodule-2.0 found: YES (cached) Dependency pygobject-3.0 from subproject subprojects/pygobject found: YES Program python3 found: YES (/usr/bin/python3) Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'python-3.7m' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: PKG_CONFIG_PATH: PKG_CONFIG_PATH: PKG_CONFIG_PATH: Found "python-3.7m" via pkgconfig lookup in LIBPC (/usr/lib/x86_64-linux-gnu/pkgconfig) Dependency python found: YES (pkgconfig) Running command: /usr/bin/python3 -c import os, sys; assert(os.path.exists(sys.argv[1])) /usr/lib/python3.7/config-3.7m-x86_64-linux-gnu/libpython3.7m.so --- stdout --- --- stderr --- Running command: /usr/bin/python3 -c import os, sys; assert(os.path.exists(sys.argv[1])) /usr/lib/python3.7/config-3.7m-x86_64-linux-gnu/libpython3.7m.so --- stdout --- --- stderr --- Message: python_abi_flags = m Message: pylib_loc = /usr/lib/python3.7/config-3.7m-x86_64-linux-gnu Message: pygobject overrides directory = /usr/local/lib/python3.7/site-packages/gi/overrides Configuring config.h using configuration Running command: /usr/bin/python3 -c with open("/home/otter/Desktop/gst-build-master/build/subprojects/gst-python/testsuite/mesonconfig.py", "w") as f: f.write("path='/home/otter/Desktop/gst-build-master/build/subprojects/gst-python/testsuite/..'") --- stdout --- --- stderr --- Adding test "Test gst" Adding test "Test fundamentals" Running command: /usr/bin/python3 -c import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit") --- stdout --- --- stderr --- Build targets in project: 1255 Subproject gst-python finished. Running command: /usr/bin/python3 -c import os os.symlink(os.path.join('/home/otter/Desktop/gst-build-master', 'subprojects', 'gst-python'), os.path.join('/home/otter/Desktop/gst-build-master', 'gst-python')) --- stdout --- --- stderr --- Traceback (most recent call last): File "", line 5, in FileExistsError: [Errno 17] File exists: '/home/otter/Desktop/gst-build-master/subprojects/gst-python' -> '/home/otter/Desktop/gst-build-master/gst-python' Executing subproject gst-examples method meson Project name: gst-examples Project version: 1.17.0.1 C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-19) 8.3.0") Library m found: YES Dependency glib-2.0 found: YES (cached) Dependency gio-2.0 found: YES (cached) Dependency gobject-2.0 found: YES (cached) Dependency gmodule-2.0 found: YES (cached) Dependency gstreamer-1.0 from subproject subprojects/gstreamer found: YES Dependency gstreamer-player-1.0 from subproject subprojects/gst-plugins-bad found: YES Dependency gstreamer-tag-1.0 from subproject subprojects/gst-plugins-base found: YES Dependency gtk+-3.0 found: YES (cached) Dependency x11 found: YES (cached) Build targets in project: 1260 Subproject gst-examples finished. Running command: /usr/bin/python3 -c import os os.symlink(os.path.join('/home/otter/Desktop/gst-build-master', 'subprojects', 'gst-examples'), os.path.join('/home/otter/Desktop/gst-build-master', 'gst-examples')) --- stdout --- --- stderr --- Traceback (most recent call last): File "", line 5, in FileExistsError: [Errno 17] File exists: '/home/otter/Desktop/gst-build-master/subprojects/gst-examples' -> '/home/otter/Desktop/gst-build-master/gst-examples' Program hotdoc found: NO Message: Not building documentation as hotdoc was not found Program scripts/generate_plugins_path.py found: YES (/usr/bin/python3 /home/otter/Desktop/gst-build-master/scripts/generate_plugins_path.py) Running command: /usr/bin/python3 /home/otter/Desktop/gst-build-master/scripts/generate_plugins_path.py --builddir /home/otter/Desktop/gst-build-master/build :/home/otter/Desktop/gst-build-master/build/subprojects/gstreamer/plugins/elements/libgstcoreelements.so:/home/otter/Desktop/gst-build-master/build/subprojects/gstreamer/plugins/tracers/libgstcoretracers.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/adder/libgstadder.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/app/libgstapp.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/audioconvert/libgstaudioconvert.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/audiomixer/libgstaudiomixer.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/audiorate/libgstaudiorate.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/audioresample/libgstaudioresample.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/audiotestsrc/libgstaudiotestsrc.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/compositor/libgstcompositor.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/encoding/libgstencoding.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/gio/libgstgio.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/overlaycomposition/libgstoverlaycomposition.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/pbtypes/libgstpbtypes.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/playback/libgstplayback.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/rawparse/libgstrawparse.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/subparse/libgstsubparse.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/tcp/libgsttcp.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/typefind/libgsttypefindfunctions.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/videoconvert/libgstvideoconvert.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/videorate/libgstvideorate.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/videoscale/libgstvideoscale.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/videotestsrc/libgstvideotestsrc.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/gst/volume/libgstvolume.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/ext/alsa/libgstalsa.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/ext/gl/libgstopengl.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/ext/ogg/libgstogg.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/ext/pango/libgstpango.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/ext/vorbis/libgstvorbis.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-base/sys/ximage/libgstximagesink.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/alpha/libgstalpha.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/alpha/libgstalphacolor.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/apetag/libgstapetag.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/audiofx/libgstaudiofx.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/audioparsers/libgstaudioparsers.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/auparse/libgstauparse.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/autodetect/libgstautodetect.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/avi/libgstavi.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/cutter/libgstcutter.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/debugutils/libgstnavigationtest.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/debugutils/libgstdebug.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/deinterlace/libgstdeinterlace.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/dtmf/libgstdtmf.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/effectv/libgsteffectv.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/equalizer/libgstequalizer.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/flv/libgstflv.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/flx/libgstflxdec.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/goom/libgstgoom.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/goom2k1/libgstgoom2k1.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/icydemux/libgsticydemux.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/id3demux/libgstid3demux.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/imagefreeze/libgstimagefreeze.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/interleave/libgstinterleave.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/isomp4/libgstisomp4.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/law/libgstalaw.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/law/libgstmulaw.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/level/libgstlevel.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/matroska/libgstmatroska.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/monoscope/libgstmonoscope.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/multifile/libgstmultifile.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/multipart/libgstmultipart.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/replaygain/libgstreplaygain.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/rtp/libgstrtp.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/rtpmanager/libgstrtpmanager.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/rtsp/libgstrtsp.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/shapewipe/libgstshapewipe.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/smpte/libgstsmpte.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/spectrum/libgstspectrum.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/udp/libgstudp.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/videobox/libgstvideobox.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/videocrop/libgstvideocrop.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/videofilter/libgstvideofilter.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/videomixer/libgstvideomixer.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/wavenc/libgstwavenc.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/wavparse/libgstwavparse.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/gst/y4m/libgsty4menc.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/sys/oss/libgstossaudio.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/sys/oss4/libgstoss4.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/sys/v4l2/libgstvideo4linux2.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/sys/ximage/libgstximagesrc.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/ext/cairo/libgstcairo.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/ext/flac/libgstflac.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/ext/gdk_pixbuf/libgstgdkpixbuf.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/ext/gtk/libgstgtk.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/ext/jpeg/libgstjpeg.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/ext/libcaca/libgstcacasink.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/ext/libpng/libgstpng.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/ext/pulse/libgstpulseaudio.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/ext/soup/libgstsoup.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-good/ext/vpx/libgstvpx.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/accurip/libgstaccurip.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/adpcmdec/libgstadpcmdec.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/adpcmenc/libgstadpcmenc.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/aiff/libgstaiff.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/asfmux/libgstasfmux.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/audiobuffersplit/libgstaudiobuffersplit.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/audiofxbad/libgstaudiofxbad.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/audiomixmatrix/libgstaudiomixmatrix.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/audiolatency/libgstaudiolatency.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/audiovisualizers/libgstaudiovisualizers.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/autoconvert/libgstautoconvert.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/bayer/libgstbayer.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/camerabin2/libgstcamerabin.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/coloreffects/libgstcoloreffects.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/debugutils/libgstdebugutilsbad.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/dvbsuboverlay/libgstdvbsuboverlay.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/dvdspu/libgstdvdspu.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/faceoverlay/libgstfaceoverlay.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/festival/libgstfestival.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/fieldanalysis/libgstfieldanalysis.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/freeverb/libgstfreeverb.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/frei0r/libgstfrei0r.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/gaudieffects/libgstgaudieffects.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/gdp/libgstgdp.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/geometrictransform/libgstgeometrictransform.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/id3tag/libgstid3tag.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/inter/libgstinter.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/interlace/libgstinterlace.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/ivfparse/libgstivfparse.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/ivtc/libgstivtc.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/jp2kdecimator/libgstjp2kdecimator.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/jpegformat/libgstjpegformat.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/librfb/libgstrfbsrc.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/midi/libgstmidi.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/mpegdemux/libgstmpegpsdemux.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/mpegpsmux/libgstmpegpsmux.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/mpegtsdemux/libgstmpegtsdemux.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/mpegtsmux/libgstmpegtsmux.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/mxf/libgstmxf.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/netsim/libgstnetsim.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/onvif/libgstrtponvif.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/pcapparse/libgstpcapparse.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/pnm/libgstpnm.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/proxy/libgstproxy.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/rawparse/libgstlegacyrawparse.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/removesilence/libgstremovesilence.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/rist/libgstrist.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/rtp/libgstrtpmanagerbad.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/sdp/libgstsdpelem.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/segmentclip/libgstsegmentclip.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/siren/libgstsiren.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/smooth/libgstsmooth.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/speed/libgstspeed.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/subenc/libgstsubenc.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/timecode/libgsttimecode.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/videofilters/libgstvideofiltersbad.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/videoframe_audiolevel/libgstvideoframe_audiolevel.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/videoparsers/libgstvideoparsersbad.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/videosignal/libgstvideosignal.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/vmnc/libgstvmnc.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/y4m/libgsty4mdec.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/gst/yadif/libgstyadif.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/sys/bluez/libgstbluez.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/sys/decklink/libgstdecklink.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/sys/dvb/libgstdvb.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/sys/fbdev/libgstfbdevsink.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/sys/ipcpipeline/libgstipcpipeline.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/sys/kms/libgstkms.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/sys/nvcodec/libgstnvcodec.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/sys/shm/libgstshm.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/ext/closedcaption/libgstclosedcaption.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/ext/dash/libgstdashdemux.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/ext/dtls/libgstdtls.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/ext/dts/libgstdtsdec.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/ext/hls/libgsthls.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/ext/iqa/libgstiqa.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/ext/modplug/libgstmodplug.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/ext/openh264/libgstopenh264.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/ext/openjpeg/libgstopenjpeg.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/ext/smoothstreaming/libgstsmoothstreaming.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/ext/ttml/libgstttmlsubs.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/ext/wayland/libgstwaylandsink.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/ext/webrtc/libgstwebrtc.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-bad/ext/webp/libgstwebp.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-ugly/gst/asfdemux/libgstasf.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-ugly/gst/dvdlpcmdec/libgstdvdlpcmdec.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-ugly/gst/dvdsub/libgstdvdsub.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-ugly/gst/realmedia/libgstrealmedia.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-ugly/gst/xingmux/libgstxingmux.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-ugly/ext/a52dec/libgsta52dec.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-plugins-ugly/ext/x264/libgstx264.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-libav/ext/libav/libgstlibav.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-editing-services/plugins/nle/libgstnle.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-editing-services/plugins/ges/libgstges.so:/home/otter/Desktop/gst-build-master/build/subprojects/gst-python/plugin/libgstpython.so --- stdout --- --- stderr --- Message: Building subprojects: gstreamer, gst-plugins-base, gst-plugins-good, libnice, gst-plugins-bad, gst-plugins-ugly, gst-libav, gst-rtsp-server, gst-devtools, gst-integration-testsuites, gst-editing-services, pygobject, gst-python, gst-examples Program gst-uninstalled.py found: YES (/home/otter/Desktop/gst-build-master/gst-uninstalled.py) Program git-update found: YES (/home/otter/Desktop/gst-build-master/git-update) Build targets in project: 1264 Found ninja-1.9.0 at /usr/bin/ninja