==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: maeparser 1.3.3-7 (Thu Aug 20 14:50:36 2026)
==> Retrieving sources...
-> Updating maeparser git repo...
-> Found fix-cmake.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
maeparser ... Passed
fix-cmake.patch ... Passed
==> Making package: maeparser 1.3.3-7 (Thu Aug 20 20:51:04 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (12) 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 boost-1.92.0-1 cmake-4.4.2-1 git-2.55.0-1
Total Installed Size: 310.39 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 boost...
Optional dependencies for boost
python: for python bindings [installed]
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 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...
-> Found fix-cmake.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Creating working copy of maeparser git repo...
Cloning into 'maeparser'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
patching file CMakeLists.txt
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
==> Starting build()...
-- The C compiler identification is GNU 16.1.1
-- The CXX compiler identification is GNU 16.1.1
-- 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
-- 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
CMake Warning (author) in CMakeLists.txt:
A logical block opening on the line
/build/maeparser/src/maeparser/CMakeLists.txt:41 (if)
closes on the line
/build/maeparser/src/maeparser/CMakeLists.txt:58 (endif)
with mis-matching arguments.
This warning is for project developers. Use -Wno-author to suppress it.
CMake Warning (policy) at CMakeLists.txt:42 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
This warning is for project developers. Use -Wno-author or -Wno-policy to
suppress it.
-- Found Boost: /usr/lib/cmake/Boost-1.92.0/BoostConfig.cmake (found version "1.92.0") found components: iostreams
CMake Warning (policy) at CMakeLists.txt:47 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
This warning is for project developers. Use -Wno-author or -Wno-policy to
suppress it.
-- Found ZLIB: /usr/lib/libz.so (found version "1.3.2")
-- Using zlib library for iostreams dependency.
CMake Warning (policy) at test/CMakeLists.txt:3 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
This warning is for project developers. Use -Wno-author or -Wno-policy to
suppress it.
-- Found Boost: /usr/lib/cmake/Boost-1.92.0/BoostConfig.cmake (found version "1.92.0") found components: filesystem iostreams unit_test_framework
-- Configuring done (2.3s)
-- Generating done (0.1s)
-- Build files have been written to: /build/maeparser/src/build
[ 21%] Building CXX object CMakeFiles/maeparser.dir/MaeParser.cpp.o
[ 21%] Building CXX object CMakeFiles/maeparser.dir/MaeBlock.cpp.o
[ 21%] Building CXX object CMakeFiles/maeparser.dir/Buffer.cpp.o
[ 28%] Building CXX object CMakeFiles/maeparser.dir/Writer.cpp.o
[ 35%] Building CXX object CMakeFiles/maeparser.dir/Reader.cpp.o
[ 42%] Linking CXX shared library libmaeparser.so
[ 42%] Built target maeparser
[ 64%] Building CXX object test/CMakeFiles/unittest.dir/MaeBlockTest.cpp.o
[ 64%] Building CXX object test/CMakeFiles/unittest.dir/MainTestSuite.cpp.o
[ 64%] Building CXX object test/CMakeFiles/unittest.dir/BufferTest.cpp.o
[ 71%] Building CXX object test/CMakeFiles/unittest.dir/ReaderTest.cpp.o
[ 78%] Building CXX object test/CMakeFiles/unittest.dir/MaeParserTest.cpp.o
[ 85%] Building CXX object test/CMakeFiles/unittest.dir/WriterTest.cpp.o
[ 92%] Building CXX object test/CMakeFiles/unittest.dir/UsageDemo.cpp.o
[100%] Linking CXX executable unittest
[100%] Built target unittest
==> Entering fakeroot environment...
==> Starting package()...
-- Install configuration: ""
-- Installing: /build/maeparser/pkg/maeparser/usr/lib/libmaeparser.so.1.3.3
-- Installing: /build/maeparser/pkg/maeparser/usr/lib/libmaeparser.so.1
-- Installing: /build/maeparser/pkg/maeparser/usr/lib/libmaeparser.so
-- Installing: /build/maeparser/pkg/maeparser/usr/lib/cmake/maeparser/maeparser-config.cmake
-- Installing: /build/maeparser/pkg/maeparser/usr/lib/cmake/maeparser/maeparser-config-noconfig.cmake
-- Installing: /build/maeparser/pkg/maeparser/usr/include/maeparser/Buffer.hpp
-- Installing: /build/maeparser/pkg/maeparser/usr/include/maeparser/MaeBlock.hpp
-- Installing: /build/maeparser/pkg/maeparser/usr/include/maeparser/MaeConstants.hpp
-- Installing: /build/maeparser/pkg/maeparser/usr/include/maeparser/MaeParser.hpp
-- Installing: /build/maeparser/pkg/maeparser/usr/include/maeparser/MaeParserConfig.hpp
-- Installing: /build/maeparser/pkg/maeparser/usr/include/maeparser/Reader.hpp
-- Installing: /build/maeparser/pkg/maeparser/usr/include/maeparser/Writer.hpp
==> 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...
==> WARNING: Package contains reference to $srcdir
usr/lib/libmaeparser.so.1.3.3
==> Creating package "maeparser"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: maeparser 1.3.3-7 (Thu Aug 20 20:51:54 2026)
==> Cleaning up...
[?12l[?25h