Your message dated Mon, 06 Oct 2025 19:19:55 +0000
with message-id <[email protected]>
and subject line Bug#1097267: fixed in libsdsl 2.1.1+dfsg-6
has caused the Debian Bug report #1097267,
regarding libsdsl: 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.)


-- 
1097267: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097267
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libsdsl
Version: 2.1.1+dfsg-5
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/libsdsl_2.1.1+dfsg-5_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

[...]
 1433 | inline auto
      |        ^~~~
[ 71%] Building CXX object lib/CMakeFiles/sdsl.dir/louds_tree.cpp.o
[ 71%] Building CXX object lib/CMakeFiles/sdsl.dir/memory_management.cpp.o
cd /build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib && 
/usr/bin/c++ -DMODE_TI -Dsdsl_EXPORTS 
-I/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include
 -I/build/reproducible-path/libsdsl-2.1.1+dfsg/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/libsdsl-2.1.1+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=c++11 -Wall -Wextra -DNDEBUG -O3 -DNDEBUG -fPIC -MD -MT 
lib/CMakeFiles/sdsl.dir/memory_management.cpp.o -MF 
CMakeFiles/sdsl.dir/memory_management.cpp.o.d -o 
CMakeFiles/sdsl.dir/memory_management.cpp.o -c 
/build/reproducible-path/libsdsl-2.1.1+dfsg/lib/memory_management.cpp
cd /build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib && 
/usr/bin/c++ -DMODE_TI -Dsdsl_EXPORTS 
-I/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include
 -I/build/reproducible-path/libsdsl-2.1.1+dfsg/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/libsdsl-2.1.1+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=c++11 -Wall -Wextra -DNDEBUG -O3 -DNDEBUG -fPIC -MD -MT 
lib/CMakeFiles/sdsl.dir/louds_tree.cpp.o -MF 
CMakeFiles/sdsl.dir/louds_tree.cpp.o.d -o CMakeFiles/sdsl.dir/louds_tree.cpp.o 
-c /build/reproducible-path/libsdsl-2.1.1+dfsg/lib/louds_tree.cpp
make[3]: Leaving directory 
'/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:424: lib/CMakeFiles/sdsl_static.dir/all] 
Error 2
make[2]: *** Waiting for unfinished jobs....
[ 71%] Building CXX object lib/CMakeFiles/sdsl.dir/nn_dict_dynamic.cpp.o
cd /build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib && 
/usr/bin/c++ -DMODE_TI -Dsdsl_EXPORTS 
-I/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include
 -I/build/reproducible-path/libsdsl-2.1.1+dfsg/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/libsdsl-2.1.1+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=c++11 -Wall -Wextra -DNDEBUG -O3 -DNDEBUG -fPIC -MD -MT 
lib/CMakeFiles/sdsl.dir/nn_dict_dynamic.cpp.o -MF 
CMakeFiles/sdsl.dir/nn_dict_dynamic.cpp.o.d -o 
CMakeFiles/sdsl.dir/nn_dict_dynamic.cpp.o -c 
/build/reproducible-path/libsdsl-2.1.1+dfsg/lib/nn_dict_dynamic.cpp
In file included from 
/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include/sdsl/louds_tree.hpp:11,
                 from 
/build/reproducible-path/libsdsl-2.1.1+dfsg/lib/louds_tree.cpp:1:
/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include/sdsl/int_vector.hpp:1393:8:
 warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 1393 | inline auto
      |        ^~~~
/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include/sdsl/int_vector.hpp:1401:8:
 warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 1401 | inline auto
      |        ^~~~
/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include/sdsl/int_vector.hpp:1409:8:
 warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 1409 | inline auto
      |        ^~~~
/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include/sdsl/int_vector.hpp:1417:8:
 warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 1417 | inline auto
      |        ^~~~
/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include/sdsl/int_vector.hpp:1425:8:
 warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 1425 | inline auto
      |        ^~~~
/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include/sdsl/int_vector.hpp:1433:8:
 warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 1433 | inline auto
      |        ^~~~
/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include/sdsl/louds_tree.hpp:
 In member function ‘void sdsl::louds_tree<bit_vec_t, select_1_t, 
select_0_t>::swap(sdsl::louds_tree<bit_vec_t, select_1_t, select_0_t>&)’:
/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include/sdsl/louds_tree.hpp:182:51:
 error: ‘class sdsl::louds_tree<bit_vec_t, select_1_t, select_0_t>’ has no 
member named ‘m_select1’; did you mean ‘m_bv_select1’? [-Wtemplate-body]
  182 |             util::swap_support(m_bv_select1, tree.m_select1, &m_bv, 
&(tree.m_bv));
      |                                                   ^~~~~~~~~
      |                                                   m_bv_select1
/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include/sdsl/louds_tree.hpp:183:51:
 error: ‘class sdsl::louds_tree<bit_vec_t, select_1_t, select_0_t>’ has no 
member named ‘m_select0’; did you mean ‘m_bv_select0’? [-Wtemplate-body]
  183 |             util::swap_support(m_bv_select0, tree.m_select0, &m_bv, 
&(tree.m_bv));
      |                                                   ^~~~~~~~~
      |                                                   m_bv_select0
