==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: cppdap 1.58.0-2 (Mon Jul  1 17:55:54 2024)
==> Retrieving sources...
  -> Cloning cppdap git repo...
Cloning into bare repository '/home/leming/work/cppdap/cppdap'...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    cppdap ... Skipped
==> Making package: cppdap 1.58.0-2 (Mon 01 Jul 2024 05:56:02 PM MDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (11) cppdap-1.58.0-1  hicolor-icon-theme-0.18-1  jsoncpp-1.9.5-2
              libuv-1.48.0-2  perl-error-0.17029-5  perl-mailtools-2.21-7
              perl-timedate-2.33-5  rhash-1.4.4-1  cmake-3.29.6-1  git-2.45.2-1
              nlohmann-json-3.11.2-3

Total Download Size:     0.14 MiB
Total Installed Size:  137.82 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 nlohmann-json-3.11.2-3-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing cppdap...
installing hicolor-icon-theme...
installing jsoncpp...
Optional dependencies for jsoncpp
    jsoncpp-doc: documentation
installing libuv...
installing rhash...
installing cmake...
Optional dependencies for cmake
    make: for unix Makefile generator [installed]
    ninja: for ninja generator
    qt6-base: cmake-gui
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing git...
Optional dependencies for git
    tk: gitk and git gui
    openssh: ssh transport and crypto
    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-mediawiki-api: git mediawiki support
    perl-datetime-format-iso8601: git mediawiki support
    perl-lwp-protocol-https: git mediawiki https 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]
installing nlohmann-json...
:: Running post-transaction hooks...
(1/1) Warn about old perl modules
[?25h==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of cppdap git repo...
Cloning into 'cppdap'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
==> Starting build()...
-- The CXX compiler identification is GNU 14.1.1
-- The C compiler identification is GNU 14.1.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/distcc/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib/distcc/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found nlohmann_json: /usr/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake (found version "3.11.2")
-- Configuring done (1.4s)
-- Generating done (0.0s)
-- Build files have been written to: /build/cppdap/src/build
[  7%] Building CXX object CMakeFiles/cppdap.dir/src/content_stream.cpp.o
[ 14%] Building CXX object CMakeFiles/cppdap.dir/src/io.cpp.o
[ 21%] Building CXX object CMakeFiles/cppdap.dir/src/network.cpp.o
[ 28%] Building CXX object CMakeFiles/cppdap.dir/src/null_json_serializer.cpp.o
[ 35%] Building CXX object CMakeFiles/cppdap.dir/src/protocol_events.cpp.o
[ 42%] Building CXX object CMakeFiles/cppdap.dir/src/nlohmann_json_serializer.cpp.o
[ 50%] Building CXX object CMakeFiles/cppdap.dir/src/protocol_requests.cpp.o
[ 57%] Building CXX object CMakeFiles/cppdap.dir/src/protocol_response.cpp.o
[ 64%] Building CXX object CMakeFiles/cppdap.dir/src/protocol_types.cpp.o
[ 71%] Building CXX object CMakeFiles/cppdap.dir/src/session.cpp.o
[ 78%] Building CXX object CMakeFiles/cppdap.dir/src/socket.cpp.o
[ 85%] Building CXX object CMakeFiles/cppdap.dir/src/typeinfo.cpp.o
[ 92%] Building CXX object CMakeFiles/cppdap.dir/src/typeof.cpp.o
In file included from /usr/include/c++/14.1.1/vector:66,
                 from /build/cppdap/src/cppdap/include/dap/types.h:26,
                 from /build/cppdap/src/cppdap/include/dap/typeof.h:19,
                 from /build/cppdap/src/cppdap/include/dap/protocol.h:25,
                 from /build/cppdap/src/cppdap/src/nlohmann_json_serializer.h:18,
                 from /build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:15:
In member function 'std::vector<_Tp, _Alloc>::size_type std::vector<_Tp, _Alloc>::size() const [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]',
    inlined from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]' at /usr/include/c++/14.1.1/bits/stl_vector.h:603:61,
    inlined from 'void dap::BasicTypeInfo<T>::copyConstruct(void*, const void*) const [with T = std::vector<dap::any, std::allocator<dap::any> >]' at /build/cppdap/src/cppdap/include/dap/typeof.h:37:5,
    inlined from 'dap::any& dap::any::operator=(const T&) [with T = dap::integer]' at /build/cppdap/src/cppdap/include/dap/any.h:145:24,
    inlined from 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const' at /build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:91:43:
