Your message dated Tue, 09 Dec 2025 11:43:49 +0000
with message-id <[email protected]>
and subject line Bug#1109756: Removed package(s) from unstable
has caused the Debian Bug report #1096388,
regarding botan: ftbfs with GCC-15
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 [email protected]
immediately.)
--
1096388: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096388
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:botan
Version: 2.19.5+dfsg-3
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15
[This bug is NOT targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.
The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/botan_2.19.5+dfsg-3_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-15/porting_to.html
[...]
169 | std::function<void (uint8_t[], size_t)>
consumer_fn,
| ^
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:169:27: error:
‘std::function’ is not a type
169 | std::function<void (uint8_t[], size_t)>
consumer_fn,
| ^~~~~~~~
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:169:35: error:
expected ‘,’ or ‘...’ before ‘<’ token
169 | std::function<void (uint8_t[], size_t)>
consumer_fn,
| ^
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:174:45: error:
‘uint8_t’ was not declared in this scope
174 | std::function<void (uint8_t[], size_t)>
consumer_fn,
| ^~~~~~~
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:174:45: note:
‘uint8_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding
‘#include <cstdint>’
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:174:62: error:
expression list treated as compound expression in functional cast [-fpermissive]
174 | std::function<void (uint8_t[], size_t)>
consumer_fn,
| ^
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:174:63: error:
template argument 1 is invalid
174 | std::function<void (uint8_t[], size_t)>
consumer_fn,
| ^
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:174:45: error:
‘uint8_t’ was not declared in this scope
174 | std::function<void (uint8_t[], size_t)>
consumer_fn,
| ^~~~~~~
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:174:45: note:
‘uint8_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding
‘#include <cstdint>’
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:174:62: error:
expression list treated as compound expression in functional cast [-fpermissive]
174 | std::function<void (uint8_t[], size_t)>
consumer_fn,
| ^
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:174:63: error:
template argument 1 is invalid
174 | std::function<void (uint8_t[], size_t)>
consumer_fn,
| ^
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:174:45: error:
‘uint8_t’ was not declared in this scope
174 | std::function<void (uint8_t[], size_t)>
consumer_fn,
| ^~~~~~~
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:174:45: note:
‘uint8_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding
‘#include <cstdint>’
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:174:62: error:
expression list treated as compound expression in functional cast [-fpermissive]
174 | std::function<void (uint8_t[], size_t)>
consumer_fn,
| ^
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:174:63: error:
template argument 1 is invalid
174 | std::function<void (uint8_t[], size_t)>
consumer_fn,
| ^
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:174:30: error:
‘std::function’ is not a type
174 | std::function<void (uint8_t[], size_t)>
consumer_fn,
| ^~~~~~~~
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:174:38: error:
expected ‘,’ or ‘...’ before ‘<’ token
174 | std::function<void (uint8_t[], size_t)>
consumer_fn,
| ^
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:178:43: error:
‘uint8_t’ was not declared in this scope
178 | void write_output(const std::vector<uint8_t, Alloc>& vec)
| ^~~~~~~
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:178:43: note:
‘uint8_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding
‘#include <cstdint>’
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:178:57: error:
template argument 1 is invalid
178 | void write_output(const std::vector<uint8_t, Alloc>& vec)
| ^
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h: In static member
function ‘static std::string Botan_CLI::Command::format_blob(const
std::string&, const int&)’:
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:131:41: error: request
for member ‘data’ in ‘vec’, which is of non-class type ‘const int’
[-Wtemplate-body]
131 | return format_blob(format, vec.data(), vec.size());
| ^~~~
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:131:53: error: request
for member ‘size’ in ‘vec’, which is of non-class type ‘const int’
[-Wtemplate-body]
131 | return format_blob(format, vec.data(), vec.size());
| ^~~~
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h: In member function
‘void Botan_CLI::Command::write_output(const int&)’:
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:180:59: error: request
for member ‘data’ in ‘vec’, which is of non-class type ‘const int’
[-Wtemplate-body]
180 | output().write(reinterpret_cast<const char*>(vec.data()),
vec.size());
| ^~~~
/build/reproducible-path/botan-2.19.5+dfsg/src/cli/cli.h:180:72: error: request
for member ‘size’ in ‘vec’, which is of non-class type ‘const int’
[-Wtemplate-body]
180 | output().write(reinterpret_cast<const char*>(vec.data()),
vec.size());
|
^~~~
make[1]: *** [Makefile:1329: build/obj/cli/bcrypt.o] Error 1
make[1]: Leaving directory '/build/reproducible-path/botan-2.19.5+dfsg'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned
exit code 2
make: *** [debian/rules:71: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Version: 2.19.5+dfsg-4+rm
Dear submitter,
as the package botan has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1109756
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---