==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: sshfs 3.7.5-1 (Sat Mar 14 09:57:28 2026)
==> Retrieving sources...
  -> Found sshfs-3.7.5.tar.xz
  -> Found sshfs-3.7.5.tar.xz.asc
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
    sshfs-3.7.5.tar.xz ... Passed
    sshfs-3.7.5.tar.xz.asc ... Skipped
==> Making package: sshfs 3.7.5-1 (Sat Mar 14 15:57:53 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (4) fuse-common-3.18.1-1  libedit-20251016_3.1-1  fuse3-3.18.1-1  openssh-10.2p1-2

Total Download Size:   1.15 MiB
Total Installed Size:  8.88 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 openssh-10.2p1-2-armv7h downloading...
 fuse3-3.18.1-1-armv7h downloading...
 fuse-common-3.18.1-1-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing fuse-common...
installing fuse3...
installing libedit...
installing openssh...
Optional dependencies for openssh
    libfido2: FIDO/U2F support
    sh: for ssh-copy-id and findssl.sh [installed]
    x11-ssh-askpass: input passphrase in X
    xorg-xauth: X11 forwarding
:: Running post-transaction hooks...
(1/5) Creating temporary files...
error: command failed to execute correctly
(2/5) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/5) Reloading user manager configuration...
  Skipped: Current root is not booted.
(4/5) Reloading device manager configuration...
  Skipped: Current root is not booted.
(5/5) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (6) mpdecimal-4.0.1-1  ninja-1.13.2-3  python-3.14.3-1  python-tqdm-4.67.3-1  meson-1.10.1-1  python-docutils-1:0.22.4-1

Total Download Size:    3.50 MiB
Total Installed Size:  92.34 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 meson-1.10.1-1-any downloading...
 python-docutils-1:0.22.4-1-any downloading...
 ninja-1.13.2-3-armv7h downloading...
 python-tqdm-4.67.3-1-any 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...
installing python-docutils...
Optional dependencies for python-docutils
    python-myst-parser: to parse input in "Markdown" (CommonMark) format
    python-pillow: for some image manipulation operations
    python-pygments: for syntax highlighting of code directives and roles
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found sshfs-3.7.5.tar.xz
  -> Found sshfs-3.7.5.tar.xz.asc
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting sshfs-3.7.5.tar.xz with bsdtar
==> Starting build()...
+ exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_lto=false -D b_pie=true -D python.bytecompile=1 sshfs-3.7.5 build
The Meson build system
Version: 1.10.1
Source dir: /build/sshfs/src/sshfs-3.7.5
Build dir: /build/sshfs/src/build
Build type: native build
Project name: sshfs
Project version: 3.7.5
C compiler for the host machine: cc (gcc 15.2.1 "armv7l-unknown-linux-gnueabihf-gcc (GCC) 15.2.1 20260209")
C linker for the host machine: cc ld.bfd 2.46
Host machine cpu family: arm
Host machine cpu: armv7l
sshfs-3.7.5/meson.build:5: WARNING: Consider using the built-in warning_level option instead of using "-Wall".
sshfs-3.7.5/meson.build:5: 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 found: YES (/usr/bin/rst2man)
Configuring config.h using configuration
Found pkg-config: YES (/usr/bin/pkg-config) 2.5.1
Run-time dependency fuse3 found: YES 3.18.1
Run-time dependency glib-2.0 found: YES 2.86.4
Run-time dependency gthread-2.0 found: YES 2.86.4
Build targets in project: 4

sshfs 3.7.5

  User defined options
    auto_features     : enabled
    b_lto             : false
    b_pie             : true
    buildtype         : plain
    libexecdir        : lib
    prefix            : /usr
    python.bytecompile: 1
    sbindir           : bin
    wrap_mode         : nodownload

Found ninja-1.13.2 at /usr/bin/ninja

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

Writing build.ninja:   0%|          | 0/33 eta ?
                                                
ninja: Entering directory `/build/sshfs/src/build'
[1/7] Generating test/test_scripts with a custom command
[2/7] Compiling C object test/wrong_command.p/wrong_command.c.o
[3/7] Linking target test/wrong_command
[4/7] Compiling C object sshfs.p/cache.c.o
../sshfs-3.7.5/cache.c: In function 'cache_releasedir':
../sshfs-3.7.5/cache.c:340:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../sshfs-3.7.5/cache.c: In function 'cache_readdir':
../sshfs-3.7.5/cache.c:405:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
[5/7] Generating manpages with a custom command
[6/7] Compiling C object sshfs.p/sshfs.c.o
../sshfs-3.7.5/sshfs.c: In function 'sshfs_readdir':
../sshfs-3.7.5/sshfs.c:2403:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../sshfs-3.7.5/sshfs.c: In function 'sshfs_releasedir':
../sshfs-3.7.5/sshfs.c:2421:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
[7/7] Linking target sshfs
INFO: autodetecting backend as ninja
INFO: calculating backend command to run: /usr/bin/ninja -C /build/sshfs/src/build
==> Entering fakeroot environment...
==> Starting package()...
ninja: Entering directory `/build/sshfs/src/build'
ninja: no work to do.
'/build/sshfs/pkg/sshfs/usr/bin/mount.sshfs' -> 'sshfs'
'/build/sshfs/pkg/sshfs/usr/bin/mount.fuse.sshfs' -> 'sshfs'
Installing sshfs to /build/sshfs/pkg/sshfs/usr/bin
Installing sshfs.1 to /build/sshfs/pkg/sshfs/usr/share/man/man1
Running custom install script '/build/sshfs/src/sshfs-3.7.5/utils/install_helper.sh bin bin'
==> Tidying install...
  -> Removing libtool files...
  -> Removing static library files...
  -> Purging unwanted files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "sshfs"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: sshfs 3.7.5-1 (Sat Mar 14 15:58:17 2026)
==> Cleaning up...
[?12l[?25h