==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: p8-platform 2.1.0.1-5 (Fri Jul 12 22:21:13 2024)
==> Retrieving sources...
  -> Found p8-platform-2.1.0.1.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    p8-platform-2.1.0.1.tar.gz ... Passed
==> Making package: p8-platform 2.1.0.1-5 (Fri Jul 12 22:21:33 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (6) cppdap-1.58.0-2  hicolor-icon-theme-0.18-1  jsoncpp-1.9.5-3
             libuv-1.48.0-2  rhash-1.4.4-1  cmake-3.30.0-1

Total Installed Size:  88.37 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
[?25h==> Retrieving sources...
  -> Found p8-platform-2.1.0.1.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting p8-platform-2.1.0.1.tar.gz with bsdtar
==> Starting build()...
CMake Warning (dev) at CMakeLists.txt:1 (project):
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is GNU 14.1.1
-- The CXX compiler identification is GNU 14.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 Deprecation Warning at CMakeLists.txt:3 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Looking for __atomic_fetch_add_4 in atomic
-- Looking for __atomic_fetch_add_4 in atomic - found
-- Performing Test HAS_BUILTIN_SYNC_ADD_AND_FETCH
-- Performing Test HAS_BUILTIN_SYNC_ADD_AND_FETCH - Success
-- Performing Test HAS_BUILTIN_SYNC_SUB_AND_FETCH
-- Performing Test HAS_BUILTIN_SYNC_SUB_AND_FETCH - Success
-- Performing Test HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP
-- Performing Test HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP - Success
-- Configuring done (4.4s)
-- Generating done (0.0s)
-- Build files have been written to: /build/p8-platform/src/platform-p8-platform-2.1.0.1
[ 50%] Building CXX object CMakeFiles/p8-platform.dir/src/util/StringUtils.cpp.o
/build/p8-platform/src/platform-p8-platform-2.1.0.1/src/util/StringUtils.cpp: In static member function 'static std::string& StringUtils::TrimLeft(std::string&)':
/build/p8-platform/src/platform-p8-platform-2.1.0.1/src/util/StringUtils.cpp:456:76: warning: 'std::pointer_to_unary_function<_Arg, _Result> std::ptr_fun(_Result (*)(_Arg)) [with _Arg = char; _Result = int]' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
In file included from /usr/include/c++/14.1.1/bits/refwrap.h:39,
                 from /usr/include/c++/14.1.1/vector:68,
                 from /build/p8-platform/src/platform-p8-platform-2.1.0.1/src/util/StringUtils.h:32,
                 from /build/p8-platform/src/platform-p8-platform-2.1.0.1/src/util/StringUtils.cpp:32:
/usr/include/c++/14.1.1/bits/stl_function.h:1123:5: note: declared here
 1123 |     ptr_fun(_Result (*__x)(_Arg))
      |     ^~~~~~~
/build/p8-platform/src/platform-p8-platform-2.1.0.1/src/util/StringUtils.cpp:456:66: warning: 'constexpr std::unary_negate<_Predicate> std::not1(const _Predicate&) [with _Predicate = pointer_to_unary_function<char, int>]' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
/usr/include/c++/14.1.1/bits/stl_function.h:1043:5: note: declared here
 1043 |     not1(const _Predicate& __pred)
      |     ^~~~
/build/p8-platform/src/platform-p8-platform-2.1.0.1/src/util/StringUtils.cpp: In static member function 'static std::string& StringUtils::TrimRight(std::string&)':
/build/p8-platform/src/platform-p8-platform-2.1.0.1/src/util/StringUtils.cpp:469:65: warning: 'std::pointer_to_unary_function<_Arg, _Result> std::ptr_fun(_Result (*)(_Arg)) [with _Arg = char; _Result = int]' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
/usr/include/c++/14.1.1/bits/stl_function.h:1123:5: note: declared here
 1123 |     ptr_fun(_Result (*__x)(_Arg))
      |     ^~~~~~~
/build/p8-platform/src/platform-p8-platform-2.1.0.1/src/util/StringUtils.cpp:469:55: warning: 'constexpr std::unary_negate<_Predicate> std::not1(const _Predicate&) [with _Predicate = pointer_to_unary_function<char, int>]' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
/usr/include/c++/14.1.1/bits/stl_function.h:1043:5: note: declared here
 1043 |     not1(const _Predicate& __pred)
      |     ^~~~
[100%] Linking CXX shared library libp8-platform.so
[100%] Built target p8-platform
==> Entering fakeroot environment...
==> Starting package()...
[100%] Built target p8-platform
Install the project...
-- Install configuration: "Release"
-- Installing: /build/p8-platform/pkg/p8-platform/usr/lib/libp8-platform.so.2.1.0
-- Installing: /build/p8-platform/pkg/p8-platform/usr/lib/libp8-platform.so.2
-- Installing: /build/p8-platform/pkg/p8-platform/usr/lib/libp8-platform.so
-- Installing: /build/p8-platform/pkg/p8-platform/usr/include/p8-platform/os.h
-- Installing: /build/p8-platform/pkg/p8-platform/usr/include/p8-platform/posix/os-socket.h
-- Installing: /build/p8-platform/pkg/p8-platform/usr/include/p8-platform/posix/os-threads.h
-- Installing: /build/p8-platform/pkg/p8-platform/usr/include/p8-platform/posix/os-types.h
-- Installing: /build/p8-platform/pkg/p8-platform/usr/include/p8-platform/sockets/cdevsocket.h
-- Installing: /build/p8-platform/pkg/p8-platform/usr/include/p8-platform/sockets/socket.h
-- Installing: /build/p8-platform/pkg/p8-platform/usr/include/p8-platform/sockets/tcp.h
-- Installing: /build/p8-platform/pkg/p8-platform/usr/include/p8-platform/threads/atomics.h
-- Installing: /build/p8-platform/pkg/p8-platform/usr/include/p8-platform/threads/mutex.h
-- Installing: /build/p8-platform/pkg/p8-platform/usr/include/p8-platform/threads/threads.h
-- Installing: /build/p8-platform/pkg/p8-platform/usr/include/p8-platform/util/atomic.h
-- Installing: /build/p8-platform/pkg/p8-platform/usr/include/p8-platform/util/buffer.h
-- Installing: /build/p8-platform/pkg/p8-platform/usr/include/p8-platform/util/StringUtils.h
-- Installing: /build/p8-platform/pkg/p8-platform/usr/include/p8-platform/util/StdString.h
-- Installing: /build/p8-platform/pkg/p8-platform/usr/include/p8-platform/util/timeutils.h
-- Installing: /build/p8-platform/pkg/p8-platform/usr/include/p8-platform/util/util.h
-- Installing: /build/p8-platform/pkg/p8-platform/usr/lib/pkgconfig/p8-platform.pc
-- Installing: /build/p8-platform/pkg/p8-platform/usr/lib/p8-platform/p8-platform-config.cmake
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "p8-platform"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: p8-platform 2.1.0.1-5 (Fri Jul 12 22:21:54 2024)
==> Cleaning up...