The Meson build system Version: 1.5.1 Source dir: /builder/shared-workdir/build/sdk/build_dir/target-mips64_mips64r2_64_musl/seatd-0.9.1 Build dir: /builder/shared-workdir/build/sdk/build_dir/target-mips64_mips64r2_64_musl/seatd-0.9.1/openwrt-build Build type: cross build Project name: seatd Project version: 0.9.1 C compiler for the host machine: mips64-openwrt-linux-musl-gcc (gcc 13.3.0 "mips64-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r28266-9c55866fad) 13.3.0") C linker for the host machine: mips64-openwrt-linux-musl-gcc ld.bfd 2.42 C compiler for the build machine: /builder/shared-workdir/build/sdk/staging_dir/host/bin/gcc (gcc 10.2.1 "gcc (Debian 10.2.1-6) 10.2.1 20210110") C linker for the build machine: /builder/shared-workdir/build/sdk/staging_dir/host/bin/gcc ld.bfd 2.35.2 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: mips64 Host machine cpu: generic Target machine cpu family: mips64 Target machine cpu: generic Compiler for C supports arguments -Wundef: YES Compiler for C supports arguments -Wunused: YES Compiler for C supports arguments -Wlogical-op: YES Compiler for C supports arguments -Wmissing-include-dirs: YES Compiler for C supports arguments -Wold-style-definition: YES Compiler for C supports arguments -Wpointer-arith: YES Compiler for C supports arguments -Wstrict-prototypes: YES Compiler for C supports arguments -Wimplicit-fallthrough: YES Compiler for C supports arguments -Wmissing-prototypes: YES Compiler for C supports arguments -Wno-unknown-warning-option: NO Compiler for C supports arguments -Wno-unused-command-line-argument: NO Compiler for C supports arguments -Wvla: YES Compiler for C supports link arguments -Wl,--exclude-libs=ALL: YES Library rt found: YES Found pkg-config: YES (/builder/shared-workdir/build/sdk/staging_dir/host/bin/pkg-config) 2.2.0 Dependency scdoc skipped: feature man-pages disabled Build targets in project: 8 seatd 0.9.1 libseat-seatd : YES libseat-builtin: NO libseat-systemd: NO libseat-elogind: NO server : YES man-pages : NO User defined options Cross files : /builder/shared-workdir/build/sdk/build_dir/target-mips64_mips64r2_64_musl/seatd-0.9.1/openwrt-cross.txt Native files : /builder/shared-workdir/build/sdk/build_dir/target-mips64_mips64r2_64_musl/seatd-0.9.1/openwrt-native.txt buildtype : plain default_library: both defaultpath : /tmp/run/seatd.sock examples : disabled libseat-builtin: disabled libseat-logind : disabled libseat-seatd : enabled man-pages : disabled server : enabled Found ninja-1.12.1 at /builder/shared-workdir/build/sdk/staging_dir/host/bin/ninja ninja: Entering directory `/builder/shared-workdir/build/sdk/build_dir/target-mips64_mips64r2_64_musl/seatd-0.9.1/openwrt-build' [1/35] Compiling C object libseat-private.a.p/common_connection.c.o [2/35] Compiling C object libseat-private.a.p/common_linked_list.c.o [3/35] Compiling C object libseat-private.a.p/common_log.c.o [4/35] Compiling C object libseat-private.a.p/libseat_backend_seatd.c.o [5/35] Linking static target libseat-private.a [6/35] Compiling C object libseat.so.1.p/libseat_libseat.c.o [7/35] Compiling C object libseat.so.1.p/libseat_backend_noop.c.o [8/35] Compiling C object seatd.p/common_log.c.o [9/35] Compiling C object seatd.p/common_linked_list.c.o [10/35] Compiling C object seatd.p/common_terminal.c.o [11/35] Compiling C object seatd.p/common_connection.c.o [12/35] Compiling C object seatd.p/common_evdev.c.o FAILED: seatd.p/common_evdev.c.o mips64-openwrt-linux-musl-gcc -Iseatd.p -I. -I.. -I../include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-mips64_mips64r2_64_gcc-13.3.0_musl/usr/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-mips64_mips64r2_64_gcc-13.3.0_musl/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-mips64_mips64r2_64_gcc-13.3.0_musl/include/fortify -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -Werror -std=c11 -D_XOPEN_SOURCE=700 -D__BSD_VISIBLE -D_NETBSD_SOURCE '-DSEATD_VERSION="0.9.1"' '-DSEATD_DEFAULTPATH="/tmp/run/seatd.sock"' '-DSEATD_INSTALLPATH="/usr/bin/seatd"' -Wundef -Wunused -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Wstrict-prototypes -Wimplicit-fallthrough -Wmissing-prototypes -Wvla -Wl,--exclude-libs=ALL '-DREL_SRC_DIR="../"' -Os -pipe -mno-branch-likely -mips64r2 -mtune=mips64r2 -mabi=64 -fno-caller-saves -fno-plt -fhonour-copts -msoft-float -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-mips64_mips64r2_64_musl/seatd-0.9.1=seatd-0.9.1 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -MD -MQ seatd.p/common_evdev.c.o -MF seatd.p/common_evdev.c.o.d -o seatd.p/common_evdev.c.o -c ../common/evdev.c ../common/evdev.c: In function 'evdev_revoke': ../common/evdev.c:26:26: error: overflow in conversion from 'long unsigned int' to 'int' changes value from '2147763601' to '-2147203695' [-Werror=overflow] 26 | return ioctl(fd, EVIOCREVOKE, NULL); | ^~~~~~~~~~~ cc1: all warnings being treated as errors ninja: build stopped: subcommand failed. make[3]: *** [Makefile:79: /builder/shared-workdir/build/sdk/build_dir/target-mips64_mips64r2_64_musl/seatd-0.9.1/.built] Error 1 time: package/feeds/video/seatd/compile#4.82#1.12#5.88