make[3]: *** [lib/CMakeFiles/sdsl.dir/build.make:292: 
lib/CMakeFiles/sdsl.dir/louds_tree.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from 
/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include/sdsl/nn_dict_dynamic.hpp:25,
                 from 
/build/reproducible-path/libsdsl-2.1.1+dfsg/lib/nn_dict_dynamic.cpp:1:
/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include/sdsl/int_vector.hpp:1393:8:
 warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 1393 | inline auto
      |        ^~~~
/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include/sdsl/int_vector.hpp:1401:8:
 warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 1401 | inline auto
      |        ^~~~
/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include/sdsl/int_vector.hpp:1409:8:
 warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 1409 | inline auto
      |        ^~~~
/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include/sdsl/int_vector.hpp:1417:8:
 warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 1417 | inline auto
      |        ^~~~
/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include/sdsl/int_vector.hpp:1425:8:
 warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 1425 | inline auto
      |        ^~~~
/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu/lib/../include/sdsl/int_vector.hpp:1433:8:
 warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 1433 | inline auto
      |        ^~~~
make[3]: Leaving directory 
'/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:456: lib/CMakeFiles/sdsl.dir/all] Error 2
make[2]: Leaving directory 
'/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory 
'/build/reproducible-path/libsdsl-2.1.1+dfsg/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: libsdsl
Source-Version: 2.1.1+dfsg-6
Done: Étienne Mollier <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libsdsl, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Étienne Mollier <[email protected]> (supplier of updated libsdsl 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 [email protected])


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

Format: 1.8
Date: Mon, 06 Oct 2025 20:35:05 +0200
Source: libsdsl
Architecture: source
Version: 2.1.1+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Étienne Mollier <[email protected]>
Closes: 1097267 1113197
Changes:
 libsdsl (2.1.1+dfsg-6) unstable; urgency=medium
 .
   * Team upload.
   * typo_caught_by_gcc15.patch: new: fix build failure. (Closes: #1097267)
   * cmake-4.patch: new: bump cmake requirement to 3.10. (Closes: #1113197)
   * d/control: declare compliance to standards version 4.7.2.
   * d/control: drop redundant Rules-Requires-Root: no.
   * d/watch: convert to v5 Github template.
   * use_debian_packaged_d3.patch: normalize Last-Update.
Checksums-Sha1:
 629804fadc56acb51743fb912a1f875f117bf858 2269 libsdsl_2.1.1+dfsg-6.dsc
 44af14b8d067897cc7c8bed93d2b6216e33e8778 5100 
libsdsl_2.1.1+dfsg-6.debian.tar.xz
Checksums-Sha256:
 6a9ad3bd67ee2154bebfe6a24e91ea974f398787f00050b45670c4e6c7a8152d 2269 
libsdsl_2.1.1+dfsg-6.dsc
 25599e6557e3b52c511b49595f1542ea92dad37caf053db6d068c8fc522a7313 5100 
libsdsl_2.1.1+dfsg-6.debian.tar.xz
Files:
 4a146aa1d5e1d25c185a3f644ed76df4 2269 libs optional libsdsl_2.1.1+dfsg-6.dsc
 79bab7327bbf24d55cb7bd171def0158 5100 libs optional 
libsdsl_2.1.1+dfsg-6.debian.tar.xz

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

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmjkD8QUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdpv1RAAjRynYhShcM2h3ebPBZgxp1dY69FP
PBQS/9CLwGDdqo6zDVkVKeS90m2lyP6ktdVmKpGeMZGLNKTbCT4U0grhzyOyw+kD
rsJmU26dgKx+lcJEj/O3Lg4xkBgxYhYqDUCIukFxymw26/T6juwZT0ppmhSyjN90
0Nb4YkHuqCNGf/wCol9qCabbdBI190ie68FH7Jlqz5aXY3Ep1Lkf9xREI51b9TRI
DPHff4PxaNXT3TBsmR9zImjb9BxRAAlEMguM1k+yRu5IEFP3ycuPkDzh3tYjDQ9c
arepE2is9JoCjt448Ia/zhEEbdwAUssvE7QtM50DMQZ7G/54nEosdC28a63Kvv4B
5hETksj88PqBvVnM3ZxnivbFNAxvvdh/ZvswVh9+a1rxGtsFMyTYcnA9mLypuJxh
UkjPyT/SXLRdxTWZimTwsUd6HHXVEb+R99d3cSprXFKtrqgvrgaf3Mm5zdetDas6
nXRdix9uxHmoHFYNQqUp0mUcbS7kjN6wJK3xhiyslg6DAkjntgcSEObNXooU/waN
xThjQVUtyHPn/V8oMC+TArLIdVAOXdLzkEi6AmVp7q4H/JU6u953PIvwmvTjqQCI
WsloVvCDHuWrFjdCxIdXOwebSWfQNx3Rrxsv2kewyU9khZPOefGvAyky/bZqd9ye
pJ/K2mzs7C6xxi0=
=lSo5
-----END PGP SIGNATURE-----

Attachment: pgpGjgMxVTHnz.pgp
Description: PGP signature


--- End Message ---

Reply via email to