==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: libxisf 0.2.13-2 (Sat May 23 12:13:52 2026)
==> Retrieving sources...
  -> Updating libXISF git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    libXISF ... Passed
==> Making package: libxisf 0.2.13-2 (Sat May 23 18:14:19 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (1) pugixml-1.15-3

Total Download Size:   0.08 MiB
Total Installed Size:  0.29 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 pugixml-1.15-3-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing pugixml...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (11) cppdap-1.58.0-3  hicolor-icon-theme-0.18-1  jsoncpp-1.9.6-3  libuv-1.52.1-1  perl-error-0.17030-3  perl-mailtools-2.22-3  perl-timedate-2.35-1  rhash-1.4.6-1  zlib-ng-2.3.3-1  cmake-4.3.3-1  git-2.54.0-1

Total Installed Size:  155.22 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing cppdap...
installing hicolor-icon-theme...
installing jsoncpp...
Optional dependencies for jsoncpp
    jsoncpp-doc: documentation
installing libuv...
installing rhash...
installing cmake...
Optional dependencies for cmake
    make: for unix Makefile generator [installed]
    ninja: for ninja generator
    qt6-base: cmake-gui
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing zlib-ng...
installing git...
Optional dependencies for git
    git-zsh-completion: upstream zsh completion
    tk: gitk and git gui
    openssh: ssh transport and crypto
    man: show help with `git command --help`
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4 [installed]
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
    less: the default pager for git
:: Running post-transaction hooks...
(1/3) Creating system user accounts...
Creating group 'git' with GID 968.
Creating user 'git' (git daemon user) with UID 968 and GID 968.
(2/3) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/3) Arming ConditionNeedsUpdate...
==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of libXISF git repo...
Cloning into 'libXISF'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...
-- The CXX compiler identification is GNU 16.1.1
-- The C compiler identification is GNU 16.1.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/distcc/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib/distcc/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "2.5.1")
-- Checking for module 'liblz4'
--   Found liblz4, version 1.10.0
-- Checking for module 'pugixml'
--   Found pugixml, version 1.15
-- Checking for module 'zlib'
--   Found zlib, version 1.3.2
-- Checking for module 'libzstd'
--   Found libzstd, version 1.5.7
-- Configuring done (2.8s)
-- Generating done (0.0s)
-- Build files have been written to: /build/libxisf/src/build
[ 33%] Building CXX object CMakeFiles/XISF.dir/libxisf.cpp.o
[ 33%] Building CXX object CMakeFiles/XISF.dir/streambuffer.cpp.o
[ 33%] Building CXX object CMakeFiles/XISF.dir/bytearray.cpp.o
[ 44%] Building CXX object CMakeFiles/XISF.dir/variant.cpp.o
[ 55%] Building CXX object CMakeFiles/XISF.dir/utils.cpp.o
In file included from /usr/include/c++/16.1.1/map:64,
                 from /build/libxisf/src/libXISF/libxisf.h:24,
                 from /build/libxisf/src/libXISF/libxisf.cpp:19:
/usr/include/c++/16.1.1/bits/stl_tree.h: In function 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple<const int&>, std::tuple<>}; _Key = int; _Val = std::pair<const int, std::pair<long long unsigned int, long long unsigned int> >; _KeyOfValue = std::_Select1st<std::pair<const int, std::pair<long long unsigned int, long long unsigned int> > >; _Compare = std::less<int>; _Alloc = std::allocator<std::pair<const int, std::pair<long long unsigned int, long long unsigned int> > >]':
/usr/include/c++/16.1.1/bits/stl_tree.h:3250:7: note: parameter passing for argument of type 'std::_Rb_tree<int, std::pair<const int, std::pair<long long unsigned int, long long unsigned int> >, std::_Select1st<std::pair<const int, std::pair<long long unsigned int, long long unsigned int> > >, std::less<int>, std::allocator<std::pair<const int, std::pair<long long unsigned int, long long unsigned int> > > >::const_iterator' changed in GCC 7.1
 3250 |       _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/16.1.1/map:65:
In member function 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = int; _Tp = std::pair<long long unsigned int, long long unsigned int>; _Compare = std::less<int>; _Alloc = std::allocator<std::pair<const int, std::pair<long long unsigned int, long long unsigned int> > >]',
    inlined from 'void LibXISF::XISFModifyPrivate::parseAttachmentPos(pugi::xml_node&)' at /build/libxisf/src/libXISF/libxisf.cpp:1539:29:
/usr/include/c++/16.1.1/bits/stl_map.h:540:44: note: parameter passing for argument of type 'std::_Rb_tree<int, std::pair<const int, std::pair<long long unsigned int, long long unsigned int> >, std::_Select1st<std::pair<const int, std::pair<long long unsigned int, long long unsigned int> > >, std::less<int>, std::allocator<std::pair<const int, std::pair<long long unsigned int, long long unsigned int> > > >::const_iterator' changed in GCC 7.1
  540 |           __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  541 |                                             std::tuple<const key_type&>(__k),
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  542 |                                             std::tuple<>());
      |                                             ~~~~~~~~~~~~~~~
In member function 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = int; _Tp = std::pair<long long unsigned int, long long unsigned int>; _Compare = std::less<int>; _Alloc = std::allocator<std::pair<const int, std::pair<long long unsigned int, long long unsigned int> > >]',
    inlined from 'void LibXISF::XISFModifyPrivate::updateAttachmentPos(pugi::xml_node&, size_t)' at /build/libxisf/src/libXISF/libxisf.cpp:1553:36:
/usr/include/c++/16.1.1/bits/stl_map.h:540:44: note: parameter passing for argument of type 'std::_Rb_tree<int, std::pair<const int, std::pair<long long unsigned int, long long unsigned int> >, std::_Select1st<std::pair<const int, std::pair<long long unsigned int, long long unsigned int> > >, std::less<int>, std::allocator<std::pair<const int, std::pair<long long unsigned int, long long unsigned int> > > >::const_iterator' changed in GCC 7.1
  540 |           __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  541 |                                             std::tuple<const key_type&>(__k),
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  542 |                                             std::tuple<>());
      |                                             ~~~~~~~~~~~~~~~
[ 66%] Linking CXX shared library libXISF.so
[ 66%] Built target XISF
[ 88%] Building CXX object CMakeFiles/LibXISFTest.dir/test/benchmark.cpp.o
[ 88%] Building CXX object CMakeFiles/LibXISFTest.dir/test/main.cpp.o
[100%] Linking CXX executable LibXISFTest
[100%] Built target LibXISFTest
==> Entering fakeroot environment...
==> Starting package()...
-- Install configuration: ""
-- Installing: /build/libxisf/pkg/libxisf/usr/include/libxisf.h
-- Installing: /build/libxisf/pkg/libxisf/usr/include/libXISF_global.h
-- Installing: /build/libxisf/pkg/libxisf/usr/lib/pkgconfig/libxisf.pc
-- Installing: /build/libxisf/pkg/libxisf/usr/lib/libXISF.so.0.2.13
-- Installing: /build/libxisf/pkg/libxisf/usr/lib/libXISF.so.0
-- Installing: /build/libxisf/pkg/libxisf/usr/lib/libXISF.so
==> 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 "libxisf"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libxisf 0.2.13-2 (Sat May 23 18:14:55 2026)
==> Cleaning up...
[?12l[?25h