==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: pkgfile 26-1 (Sun Aug 9 05:56:08 2026)
==> Retrieving sources...
-> Updating pkgfile git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
pkgfile ... Passed
==> Making package: pkgfile 26-1 (Sun Aug 9 11:56:35 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) pcre-8.45-4
Total Download Size: 0.85 MiB
Total Installed Size: 3.34 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
pcre-8.45-4-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing pcre...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (8) ninja-1.13.2-3 perl-error-0.17030-3 perl-mailtools-2.22-3 perl-timedate-2.35-1 python-tqdm-4.70.0-1 zlib-ng-2.3.3-1 git-2.55.0-1 meson-1.11.2-1
Total Download Size: 2.63 MiB
Total Installed Size: 68.29 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
meson-1.11.2-1-any downloading...
ninja-1.13.2-3-armv7h downloading...
python-tqdm-4.70.0-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
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
installing ninja...
installing python-tqdm...
Optional dependencies for python-tqdm
python-requests: telegram
installing meson...
:: Running post-transaction hooks...
(1/3) Creating system user accounts...
Creating group 'git' with GID 967.
Creating user 'git' (git daemon user) with UID 967 and GID 967.
(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 pkgfile git repo...
Cloning into 'pkgfile'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...
pkgfile has no wrap files
+ 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 pkgfile build
The Meson build system
Version: 1.11.2
Source dir: /build/pkgfile/src/pkgfile
Build dir: /build/pkgfile/src/build
Build type: native build
Project name: pkgfile
Project version: 26
C++ compiler for the host machine: c++ (gcc 16.1.1 "c++ (GCC) 16.1.1 20260430")
C++ linker for the host machine: c++ ld.bfd 2.46.0
Host machine cpu family: arm
Host machine cpu: armv7l
Configuring config.hh using configuration
Found pkg-config: YES (/usr/bin/pkg-config) 3.0.5
Run-time dependency libpcre found: YES 8.45
Run-time dependency libarchive found: YES 3.8.9
Run-time dependency libcurl found: YES 8.21.0
Run-time dependency libsystemd found: YES 261
Run-time dependency threads found: YES
Library stdc++fs found: YES
Run-time dependency GTest found: NO (tried pkg-config and system)
Run-time dependency GMock found: NO (tried pkg-config and system)
Program pod2man found: YES (/usr/bin/core_perl/pod2man)
Program pkg-config found: YES (/usr/bin/pkg-config)
Run-time dependency systemd found: YES 261
Configuring pkgfile-update.service using configuration
Configuring pkgfiled.service using configuration
Message: Skipping unit tests, gtest or gmock not found
Program python3 found: YES (/usr/bin/python3)
Build targets in project: 7
pkgfile 26
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/7 eta ?
Generating targets: 14%|█▍ | 1/7 eta 00:03
Writing build.ninja: 0%| | 0/47 eta ?
ninja: Entering directory `/build/pkgfile/src/build'
[1/19] Compiling C++ object libpkgfile.a.p/src_archive_reader.cc.o
[2/19] Compiling C++ object libpkgfile.a.p/src_archive_io.cc.o
[3/19] Compiling C++ object libpkgfile.a.p/src_mapped_repo.cc.o
In file included from ../pkgfile/src/mapped_repo.cc:1:
../pkgfile/src/mapped_repo.hh: In member function 'std::span<const pkgfile::db::Package> pkgfile::db::MappedRepo::packages() const':
../pkgfile/src/mapped_repo.hh:126:22: warning: narrowing conversion of '(uint64_t)((const pkgfile::db::Header*)((const pkgfile::db::MappedRepo*)this)->pkgfile::db::MappedRepo::header_)->pkgfile::db::Header::package_table_count' from 'uint64_t' {aka 'long long unsigned int'} to 'std::span<const pkgfile::db::Package>::size_type' {aka 'unsigned int'} [-Wnarrowing]
../pkgfile/src/mapped_repo.hh: In member function 'std::span<const unsigned int> pkgfile::db::MappedRepo::PackageFiles(const pkgfile::db::Package&) const':
../pkgfile/src/mapped_repo.hh:140:69: warning: narrowing conversion of '(uint64_t)count' from 'uint64_t' {aka 'long long unsigned int'} to 'std::span<const unsigned int>::size_type' {aka 'unsigned int'} [-Wnarrowing]
../pkgfile/src/mapped_repo.hh: In member function 'std::span<const pkgfile::db::BasenameEntry> pkgfile::db::MappedRepo::basename_index() const':
../pkgfile/src/mapped_repo.hh:150:22: warning: narrowing conversion of '(uint64_t)((const pkgfile::db::Header*)((const pkgfile::db::MappedRepo*)this)->pkgfile::db::MappedRepo::header_)->pkgfile::db::Header::basename_index_count' from 'uint64_t' {aka 'long long unsigned int'} to 'std::span<const pkgfile::db::BasenameEntry>::size_type' {aka 'unsigned int'} [-Wnarrowing]
../pkgfile/src/mapped_repo.cc: In member function 'std::span<const pkgfile::db::Posting> pkgfile::db::MappedRepo::PostingsFor(const pkgfile::db::BasenameEntry&, pkgfile::db::Posting*) const':
../pkgfile/src/mapped_repo.cc:275:21: warning: narrowing conversion of '(uint64_t)count' from 'uint64_t' {aka 'long long unsigned int'} to 'std::span<const pkgfile::db::Posting>::size_type' {aka 'unsigned int'} [-Wnarrowing]
[4/19] Compiling C++ object libpkgfile.a.p/src_result.cc.o
[5/19] Compiling C++ object libpkgfile.a.p/src_filter.cc.o
[6/19] Compiling C++ object libpkgfile.a.p/src_db.cc.o
In file included from ../pkgfile/src/db.hh:11,
from ../pkgfile/src/db.cc:1:
../pkgfile/src/mapped_repo.hh: In member function 'std::span<const pkgfile::db::Package> pkgfile::db::MappedRepo::packages() const':
../pkgfile/src/mapped_repo.hh:126:22: warning: narrowing conversion of '(uint64_t)((const pkgfile::db::Header*)((const pkgfile::db::MappedRepo*)this)->pkgfile::db::MappedRepo::header_)->pkgfile::db::Header::package_table_count' from 'uint64_t' {aka 'long long unsigned int'} to 'std::span<const pkgfile::db::Package>::size_type' {aka 'unsigned int'} [-Wnarrowing]
../pkgfile/src/mapped_repo.hh: In member function 'std::span<const unsigned int> pkgfile::db::MappedRepo::PackageFiles(const pkgfile::db::Package&) const':
../pkgfile/src/mapped_repo.hh:140:69: warning: narrowing conversion of '(uint64_t)count' from 'uint64_t' {aka 'long long unsigned int'} to 'std::span<const unsigned int>::size_type' {aka 'unsigned int'} [-Wnarrowing]
../pkgfile/src/mapped_repo.hh: In member function 'std::span<const pkgfile::db::BasenameEntry> pkgfile::db::MappedRepo::basename_index() const':
../pkgfile/src/mapped_repo.hh:150:22: warning: narrowing conversion of '(uint64_t)((const pkgfile::db::Header*)((const pkgfile::db::MappedRepo*)this)->pkgfile::db::MappedRepo::header_)->pkgfile::db::Header::basename_index_count' from 'uint64_t' {aka 'long long unsigned int'} to 'std::span<const pkgfile::db::BasenameEntry>::size_type' {aka 'unsigned int'} [-Wnarrowing]
[7/19] Compiling C++ object libpkgfile.a.p/src_repo.cc.o
In file included from ../pkgfile/src/repo.cc:9:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char*&, char*}]',
inlined from 'int {anonymous}::parse_one_file(const char*, std::string*, AlpmConfig*)' at ../pkgfile/src/repo.cc:75:29:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char*&, int&}]',
inlined from 'int {anonymous}::parse_one_file(const char*, std::string*, AlpmConfig*)' at ../pkgfile/src/repo.cc:113:35:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char*&, int&}]',
inlined from 'int {anonymous}::parse_one_file(const char*, std::string*, AlpmConfig*)' at ../pkgfile/src/repo.cc:120:35:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'int {anonymous}::parse_include(std::string_view, std::string*, AlpmConfig*)' at ../pkgfile/src/repo.cc:31:29,
inlined from 'int {anonymous}::parse_one_file(const char*, std::string*, AlpmConfig*)' at ../pkgfile/src/repo.cc:130:22:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[8/19] Compiling C++ object libpkgfile.a.p/src_progress_display.cc.o
In file included from /usr/include/c++/16.1.1/ostream:45,
from /usr/include/c++/16.1.1/istream:43,
from /usr/include/c++/16.1.1/sstream:42,
from /usr/include/c++/16.1.1/chrono:61,
from ../pkgfile/src/progress_display.hh:3,
from ../pkgfile/src/progress_display.cc:1:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {double&, const char* const&}]',
inlined from 'std::string pkgfile::{anonymous}::HumanizeBytes(int64_t)' at ../pkgfile/src/progress_display.cc:30:49:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {double&, const char* const&}]',
inlined from 'std::string pkgfile::{anonymous}::HumanizeBytes(int64_t)' at ../pkgfile/src/progress_display.cc:28:51:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&}]',
inlined from 'std::string pkgfile::ProgressDisplay::RenderLine(std::string_view, Stage, int64_t, int64_t, double, bool) const' at ../pkgfile/src/progress_display.cc:66:50:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&}]',
inlined from 'std::string pkgfile::ProgressDisplay::RenderLine(std::string_view, Stage, int64_t, int64_t, double, bool) const' at ../pkgfile/src/progress_display.cc:68:50:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&}]',
inlined from 'std::string pkgfile::ProgressDisplay::RenderLine(std::string_view, Stage, int64_t, int64_t, double, bool) const' at ../pkgfile/src/progress_display.cc:70:49:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, double&}]',
inlined from 'std::string pkgfile::ProgressDisplay::RenderLine(std::string_view, Stage, int64_t, int64_t, double, bool) const' at ../pkgfile/src/progress_display.cc:75:43:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, double&}]',
inlined from 'std::string pkgfile::ProgressDisplay::RenderLine(std::string_view, Stage, int64_t, int64_t, double, bool) const' at ../pkgfile/src/progress_display.cc:78:70:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'std::string pkgfile::ProgressDisplay::RenderLine(std::string_view, Stage, int64_t, int64_t, double, bool) const' at ../pkgfile/src/progress_display.cc:87:58:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&}]',
inlined from 'std::string pkgfile::ProgressDisplay::RenderLine(std::string_view, Stage, int64_t, int64_t, double, bool) const' at ../pkgfile/src/progress_display.cc:87:58:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, const long long int&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'std::string pkgfile::ProgressDisplay::RenderLine(std::string_view, Stage, int64_t, int64_t, double, bool) const' at ../pkgfile/src/progress_display.cc:93:68:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, const long long int&}]',
inlined from 'std::string pkgfile::ProgressDisplay::RenderLine(std::string_view, Stage, int64_t, int64_t, double, bool) const' at ../pkgfile/src/progress_display.cc:96:72:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int}]',
inlined from 'void pkgfile::ProgressDisplay::MaybeRedraw(bool)' at ../pkgfile/src/progress_display.cc:117:23:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, unsigned int&}]',
inlined from 'void pkgfile::ProgressDisplay::MaybeRedraw(bool)' at ../pkgfile/src/progress_display.cc:121:23:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[9/19] Generating pkgfile.1 with a custom command
[10/19] Compiling C++ object libpkgfile.a.p/src_db_builder.cc.o
../pkgfile/src/db_builder.cc: In member function 'bool pkgfile::db::DbBuilder::WriteToFile(const std::string&, int64_t)':
../pkgfile/src/db_builder.cc:331:8: warning: narrowing conversion of 'mtime' from 'int64_t' {aka 'long long int'} to '__time_t' {aka 'long int'} [-Wnarrowing]
../pkgfile/src/db_builder.cc:332:8: warning: narrowing conversion of 'mtime' from 'int64_t' {aka 'long long int'} to '__time_t' {aka 'long int'} [-Wnarrowing]
In file included from /usr/include/c++/16.1.1/ostream:45,
from /usr/include/c++/16.1.1/istream:43,
from /usr/include/c++/16.1.1/sstream:42,
from /usr/include/c++/16.1.1/bits/quoted_string.h:40,
from /usr/include/c++/16.1.1/iomanip:55,
from /usr/include/c++/16.1.1/bits/fs_path.h:38,
from /usr/include/c++/16.1.1/filesystem:55,
from ../pkgfile/src/db_builder.cc:11:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'static std::unique_ptr<pkgfile::db::DbBuilder> pkgfile::db::DbBuilder::FromArchive(std::string, int, const char**, const std::function<void(long long int)>&)' at ../pkgfile/src/db_builder.cc:146:31:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, char*}]',
inlined from 'bool pkgfile::db::DbBuilder::WriteToFile(const std::string&, int64_t)' at ../pkgfile/src/db_builder.cc:307:29:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, char*}]',
inlined from 'bool pkgfile::db::DbBuilder::WriteToFile(const std::string&, int64_t)' at ../pkgfile/src/db_builder.cc:320:31:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'bool pkgfile::db::DbBuilder::WriteToFile(const std::string&, int64_t)' at ../pkgfile/src/db_builder.cc:341:29:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[11/19] Generating pkgfiled.1 with a custom command
[12/19] Compiling C++ object libpkgfile.a.p/src_update.cc.o
In file included from ../pkgfile/src/db.hh:11,
from ../pkgfile/src/update.cc:17:
../pkgfile/src/mapped_repo.hh: In member function 'std::span<const pkgfile::db::Package> pkgfile::db::MappedRepo::packages() const':
../pkgfile/src/mapped_repo.hh:126:22: warning: narrowing conversion of '(uint64_t)((const pkgfile::db::Header*)((const pkgfile::db::MappedRepo*)this)->pkgfile::db::MappedRepo::header_)->pkgfile::db::Header::package_table_count' from 'uint64_t' {aka 'long long unsigned int'} to 'std::span<const pkgfile::db::Package>::size_type' {aka 'unsigned int'} [-Wnarrowing]
../pkgfile/src/mapped_repo.hh: In member function 'std::span<const unsigned int> pkgfile::db::MappedRepo::PackageFiles(const pkgfile::db::Package&) const':
../pkgfile/src/mapped_repo.hh:140:69: warning: narrowing conversion of '(uint64_t)count' from 'uint64_t' {aka 'long long unsigned int'} to 'std::span<const unsigned int>::size_type' {aka 'unsigned int'} [-Wnarrowing]
../pkgfile/src/mapped_repo.hh: In member function 'std::span<const pkgfile::db::BasenameEntry> pkgfile::db::MappedRepo::basename_index() const':
../pkgfile/src/mapped_repo.hh:150:22: warning: narrowing conversion of '(uint64_t)((const pkgfile::db::Header*)((const pkgfile::db::MappedRepo*)this)->pkgfile::db::MappedRepo::header_)->pkgfile::db::Header::basename_index_count' from 'uint64_t' {aka 'long long unsigned int'} to 'std::span<const pkgfile::db::BasenameEntry>::size_type' {aka 'unsigned int'} [-Wnarrowing]
In file included from /usr/include/c++/16.1.1/ostream:45,
from /usr/include/c++/16.1.1/istream:43,
from /usr/include/c++/16.1.1/sstream:42,
from /usr/include/c++/16.1.1/chrono:61,
from ../pkgfile/src/update.hh:5,
from ../pkgfile/src/update.cc:1:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'void pkgfile::Updater::TidyCacheDir(const std::set<std::__cxx11::basic_string<char> >&)' at ../pkgfile/src/update.cc:341:33:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const char*&}]',
inlined from 'bool pkgfile::Updater::RepackRepoData(const pkgfile::DownloadJob*)' at ../pkgfile/src/update.cc:298:29:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, char*}]',
inlined from 'bool pkgfile::Updater::RepackRepoData(const pkgfile::DownloadJob*)' at ../pkgfile/src/update.cc:306:29:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, double&}]',
inlined from 'void {anonymous}::PrintRepackSuccess(const std::string&, double)' at ../pkgfile/src/update.cc:157:27,
inlined from 'pkgfile::Updater::RepackRepoData(const pkgfile::DownloadJob*)::<lambda(pkgfile::ProgressDisplay::Stage)>' at ../pkgfile/src/update.cc:283:27,
inlined from 'bool pkgfile::Updater::RepackRepoData(const pkgfile::DownloadJob*)' at ../pkgfile/src/update.cc:314:15:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'int pkgfile::Updater::DownloadQueueRequest(CURLM*, pkgfile::DownloadJob*)' at ../pkgfile/src/update.cc:214:31:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {char*}]',
inlined from 'int pkgfile::Updater::DownloadQueueRequest(CURLM*, pkgfile::DownloadJob*)' at ../pkgfile/src/update.cc:237:31:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'int pkgfile::Updater::DownloadQueueRequest(CURLM*, pkgfile::DownloadJob*)' at ../pkgfile/src/update.cc:249:29:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'std::string {anonymous}::PrepareUrl(const std::string&, const std::string&, const std::string&)' at ../pkgfile/src/update.cc:68:46,
inlined from 'int pkgfile::Updater::DownloadQueueRequest(CURLM*, pkgfile::DownloadJob*)' at ../pkgfile/src/update.cc:254:76:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'int pkgfile::Updater::DownloadCheckComplete(CURLM*, int)' at ../pkgfile/src/update.cc:397:35:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {char*&, char (&)[256]}]',
inlined from 'int pkgfile::Updater::DownloadCheckComplete(CURLM*, int)' at ../pkgfile/src/update.cc:412:33:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {char*&, long int&}]',
inlined from 'int pkgfile::Updater::DownloadCheckComplete(CURLM*, int)' at ../pkgfile/src/update.cc:415:33:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&}]',
inlined from 'void pkgfile::Updater::DownloadWaitLoop(CURLM*)' at ../pkgfile/src/update.cc:355:31:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&}]',
inlined from 'void pkgfile::Updater::DownloadWaitLoop(CURLM*)' at ../pkgfile/src/update.cc:366:31:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'int pkgfile::Updater::Update(const std::string&, bool)' at ../pkgfile/src/update.cc:466:29:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >&, char*}]',
inlined from 'int pkgfile::Updater::Update(const std::string&, bool)' at ../pkgfile/src/update.cc:471:29:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int}]',
inlined from 'int pkgfile::Updater::Update(const std::string&, bool)' at ../pkgfile/src/update.cc:476:27:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const char*}]',
inlined from 'int {anonymous}::WaitForRepacking(std::vector<pkgfile::DownloadJob>*, bool)' at ../pkgfile/src/update.cc:176:31,
inlined from 'int pkgfile::Updater::Update(const std::string&, bool)' at ../pkgfile/src/update.cc:540:23:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[13/19] Linking static target libpkgfile.a
[14/19] Compiling C++ object pfdb-dump.p/src_pfdb_dump.cc.o
In file included from ../pkgfile/src/pfdb_dump.cc:17:
../pkgfile/src/mapped_repo.hh: In member function 'std::span<const pkgfile::db::Package> pkgfile::db::MappedRepo::packages() const':
../pkgfile/src/mapped_repo.hh:126:22: warning: narrowing conversion of '(uint64_t)((const pkgfile::db::Header*)((const pkgfile::db::MappedRepo*)this)->pkgfile::db::MappedRepo::header_)->pkgfile::db::Header::package_table_count' from 'uint64_t' {aka 'long long unsigned int'} to 'std::span<const pkgfile::db::Package>::size_type' {aka 'unsigned int'} [-Wnarrowing]
../pkgfile/src/mapped_repo.hh: In member function 'std::span<const unsigned int> pkgfile::db::MappedRepo::PackageFiles(const pkgfile::db::Package&) const':
../pkgfile/src/mapped_repo.hh:140:69: warning: narrowing conversion of '(uint64_t)count' from 'uint64_t' {aka 'long long unsigned int'} to 'std::span<const unsigned int>::size_type' {aka 'unsigned int'} [-Wnarrowing]
../pkgfile/src/mapped_repo.hh: In member function 'std::span<const pkgfile::db::BasenameEntry> pkgfile::db::MappedRepo::basename_index() const':
../pkgfile/src/mapped_repo.hh:150:22: warning: narrowing conversion of '(uint64_t)((const pkgfile::db::Header*)((const pkgfile::db::MappedRepo*)this)->pkgfile::db::MappedRepo::header_)->pkgfile::db::Header::basename_index_count' from 'uint64_t' {aka 'long long unsigned int'} to 'std::span<const pkgfile::db::BasenameEntry>::size_type' {aka 'unsigned int'} [-Wnarrowing]
In file included from /usr/include/c++/16.1.1/ostream:45,
from /usr/include/c++/16.1.1/istream:43,
from /usr/include/c++/16.1.1/sstream:42,
from /usr/include/c++/16.1.1/bits/quoted_string.h:40,
from /usr/include/c++/16.1.1/iomanip:55,
from /usr/include/c++/16.1.1/bits/fs_path.h:38,
from /usr/include/c++/16.1.1/filesystem:55,
from ../pkgfile/src/pfdb_dump.cc:10:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char*&}]',
inlined from 'void {anonymous}::Usage(const char*)' at ../pkgfile/src/pfdb_dump.cc:218:27:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char*&, long long unsigned int&, long long unsigned int&, const double&}]',
inlined from 'void {anonymous}::PrintSizeRow(const char*, uint64_t, uint64_t, uint64_t)' at ../pkgfile/src/pfdb_dump.cc:60:27:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const char*}]',
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:251:29:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >}]',
inlined from 'void {anonymous}::CmdSummary(const pkgfile::db::MappedRepo&, uint64_t, int64_t)' at ../pkgfile/src/pfdb_dump.cc:81:27,
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:261:15:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {long long int&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'void {anonymous}::CmdSummary(const pkgfile::db::MappedRepo&, uint64_t, int64_t)' at ../pkgfile/src/pfdb_dump.cc:82:27,
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:261:15:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {long long unsigned int&}]',
inlined from 'void {anonymous}::CmdSummary(const pkgfile::db::MappedRepo&, uint64_t, int64_t)' at ../pkgfile/src/pfdb_dump.cc:84:27,
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:261:15:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char (&)[1], const char (&)[6], const char (&)[6]}]',
inlined from 'void {anonymous}::CmdSummary(const pkgfile::db::MappedRepo&, uint64_t, int64_t)' at ../pkgfile/src/pfdb_dump.cc:87:27,
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:261:15:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int, long long unsigned int&, unsigned int, unsigned int}]',
inlined from 'void {anonymous}::CmdSummary(const pkgfile::db::MappedRepo&, uint64_t, int64_t)' at ../pkgfile/src/pfdb_dump.cc:104:27,
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:261:15:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {double}]',
inlined from 'void {anonymous}::CmdSummary(const pkgfile::db::MappedRepo&, uint64_t, int64_t)' at ../pkgfile/src/pfdb_dump.cc:111:29,
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:261:15:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {long long unsigned int&, unsigned int, double, long long unsigned int}]',
inlined from 'void {anonymous}::CmdSummary(const pkgfile::db::MappedRepo&, uint64_t, int64_t)' at ../pkgfile/src/pfdb_dump.cc:118:29,
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:261:15:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char (&)[5], const char (&)[8], const char (&)[6]}]',
inlined from 'void {anonymous}::CmdPackages(const pkgfile::db::MappedRepo&)' at ../pkgfile/src/pfdb_dump.cc:129:27,
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:266:16:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, basic_string_view<char, char_traits<char> >, const unsigned int&}]',
inlined from 'void {anonymous}::CmdPackages(const pkgfile::db::MappedRepo&)' at ../pkgfile/src/pfdb_dump.cc:131:29,
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:266:16:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&}]',
inlined from 'int {anonymous}::CmdFiles(const pkgfile::db::MappedRepo&, std::string_view)' at ../pkgfile/src/pfdb_dump.cc:140:29,
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:275:20:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char (&)[9], const char (&)[7], const char (&)[9]}]',
inlined from 'void {anonymous}::CmdBasenames(const pkgfile::db::MappedRepo&)' at ../pkgfile/src/pfdb_dump.cc:167:27,
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:279:17:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int, const char*, basic_string_view<char, char_traits<char> >}]',
inlined from 'void {anonymous}::CmdBasenames(const pkgfile::db::MappedRepo&)' at ../pkgfile/src/pfdb_dump.cc:170:29,
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:279:17:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&}]',
inlined from 'int {anonymous}::CmdPostings(const pkgfile::db::MappedRepo&, std::string_view)' at ../pkgfile/src/pfdb_dump.cc:180:29,
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:288:23:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char (&)[2], basic_string_view<char, char_traits<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'int {anonymous}::CmdPostings(const pkgfile::db::MappedRepo&, std::string_view)' at ../pkgfile/src/pfdb_dump.cc:188:29,
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:288:23:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char (&)[3], const char (&)[7], const char (&)[5], const char (&)[9]}]',
inlined from 'void {anonymous}::CmdPaths(const pkgfile::db::MappedRepo&)' at ../pkgfile/src/pfdb_dump.cc:196:27,
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:292:13:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, basic_string_view<char, char_traits<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'void {anonymous}::CmdPaths(const pkgfile::db::MappedRepo&)' at ../pkgfile/src/pfdb_dump.cc:203:29,
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:292:13:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const basic_string_view<char, char_traits<char> >&}]',
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:301:27:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char (&)[3], const char (&)[7]}]',
inlined from 'void {anonymous}::CmdStrings(const pkgfile::db::MappedRepo&)' at ../pkgfile/src/pfdb_dump.cc:210:27,
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:297:15:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int&, basic_string_view<char, char_traits<char> >}]',
inlined from 'void {anonymous}::CmdStrings(const pkgfile::db::MappedRepo&)' at ../pkgfile/src/pfdb_dump.cc:212:29,
inlined from 'int main(int, char**)' at ../pkgfile/src/pfdb_dump.cc:297:15:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[15/19] Linking target pfdb-dump
[16/19] Compiling C++ object pkgfiled.p/src_pkgfiled.cc.o
In file included from ../pkgfile/src/db.hh:11,
from ../pkgfile/src/pkgfiled.cc:23:
../pkgfile/src/mapped_repo.hh: In member function 'std::span<const pkgfile::db::Package> pkgfile::db::MappedRepo::packages() const':
../pkgfile/src/mapped_repo.hh:126:22: warning: narrowing conversion of '(uint64_t)((const pkgfile::db::Header*)((const pkgfile::db::MappedRepo*)this)->pkgfile::db::MappedRepo::header_)->pkgfile::db::Header::package_table_count' from 'uint64_t' {aka 'long long unsigned int'} to 'std::span<const pkgfile::db::Package>::size_type' {aka 'unsigned int'} [-Wnarrowing]
../pkgfile/src/mapped_repo.hh: In member function 'std::span<const unsigned int> pkgfile::db::MappedRepo::PackageFiles(const pkgfile::db::Package&) const':
../pkgfile/src/mapped_repo.hh:140:69: warning: narrowing conversion of '(uint64_t)count' from 'uint64_t' {aka 'long long unsigned int'} to 'std::span<const unsigned int>::size_type' {aka 'unsigned int'} [-Wnarrowing]
../pkgfile/src/mapped_repo.hh: In member function 'std::span<const pkgfile::db::BasenameEntry> pkgfile::db::MappedRepo::basename_index() const':
../pkgfile/src/mapped_repo.hh:150:22: warning: narrowing conversion of '(uint64_t)((const pkgfile::db::Header*)((const pkgfile::db::MappedRepo*)this)->pkgfile::db::MappedRepo::header_)->pkgfile::db::Header::basename_index_count' from 'uint64_t' {aka 'long long unsigned int'} to 'std::span<const pkgfile::db::BasenameEntry>::size_type' {aka 'unsigned int'} [-Wnarrowing]
In file included from /usr/include/c++/16.1.1/ostream:45,
from /usr/include/c++/16.1.1/istream:43,
from /usr/include/c++/16.1.1/sstream:42,
from /usr/include/c++/16.1.1/chrono:61,
from ../pkgfile/src/pkgfiled.cc:9:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {char*}]',
inlined from 'int pkgfile::Pkgfiled::OnSignalEvent(const signalfd_siginfo*)' at ../pkgfile/src/pkgfiled.cc:347:33,
inlined from 'static int pkgfile::Pkgfiled::OnSignalEvent(sd_event_source*, const signalfd_siginfo*, void*)' at ../pkgfile/src/pkgfiled.cc:366:59:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {char*, const char*}]',
inlined from 'int pkgfile::Pkgfiled::OnSignalEvent(const signalfd_siginfo*)' at ../pkgfile/src/pkgfiled.cc:354:33,
inlined from 'static int pkgfile::Pkgfiled::OnSignalEvent(sd_event_source*, const signalfd_siginfo*, void*)' at ../pkgfile/src/pkgfiled.cc:366:59:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'void pkgfile::Pkgfiled::RemoveReposFromCache(const std::set<std::__cxx11::basic_string<char> >&)' at ../pkgfile/src/pkgfiled.cc:268:33:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'void pkgfile::Pkgfiled::RemoveReposFromCache(const std::set<std::__cxx11::basic_string<char> >&)' at ../pkgfile/src/pkgfiled.cc:272:33:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char*}]',
inlined from 'pkgfile::Pkgfiled::RepackRepo(const std::filesystem::__cxx11::path&)::<lambda()>' at ../pkgfile/src/pkgfiled.cc:188:31:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const char*&}]',
inlined from 'pkgfile::Pkgfiled::RepackRepo(const std::filesystem::__cxx11::path&)::<lambda()>' at ../pkgfile/src/pkgfiled.cc:205:33:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, char*}]',
inlined from 'pkgfile::Pkgfiled::RepackRepo(const std::filesystem::__cxx11::path&)::<lambda()>' at ../pkgfile/src/pkgfiled.cc:212:33:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, double}]',
inlined from 'bool pkgfile::Pkgfiled::RepackRepo(const std::filesystem::__cxx11::path&)' at ../pkgfile/src/pkgfiled.cc:227:31:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, const int&, int}]',
inlined from 'int pkgfile::Pkgfiled::Run()' at ../pkgfile/src/pkgfiled.cc:130:31:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'std::optional<std::set<std::__cxx11::basic_string<char> > > pkgfile::Pkgfiled::ReadEnabledRepos()' at ../pkgfile/src/pkgfiled.cc:241:31:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {}]',
inlined from 'int main(int, char**)' at ../pkgfile/src/pkgfiled.cc:463:29:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, unsigned int, unsigned int}]',
inlined from 'int pkgfile::Pkgfiled::OnConfigEvent(const inotify_event*)' at ../pkgfile/src/pkgfiled.cc:319:29:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[17/19] Compiling C++ object pkgfile.p/src_pkgfile.cc.o
In file included from ../pkgfile/src/db.hh:11,
from ../pkgfile/src/pkgfile.hh:8,
from ../pkgfile/src/pkgfile.cc:1:
../pkgfile/src/mapped_repo.hh: In member function 'std::span<const pkgfile::db::Package> pkgfile::db::MappedRepo::packages() const':
../pkgfile/src/mapped_repo.hh:126:22: warning: narrowing conversion of '(uint64_t)((const pkgfile::db::Header*)((const pkgfile::db::MappedRepo*)this)->pkgfile::db::MappedRepo::header_)->pkgfile::db::Header::package_table_count' from 'uint64_t' {aka 'long long unsigned int'} to 'std::span<const pkgfile::db::Package>::size_type' {aka 'unsigned int'} [-Wnarrowing]
../pkgfile/src/mapped_repo.hh: In member function 'std::span<const unsigned int> pkgfile::db::MappedRepo::PackageFiles(const pkgfile::db::Package&) const':
../pkgfile/src/mapped_repo.hh:140:69: warning: narrowing conversion of '(uint64_t)count' from 'uint64_t' {aka 'long long unsigned int'} to 'std::span<const unsigned int>::size_type' {aka 'unsigned int'} [-Wnarrowing]
../pkgfile/src/mapped_repo.hh: In member function 'std::span<const pkgfile::db::BasenameEntry> pkgfile::db::MappedRepo::basename_index() const':
../pkgfile/src/mapped_repo.hh:150:22: warning: narrowing conversion of '(uint64_t)((const pkgfile::db::Header*)((const pkgfile::db::MappedRepo*)this)->pkgfile::db::MappedRepo::header_)->pkgfile::db::Header::basename_index_count' from 'uint64_t' {aka 'long long unsigned int'} to 'std::span<const pkgfile::db::BasenameEntry>::size_type' {aka 'unsigned int'} [-Wnarrowing]
In file included from /usr/include/c++/16.1.1/ostream:45,
from /usr/include/c++/16.1.1/istream:43,
from /usr/include/c++/16.1.1/sstream:42,
from /usr/include/c++/16.1.1/bits/quoted_string.h:40,
from /usr/include/c++/16.1.1/iomanip:55,
from /usr/include/c++/16.1.1/bits/fs_path.h:38,
from /usr/include/c++/16.1.1/filesystem:55,
from ../pkgfile/src/db.hh:3:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&, const basic_string_view<char, char_traits<char> >&, const basic_string_view<char, char_traits<char> >&}]',
inlined from 'std::string pkgfile::Pkgfile::FormatSearchResult(std::string_view, const ParsedPkgname&)' at ../pkgfile/src/pkgfile.cc:124:63:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&, const basic_string_view<char, char_traits<char> >&}]',
inlined from 'std::string pkgfile::Pkgfile::FormatSearchResult(std::string_view, const ParsedPkgname&)' at ../pkgfile/src/pkgfile.cc:131:45:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, const char*}]',
inlined from 'int pkgfile::Pkgfile::Run(const std::vector<std::__cxx11::basic_string<char> >&)' at ../pkgfile/src/pkgfile.cc:720:29:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[18/19] Linking target pkgfiled
[19/19] Linking target pkgfile
INFO: autodetecting backend as ninja
INFO: calculating backend command to run: /usr/bin/ninja -C /build/pkgfile/src/build
==> Entering fakeroot environment...
==> Starting package()...
ninja: Entering directory `/build/pkgfile/src/build'
ninja: no work to do.
Installing pkgfile to /build/pkgfile/pkg/pkgfile/usr/bin
Installing pkgfiled to /build/pkgfile/pkg/pkgfile/usr/bin
Installing pkgfile.1 to /build/pkgfile/pkg/pkgfile/usr/share/man/man1
Installing pkgfiled.1 to /build/pkgfile/pkg/pkgfile/usr/share/man/man1
Installing /build/pkgfile/src/pkgfile/systemd/pkgfile-update.timer to /build/pkgfile/pkg/pkgfile/usr/lib/systemd/system
Installing /build/pkgfile/src/build/pkgfile-update.service to /build/pkgfile/pkg/pkgfile/usr/lib/systemd/system
Installing /build/pkgfile/src/build/pkgfiled.service to /build/pkgfile/pkg/pkgfile/usr/lib/systemd/system
Installing /build/pkgfile/src/pkgfile/extra/command-not-found.bash to /build/pkgfile/pkg/pkgfile/usr/share/doc/pkgfile
Installing /build/pkgfile/src/pkgfile/extra/command-not-found.zsh to /build/pkgfile/pkg/pkgfile/usr/share/doc/pkgfile
Installing /build/pkgfile/src/pkgfile/extra/command-not-found.fish to /build/pkgfile/pkg/pkgfile/usr/share/doc/pkgfile
Installing /build/pkgfile/src/pkgfile/extra/bash-completion to /build/pkgfile/pkg/pkgfile/usr/share/bash-completion/completions
Installing /build/pkgfile/src/pkgfile/extra/zsh-completion to /build/pkgfile/pkg/pkgfile/usr/share/zsh/site-functions
Installing /build/pkgfile/src/pkgfile/LICENSE to /build/pkgfile/pkg/pkgfile/usr/share/licenses/pkgfile
Running custom install script '/usr/bin/sh -c mkdir -p $DESTDIR//var/cache/pkgfile'
==> 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 "pkgfile"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Adding install file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: pkgfile 26-1 (Sun Aug 9 11:57:09 2026)
==> Cleaning up...
[?12l[?25h