/usr/include/c++/14.1.1/bits/stl_vector.h:993:40: warning: array subscript 'const std::vector<dap::any, std::allocator<dap::any> >[0]' is partly outside array bounds of 'dap::integer [1]' [-Warray-bounds=]
  993 |       { return size_type(this->_M_impl._M_finish - this->_M_impl._M_start); }
      |                          ~~~~~~~~~~~~~~^~~~~~~~~
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp: In member function 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const':
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:91:43: note: object '<anonymous>' of size 8
In member function 'std::vector<_Tp, _Alloc>::size_type std::vector<_Tp, _Alloc>::size() const [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]',
    inlined from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]' at /usr/include/c++/14.1.1/bits/stl_vector.h:603:61,
    inlined from 'void dap::BasicTypeInfo<T>::copyConstruct(void*, const void*) const [with T = std::vector<dap::any, std::allocator<dap::any> >]' at /build/cppdap/src/cppdap/include/dap/typeof.h:37:5,
    inlined from 'dap::any& dap::any::operator=(const T&) [with T = dap::integer]' at /build/cppdap/src/cppdap/include/dap/any.h:145:24,
    inlined from 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const' at /build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:91:43:
/usr/include/c++/14.1.1/bits/stl_vector.h:993:66: warning: array subscript 'const std::vector<dap::any, std::allocator<dap::any> >[0]' is partly outside array bounds of 'dap::integer [1]' [-Warray-bounds=]
  993 |       { return size_type(this->_M_impl._M_finish - this->_M_impl._M_start); }
      |                                                    ~~~~~~~~~~~~~~^~~~~~~~
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp: In member function 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const':
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:91:43: note: object '<anonymous>' of size 8
In file included from /usr/include/c++/14.1.1/string:48,
                 from /build/cppdap/src/cppdap/include/dap/typeinfo.h:19,
                 from /build/cppdap/src/cppdap/include/dap/protocol.h:24:
In constructor '__gnu_cxx::__normal_iterator<_Iterator, _Container>::__normal_iterator(const _Iterator&) [with _Iterator = const dap::any*; _Container = std::vector<dap::any, std::allocator<dap::any> >]',
    inlined from 'std::vector<_Tp, _Alloc>::const_iterator std::vector<_Tp, _Alloc>::end() const [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]' at /usr/include/c++/14.1.1/bits/stl_vector.h:904:16,
    inlined from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]' at /usr/include/c++/14.1.1/bits/stl_vector.h:606:31,
    inlined from 'void dap::BasicTypeInfo<T>::copyConstruct(void*, const void*) const [with T = std::vector<dap::any, std::allocator<dap::any> >]' at /build/cppdap/src/cppdap/include/dap/typeof.h:37:5,
    inlined from 'dap::any& dap::any::operator=(const T&) [with T = dap::integer]' at /build/cppdap/src/cppdap/include/dap/any.h:145:24,
    inlined from 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const' at /build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:91:43:
