==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: plocate 1.1.24-1 (Wed Jan 14 14:57:49 2026)
==> Retrieving sources...
  -> Found plocate-1.1.24.tar.gz
  -> Found plocate-fix-updatedb.timer.patch
  -> Found plocate.sysusers
  -> Found plocate.tmpfiles
  -> Found updatedb.conf
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    plocate-1.1.24.tar.gz ... Passed
    plocate-fix-updatedb.timer.patch ... Passed
    plocate.sysusers ... Passed
    plocate.tmpfiles ... Passed
    updatedb.conf ... Passed
==> Making package: plocate 1.1.24-1 (Wed Jan 14 21:58:14 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (1) liburing-2.13-1

Total Installed Size:  0.40 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 liburing...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> 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.0-4

Total Installed Size:  85.67 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 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 plocate-1.1.24.tar.gz
  -> Found plocate-fix-updatedb.timer.patch
  -> Found plocate.sysusers
  -> Found plocate.tmpfiles
  -> Found updatedb.conf
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting plocate-1.1.24.tar.gz with bsdtar
==> Starting prepare()...
patching file plocate-updatedb.timer
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
==> 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 -Dinstall_cron=false -Dinstall_systemd=true -Dlocategroup=locate ../build
The Meson build system
Version: 1.10.0
Source dir: /build/plocate/src/plocate-1.1.24
Build dir: /build/plocate/src/build
Build type: native build
Project name: plocate
Project version: 1.1.24
C++ compiler for the host machine: c++ (gcc 15.2.1 "c++ (GCC) 15.2.1 20251112")
C++ linker for the host machine: c++ ld.bfd 2.45.1
Host machine cpu family: arm
Host machine cpu: armv7l
Found pkg-config: YES (/usr/bin/pkg-config) 2.5.1
Run-time dependency liburing found: YES 2.13
Run-time dependency libzstd found: YES 1.5.7
Run-time dependency threads found: YES
Library atomic found: YES
Has header "endian.h" : YES 
Checking if "function multiversioning" compiles: NO 
Configuring update-plocate.sh using configuration
Configuring updatedb.8 using configuration
Configuring updatedb.conf.5 using configuration
Run-time dependency systemd found: YES 259
meson.build:84: WARNING: Project does not target a minimum version but uses feature deprecated since '0.56.0': dependency.get_pkgconfig_variable. use dependency.get_variable(pkgconfig : ...) instead
Configuring plocate-updatedb.service using configuration
meson.build:100: WARNING: Project does not target a minimum version but uses feature deprecated since '0.56.0': meson.source_root. use meson.project_source_root() or meson.global_source_root() instead.
Build targets in project: 3
WARNING: Deprecated features used:
 * 0.56.0: {'dependency.get_pkgconfig_variable', 'meson.source_root'}

plocate 1.1.24

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

Found ninja-1.13.2 at /usr/bin/ninja

Generating targets:   0%|          | 0/3 eta ?
Generating targets:  33%|███▎      | 1/3 eta 00:01
                                                  

Writing build.ninja:   0%|          | 0/43 eta ?
                                                
ninja: Entering directory `/build/plocate/src/build'
[1/19] Compiling C++ object plocate.p/turbopfor.cpp.o
[2/19] Compiling C++ object plocate.p/serializer.cpp.o
In file included from /usr/include/c++/15.2.1/queue:70,
                 from ../plocate-1.1.24/serializer.h:7,
                 from ../plocate-1.1.24/serializer.cpp:1:
/usr/include/c++/15.2.1/bits/stl_heap.h: In function 'void std::__push_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<Serializer::Element*, vector<Serializer::Element, allocator<Serializer::Element> > >; _Distance = int; _Tp = Serializer::Element; _Compare = __gnu_cxx::__ops::_Iter_comp_val<less<Serializer::Element> >]':
/usr/include/c++/15.2.1/bits/stl_heap.h:135:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<Serializer::Element*, std::vector<Serializer::Element, std::allocator<Serializer::Element> > >' changed in GCC 7.1
  135 |     __push_heap(_RandomAccessIterator __first,
      |     ^~~~~~~~~~~
[3/19] Compiling C++ object plocate.p/needle.cpp.o
[4/19] Compiling C++ object plocate.p/complete_pread.cpp.o
[5/19] Compiling C++ object plocate.p/access_rx_cache.cpp.o
[6/19] Compiling C++ object plocate.p/io_uring_engine.cpp.o
[7/19] Compiling C++ object plocate.p/parse_trigrams.cpp.o
[8/19] Compiling C++ object plocate-build.p/plocate-build.cpp.o
[9/19] Compiling C++ object updatedb.p/conf.cpp.o
[10/19] Compiling C++ object plocate-build.p/database-builder.cpp.o
[11/19] Compiling C++ object plocate.p/plocate.cpp.o
[12/19] Compiling C++ object updatedb.p/lib.cpp.o
[13/19] Compiling C++ object updatedb.p/complete_pread.cpp.o
[14/19] Linking target plocate
[15/19] Compiling C++ object updatedb.p/updatedb.cpp.o
In file included from /usr/include/c++/15.2.1/algorithm:63,
                 from ../plocate-1.1.24/updatedb.cpp:34:
/usr/include/c++/15.2.1/bits/stl_algo.h: In function 'void std::__unguarded_linear_insert(_RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<entry*, vector<entry> >; _Compare = __gnu_cxx::__ops::_Val_comp_iter<scan(const std::string&, int, dev_t, dir_time, dir_time, ExistingDB*, DatabaseReceiver*, DictionaryBuilder*)::<lambda(const entry&, const entry&)> >]':
/usr/include/c++/15.2.1/bits/stl_algo.h:1751:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<entry*, std::vector<entry> >' changed in GCC 7.1
 1751 |     __unguarded_linear_insert(_RandomAccessIterator __last,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.1/bits/stl_algo.h: In function 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<entry*, vector<entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<scan(const std::string&, int, dev_t, dir_time, dir_time, ExistingDB*, DatabaseReceiver*, DictionaryBuilder*)::<lambda(const entry&, const entry&)> >]':
/usr/include/c++/15.2.1/bits/stl_algo.h:1771:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<entry*, std::vector<entry> >' changed in GCC 7.1
 1771 |     __insertion_sort(_RandomAccessIterator __first,
      |     ^~~~~~~~~~~~~~~~
/usr/include/c++/15.2.1/bits/stl_algo.h:1771:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<entry*, std::vector<entry> >' changed in GCC 7.1
In file included from /usr/include/c++/15.2.1/queue:70,
                 from ../plocate-1.1.24/io_uring_engine.h:5,
                 from ../plocate-1.1.24/updatedb.cpp:31:
/usr/include/c++/15.2.1/bits/stl_heap.h: In function 'void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<entry*, vector<entry> >; _Distance = int; _Tp = entry; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<scan(const std::string&, int, dev_t, dir_time, dir_time, ExistingDB*, DatabaseReceiver*, DictionaryBuilder*)::<lambda(const entry&, const entry&)> >]':
/usr/include/c++/15.2.1/bits/stl_heap.h:224:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<entry*, std::vector<entry> >' changed in GCC 7.1
  224 |     __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex,
      |     ^~~~~~~~~~~~~
/usr/include/c++/15.2.1/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<entry*, vector<entry> >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<scan(const std::string&, int, dev_t, dir_time, dir_time, ExistingDB*, DatabaseReceiver*, DictionaryBuilder*)::<lambda(const entry&, const entry&)> >]':
/usr/include/c++/15.2.1/bits/stl_algo.h:1877:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<entry*, std::vector<entry> >' changed in GCC 7.1
 1877 |     __introsort_loop(_RandomAccessIterator __first,
      |     ^~~~~~~~~~~~~~~~
/usr/include/c++/15.2.1/bits/stl_algo.h:1877:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<entry*, std::vector<entry> >' changed in GCC 7.1
/usr/include/c++/15.2.1/bits/stl_algo.h:1891:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<entry*, std::vector<entry> >' changed in GCC 7.1
 1891 |           std::__introsort_loop(__cut, __last, __depth_limit, __comp);
      |           ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<entry*, vector<entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<scan(const std::string&, int, dev_t, dir_time, dir_time, ExistingDB*, DatabaseReceiver*, DictionaryBuilder*)::<lambda(const entry&, const entry&)> >]',
    inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator<entry*, vector<entry> >; _Compare = scan(const std::string&, int, dev_t, dir_time, dir_time, ExistingDB*, DatabaseReceiver*, DictionaryBuilder*)::<lambda(const entry&, const entry&)>]' at /usr/include/c++/15.2.1/bits/stl_algo.h:4874:18,
    inlined from 'int scan(const std::string&, int, dev_t, dir_time, dir_time, ExistingDB*, DatabaseReceiver*, DictionaryBuilder*)' at ../plocate-1.1.24/updatedb.cpp:647:7:
/usr/include/c++/15.2.1/bits/stl_algo.h:1906:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<entry*, std::vector<entry> >' changed in GCC 7.1
 1906 |           std::__introsort_loop(__first, __last,
      |           ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
 1907 |                                 std::__lg(__last - __first) * 2,
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1908 |                                 __comp);
      |                                 ~~~~~~~
In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<entry*, vector<entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<scan(const std::string&, int, dev_t, dir_time, dir_time, ExistingDB*, DatabaseReceiver*, DictionaryBuilder*)::<lambda(const entry&, const entry&)> >]',
    inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<entry*, vector<entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<scan(const std::string&, int, dev_t, dir_time, dir_time, ExistingDB*, DatabaseReceiver*, DictionaryBuilder*)::<lambda(const entry&, const entry&)> >]' at /usr/include/c++/15.2.1/bits/stl_algo.h:1909:31,
    inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator<entry*, vector<entry> >; _Compare = scan(const std::string&, int, dev_t, dir_time, dir_time, ExistingDB*, DatabaseReceiver*, DictionaryBuilder*)::<lambda(const entry&, const entry&)>]' at /usr/include/c++/15.2.1/bits/stl_algo.h:4874:18,
    inlined from 'int scan(const std::string&, int, dev_t, dir_time, dir_time, ExistingDB*, DatabaseReceiver*, DictionaryBuilder*)' at ../plocate-1.1.24/updatedb.cpp:647:7:
/usr/include/c++/15.2.1/bits/stl_algo.h:1818:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<entry*, std::vector<entry> >' changed in GCC 7.1
 1818 |           std::__insertion_sort(__first, __first + int(_S_threshold), __comp);
      |           ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.1/bits/stl_algo.h:1823:30: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<entry*, std::vector<entry> >' changed in GCC 7.1
 1823 |         std::__insertion_sort(__first, __last, __comp);
      |         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
[16/19] Compiling C++ object updatedb.p/database-builder.cpp.o
[17/19] Linking target plocate-build
[18/19] Compiling C++ object updatedb.p/bind-mount.cpp.o
[19/19] Linking target updatedb
INFO: autodetecting backend as ninja
INFO: calculating backend command to run: /usr/bin/ninja -C /build/plocate/src/build
==> Entering fakeroot environment...
==> Starting package()...
ninja: Entering directory `/build/plocate/src/build'
ninja: no work to do.
Installing plocate to /build/plocate/pkg/plocate/usr/bin
'/build/plocate/pkg/plocate/usr/bin/plocate': Nonexistent owner 'root' or group 'locate': ignoring...
Installing plocate-build to /build/plocate/pkg/plocate/usr/bin
Installing updatedb to /build/plocate/pkg/plocate/usr/bin
Installing /build/plocate/src/plocate-1.1.24/plocate.1 to /build/plocate/pkg/plocate/usr/share/man/man1
Installing /build/plocate/src/plocate-1.1.24/plocate-build.8 to /build/plocate/pkg/plocate/usr/share/man/man8
Installing /build/plocate/src/build/updatedb.8 to /build/plocate/pkg/plocate/usr/share/man/man8
Installing /build/plocate/src/build/updatedb.conf.5 to /build/plocate/pkg/plocate/usr/share/man/man5
Installing /build/plocate/src/build/plocate-updatedb.service to /build/plocate/pkg/plocate/usr/lib/systemd/system
Installing /build/plocate/src/plocate-1.1.24/plocate-updatedb.timer to /build/plocate/pkg/plocate/usr/lib/systemd/system
Running custom install script '/build/plocate/src/plocate-1.1.24/mkdir.sh /var/lib/plocate'
==> 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 "plocate"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: plocate 1.1.24-1 (Wed Jan 14 21:58:44 2026)
==> Cleaning up...
[?12l[?25h