[Pkg-openssl-devel] Bug#1138467: i2pd: FTBFS with openssl 4.0

Sebastian Andrzej Siewior sebastian at breakpoint.cc
Sat May 30 17:20:18 BST 2026


Package: i2pd
Version: 2.59.0-1
Severity: normal
Tags: sid
control: affects -1 src:openssl
User: pkg-openssl-devel at lists.alioth.debian.org
Usertags: openssl-4.0

OpenSSL 4.0 is in experimental. This package fails to build against it:

| /build/reproducible-path/i2pd-2.59.0/build/../libi2pd/NetDbRequests.h:125:49: warning: ‘boost::asio::deadline_timer’ is deprecated: Use system_timer [-Wdeprecated-declarations]
|   125 |                                 m_CleanupTimer, m_DiscoveredRoutersTimer;
|       |                                                 ^~~~~~~~~~~~~~~~~~~~~~~~
| /usr/include/boost/asio/deadline_timer.hpp:36:56: note: declared here
|    36 | typedef basic_deadline_timer<boost::posix_time::ptime> deadline_timer;
|       |                                                        ^~~~~~~~~~~~~~
| In file included from /build/reproducible-path/i2pd-2.59.0/daemon/I2PControl.cpp:26:
| /build/reproducible-path/i2pd-2.59.0/daemon/I2PControl.h:97:53: warning: ‘boost::asio::deadline_timer’ is deprecated: Use system_timer [-Wdeprecated-declarations]
|    97 |                         boost::asio::deadline_timer m_ShutdownTimer;
|       |                                                     ^~~~~~~~~~~~~~~
| /usr/include/boost/asio/deadline_timer.hpp:36:56: note: declared here
|    36 | typedef basic_deadline_timer<boost::posix_time::ptime> deadline_timer;
|       |                                                        ^~~~~~~~~~~~~~
| /build/reproducible-path/i2pd-2.59.0/daemon/I2PControl.cpp: In member function ‘void i2p::client::I2PControlService::CreateCertificate(const char*, const char*)’:
| /build/reproducible-path/i2pd-2.59.0/daemon/I2PControl.cpp:462:58: error: invalid conversion from ‘const X509_NAME*’ {aka ‘const X509_name_st*’} to ‘X509_NAME*’ {aka ‘X509_name_st*’} [-fpermissive]
|   462 |                 X509_NAME * name = X509_get_subject_name (x509);
|       |                                    ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
|       |                                                          |
|       |                                                          const X509_NAME* {aka const X509_name_st*}
| make[4]: *** [CMakeFiles/i2pd.dir/build.make:110: CMakeFiles/i2pd.dir/build/reproducible-path/i2pd-2.59.0/daemon/I2PControl.cpp.o] Error 1
| make[4]: Leaving directory '/build/reproducible-path/i2pd-2.59.0/obj-x86_64-linux-gnu'

Full buildlog
 https://breakpoint.cc/openssl-rebuild/logs-4/attempted/i2pd_2.59.0-1_amd64-2026-04-19T08:56:57Z

Sebastian



More information about the Pkg-openssl-devel mailing list