/usr/include/c++/14.1.1/bits/stl_iterator.h:1068:9: warning: array subscript 1 is outside array bounds of 'dap::integer [1]' [-Warray-bounds=]
 1068 |       : _M_current(__i) { }
      |         ^~~~~~~~~~~~~~~
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp: In member function 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const':
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:91:43: note: at offset 8 into object '<anonymous>' of size 8
In member function 'std::vector<_Tp, _Alloc>::size_type std::vector<_Tp, _Alloc>::size() const [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]',
    inlined from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]' at /usr/include/c++/14.1.1/bits/stl_vector.h:603:61,
    inlined from 'void dap::BasicTypeInfo<T>::copyConstruct(void*, const void*) const [with T = std::vector<dap::any, std::allocator<dap::any> >]' at /build/cppdap/src/cppdap/include/dap/typeof.h:37:5,
    inlined from 'dap::any& dap::any::operator=(const T&) [with T = dap::number]' at /build/cppdap/src/cppdap/include/dap/any.h:145:24,
    inlined from 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const' at /build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:89:41:
/usr/include/c++/14.1.1/bits/stl_vector.h:993:40: warning: array subscript 'const std::vector<dap::any, std::allocator<dap::any> >[0]' is partly outside array bounds of 'dap::number [1]' [-Warray-bounds=]
  993 |       { return size_type(this->_M_impl._M_finish - this->_M_impl._M_start); }
      |                          ~~~~~~~~~~~~~~^~~~~~~~~
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp: In member function 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const':
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:89:41: note: object '<anonymous>' of size 8
In member function 'std::vector<_Tp, _Alloc>::size_type std::vector<_Tp, _Alloc>::size() const [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]',
    inlined from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]' at /usr/include/c++/14.1.1/bits/stl_vector.h:603:61,
    inlined from 'void dap::BasicTypeInfo<T>::copyConstruct(void*, const void*) const [with T = std::vector<dap::any, std::allocator<dap::any> >]' at /build/cppdap/src/cppdap/include/dap/typeof.h:37:5,
    inlined from 'dap::any& dap::any::operator=(const T&) [with T = dap::number]' at /build/cppdap/src/cppdap/include/dap/any.h:145:24,
    inlined from 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const' at /build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:89:41:
/usr/include/c++/14.1.1/bits/stl_vector.h:993:66: warning: array subscript 'const std::vector<dap::any, std::allocator<dap::any> >[0]' is partly outside array bounds of 'dap::number [1]' [-Warray-bounds=]
  993 |       { return size_type(this->_M_impl._M_finish - this->_M_impl._M_start); }
      |                                                    ~~~~~~~~~~~~~~^~~~~~~~
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp: In member function 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const':
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:89:41: note: object '<anonymous>' of size 8
In constructor '__gnu_cxx::__normal_iterator<_Iterator, _Container>::__normal_iterator(const _Iterator&) [with _Iterator = const dap::any*; _Container = std::vector<dap::any, std::allocator<dap::any> >]',
    inlined from 'std::vector<_Tp, _Alloc>::const_iterator std::vector<_Tp, _Alloc>::end() const [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]' at /usr/include/c++/14.1.1/bits/stl_vector.h:904:16,
    inlined from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]' at /usr/include/c++/14.1.1/bits/stl_vector.h:606:31,
    inlined from 'void dap::BasicTypeInfo<T>::copyConstruct(void*, const void*) const [with T = std::vector<dap::any, std::allocator<dap::any> >]' at /build/cppdap/src/cppdap/include/dap/typeof.h:37:5,
    inlined from 'dap::any& dap::any::operator=(const T&) [with T = dap::number]' at /build/cppdap/src/cppdap/include/dap/any.h:145:24,
    inlined from 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const' at /build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:89:41:
