==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: fuse3 3.18.1-1 (Fri Jan 30 05:05:37 2026)
==> Retrieving sources...
  -> Found fuse-3.18.1.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    fuse-3.18.1.tar.gz ... Passed
==> Making package: fuse3 3.18.1-1 (Fri Jan 30 12:06:06 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (5) mpdecimal-4.0.1-1  ninja-1.13.2-2  python-3.14.2-2  python-tqdm-4.67.1-5  meson-1.10.1-1

Total Download Size:   14.97 MiB
Total Installed Size:  85.68 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-3.14.2-2-armv7h downloading...
 meson-1.10.1-1-any downloading...
 ninja-1.13.2-2-armv7h downloading...
 python-tqdm-4.67.1-5-any downloading...
 mpdecimal-4.0.1-1-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing ninja...
installing mpdecimal...
installing python...
Optional dependencies for python
    python-setuptools: for building Python packages using tooling that is usually bundled with Python
    python-pip: for installing Python packages using tooling that is usually bundled with Python
    python-pipx: for installing Python software not packaged on Arch Linux
    sqlite: for a default database integration [installed]
    xz: for lzma [installed]
    tk: for tkinter
installing python-tqdm...
Optional dependencies for python-tqdm
    python-requests: telegram
installing meson...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found fuse-3.18.1.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting fuse-3.18.1.tar.gz with bsdtar
==> Starting build()...
The Meson build system
Version: 1.10.1
Source dir: /build/fuse3/src/fuse-3.18.1
Build dir: /build/fuse3/src/fuse-3.18.1/build
Build type: native build
Project name: libfuse3
Project version: 3.18.1
C compiler for the host machine: cc (gcc 15.2.1 "armv7l-unknown-linux-gnueabihf-gcc (GCC) 15.2.1 20260103")
C linker for the host machine: cc ld.bfd 2.45.1
Host machine cpu family: arm
Host machine cpu: armv7l
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 "fspacectl" : NO 
Checking if "pthread_setname_np check" links: YES 
Checking if "close_range check" links: YES 
Checking if "listmount check" links: YES 
Has header "sys/xattr.h" : YES 
Has header "linux/limits.h" : YES 
Checking for function "setxattr" : YES 
Checking for function "iconv" : YES 
Checking for function "backtrace" : YES 
Checking for function "statx" : YES 
Checking whether type "struct stat" has member "st_atim" : YES 
Checking whether type "struct stat" has member "st_atimespec" : NO 
Found pkg-config: YES (/usr/bin/pkg-config) 2.5.1
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency liburing found: NO (tried pkgconfig and cmake)
Run-time dependency numa found: NO (tried pkgconfig and cmake)
Message: Compiler warns about unused result even when casting to void
Message: Enabling versioned libc symbols
Message: Compiler supports symver attribute
Configuring fuse_config.h using configuration
Configuring libfuse_config.h using configuration
Run-time dependency threads found: YES
Library iconv found: NO
Library dl found: YES
Library rt found: YES
Found pkg-config: YES (/usr/bin/pkg-config) 2.5.1
Run-time dependency udev found: YES 259
Build targets in project: 14

libfuse3 3.18.1

  User defined options
    examples: false
    prefix  : /usr
    sbindir : bin

Found ninja-1.13.2 at /usr/bin/ninja

Generating targets:   0%|          | 0/14 eta ?
                                               

Writing build.ninja:   0%|          | 0/72 eta ?
                                                
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
[1/45] Compiling C object lib/libfuse3.so.3.18.1.p/fuse_loop.c.o
[2/45] Compiling C object lib/libfuse3.so.3.18.1.p/fuse_opt.c.o
[3/45] Compiling C object lib/libfuse3.so.3.18.1.p/fuse_signals.c.o
[4/45] Compiling C object lib/libfuse3.so.3.18.1.p/fuse_loop_mt.c.o
[5/45] Compiling C object lib/libfuse3.so.3.18.1.p/buffer.c.o
[6/45] Compiling C object lib/libfuse3.so.3.18.1.p/cuse_lowlevel.c.o
[7/45] Compiling C object lib/libfuse3.so.3.18.1.p/helper.c.o
[8/45] Compiling C object lib/libfuse3.so.3.18.1.p/compat.c.o
[9/45] Compiling C object lib/libfuse3.so.3.18.1.p/fuse_log.c.o
[10/45] Compiling C object lib/libfuse3.so.3.18.1.p/modules_subdir.c.o
[11/45] Compiling C object lib/libfuse3.so.3.18.1.p/mount_util.c.o
[12/45] Compiling C object lib/libfuse3.so.3.18.1.p/util.c.o
[13/45] Compiling C object lib/libfuse3.so.3.18.1.p/mount.c.o
../lib/mount.c: In function 'fuse_mount_opt_proc':
../lib/mount.c:231:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../lib/mount.c:233:2: note: here
[14/45] Compiling C object lib/libfuse3.so.3.18.1.p/modules_iconv.c.o
[15/45] Compiling C object util/fusermount3.p/.._lib_mount_util.c.o
[16/45] Compiling C object util/fusermount3.p/.._lib_util.c.o
[17/45] Compiling C object lib/libfuse3.so.3.18.1.p/fuse_lowlevel.c.o
[18/45] Compiling C object util/mount.fuse3.p/mount.fuse.c.o
[19/45] Compiling C object test/test_write_cache.p/test_write_cache.c.o
[20/45] Compiling C object test/test_setattr.p/test_setattr.c.o
[21/45] Compiling C object util/fusermount3.p/fusermount.c.o
[22/45] Compiling C object test/readdir_inode.p/readdir_inode.c.o
[23/45] Compiling C object test/hello.p/hello.c.o
[24/45] Compiling C object lib/libfuse3.so.3.18.1.p/fuse.c.o
[25/45] Compiling C object test/release_unlink_race.p/release_unlink_race.c.o
[26/45] Compiling C object test/test_abi.p/test_abi.c.o
[27/45] Compiling C object test/test_want_conversion.p/test_want_conversion.c.o
[28/45] Compiling C object test/wrong_command.p/wrong_command.c.o
[29/45] Generating test/test_scripts with a custom command
[30/45] Compiling C object test/test_signals.p/test_signals.c.o
[31/45] Linking target util/fusermount3
[32/45] Linking target lib/libfuse3.so.3.18.1
[33/45] Linking target test/wrong_command
[34/45] Compiling C object test/test_syscalls.p/test_syscalls.c.o
[35/45] Linking target test/test_syscalls
[36/45] Generating symbol file lib/libfuse3.so.3.18.1.p/libfuse3.so.3.18.1.symbols
[37/45] Linking target util/mount.fuse3
[38/45] Linking target test/test_write_cache
[39/45] Linking target test/test_setattr
[40/45] Linking target test/release_unlink_race
[41/45] Linking target test/test_want_conversion
[42/45] Linking target test/test_signals
[43/45] Linking target test/test_abi
[44/45] Linking target test/readdir_inode
[45/45] Linking target test/hello
==> Entering fakeroot environment...
==> Starting package_fuse-common()...
==> Tidying install...
  -> Removing libtool files...
  -> Removing static library files...
  -> Purging unwanted files...
  -> Removing empty directories...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "fuse-common"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_fuse3()...
[0/1] Installing files
== FURTHER ACTION REQUIRED ==
Make sure that your init system will start the /build/fuse3/pkg/fuse3/etc/init.d//init.d/fuse3 init script
Installing lib/libfuse3.so.3.18.1 to /build/fuse3/pkg/fuse3/usr/lib
Installing util/fusermount3 to /build/fuse3/pkg/fuse3/usr/bin
Installing util/mount.fuse3 to /build/fuse3/pkg/fuse3/usr/bin
Installing /build/fuse3/src/fuse-3.18.1/include/fuse.h to /build/fuse3/pkg/fuse3/usr/include/fuse3
Installing /build/fuse3/src/fuse-3.18.1/include/fuse_common.h to /build/fuse3/pkg/fuse3/usr/include/fuse3
Installing /build/fuse3/src/fuse-3.18.1/include/fuse_lowlevel.h to /build/fuse3/pkg/fuse3/usr/include/fuse3
Installing /build/fuse3/src/fuse-3.18.1/include/fuse_opt.h to /build/fuse3/pkg/fuse3/usr/include/fuse3
Installing /build/fuse3/src/fuse-3.18.1/include/cuse_lowlevel.h to /build/fuse3/pkg/fuse3/usr/include/fuse3
Installing /build/fuse3/src/fuse-3.18.1/include/fuse_log.h to /build/fuse3/pkg/fuse3/usr/include/fuse3
Installing /build/fuse3/src/fuse-3.18.1/doc/fusermount3.1 to /build/fuse3/pkg/fuse3/usr/share/man/man1
Installing /build/fuse3/src/fuse-3.18.1/doc/mount.fuse3.8 to /build/fuse3/pkg/fuse3/usr/share/man/man8
Installing /build/fuse3/src/fuse-3.18.1/build/libfuse_config.h to /build/fuse3/pkg/fuse3/usr/include/fuse3
Installing /build/fuse3/src/fuse-3.18.1/build/meson-private/fuse3.pc to /build/fuse3/pkg/fuse3/usr/lib/pkgconfig
Installing symlink pointing to libfuse3.so.3.18.1 to /build/fuse3/pkg/fuse3/usr/lib/libfuse3.so.4
Installing symlink pointing to libfuse3.so.4 to /build/fuse3/pkg/fuse3/usr/lib/libfuse3.so
Running custom install script '/build/fuse3/src/fuse-3.18.1/util/install_helper.sh /etc /usr/bin /usr/lib/udev/rules.d true /etc/init.d/'
==> Tidying install...
  -> Removing libtool files...
  -> Removing static library files...
  -> Purging unwanted files...
  -> Removing empty directories...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "fuse3"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: fuse3 3.18.1-1 (Fri Jan 30 12:06:39 2026)
==> Cleaning up...
[?12l[?25h