>>> sshfs 3.7.0 Extracting xzcat /tmp/instance-0/dl/sshfs/sshfs-3.7.0.tar.xz | /tmp/instance-0/output-1/host/bin/tar --strip-components=1 -C /tmp/instance-0/output-1/build/sshfs-3.7.0 -xf - >>> sshfs 3.7.0 Patching >>> sshfs 3.7.0 Configuring rm -rf /tmp/instance-0/output-1/build/sshfs-3.7.0//build mkdir -p /tmp/instance-0/output-1/build/sshfs-3.7.0//build sed -e 's%@TARGET_CROSS@%/tmp/instance-0/output-1/host/bin/arc-linux-%g' -e 's%@TARGET_ARCH@%arc%g' -e 's%@TARGET_CPU@%archs%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os'%g" -e 's%@HOST_DIR@%/tmp/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-0/output-1/host/arc-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/sshfs-3.7.0//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" 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/sshfs-3.7.0//build/cross-compilation.conf -Dbuild.pkg_config_path=/tmp/instance-0/output-1/host/lib/pkgconfig /tmp/instance-0/output-1/build/sshfs-3.7.0/ /tmp/instance-0/output-1/build/sshfs-3.7.0//build The Meson build system Version: 0.55.3 Source dir: /tmp/instance-0/output-1/build/sshfs-3.7.0 Build dir: /tmp/instance-0/output-1/build/sshfs-3.7.0/build Build type: cross build Project name: sshfs Project version: 3.7.0 C compiler for the build machine: ccache cc (gcc 9.3.0 "cc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0") C linker for the build machine: cc ld.bfd 2.34 C compiler for the host machine: /tmp/instance-0/output-1/host/bin/arc-linux-gcc (gcc 9.2.1 "arc-linux-gcc.br_real (Buildroot 2020.02) 9.2.1 20191002") C linker for the host machine: /tmp/instance-0/output-1/host/bin/arc-linux-gcc ld.bfd 2.33.50.20191002 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: arc Host machine cpu: archs Target machine cpu family: arc Target machine cpu: archs ../output-1/build/sshfs-3.7.0/meson.build:8: WARNING: Consider using the built-in warning_level option instead of using "-Wall". ../output-1/build/sshfs-3.7.0/meson.build:8: WARNING: Consider using the built-in warning_level option instead of using "-Wextra". Message: Compiler warns about unused result even when casting to void Program rst2man rst2man.py found: NO Configuring config.h using configuration Found pkg-config: /tmp/instance-0/output-1/host/bin/pkgconf (1.6.1) Run-time dependency fuse3 found: YES 3.10.0 Run-time dependency glib-2.0 found: YES 2.64.4 Run-time dependency gthread-2.0 found: YES 2.64.4 Message: rst2man not found, not building manual page. Program utils/install_helper.sh found: YES (/tmp/instance-0/output-1/build/sshfs-3.7.0/utils/install_helper.sh) Build targets in project: 3 Option buildtype is: release [default: debugoptimized] Found ninja-1.10.0 at /tmp/instance-0/output-1/host/bin/ninja >>> sshfs 3.7.0 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/sshfs-3.7.0//build ninja: Entering directory `/tmp/instance-0/output-1/build/sshfs-3.7.0//build' [1/6] Generating test_scripts with a custom command [2/6] Compiling C object test/wrong_command.p/wrong_command.c.o [3/6] Linking target test/wrong_command [4/6] Compiling C object sshfs.p/cache.c.o ../cache.c: In function 'cache_releasedir': ../cache.c:322:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 322 | cfi = (struct file_handle*) fi->fh; | ^ ../cache.c: In function 'cache_readdir': ../cache.c:383:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 383 | cfi = (struct file_handle*) fi->fh; | ^ [5/6] Compiling C object sshfs.p/sshfs.c.o ../sshfs.c: In function 'sshfs_readdir': ../sshfs.c:2332:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2332 | handle = (struct dir_handle*) fi->fh; | ^ ../sshfs.c: In function 'sshfs_releasedir': ../sshfs.c:2350:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2350 | handle = (struct dir_handle*) fi->fh; | ^ [6/6] Linking target sshfs FAILED: sshfs /tmp/instance-0/output-1/host/bin/arc-linux-gcc -o sshfs sshfs.p/sshfs.c.o sshfs.p/cache.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -Wl,--start-group /tmp/instance-0/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libfuse3.so -lpthread /tmp/instance-0/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libglib-2.0.so /tmp/instance-0/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libgthread-2.0.so -Wl,--end-group -pthread /tmp/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arc-buildroot-linux-uclibc/9.2.1/../../../../arc-buildroot-linux-uclibc/bin/ld: sshfs.p/sshfs.c.o: in function `main': sshfs.c:(.text.startup+0x532): undefined reference to `fuse_new' /tmp/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arc-buildroot-linux-uclibc/9.2.1/../../../../arc-buildroot-linux-uclibc/bin/ld: sshfs.c:(.text.startup+0x532): undefined reference to `fuse_new' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. make: *** [package/pkg-generic.mk:250: /tmp/instance-0/output-1/build/sshfs-3.7.0/.stamp_built] Error 1 make: Leaving directory '/tmp/instance-0/buildroot'