/usr/include/c++/14.1.1/bits/stl_iterator.h:1068:9: warning: array subscript 1 is outside array bounds of 'dap::number [1]' [-Warray-bounds=]
 1068 |       : _M_current(__i) { }
      |         ^~~~~~~~~~~~~~~
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp: In member function 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const':
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:89:41: note: at offset 8 into object '<anonymous>' of size 8
In member function 'std::vector<_Tp, _Alloc>::size_type std::vector<_Tp, _Alloc>::size() const [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]',
    inlined from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]' at /usr/include/c++/14.1.1/bits/stl_vector.h:603:61,
    inlined from 'void dap::BasicTypeInfo<T>::copyConstruct(void*, const void*) const [with T = std::vector<dap::any, std::allocator<dap::any> >]' at /build/cppdap/src/cppdap/include/dap/typeof.h:37:5,
    inlined from 'dap::any& dap::any::operator=(const T&) [with T = dap::boolean]' at /build/cppdap/src/cppdap/include/dap/any.h:145:24,
    inlined from 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const' at /build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:87:40:
/usr/include/c++/14.1.1/bits/stl_vector.h:993:40: warning: array subscript 'const std::vector<dap::any, std::allocator<dap::any> >[0]' is partly outside array bounds of 'dap::boolean [1]' [-Warray-bounds=]
  993 |       { return size_type(this->_M_impl._M_finish - this->_M_impl._M_start); }
      |                          ~~~~~~~~~~~~~~^~~~~~~~~
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp: In member function 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const':
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:87:40: note: object '<anonymous>' of size 1
In member function 'std::vector<_Tp, _Alloc>::size_type std::vector<_Tp, _Alloc>::size() const [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]',
    inlined from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]' at /usr/include/c++/14.1.1/bits/stl_vector.h:603:61,
    inlined from 'void dap::BasicTypeInfo<T>::copyConstruct(void*, const void*) const [with T = std::vector<dap::any, std::allocator<dap::any> >]' at /build/cppdap/src/cppdap/include/dap/typeof.h:37:5,
    inlined from 'dap::any& dap::any::operator=(const T&) [with T = dap::boolean]' at /build/cppdap/src/cppdap/include/dap/any.h:145:24,
    inlined from 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const' at /build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:87:40:
/usr/include/c++/14.1.1/bits/stl_vector.h:993:66: warning: array subscript 'const std::vector<dap::any, std::allocator<dap::any> >[0]' is partly outside array bounds of 'dap::boolean [1]' [-Warray-bounds=]
  993 |       { return size_type(this->_M_impl._M_finish - this->_M_impl._M_start); }
      |                                                    ~~~~~~~~~~~~~~^~~~~~~~
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp: In member function 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const':
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:87:40: note: object '<anonymous>' of size 1
In constructor '__gnu_cxx::__normal_iterator<_Iterator, _Container>::__normal_iterator(const _Iterator&) [with _Iterator = const dap::any*; _Container = std::vector<dap::any, std::allocator<dap::any> >]',
    inlined from 'std::vector<_Tp, _Alloc>::const_iterator std::vector<_Tp, _Alloc>::begin() const [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]' at /usr/include/c++/14.1.1/bits/stl_vector.h:884:16,
    inlined from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]' at /usr/include/c++/14.1.1/bits/stl_vector.h:606:31,
    inlined from 'void dap::BasicTypeInfo<T>::copyConstruct(void*, const void*) const [with T = std::vector<dap::any, std::allocator<dap::any> >]' at /build/cppdap/src/cppdap/include/dap/typeof.h:37:5,
    inlined from 'dap::any& dap::any::operator=(const T&) [with T = dap::boolean]' at /build/cppdap/src/cppdap/include/dap/any.h:145:24,
    inlined from 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const' at /build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:87:40:
