[Debian-ha-maintainers] Bug#1096546: drbd-utils: ftbfs with GCC-15
Matthias Klose
doko at debian.org
Mon Feb 17 17:10:39 GMT 2025
Package: src:drbd-utils
Version: 9.22.0-1.1
Severity: important
Tags: sid forky
User: debian-gcc at lists.debian.org
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/drbd-utils_9.22.0-1.1_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
[...]
2763 | if (ctx->ctx_resource_name) {
| ^~~
./linux/drbd_genl.h:99:49: note: ‘ctx_resource_name’ declared here
99 | __str_field(2, DRBD_GENLA_F_MANDATORY, ctx_resource_name, 128)
| ^~~~~~~~~~~~~~~~~
./linux/genl_magic_struct.h:243:17: note: in definition of macro ‘GENL_struct’
243 | struct s_name { s_fields };
| ^~~~~~~~
./linux/genl_magic_struct.h:86:9: note: in expansion of macro ‘__array’
86 | __array(attr_nr, attr_flag, name, NLA_NUL_STRING, char, maxlen, \
| ^~~~~~~
./linux/drbd_genl.h:99:9: note: in expansion of macro ‘__str_field’
99 | __str_field(2, DRBD_GENLA_F_MANDATORY, ctx_resource_name, 128)
| ^~~~~~~~~~~
gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -I. -I../shared -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -Wl,-z,relro -Wl,-z,now -o drbdadm-84 drbdadm_scanner.o drbdadm_parser.o drbdadm_main.o drbdadm_adjust.o drbdtool_common.o drbdadm_usage_cnt.o drbd_buildtag.o registry.o config_flags.o libgenl.o drbd_nla.o shared_tool.o shared_main.o shared_parser.o libnla.o path_linux.o shared_linux.o
gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -I. -I../shared -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -Wl,-z,relro -Wl,-z,now -o drbdsetup-84 libgenl.o registry.o drbdsetup.o drbdtool_common.o drbd_buildtag.o drbd_strings.o config_flags.o drbd_nla.o wrap_printf.o drbdsetup_colors.o shared_tool.o libnla.o path_linux.o shared_linux.o
make[2]: Leaving directory '/build/reproducible-path/drbd-utils-9.22.0/user/v84'
make[2]: Entering directory '/build/reproducible-path/drbd-utils-9.22.0/user/drbdmon'
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o drbdmon_main.o drbdmon_main.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o DrbdMon.o DrbdMon.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o MessageLog.o MessageLog.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o CompactDisplay.o CompactDisplay.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o IntervalTimer.o IntervalTimer.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o DrbdResource.o DrbdResource.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o DrbdRole.o DrbdRole.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o DrbdVolume.o DrbdVolume.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o DrbdConnection.o DrbdConnection.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o VolumesContainer.o VolumesContainer.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o StateFlags.o StateFlags.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o EventsIo.o EventsIo.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o EventsSourceSpawner.o EventsSourceSpawner.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o Args.o Args.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o ConfigOption.o ConfigOption.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o StringTokenizer.o StringTokenizer.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o comparators.o comparators.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o utils.o utils.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o exceptions.o exceptions.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o cppdsaext/src/dsaext.o cppdsaext/src/dsaext.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/drbd-utils-9.22.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 -Wsign-compare -Wpointer-arith -Wswitch-default -Wswitch-enum -Wtype-limits -Wmissing-declarations -Wshadow -Wdate-time -D_FORTIFY_SOURCE=2 -c -o cppdsaext/src/integerparse.o cppdsaext/src/integerparse.cpp
In file included from utils.cpp:1:
./utils.h:30:13: error: ‘uint16_t’ does not name a type
30 | virtual uint16_t get_size_x() const;
| ^~~~~~~~
./utils.h:14:1: note: ‘uint16_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding ‘#include <cstdint>’
13 | #include <sys/ioctl.h>
+++ |+#include <cstdint>
14 | }
./utils.h:31:13: error: ‘uint16_t’ does not name a type
31 | virtual uint16_t get_size_y() const;
| ^~~~~~~~
./utils.h:31:13: note: ‘uint16_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding ‘#include <cstdint>’
utils.cpp:30:1: error: ‘uint16_t’ does not name a type
30 | uint16_t TermSize::get_size_x() const
| ^~~~~~~~
utils.cpp:8:1: note: ‘uint16_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding ‘#include <cstdint>’
7 | #include <unistd.h>
+++ |+#include <cstdint>
8 | #include <spawn.h>
utils.cpp:35:1: error: ‘uint16_t’ does not name a type
35 | uint16_t TermSize::get_size_y() const
| ^~~~~~~~
utils.cpp:35:1: note: ‘uint16_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding ‘#include <cstdint>’
make[2]: *** [<builtin>: utils.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/build/reproducible-path/drbd-utils-9.22.0/user/drbdmon'
make[1]: *** [Makefile:90: tools] Error 2
make[1]: Leaving directory '/build/reproducible-path/drbd-utils-9.22.0'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
More information about the Debian-ha-maintainers
mailing list