+ exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_lto=true -D b_pie=true hitori build The Meson build system Version: 0.60.0 Source dir: /build/hitori/src/hitori Build dir: /build/hitori/src/build Build type: native build Project name: hitori Project version: 3.38.3 C compiler for the host machine: cc (gcc 11.1.0 "cc (GCC) 11.1.0") C linker for the host machine: cc ld.bfd 2.36.1 Host machine cpu family: riscv64 Host machine cpu: riscv64 Found pkg-config: /usr/bin/pkg-config (1.8.0) Run-time dependency glib-2.0 found: YES 2.70.1 Run-time dependency gio-2.0 found: YES 2.70.1 Run-time dependency gtk+-3.0 found: YES 3.24.30 Run-time dependency gmodule-2.0 found: YES 2.70.1 Run-time dependency cairo found: YES 1.17.4 Compiler for C supports arguments -fno-strict-aliasing: YES Compiler for C supports arguments -fstack-protector-strong: YES Compiler for C supports arguments -Waggregate-return: YES Compiler for C supports arguments -Wall: YES Compiler for C supports arguments -Wunused: YES Compiler for C supports arguments -Warray-bounds: YES Compiler for C supports arguments -Wcast-align: YES Compiler for C supports arguments -Wclobbered: YES Compiler for C supports arguments -Wno-declaration-after-statement: YES Compiler for C supports arguments -Wduplicated-branches: YES Compiler for C supports arguments -Wduplicated-cond: YES Compiler for C supports arguments -Wempty-body: YES Compiler for C supports arguments -Wformat=2: YES Compiler for C supports arguments -Wformat-nonliteral: YES Compiler for C supports arguments -Wformat-security: YES Compiler for C supports arguments -Wformat-signedness: YES Compiler for C supports arguments -Wignored-qualifiers: YES Compiler for C supports arguments -Wimplicit-function-declaration: YES Compiler for C supports arguments -Wincompatible-pointer-types: YES Compiler for C supports arguments -Wincompatible-pointer-types-discards-qualifiers: NO Compiler for C supports arguments -Winit-self: YES Compiler for C supports arguments -Wint-conversion: YES Compiler for C supports arguments -Wlogical-op: YES Compiler for C supports arguments -Wmisleading-indentation: YES Compiler for C supports arguments -Wmissing-declarations: YES Compiler for C supports arguments -Wmissing-format-attribute: YES Compiler for C supports arguments -Wmissing-include-dirs: YES Compiler for C supports arguments -Wmissing-noreturn: YES Compiler for C supports arguments -Wmissing-parameter-type: YES Compiler for C supports arguments -Wmissing-prototypes: YES Compiler for C supports arguments -Wnested-externs: YES Compiler for C supports arguments -Wno-error=cpp: YES Compiler for C supports arguments -Wno-discarded-qualifiers: YES Compiler for C supports arguments -Wno-missing-field-initializers: YES Compiler for C supports arguments -Wno-suggest-attribute=format: YES Compiler for C supports arguments -Wno-unused-parameter: YES Compiler for C supports arguments -Wnull-dereference: YES Compiler for C supports arguments -Wold-style-definition: YES Compiler for C supports arguments -Woverflow: YES Compiler for C supports arguments -Woverride-init: YES Compiler for C supports arguments -Wparentheses: YES Compiler for C supports arguments -Wpointer-arith: YES Compiler for C supports arguments -Wredundant-decls: YES Compiler for C supports arguments -Wreturn-type: YES Compiler for C supports arguments -Wshadow: YES Compiler for C supports arguments -Wsign-compare: YES Compiler for C supports arguments -Wstrict-aliasing=2: YES Compiler for C supports arguments -Wstrict-prototypes: YES Compiler for C supports arguments -Wswitch-default: YES Compiler for C supports arguments -Wswitch-enum: YES Compiler for C supports arguments -Wtype-limits: YES Compiler for C supports arguments -Wundef: YES Compiler for C supports arguments -Wuninitialized: YES Compiler for C supports arguments -Wunused-but-set-variable: YES Compiler for C supports arguments -Wunused-result: YES Compiler for C supports arguments -Wunused-variable: YES Compiler for C supports arguments -Wwrite-strings: YES hitori/meson.build:91: WARNING: Consider using the built-in warning_level option instead of using "-Wall". hitori/data/meson.build:3:0: ERROR: Function does not take positional arguments. A full log can be found at /build/hitori/src/build/meson-logs/meson-log.txt ==> ERROR: A failure occurred in build().  Aborting...