/usr/include/c++/14.1.1/bits/stl_iterator.h:1068:9: warning: array subscript 'const dap::any* const[0]' is partly outside array bounds of 'dap::boolean [1]' [-Warray-bounds=]
 1068 |       : _M_current(__i) { }
      |         ^~~~~~~~~~~~~~~
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp: In member function 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const':
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:87:40: note: object '<anonymous>' of size 1
In constructor '__gnu_cxx::__normal_iterator<_Iterator, _Container>::__normal_iterator(const _Iterator&) [with _Iterator = const dap::any*; _Container = std::vector<dap::any, std::allocator<dap::any> >]',
    inlined from 'std::vector<_Tp, _Alloc>::const_iterator std::vector<_Tp, _Alloc>::end() const [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]' at /usr/include/c++/14.1.1/bits/stl_vector.h:904:16,
    inlined from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = dap::any; _Alloc = std::allocator<dap::any>]' at /usr/include/c++/14.1.1/bits/stl_vector.h:606:31,
    inlined from 'void dap::BasicTypeInfo<T>::copyConstruct(void*, const void*) const [with T = std::vector<dap::any, std::allocator<dap::any> >]' at /build/cppdap/src/cppdap/include/dap/typeof.h:37:5,
    inlined from 'dap::any& dap::any::operator=(const T&) [with T = dap::boolean]' at /build/cppdap/src/cppdap/include/dap/any.h:145:24,
    inlined from 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const' at /build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:87:40:
/usr/include/c++/14.1.1/bits/stl_iterator.h:1068:9: warning: array subscript 1 is outside array bounds of 'dap::boolean [1]' [-Warray-bounds=]
 1068 |       : _M_current(__i) { }
      |         ^~~~~~~~~~~~~~~
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp: In member function 'virtual bool dap::json::NlohmannDeserializer::deserialize(dap::any*) const':
/build/cppdap/src/cppdap/src/nlohmann_json_serializer.cpp:87:40: note: at offset 8 into object '<anonymous>' of size 1
[100%] Linking CXX shared library libcppdap.so
[100%] Built target cppdap
==> Entering fakeroot environment...
==> Starting package()...
-- Install configuration: ""
-- Installing: /build/cppdap/pkg/cppdap/usr/lib/libcppdap.so
-- Installing: /build/cppdap/pkg/cppdap/usr/lib/cmake/cppdap/cppdap-targets.cmake
-- Installing: /build/cppdap/pkg/cppdap/usr/lib/cmake/cppdap/cppdap-targets-noconfig.cmake
-- Installing: /build/cppdap/pkg/cppdap/usr/include/dap
-- Installing: /build/cppdap/pkg/cppdap/usr/include/dap/any.h
-- Installing: /build/cppdap/pkg/cppdap/usr/include/dap/session.h
-- Installing: /build/cppdap/pkg/cppdap/usr/include/dap/network.h
-- Installing: /build/cppdap/pkg/cppdap/usr/include/dap/variant.h
-- Installing: /build/cppdap/pkg/cppdap/usr/include/dap/typeof.h
-- Installing: /build/cppdap/pkg/cppdap/usr/include/dap/serialization.h
-- Installing: /build/cppdap/pkg/cppdap/usr/include/dap/future.h
-- Installing: /build/cppdap/pkg/cppdap/usr/include/dap/io.h
-- Installing: /build/cppdap/pkg/cppdap/usr/include/dap/dap.h
-- Installing: /build/cppdap/pkg/cppdap/usr/include/dap/traits.h
-- Installing: /build/cppdap/pkg/cppdap/usr/include/dap/types.h
-- Installing: /build/cppdap/pkg/cppdap/usr/include/dap/protocol.h
-- Installing: /build/cppdap/pkg/cppdap/usr/include/dap/optional.h
-- Installing: /build/cppdap/pkg/cppdap/usr/include/dap/typeinfo.h
-- Installing: /build/cppdap/pkg/cppdap/usr/lib/cmake/cppdap/cppdapConfigVersion.cmake
-- Installing: /build/cppdap/pkg/cppdap/usr/lib/cmake/cppdap/cppdapConfig.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...
==> WARNING: Package contains reference to $srcdir
usr/lib/libcppdap.so
==> Creating package "cppdap"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: cppdap 1.58.0-2 (Mon 01 Jul 2024 05:56:25 PM MDT)
==> Cleaning up...