Your message dated Fri, 23 Aug 2024 15:11:28 +0000
with message-id <e1shvwm-008dxz...@fasolo.debian.org>
and subject line Bug#1071725: fixed in trantor 1.5.20+ds-1
has caused the Debian Bug report #1071725,
regarding trantor: FTBFS: error: ‘void ares_gethostbyname(ares_channel_t*, 
const char*, int, ares_host_callback, void*)’ is deprecated: Use 
ares_getaddrinfo instead
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1071725: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071725
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:trantor
Version: 1.5.12+ds-1.2
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --with=cmake
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
        cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb cmake 
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON 
-DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON ..
-- The C compiler identification is GNU 13.2.0
-- The CXX compiler identification is GNU 13.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/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/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the 
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY 
OPENSSL_INCLUDE_DIR)
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Could NOT find Botan (missing: Botan_LIBRARIES Botan_INCLUDE_DIRS)
-- Trantor using SSL library: None
-- Found c-ares: /usr/include
-- c-ares found!
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Configuring done (0.8s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    FETCHCONTENT_FULLY_DISCONNECTED


-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build
        cd obj-x86_64-linux-gnu && make -j2 "INSTALL=install 
--strip-program=true" VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/trantor.dir/build.make CMakeFiles/trantor.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> 
/<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/trantor.dir/DependInfo.cmake "--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/trantor.dir/build.make CMakeFiles/trantor.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  6%] Building CXX object 
CMakeFiles/trantor.dir/trantor/utils/AsyncFileLogger.cc.o
[  6%] Building CXX object 
CMakeFiles/trantor.dir/trantor/utils/ConcurrentTaskQueue.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT 
CMakeFiles/trantor.dir/trantor/utils/ConcurrentTaskQueue.cc.o -MF CMakeFiles/trantor.dir/trantor/utils/ConcurrentTaskQueue.cc.o.d -o 
CMakeFiles/trantor.dir/trantor/utils/ConcurrentTaskQueue.cc.o -c /<<PKGBUILDDIR>>/trantor/utils/ConcurrentTaskQueue.cc
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT 
CMakeFiles/trantor.dir/trantor/utils/AsyncFileLogger.cc.o -MF CMakeFiles/trantor.dir/trantor/utils/AsyncFileLogger.cc.o.d -o 
CMakeFiles/trantor.dir/trantor/utils/AsyncFileLogger.cc.o -c /<<PKGBUILDDIR>>/trantor/utils/AsyncFileLogger.cc
[  9%] Building CXX object CMakeFiles/trantor.dir/trantor/utils/Date.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/utils/Date.cc.o -MF 
CMakeFiles/trantor.dir/trantor/utils/Date.cc.o.d -o CMakeFiles/trantor.dir/trantor/utils/Date.cc.o -c /<<PKGBUILDDIR>>/trantor/utils/Date.cc
[ 12%] Building CXX object CMakeFiles/trantor.dir/trantor/utils/LogStream.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/utils/LogStream.cc.o -MF 
CMakeFiles/trantor.dir/trantor/utils/LogStream.cc.o.d -o CMakeFiles/trantor.dir/trantor/utils/LogStream.cc.o -c /<<PKGBUILDDIR>>/trantor/utils/LogStream.cc
[ 15%] Building CXX object CMakeFiles/trantor.dir/trantor/utils/Logger.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/utils/Logger.cc.o -MF 
CMakeFiles/trantor.dir/trantor/utils/Logger.cc.o.d -o CMakeFiles/trantor.dir/trantor/utils/Logger.cc.o -c /<<PKGBUILDDIR>>/trantor/utils/Logger.cc
[ 18%] Building CXX object CMakeFiles/trantor.dir/trantor/utils/MsgBuffer.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/utils/MsgBuffer.cc.o -MF 
CMakeFiles/trantor.dir/trantor/utils/MsgBuffer.cc.o.d -o CMakeFiles/trantor.dir/trantor/utils/MsgBuffer.cc.o -c /<<PKGBUILDDIR>>/trantor/utils/MsgBuffer.cc
[ 21%] Building CXX object 
CMakeFiles/trantor.dir/trantor/utils/SerialTaskQueue.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT 
CMakeFiles/trantor.dir/trantor/utils/SerialTaskQueue.cc.o -MF CMakeFiles/trantor.dir/trantor/utils/SerialTaskQueue.cc.o.d -o 
CMakeFiles/trantor.dir/trantor/utils/SerialTaskQueue.cc.o -c /<<PKGBUILDDIR>>/trantor/utils/SerialTaskQueue.cc
[ 24%] Building CXX object CMakeFiles/trantor.dir/trantor/utils/TimingWheel.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/utils/TimingWheel.cc.o 
-MF CMakeFiles/trantor.dir/trantor/utils/TimingWheel.cc.o.d -o CMakeFiles/trantor.dir/trantor/utils/TimingWheel.cc.o -c 
/<<PKGBUILDDIR>>/trantor/utils/TimingWheel.cc
[ 27%] Building CXX object CMakeFiles/trantor.dir/trantor/utils/Utilities.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/utils/Utilities.cc.o -MF 
CMakeFiles/trantor.dir/trantor/utils/Utilities.cc.o.d -o CMakeFiles/trantor.dir/trantor/utils/Utilities.cc.o -c /<<PKGBUILDDIR>>/trantor/utils/Utilities.cc
[ 30%] Building CXX object CMakeFiles/trantor.dir/trantor/net/EventLoop.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/net/EventLoop.cc.o -MF 
CMakeFiles/trantor.dir/trantor/net/EventLoop.cc.o.d -o CMakeFiles/trantor.dir/trantor/net/EventLoop.cc.o -c /<<PKGBUILDDIR>>/trantor/net/EventLoop.cc
[ 33%] Building CXX object 
CMakeFiles/trantor.dir/trantor/net/EventLoopThread.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/net/EventLoopThread.cc.o 
-MF CMakeFiles/trantor.dir/trantor/net/EventLoopThread.cc.o.d -o CMakeFiles/trantor.dir/trantor/net/EventLoopThread.cc.o -c 
/<<PKGBUILDDIR>>/trantor/net/EventLoopThread.cc
[ 36%] Building CXX object 
CMakeFiles/trantor.dir/trantor/net/EventLoopThreadPool.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT 
CMakeFiles/trantor.dir/trantor/net/EventLoopThreadPool.cc.o -MF CMakeFiles/trantor.dir/trantor/net/EventLoopThreadPool.cc.o.d -o 
CMakeFiles/trantor.dir/trantor/net/EventLoopThreadPool.cc.o -c /<<PKGBUILDDIR>>/trantor/net/EventLoopThreadPool.cc
[ 39%] Building CXX object CMakeFiles/trantor.dir/trantor/net/InetAddress.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/net/InetAddress.cc.o -MF 
CMakeFiles/trantor.dir/trantor/net/InetAddress.cc.o.d -o CMakeFiles/trantor.dir/trantor/net/InetAddress.cc.o -c /<<PKGBUILDDIR>>/trantor/net/InetAddress.cc
[ 42%] Building CXX object CMakeFiles/trantor.dir/trantor/net/TcpClient.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/net/TcpClient.cc.o -MF 
CMakeFiles/trantor.dir/trantor/net/TcpClient.cc.o.d -o CMakeFiles/trantor.dir/trantor/net/TcpClient.cc.o -c /<<PKGBUILDDIR>>/trantor/net/TcpClient.cc
[ 45%] Building CXX object CMakeFiles/trantor.dir/trantor/net/TcpServer.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/net/TcpServer.cc.o -MF 
CMakeFiles/trantor.dir/trantor/net/TcpServer.cc.o.d -o CMakeFiles/trantor.dir/trantor/net/TcpServer.cc.o -c /<<PKGBUILDDIR>>/trantor/net/TcpServer.cc
[ 48%] Building CXX object CMakeFiles/trantor.dir/trantor/net/Channel.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/net/Channel.cc.o -MF 
CMakeFiles/trantor.dir/trantor/net/Channel.cc.o.d -o CMakeFiles/trantor.dir/trantor/net/Channel.cc.o -c /<<PKGBUILDDIR>>/trantor/net/Channel.cc
[ 51%] Building CXX object 
CMakeFiles/trantor.dir/trantor/net/inner/Acceptor.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/net/inner/Acceptor.cc.o 
-MF CMakeFiles/trantor.dir/trantor/net/inner/Acceptor.cc.o.d -o CMakeFiles/trantor.dir/trantor/net/inner/Acceptor.cc.o -c 
/<<PKGBUILDDIR>>/trantor/net/inner/Acceptor.cc
[ 54%] Building CXX object 
CMakeFiles/trantor.dir/trantor/net/inner/Connector.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/net/inner/Connector.cc.o 
-MF CMakeFiles/trantor.dir/trantor/net/inner/Connector.cc.o.d -o CMakeFiles/trantor.dir/trantor/net/inner/Connector.cc.o -c 
/<<PKGBUILDDIR>>/trantor/net/inner/Connector.cc
[ 57%] Building CXX object CMakeFiles/trantor.dir/trantor/net/inner/Poller.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/net/inner/Poller.cc.o -MF 
CMakeFiles/trantor.dir/trantor/net/inner/Poller.cc.o.d -o CMakeFiles/trantor.dir/trantor/net/inner/Poller.cc.o -c /<<PKGBUILDDIR>>/trantor/net/inner/Poller.cc
[ 60%] Building CXX object CMakeFiles/trantor.dir/trantor/net/inner/Socket.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/net/inner/Socket.cc.o -MF 
CMakeFiles/trantor.dir/trantor/net/inner/Socket.cc.o.d -o CMakeFiles/trantor.dir/trantor/net/inner/Socket.cc.o -c /<<PKGBUILDDIR>>/trantor/net/inner/Socket.cc
[ 63%] Building CXX object 
CMakeFiles/trantor.dir/trantor/net/inner/TcpConnectionImpl.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT 
CMakeFiles/trantor.dir/trantor/net/inner/TcpConnectionImpl.cc.o -MF CMakeFiles/trantor.dir/trantor/net/inner/TcpConnectionImpl.cc.o.d -o 
CMakeFiles/trantor.dir/trantor/net/inner/TcpConnectionImpl.cc.o -c /<<PKGBUILDDIR>>/trantor/net/inner/TcpConnectionImpl.cc
[ 66%] Building CXX object CMakeFiles/trantor.dir/trantor/net/inner/Timer.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/net/inner/Timer.cc.o -MF 
CMakeFiles/trantor.dir/trantor/net/inner/Timer.cc.o.d -o CMakeFiles/trantor.dir/trantor/net/inner/Timer.cc.o -c /<<PKGBUILDDIR>>/trantor/net/inner/Timer.cc
[ 69%] Building CXX object 
CMakeFiles/trantor.dir/trantor/net/inner/TimerQueue.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/net/inner/TimerQueue.cc.o 
-MF CMakeFiles/trantor.dir/trantor/net/inner/TimerQueue.cc.o.d -o CMakeFiles/trantor.dir/trantor/net/inner/TimerQueue.cc.o -c 
/<<PKGBUILDDIR>>/trantor/net/inner/TimerQueue.cc
[ 72%] Building CXX object 
CMakeFiles/trantor.dir/trantor/net/inner/poller/EpollPoller.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT 
CMakeFiles/trantor.dir/trantor/net/inner/poller/EpollPoller.cc.o -MF CMakeFiles/trantor.dir/trantor/net/inner/poller/EpollPoller.cc.o.d -o 
CMakeFiles/trantor.dir/trantor/net/inner/poller/EpollPoller.cc.o -c /<<PKGBUILDDIR>>/trantor/net/inner/poller/EpollPoller.cc
[ 75%] Building CXX object 
CMakeFiles/trantor.dir/trantor/net/inner/poller/KQueue.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT 
CMakeFiles/trantor.dir/trantor/net/inner/poller/KQueue.cc.o -MF CMakeFiles/trantor.dir/trantor/net/inner/poller/KQueue.cc.o.d -o 
CMakeFiles/trantor.dir/trantor/net/inner/poller/KQueue.cc.o -c /<<PKGBUILDDIR>>/trantor/net/inner/poller/KQueue.cc
[ 78%] Building CXX object 
CMakeFiles/trantor.dir/trantor/net/inner/poller/PollPoller.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT 
CMakeFiles/trantor.dir/trantor/net/inner/poller/PollPoller.cc.o -MF CMakeFiles/trantor.dir/trantor/net/inner/poller/PollPoller.cc.o.d -o 
CMakeFiles/trantor.dir/trantor/net/inner/poller/PollPoller.cc.o -c /<<PKGBUILDDIR>>/trantor/net/inner/poller/PollPoller.cc
[ 81%] Building CXX object CMakeFiles/trantor.dir/trantor/utils/crypto/sha3.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/utils/crypto/sha3.cc.o 
-MF CMakeFiles/trantor.dir/trantor/utils/crypto/sha3.cc.o.d -o CMakeFiles/trantor.dir/trantor/utils/crypto/sha3.cc.o -c 
/<<PKGBUILDDIR>>/trantor/utils/crypto/sha3.cc
[ 84%] Building CXX object CMakeFiles/trantor.dir/trantor/utils/crypto/md5.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/utils/crypto/md5.cc.o -MF 
CMakeFiles/trantor.dir/trantor/utils/crypto/md5.cc.o.d -o CMakeFiles/trantor.dir/trantor/utils/crypto/md5.cc.o -c /<<PKGBUILDDIR>>/trantor/utils/crypto/md5.cc
[ 87%] Building CXX object CMakeFiles/trantor.dir/trantor/utils/crypto/sha1.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/utils/crypto/sha1.cc.o 
-MF CMakeFiles/trantor.dir/trantor/utils/crypto/sha1.cc.o.d -o CMakeFiles/trantor.dir/trantor/utils/crypto/sha1.cc.o -c 
/<<PKGBUILDDIR>>/trantor/utils/crypto/sha1.cc
[ 90%] Building CXX object 
CMakeFiles/trantor.dir/trantor/utils/crypto/sha256.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/utils/crypto/sha256.cc.o 
-MF CMakeFiles/trantor.dir/trantor/utils/crypto/sha256.cc.o.d -o CMakeFiles/trantor.dir/trantor/utils/crypto/sha256.cc.o -c 
/<<PKGBUILDDIR>>/trantor/utils/crypto/sha256.cc
[ 93%] Building CXX object 
CMakeFiles/trantor.dir/trantor/utils/crypto/blake2.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT CMakeFiles/trantor.dir/trantor/utils/crypto/blake2.cc.o 
-MF CMakeFiles/trantor.dir/trantor/utils/crypto/blake2.cc.o.d -o CMakeFiles/trantor.dir/trantor/utils/crypto/blake2.cc.o -c 
/<<PKGBUILDDIR>>/trantor/utils/crypto/blake2.cc
[ 96%] Building CXX object 
CMakeFiles/trantor.dir/trantor/net/inner/AresResolver.cc.o
/usr/bin/c++ -DTRANTOR_TLS_PROVIDER=None -Dtrantor_EXPORTS -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/exports 
-I/<<PKGBUILDDIR>>/trantor/utils -I/<<PKGBUILDDIR>>/trantor/net -I/<<PKGBUILDDIR>>/trantor/net/inner 
-I/<<PKGBUILDDIR>>/third_party/wepoll -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -fPIC -Wall -Wextra -Werror -MD -MT 
CMakeFiles/trantor.dir/trantor/net/inner/AresResolver.cc.o -MF CMakeFiles/trantor.dir/trantor/net/inner/AresResolver.cc.o.d -o 
CMakeFiles/trantor.dir/trantor/net/inner/AresResolver.cc.o -c /<<PKGBUILDDIR>>/trantor/net/inner/AresResolver.cc
/<<PKGBUILDDIR>>/trantor/net/inner/AresResolver.cc: In member function ‘void 
trantor::AresResolver::resolveInLoop(const std::string&, const 
trantor::Resolver::ResolverResultsCallback&)’:
/<<PKGBUILDDIR>>/trantor/net/inner/AresResolver.cc:127:23: error: ‘void 
ares_gethostbyname(ares_channel_t*, const char*, int, ares_host_callback, void*)’ is 
deprecated: Use ares_getaddrinfo instead [-Werror=deprecated-declarations]
  127 |     ares_gethostbyname(ctx_,
      |     ~~~~~~~~~~~~~~~~~~^~~~~~
  128 |                        hostname.c_str(),
      |                        ~~~~~~~~~~~~~~~~~
  129 |                        AF_INET,
      |                        ~~~~~~~~
  130 |                        &AresResolver::ares_hostcallback_,
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  131 |                        queryData);
      |                        ~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/trantor/net/inner/AresResolver.cc:10:
/usr/include/ares.h:592:58: note: declared here
  592 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_getaddrinfo) void 
