>>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Extracting gzip -d -c /tmp/instance-0/dl/yavta/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70-br1.tar.gz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 -xf - >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Patching >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Configuring rm -rf /tmp/instance-0/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build mkdir -p /tmp/instance-0/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build sed -e 's%@TARGET_CROSS@%/tmp/instance-0/output-1/host/bin/mips64el-linux-%g' -e 's%@TARGET_ARCH@%mips64%g' -e 's%@TARGET_CPU@%%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2'%g" -e 's%@HOST_DIR@%/tmp/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-0/output-1/host/mips64el-buildroot-linux-uclibc/sysroot%g' -e 's%@STATIC@%false%g' -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" package/meson/cross-compilation.conf.in > /tmp/instance-0/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build/cross-compilation.conf PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" CC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" PYTHONNOUSERSITE=y /tmp/instance-0/output-1/host/bin/meson --prefix=/usr --libdir=lib --default-library=shared --buildtype=release --cross-file=/tmp/instance-0/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build/cross-compilation.conf -Dstrip=false -Dbuild.pkg_config_path=/tmp/instance-0/output-1/host/lib/pkgconfig /tmp/instance-0/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70/ /tmp/instance-0/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build The Meson build system Version: 0.57.1 Source dir: /tmp/instance-0/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Build dir: /tmp/instance-0/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70/build Build type: cross build Project name: yavta Project version: 0.0.0 C compiler for the host machine: /tmp/instance-0/output-1/host/bin/mips64el-linux-gcc (gcc 8.4.0 "mips64el-linux-gcc.br_real (Buildroot 2020.11.2) 8.4.0") C linker for the host machine: /tmp/instance-0/output-1/host/bin/mips64el-linux-gcc ld.bfd 2.34 C compiler for the build machine: /usr/bin/gcc (gcc 9.3.0 "gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0") C linker for the build machine: /usr/bin/gcc ld.bfd 2.34 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: mips64 Host machine cpu: Target machine cpu family: mips64 Target machine cpu: Checking for function "clock_gettime" : YES Build targets in project: 1 Option werror is: true [default: true] Found ninja-1.10.2 at /tmp/instance-0/output-1/host/bin/ninja >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Building PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=y /tmp/instance-0/output-1/host/bin/ninja -j32 -C /tmp/instance-0/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build ninja: Entering directory `/tmp/instance-0/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build' [1/2] Compiling C object yavta.p/yavta.c.o FAILED: yavta.p/yavta.c.o /tmp/instance-0/output-1/host/bin/mips64el-linux-gcc -Iyavta.p -I. -I.. -I../include -fdiagnostics-color=always -pipe -Wall -Winvalid-pch -Wextra -Werror -O3 -Wshadow -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -MD -MQ yavta.p/yavta.c.o -MF yavta.p/yavta.c.o.d -o yavta.p/yavta.c.o -c ../yavta.c ../yavta.c: In function 'video_query_menu': ../yavta.c:1311:21: error: format '%lld' expects argument of type 'long long int', but argument 3 has type '__s64' {aka 'long int'} [-Werror=format=] printf(" %u: %lld%s\n", menu.index, menu.value, ~~~^ ~~~~~~~~~~ %ld ../yavta.c: In function 'video_print_control_value': ../yavta.c:1358:15: error: format '%lld' expects argument of type 'long long int', but argument 2 has type '__s64' {aka 'long int'} [-Werror=format=] printf("%lld", ctrl->value64); ~~~^ ~~~~~~~~~~~~~ %ld ../yavta.c: In function 'video_get_control': ../yavta.c:1397:38: error: format '%lld' expects argument of type 'long long int', but argument 4 has type '__s64' {aka 'const long int'} [-Werror=format=] printf("control 0x%08x `%s' min %lld max %lld step %lld default %lld ", ~~~^ %ld query->id, query->name, query->minimum, query->maximum, ~~~~~~~~~~~~~~ ../yavta.c:1397:47: error: format '%lld' expects argument of type 'long long int', but argument 5 has type '__s64' {aka 'const long int'} [-Werror=format=] printf("control 0x%08x `%s' min %lld max %lld step %lld default %lld ", ~~~^ %ld query->id, query->name, query->minimum, query->maximum, ~~~~~~~~~~~~~~ ../yavta.c:1397:57: error: format '%lld' expects argument of type 'long long int', but argument 6 has type '__u64' {aka 'const long unsigned int'} [-Werror=format=] printf("control 0x%08x `%s' min %lld max %lld step %lld default %lld ", ~~~^ %ld ../yavta.c:1399:4: query->step, query->default_value); ~~~~~~~~~~~ ../yavta.c:1397:70: error: format '%lld' expects argument of type 'long long int', but argument 7 has type '__s64' {aka 'const long int'} [-Werror=format=] printf("control 0x%08x `%s' min %lld max %lld step %lld default %lld ", ~~~^ %ld ../yavta.c:1399:17: query->step, query->default_value); ~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors ninja: build stopped: subcommand failed. make: *** [package/pkg-generic.mk:250: /tmp/instance-0/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70/.stamp_built] Error 1 make: Leaving directory '/tmp/instance-0/buildroot'