>>> libfuse3 3.13.0 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-6/output-1/build/.libfuse3-3.13.0.tar.gz.2ikKlS/output' 'https://github.com/libfuse/libfuse/archive/fuse-3.13.0/libfuse3-3.13.0.tar.gz' --2023-01-31 17:36:02-- https://github.com/libfuse/libfuse/archive/fuse-3.13.0/libfuse3-3.13.0.tar.gz Resolving github.com (github.com)... 140.82.112.4 Connecting to github.com (github.com)|140.82.112.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/libfuse/libfuse/tar.gz/refs/tags/fuse-3.13.0 [following] --2023-01-31 17:36:03-- https://codeload.github.com/libfuse/libfuse/tar.gz/refs/tags/fuse-3.13.0 Resolving codeload.github.com (codeload.github.com)... 140.82.114.9 Connecting to codeload.github.com (codeload.github.com)|140.82.114.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-6/output-1/build/.libfuse3-3.13.0.tar.gz.2ikKlS/output' 0K .......... .......... .......... .......... .......... 500K 50K .......... .......... .......... .......... .......... 1023K 100K .......... .......... .......... .......... .......... 1.04M 150K .......... .......... .......... .......... .......... 44.4M 200K .......... .......... .......... .......... .......... 79.6M 250K .......... .......... .......... .......... .......... 93.3M 300K .......... .......... .......... .......... .......... 1.09M 350K .......... .......... .......... .......... .......... 17.1M 400K .......... .......... .......... .......... .......... 197M 450K .......... .......... .......... .......... .......... 52.2M 500K .......... .......... .......... .......... .......... 230M 550K .......... .......... .......... .......... .......... 993K 600K .......... .......... .......... .......... .......... 1.15M 650K .......... .......... .......... .......... .......... 237M 700K .......... .......... .......... .......... .......... 253M 750K .......... .......... 317M=0.3s 2023-01-31 17:36:03 (2.21 MB/s) - '/tmp/instance-6/output-1/build/.libfuse3-3.13.0.tar.gz.2ikKlS/output' saved [788917] libfuse3-3.13.0.tar.gz: OK (sha256: 224544214204eb348b548d6faa7a9bc91b053aacfc92e8b5da3f478c76ae4a03) >>> libfuse3 3.13.0 Extracting gzip -d -c /tmp/instance-6/dl/libfuse3/libfuse3-3.13.0.tar.gz | tar --strip-components=1 -C /tmp/instance-6/output-1/build/libfuse3-3.13.0 -xf - >>> libfuse3 3.13.0 Patching >>> libfuse3 3.13.0 Configuring rm -rf /tmp/instance-6/output-1/build/libfuse3-3.13.0//build mkdir -p /tmp/instance-6/output-1/build/libfuse3-3.13.0//build sed -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" -e "s%@TARGET_CC@%/tmp/instance-6/output-1/host/bin/or1k-linux-gcc%g" -e "s%@TARGET_CXX@%/tmp/instance-6/output-1/host/bin/or1k-linux-g++%g" -e "s%@TARGET_AR@%/tmp/instance-6/output-1/host/bin/or1k-linux-gcc-ar%g" -e "s%@TARGET_FC@%/tmp/instance-6/output-1/host/bin/or1k-linux-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%or1k%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'%g" -e "s%@BR2_CMAKE@%/tmp/instance-6/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-6/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-6/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-6/output-1/host/or1k-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-6/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-6/output-1/build/libfuse3-3.13.0//build/cross-compilation.conf PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" CC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" PYTHONNOUSERSITE=y /tmp/instance-6/output-1/host/bin/meson setup --prefix=/usr --libdir=lib --default-library=shared --buildtype=release --cross-file=/tmp/instance-6/output-1/build/libfuse3-3.13.0//build/cross-compilation.conf -Db_pie=false -Dstrip=false -Dbuild.pkg_config_path=/tmp/instance-6/output-1/host/lib/pkgconfig -Dbuild.cmake_prefix_path=/tmp/instance-6/output-1/host/lib/cmake -Dexamples=false -Dudevrulesdir=/lib/udev/rules.d -Duseroot=false -Dtests=false /tmp/instance-6/output-1/build/libfuse3-3.13.0/ /tmp/instance-6/output-1/build/libfuse3-3.13.0//build WARNING: Unknown CPU family or1k, please report this at https://github.com/mesonbuild/meson/issues/new The Meson build system Version: 1.0.0 Source dir: /tmp/instance-6/output-1/build/libfuse3-3.13.0 Build dir: /tmp/instance-6/output-1/build/libfuse3-3.13.0/build Build type: cross build Project name: libfuse3 Project version: 3.13.0 C compiler for the host machine: /tmp/instance-6/output-1/host/bin/or1k-linux-gcc (gcc 11.2.0 "or1k-linux-gcc.br_real (Buildroot toolchains.bootlin.com-2021.11-5) 11.2.0") C linker for the host machine: /tmp/instance-6/output-1/host/bin/or1k-linux-gcc ld.bfd 2.37 C compiler for the build machine: /usr/bin/gcc (gcc 10.2.1 "gcc (Debian 10.2.1-6) 10.2.1 20210110") C linker for the build machine: /usr/bin/gcc ld.bfd 2.35.2 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: or1k Host machine cpu: Target machine cpu family: or1k Target machine cpu: Checking for function "fork" : YES Checking for function "fstatat" : YES Checking for function "openat" : YES Checking for function "readlinkat" : YES Checking for function "pipe2" : YES Checking for function "splice" : YES Checking for function "vmsplice" : YES Checking for function "posix_fallocate" : YES Checking for function "fdatasync" : YES Checking for function "utimensat" : YES Checking for function "copy_file_range" : YES Checking for function "fallocate" : YES Checking for function "setxattr" : YES Checking for function "iconv" : YES Checking whether type "struct stat" has member "st_atim" : YES Checking whether type "struct stat" has member "st_atimespec" : NO Message: Compiler warns about unused result even when casting to void Message: Enabling versioned libc symbols Message: Compiler supports symver attribute Configuring config.h using configuration Run-time dependency threads found: YES Library iconv found: NO Library dl found: YES Library rt found: YES Build targets in project: 3 libfuse3 3.13.0 User defined options Cross files : /tmp/instance-6/output-1/build/libfuse3-3.13.0//build/cross-compilation.conf build.cmake_prefix_path: /tmp/instance-6/output-1/host/lib/cmake build.pkg_config_path : /tmp/instance-6/output-1/host/lib/pkgconfig buildtype : release default_library : shared libdir : lib prefix : /usr strip : false b_pie : false examples : false tests : false udevrulesdir : /lib/udev/rules.d useroot : false Found ninja-1.11.1.git.kitware.jobserver-1 at /tmp/instance-6/output-1/host/bin/ninja >>> libfuse3 3.13.0 Building PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=y /tmp/instance-6/output-1/host/bin/ninja -C /tmp/instance-6/output-1/build/libfuse3-3.13.0//build ninja: Entering directory `/tmp/instance-6/output-1/build/libfuse3-3.13.0//build' [1/22] Compiling C object lib/libfuse3.so.3.13.0.p/fuse_loop.c.o FAILED: lib/libfuse3.so.3.13.0.p/fuse_loop.c.o /tmp/instance-6/output-1/host/bin/or1k-linux-gcc -Ilib/libfuse3.so.3.13.0.p -Ilib -I../lib -Iinclude -I../include -I. -I.. -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -O3 -D_REENTRANT -DHAVE_CONFIG_H -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -DHAVE_SYMVER_ATTRIBUTE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -fPIC -pthread -DFUSE_USE_VERSION=312 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ lib/libfuse3.so.3.13.0.p/fuse_loop.c.o -MF lib/libfuse3.so.3.13.0.p/fuse_loop.c.o.d -o lib/libfuse3.so.3.13.0.p/fuse_loop.c.o -c ../lib/fuse_loop.c In file included from ../lib/fuse_loop.c:12: ../include/fuse_lowlevel.h:133:45: error: unknown type name '__off64_t'; did you mean 'off64_t'? 133 | ssize_t (*splice_receive)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:134:43: error: unknown type name '__off64_t'; did you mean 'off64_t'? 134 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:136:42: error: unknown type name '__off64_t'; did you mean 'off64_t'? 136 | ssize_t (*splice_send)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:137:38: error: unknown type name '__off64_t'; did you mean 'off64_t'? 137 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:139:1: warning: no semicolon at end of struct or union 139 | }; | ^ [2/22] Compiling C object lib/libfuse3.so.3.13.0.p/fuse_loop_mt.c.o FAILED: lib/libfuse3.so.3.13.0.p/fuse_loop_mt.c.o /tmp/instance-6/output-1/host/bin/or1k-linux-gcc -Ilib/libfuse3.so.3.13.0.p -Ilib -I../lib -Iinclude -I../include -I. -I.. -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -O3 -D_REENTRANT -DHAVE_CONFIG_H -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -DHAVE_SYMVER_ATTRIBUTE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -fPIC -pthread -DFUSE_USE_VERSION=312 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ lib/libfuse3.so.3.13.0.p/fuse_loop_mt.c.o -MF lib/libfuse3.so.3.13.0.p/fuse_loop_mt.c.o.d -o lib/libfuse3.so.3.13.0.p/fuse_loop_mt.c.o -c ../lib/fuse_loop_mt.c In file included from ../lib/fuse_loop_mt.c:12: ../include/fuse_lowlevel.h:133:45: error: unknown type name '__off64_t'; did you mean 'off64_t'? 133 | ssize_t (*splice_receive)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:134:43: error: unknown type name '__off64_t'; did you mean 'off64_t'? 134 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:136:42: error: unknown type name '__off64_t'; did you mean 'off64_t'? 136 | ssize_t (*splice_send)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:137:38: error: unknown type name '__off64_t'; did you mean 'off64_t'? 137 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:139:1: warning: no semicolon at end of struct or union 139 | }; | ^ [3/22] Compiling C object lib/libfuse3.so.3.13.0.p/fuse_opt.c.o FAILED: lib/libfuse3.so.3.13.0.p/fuse_opt.c.o /tmp/instance-6/output-1/host/bin/or1k-linux-gcc -Ilib/libfuse3.so.3.13.0.p -Ilib -I../lib -Iinclude -I../include -I. -I.. -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -O3 -D_REENTRANT -DHAVE_CONFIG_H -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -DHAVE_SYMVER_ATTRIBUTE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -fPIC -pthread -DFUSE_USE_VERSION=312 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ lib/libfuse3.so.3.13.0.p/fuse_opt.c.o -MF lib/libfuse3.so.3.13.0.p/fuse_opt.c.o.d -o lib/libfuse3.so.3.13.0.p/fuse_opt.c.o -c ../lib/fuse_opt.c In file included from ../lib/fuse_i.h:10, from ../lib/fuse_opt.c:13: ../include/fuse_lowlevel.h:133:45: error: unknown type name '__off64_t'; did you mean 'off64_t'? 133 | ssize_t (*splice_receive)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:134:43: error: unknown type name '__off64_t'; did you mean 'off64_t'? 134 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:136:42: error: unknown type name '__off64_t'; did you mean 'off64_t'? 136 | ssize_t (*splice_send)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:137:38: error: unknown type name '__off64_t'; did you mean 'off64_t'? 137 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:139:1: warning: no semicolon at end of struct or union 139 | }; | ^ [4/22] Compiling C object lib/libfuse3.so.3.13.0.p/fuse_signals.c.o FAILED: lib/libfuse3.so.3.13.0.p/fuse_signals.c.o /tmp/instance-6/output-1/host/bin/or1k-linux-gcc -Ilib/libfuse3.so.3.13.0.p -Ilib -I../lib -Iinclude -I../include -I. -I.. -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -O3 -D_REENTRANT -DHAVE_CONFIG_H -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -DHAVE_SYMVER_ATTRIBUTE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -fPIC -pthread -DFUSE_USE_VERSION=312 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ lib/libfuse3.so.3.13.0.p/fuse_signals.c.o -MF lib/libfuse3.so.3.13.0.p/fuse_signals.c.o.d -o lib/libfuse3.so.3.13.0.p/fuse_signals.c.o -c ../lib/fuse_signals.c In file included from ../lib/fuse_signals.c:12: ../include/fuse_lowlevel.h:133:45: error: unknown type name '__off64_t'; did you mean 'off64_t'? 133 | ssize_t (*splice_receive)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:134:43: error: unknown type name '__off64_t'; did you mean 'off64_t'? 134 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:136:42: error: unknown type name '__off64_t'; did you mean 'off64_t'? 136 | ssize_t (*splice_send)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:137:38: error: unknown type name '__off64_t'; did you mean 'off64_t'? 137 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:139:1: warning: no semicolon at end of struct or union 139 | }; | ^ [5/22] Compiling C object lib/libfuse3.so.3.13.0.p/fuse_log.c.o [6/22] Compiling C object lib/libfuse3.so.3.13.0.p/buffer.c.o FAILED: lib/libfuse3.so.3.13.0.p/buffer.c.o /tmp/instance-6/output-1/host/bin/or1k-linux-gcc -Ilib/libfuse3.so.3.13.0.p -Ilib -I../lib -Iinclude -I../include -I. -I.. -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -O3 -D_REENTRANT -DHAVE_CONFIG_H -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -DHAVE_SYMVER_ATTRIBUTE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -fPIC -pthread -DFUSE_USE_VERSION=312 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ lib/libfuse3.so.3.13.0.p/buffer.c.o -MF lib/libfuse3.so.3.13.0.p/buffer.c.o.d -o lib/libfuse3.so.3.13.0.p/buffer.c.o -c ../lib/buffer.c In file included from ../lib/fuse_i.h:10, from ../lib/buffer.c:15: ../include/fuse_lowlevel.h:133:45: error: unknown type name '__off64_t'; did you mean 'off64_t'? 133 | ssize_t (*splice_receive)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:134:43: error: unknown type name '__off64_t'; did you mean 'off64_t'? 134 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:136:42: error: unknown type name '__off64_t'; did you mean 'off64_t'? 136 | ssize_t (*splice_send)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:137:38: error: unknown type name '__off64_t'; did you mean 'off64_t'? 137 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:139:1: warning: no semicolon at end of struct or union 139 | }; | ^ [7/22] Compiling C object lib/libfuse3.so.3.13.0.p/compat.c.o FAILED: lib/libfuse3.so.3.13.0.p/compat.c.o /tmp/instance-6/output-1/host/bin/or1k-linux-gcc -Ilib/libfuse3.so.3.13.0.p -Ilib -I../lib -Iinclude -I../include -I. -I.. -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -O3 -D_REENTRANT -DHAVE_CONFIG_H -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -DHAVE_SYMVER_ATTRIBUTE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -fPIC -pthread -DFUSE_USE_VERSION=312 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ lib/libfuse3.so.3.13.0.p/compat.c.o -MF lib/libfuse3.so.3.13.0.p/compat.c.o.d -o lib/libfuse3.so.3.13.0.p/compat.c.o -c ../lib/compat.c In file included from ../lib/fuse_i.h:10, from ../lib/compat.c:19: ../include/fuse_lowlevel.h:133:45: error: unknown type name '__off64_t'; did you mean 'off64_t'? 133 | ssize_t (*splice_receive)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:134:43: error: unknown type name '__off64_t'; did you mean 'off64_t'? 134 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:136:42: error: unknown type name '__off64_t'; did you mean 'off64_t'? 136 | ssize_t (*splice_send)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:137:38: error: unknown type name '__off64_t'; did you mean 'off64_t'? 137 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:139:1: warning: no semicolon at end of struct or union 139 | }; | ^ [8/22] Compiling C object lib/libfuse3.so.3.13.0.p/fuse.c.o FAILED: lib/libfuse3.so.3.13.0.p/fuse.c.o /tmp/instance-6/output-1/host/bin/or1k-linux-gcc -Ilib/libfuse3.so.3.13.0.p -Ilib -I../lib -Iinclude -I../include -I. -I.. -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -O3 -D_REENTRANT -DHAVE_CONFIG_H -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -DHAVE_SYMVER_ATTRIBUTE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -fPIC -pthread -DFUSE_USE_VERSION=312 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ lib/libfuse3.so.3.13.0.p/fuse.c.o -MF lib/libfuse3.so.3.13.0.p/fuse.c.o.d -o lib/libfuse3.so.3.13.0.p/fuse.c.o -c ../lib/fuse.c In file included from ../lib/fuse_i.h:10, from ../lib/fuse.c:17: ../include/fuse_lowlevel.h:133:45: error: unknown type name '__off64_t'; did you mean 'off64_t'? 133 | ssize_t (*splice_receive)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:134:43: error: unknown type name '__off64_t'; did you mean 'off64_t'? 134 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:136:42: error: unknown type name '__off64_t'; did you mean 'off64_t'? 136 | ssize_t (*splice_send)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:137:38: error: unknown type name '__off64_t'; did you mean 'off64_t'? 137 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:139:1: warning: no semicolon at end of struct or union 139 | }; | ^ [9/22] Compiling C object lib/libfuse3.so.3.13.0.p/cuse_lowlevel.c.o FAILED: lib/libfuse3.so.3.13.0.p/cuse_lowlevel.c.o /tmp/instance-6/output-1/host/bin/or1k-linux-gcc -Ilib/libfuse3.so.3.13.0.p -Ilib -I../lib -Iinclude -I../include -I. -I.. -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -O3 -D_REENTRANT -DHAVE_CONFIG_H -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -DHAVE_SYMVER_ATTRIBUTE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -fPIC -pthread -DFUSE_USE_VERSION=312 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ lib/libfuse3.so.3.13.0.p/cuse_lowlevel.c.o -MF lib/libfuse3.so.3.13.0.p/cuse_lowlevel.c.o.d -o lib/libfuse3.so.3.13.0.p/cuse_lowlevel.c.o -c ../lib/cuse_lowlevel.c In file included from ../include/cuse_lowlevel.h:19, from ../lib/cuse_lowlevel.c:11: ../include/fuse_lowlevel.h:133:45: error: unknown type name '__off64_t'; did you mean 'off64_t'? 133 | ssize_t (*splice_receive)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:134:43: error: unknown type name '__off64_t'; did you mean 'off64_t'? 134 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:136:42: error: unknown type name '__off64_t'; did you mean 'off64_t'? 136 | ssize_t (*splice_send)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:137:38: error: unknown type name '__off64_t'; did you mean 'off64_t'? 137 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:139:1: warning: no semicolon at end of struct or union 139 | }; | ^ [10/22] Compiling C object lib/libfuse3.so.3.13.0.p/helper.c.o FAILED: lib/libfuse3.so.3.13.0.p/helper.c.o /tmp/instance-6/output-1/host/bin/or1k-linux-gcc -Ilib/libfuse3.so.3.13.0.p -Ilib -I../lib -Iinclude -I../include -I. -I.. -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -O3 -D_REENTRANT -DHAVE_CONFIG_H -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -DHAVE_SYMVER_ATTRIBUTE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -fPIC -pthread -DFUSE_USE_VERSION=312 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ lib/libfuse3.so.3.13.0.p/helper.c.o -MF lib/libfuse3.so.3.13.0.p/helper.c.o.d -o lib/libfuse3.so.3.13.0.p/helper.c.o -c ../lib/helper.c In file included from ../lib/fuse_i.h:10, from ../lib/helper.c:14: ../include/fuse_lowlevel.h:133:45: error: unknown type name '__off64_t'; did you mean 'off64_t'? 133 | ssize_t (*splice_receive)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:134:43: error: unknown type name '__off64_t'; did you mean 'off64_t'? 134 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:136:42: error: unknown type name '__off64_t'; did you mean 'off64_t'? 136 | ssize_t (*splice_send)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:137:38: error: unknown type name '__off64_t'; did you mean 'off64_t'? 137 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:139:1: warning: no semicolon at end of struct or union 139 | }; | ^ [11/22] Compiling C object lib/libfuse3.so.3.13.0.p/mount.c.o FAILED: lib/libfuse3.so.3.13.0.p/mount.c.o /tmp/instance-6/output-1/host/bin/or1k-linux-gcc -Ilib/libfuse3.so.3.13.0.p -Ilib -I../lib -Iinclude -I../include -I. -I.. -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -O3 -D_REENTRANT -DHAVE_CONFIG_H -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -DHAVE_SYMVER_ATTRIBUTE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -fPIC -pthread -DFUSE_USE_VERSION=312 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ lib/libfuse3.so.3.13.0.p/mount.c.o -MF lib/libfuse3.so.3.13.0.p/mount.c.o.d -o lib/libfuse3.so.3.13.0.p/mount.c.o -c ../lib/mount.c In file included from ../lib/fuse_i.h:10, from ../lib/mount.c:12: ../include/fuse_lowlevel.h:133:45: error: unknown type name '__off64_t'; did you mean 'off64_t'? 133 | ssize_t (*splice_receive)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:134:43: error: unknown type name '__off64_t'; did you mean 'off64_t'? 134 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:136:42: error: unknown type name '__off64_t'; did you mean 'off64_t'? 136 | ssize_t (*splice_send)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:137:38: error: unknown type name '__off64_t'; did you mean 'off64_t'? 137 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:139:1: warning: no semicolon at end of struct or union 139 | }; | ^ [12/22] Compiling C object util/fusermount3.p/.._lib_mount_util.c.o [13/22] Compiling C object lib/libfuse3.so.3.13.0.p/fuse_lowlevel.c.o FAILED: lib/libfuse3.so.3.13.0.p/fuse_lowlevel.c.o /tmp/instance-6/output-1/host/bin/or1k-linux-gcc -Ilib/libfuse3.so.3.13.0.p -Ilib -I../lib -Iinclude -I../include -I. -I.. -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -O3 -D_REENTRANT -DHAVE_CONFIG_H -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -DHAVE_SYMVER_ATTRIBUTE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -fPIC -pthread -DFUSE_USE_VERSION=312 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ lib/libfuse3.so.3.13.0.p/fuse_lowlevel.c.o -MF lib/libfuse3.so.3.13.0.p/fuse_lowlevel.c.o.d -o lib/libfuse3.so.3.13.0.p/fuse_lowlevel.c.o -c ../lib/fuse_lowlevel.c In file included from ../lib/fuse_i.h:10, from ../lib/fuse_lowlevel.c:15: ../include/fuse_lowlevel.h:133:45: error: unknown type name '__off64_t'; did you mean 'off64_t'? 133 | ssize_t (*splice_receive)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:134:43: error: unknown type name '__off64_t'; did you mean 'off64_t'? 134 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:136:42: error: unknown type name '__off64_t'; did you mean 'off64_t'? 136 | ssize_t (*splice_send)(int fdin, __off64_t *offin, int fdout, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:137:38: error: unknown type name '__off64_t'; did you mean 'off64_t'? 137 | __off64_t *offout, size_t len, | ^~~~~~~~~ | off64_t ../include/fuse_lowlevel.h:139:1: warning: no semicolon at end of struct or union 139 | }; | ^ ../lib/fuse_lowlevel.c: In function 'fuse_send_data_iov': ../lib/fuse_lowlevel.c:827:37: error: 'struct fuse_custom_io' has no member named 'splice_send' 827 | if (se->io != NULL && se->io->splice_send != NULL) { | ^~ ../lib/fuse_lowlevel.c:828:29: error: 'struct fuse_custom_io' has no member named 'splice_send' 828 | res = se->io->splice_send(llp->pipe[0], NULL, | ^~ ../lib/fuse_lowlevel.c: In function 'do_init': ../lib/fuse_lowlevel.c:2016:48: error: 'struct fuse_custom_io' has no member named 'splice_send' 2016 | if ((se->io == NULL) || (se->io->splice_send != NULL)) { | ^~ ../lib/fuse_lowlevel.c:2020:48: error: 'struct fuse_custom_io' has no member named 'splice_receive' 2020 | if ((se->io == NULL) || (se->io->splice_receive != NULL)) { | ^~ ../lib/fuse_lowlevel.c: In function 'fuse_session_receive_buf_int': ../lib/fuse_lowlevel.c:2826:37: error: 'struct fuse_custom_io' has no member named 'splice_receive' 2826 | if (se->io != NULL && se->io->splice_receive != NULL) { | ^~ ../lib/fuse_lowlevel.c:2827:29: error: 'struct fuse_custom_io' has no member named 'splice_receive' 2827 | res = se->io->splice_receive(ch ? ch->fd : se->fd, NULL, | ^~ [14/22] Compiling C object lib/libfuse3.so.3.13.0.p/mount_util.c.o [15/22] Compiling C object util/mount.fuse3.p/mount.fuse.c.o [16/22] Compiling C object lib/libfuse3.so.3.13.0.p/modules_subdir.c.o [17/22] Compiling C object lib/libfuse3.so.3.13.0.p/modules_iconv.c.o [18/22] Compiling C object util/fusermount3.p/fusermount.c.o ../util/fusermount.c: In function 'check_perm': ../util/fusermount.c:1025:17: warning: unsigned conversion from 'long long int' to 'long unsigned int' changes value from '8315462406243767374' to '1397118030' [-Woverflow] 1025 | 0x736675005346544e /* UFSD */, | ^~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. make: *** [package/pkg-generic.mk:293: /tmp/instance-6/output-1/build/libfuse3-3.13.0/.stamp_built] Error 1 make: Leaving directory '/tmp/instance-6/buildroot'