ares_gethostbyname(
      |                                                          
^~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[3]: *** [CMakeFiles/trantor.dir/build.make:513: 
CMakeFiles/trantor.dir/trantor/net/inner/AresResolver.cc.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:86: CMakeFiles/trantor.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202405/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: trantor
Source-Version: 1.5.20+ds-1
Done: Pierre-Elliott Bécue <p...@debian.org>

We believe that the bug you reported is fixed in the latest version of
trantor, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1071...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pierre-Elliott Bécue <p...@debian.org> (supplier of updated trantor package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 23 Aug 2024 16:22:35 +0200
Source: trantor
Architecture: source
Version: 1.5.20+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Pierre-Elliott Bécue <p...@debian.org>
Changed-By: Pierre-Elliott Bécue <p...@debian.org>
Closes: 1071725
Changes:
 trantor (1.5.20+ds-1) unstable; urgency=medium
 .
   * New upstream release 1.5.20+ds
     (Closes: #1071725)
   * d/control:
     - Change my maintainer mail
     - Bump Standards-Version to 4.7.0
     - Relabel libtrantor-dev section
     - Fix libtrantor-dev description
     - Relabel libtrantor1 section
   * d/copyright:
     - Bump copyright and change my maintainer mail
   * d/rules:
     - Set hardening flags
Checksums-Sha1:
 be23fa53585646208529095513b50df14b30cac6 1974 trantor_1.5.20+ds-1.dsc
 f2977dbcfbaef499aa462f130d5d2fd7071ce16c 109124 trantor_1.5.20+ds.orig.tar.xz
 10be69e44ee8a0d384f41c36e06ca2649034e3cf 2668 trantor_1.5.20+ds-1.debian.tar.xz
 f1660726d7e67b38e5f68276ec67250261ec1177 8281 
trantor_1.5.20+ds-1_amd64.buildinfo
Checksums-Sha256:
 ea197d1300e1ceeb1da1f5adaa3a154415bcea2f6cc9b6786d31753177de5a4c 1974 
trantor_1.5.20+ds-1.dsc
 4f2a40705280ba274c1aa95e511f29dc9bc27ad6217078d4c6bc45bf3ba0d78b 109124 
trantor_1.5.20+ds.orig.tar.xz
 3386c2b5c1a47d2521b516aee9543b26fd35375524a9ab579ffb35965356c088 2668 
trantor_1.5.20+ds-1.debian.tar.xz
 ec108eaa94a91ed3339e3888d7fc16508db882fac7215b91910578ef129e5cfa 8281 
trantor_1.5.20+ds-1_amd64.buildinfo
Files:
 6d7ffbcbabec590678b7ee525b319b97 1974 web optional trantor_1.5.20+ds-1.dsc
 7251a1d825d383e3de6c9cfc61913aa3 109124 web optional 
trantor_1.5.20+ds.orig.tar.xz
 c885a0040e8ea1ef5627449dec1f9085 2668 web optional 
trantor_1.5.20+ds-1.debian.tar.xz
 2935e07244430bd7db9005b4cfe8f9b9 8281 web optional 
trantor_1.5.20+ds-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCgAtFiEE5CQeth7uIW7ehIz87iFbn7jEWwsFAmbInbUPHHBlYkBkZWJp
YW4ub3JnAAoJEO4hW5+4xFsLg5cP/i38n1lumna/xRtTPHSwUdSj5u9CHJI9KRr+
x7Rant1GhysfSLkM48vuw9iqsFPYP+LbBAYbKJGUYUGcpr6i/p9lzw/jqr9wt/Nq
Z/XBalkwJo5GwFnrqDqNs3et3iJJrClO+Rwpb5hrKU4560eWIMXNtVzOS1TLGY/b
OpWL8mLA3KUd600qes1VeH4eaNfZVRj+DJrpV63rfg/a+Im58YKCUXLGs+weLDdY
b/QoLJplHY7P5MbhbhM9WapPu1R5IMnWfkfThdCAV9hJH3OP9P5g9KSG0LOsNB08
hHmqxHyfbGtOSsKf5Il038n1Loio4ZU+EIaYFA9z0G+oIzNe8XQnlXuHKmx7rpeg
MtEpSUeQ8qVFGxb7yz1L4gaD2zQJmGTp8183Eg2Znf5jHtpnV5twojlrssYEJ+ob
1iR/NqIeTnw/iSaBUYLdq8iDMHyiiCWQf7d7YxvD9U7JuZ/Xxloy7KkgH6SQDcTQ
pCVm/Tzg/sA+x502swvOBUSQdRZV5y1laT9a0zZ7OiVaHxL0ouyeKYzxnaIQe/AN
m24LlfAPOHrIxSpdkVfgzBsFQ4q3NlXMh4gexsDywk2Wz/zX9ntuTf2ScZXuGjtX
gjmx31KQK7EyTNyhMgpotQbzJzbQoR/XYNNsj9yZ2k/CzDkr3hqDj5Y2Bgc7Cux9
feZTZN1p
=ORfM
-----END PGP SIGNATURE-----

Attachment: pgpzOSMIsX9to.pgp
Description: PGP signature


--- End Message ---

Reply via email to