Your message dated Thu, 09 Oct 2025 20:49:21 +0000
with message-id <[email protected]>
and subject line Bug#1097770: fixed in rapmap 0.15.0+dfsg-5
has caused the Debian Bug report #1097770,
regarding rapmap: 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.)


-- 
1097770: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097770
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:rapmap
Version: 0.15.0+dfsg-4
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/rapmap_0.15.0+dfsg-4_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

[...]
      |                                      ~~~~~~~~~~~~~~
  768 |                                      &iomutex,
      |                                      ~~~~~~~~~
  769 |                                      outQueue,
      |                                      ~~~~~~~~~
  770 |                                      std::ref(hctr),
      |                                      ~~~~~~~~~~~~~~~
  771 |                                      mopts);
      |                                      ~~~~~~
/build/reproducible-path/rapmap-0.15.0+dfsg/src/RapMapSAMapper.cpp:872:31:   
required from ‘bool mapReads(RapMapIndexT&, std::shared_ptr<spdlog::logger>, 
MappingOpts*) [with RapMapIndexT = RapMapSAIndex<int, FrugalBooMap<long 
unsigned int, rapmap::utils::SAInterval<int> > >]’
  872 |       spawnProcessReadsThreads(nthread, pairParserPtr.get(), rmi, 
iomutex,
      |       
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  873 |                                outLog, hctrs, mopts);
      |                                ~~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/rapmap-0.15.0+dfsg/src/RapMapSAMapper.cpp:1232:31:   
required from here
 1232 |             success = mapReads(rmi, consoleLog, &mopts);
      |                       ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/rapmap-0.15.0+dfsg/include/sparsepp/spp.h:1339:40: 
warning: casting ‘spp::sparsegroup<std::pair<const int, int>, 
spp::libc_allocator<std::pair<const int, int> > >::value_type’ {aka 
‘std::pair<const int, int>’} to ‘spp::sparsegroup<std::pair<const int, int>, 
spp::libc_allocator<std::pair<const int, int> > >::mutable_reference’ {aka 
‘std::pair<int, int>&’} does not use ‘constexpr std::pair<_T1, _T2>::pair(const 
std::pair<_U1, _U2>&) [with _U1 = const int; _U2 = int; typename 
std::enable_if<(std::_PCC<((! std::is_same<_T1, _U1>::value) || (! 
std::is_same<_T2, _U2>::value)), _T1, _T2>::_ConstructiblePair<_U1, _U2>() && 
std::_PCC<((! std::is_same<_T1, _U1>::value) || (! std::is_same<_T2, 
_U2>::value)), _T1, _T2>::_ImplicitlyConvertiblePair<_U1, _U2>()), bool>::type 
<anonymous> = true; _T1 = int; _T2 = int]’ [-Wcast-user-defined]
 1339 |         ::new (p) value_type(std::move((mutable_reference)val));
      |                                        ^~~~~~~~~~~~~~~~~~~~~~
cc1plus: note: unrecognized command-line option ‘-Wno-unused-local-typedef’ may 
have been intended to silence earlier diagnostics
make[4]: *** [src/CMakeFiles/rapmap.dir/build.make:152: 
src/CMakeFiles/rapmap.dir/RapMapSAIndex.cpp.o] Error 1
make[4]: *** Waiting for unfinished jobs....
cc1plus: note: unrecognized command-line option ‘-Wno-unused-local-typedef’ may 
have been intended to silence earlier diagnostics
cc1plus: note: unrecognized command-line option ‘-Wno-unused-local-typedef’ may 
have been intended to silence earlier diagnostics
cc1plus: note: unrecognized command-line option ‘-Wno-unused-local-typedef’ may 
have been intended to silence earlier diagnostics
In file included from 
/build/reproducible-path/rapmap-0.15.0+dfsg/include/digestpp/algorithm/sha2.hpp:9,
                 from 
/build/reproducible-path/rapmap-0.15.0+dfsg/include/digestpp/digestpp.hpp:6,
                 from 
/build/reproducible-path/rapmap-0.15.0+dfsg/src/RapMapSAIndexer.cpp:73:
In member function ‘void digestpp::detail::sha2_provider<T, O>::transform(const 
unsigned char*, size_t) [with T = long unsigned int; long unsigned int O = 0]’,
    inlined from ‘digestpp::detail::sha2_provider<long unsigned int, 
0>::update(const unsigned char*, size_t)::<lambda(const unsigned char*, 
size_t)>’ at 
/build/reproducible-path/rapmap-0.15.0+dfsg/include/digestpp/algorithm/detail/sha2_provider.hpp:169:61,
    inlined from ‘void digestpp::detail::absorb_bytes(const unsigned char*, 
size_t, size_t, size_t, unsigned char*, size_t&, T&, TF) [with T = long 
unsigned int; TF = sha2_provider<long unsigned int, 0>::update(const unsigned 
char*, size_t)::<lambda(const unsigned char*, size_t)>]’ at 
/build/reproducible-path/rapmap-0.15.0+dfsg/include/digestpp/algorithm/detail/../../detail/absorb_data.hpp:32:12,
    inlined from ‘void digestpp::detail::sha2_provider<T, O>::update(const 
unsigned char*, size_t) [with T = long unsigned int; long unsigned int O = 0]’ 
at 
/build/reproducible-path/rapmap-0.15.0+dfsg/include/digestpp/algorithm/detail/sha2_provider.hpp:168:23,
    inlined from ‘digestpp::hasher<HashProvider, Mixin>& 
digestpp::hasher<HashProvider, Mixin>::absorb(IT, IT) [with IT = 
__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >; 
HashProvider = digestpp::detail::sha2_provider<long unsigned int, 0>; Mixin = 
digestpp::mixin::null_mixin]’ at 
/build/reproducible-path/rapmap-0.15.0+dfsg/include/digestpp/hasher.hpp:170:19,
    inlined from ‘void indexTranscriptsSA(ParserT*, std::string&, 
spp::sparse_hash_set<std::__cxx11::basic_string<char> >&, bool, bool, uint32_t, 
bool, std::string&, std::mutex&, std::shared_ptr<spdlog::logger>) [with ParserT 
= fastx_parser::FastxParser<fastx_parser::ReadSeq>]’ at 
/build/reproducible-path/rapmap-0.15.0+dfsg/src/RapMapSAIndexer.cpp:581:30:
/build/reproducible-path/rapmap-0.15.0+dfsg/include/digestpp/algorithm/detail/sha2_provider.hpp:208:48:
 warning: array subscript ‘const long unsigned int[0]’ is partly outside array 
bounds of ‘unsigned char [1]’ [-Warray-bounds=]
  208 |                                 M[i] = byteswap(reinterpret_cast<const 
T*>(data)[blk * 16 + i]);
      |                                        
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from 
/build/reproducible-path/rapmap-0.15.0+dfsg/include/digestpp/digestpp.hpp:5:
/build/reproducible-path/rapmap-0.15.0+dfsg/include/digestpp/hasher.hpp: In 
function ‘void indexTranscriptsSA(ParserT*, std::string&, 
spp::sparse_hash_set<std::__cxx11::basic_string<char> >&, bool, bool, uint32_t, 
bool, std::string&, std::mutex&, std::shared_ptr<spdlog::logger>) [with ParserT 
= fastx_parser::FastxParser<fastx_parser::ReadSeq>]’:
/build/reproducible-path/rapmap-0.15.0+dfsg/include/digestpp/hasher.hpp:169:39: 
note: object ‘byte’ of size 1
  169 |                         unsigned char byte = *begin++;
      |                                       ^~~~
In member function ‘void digestpp::detail::sha2_provider<T, O>::transform(const 
unsigned char*, size_t) [with T = long unsigned int; long unsigned int O = 0]’,
    inlined from ‘digestpp::detail::sha2_provider<long unsigned int, 
0>::update(const unsigned char*, size_t)::<lambda(const unsigned char*, 
size_t)>’ at 
/build/reproducible-path/rapmap-0.15.0+dfsg/include/digestpp/algorithm/detail/sha2_provider.hpp:169:61,
    inlined from ‘void digestpp::detail::absorb_bytes(const unsigned char*, 
size_t, size_t, size_t, unsigned char*, size_t&, T&, TF) [with T = long 
unsigned int; TF = sha2_provider<long unsigned int, 0>::update(const unsigned 
char*, size_t)::<lambda(const unsigned char*, size_t)>]’ at 
/build/reproducible-path/rapmap-0.15.0+dfsg/include/digestpp/algorithm/detail/../../detail/absorb_data.hpp:32:12,
    inlined from ‘void digestpp::detail::sha2_provider<T, O>::update(const 
unsigned char*, size_t) [with T = long unsigned int; long unsigned int O = 0]’ 
at 
/build/reproducible-path/rapmap-0.15.0+dfsg/include/digestpp/algorithm/detail/sha2_provider.hpp:168:23,
    inlined from ‘digestpp::hasher<HashProvider, Mixin>& 
digestpp::hasher<HashProvider, Mixin>::absorb(IT, IT) [with IT = 
__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >; 
HashProvider = digestpp::detail::sha2_provider<long unsigned int, 0>; Mixin = 
digestpp::mixin::null_mixin]’ at 
/build/reproducible-path/rapmap-0.15.0+dfsg/include/digestpp/hasher.hpp:170:19,
    inlined from ‘void indexTranscriptsSA(ParserT*, std::string&, 
spp::sparse_hash_set<std::__cxx11::basic_string<char> >&, bool, bool, uint32_t, 
bool, std::string&, std::mutex&, std::shared_ptr<spdlog::logger>) [with ParserT 
= fastx_parser::FastxParser<fastx_parser::ReadSeq>]’ at 
/build/reproducible-path/rapmap-0.15.0+dfsg/src/RapMapSAIndexer.cpp:671:33:
/build/reproducible-path/rapmap-0.15.0+dfsg/include/digestpp/algorithm/detail/sha2_provider.hpp:208:48:
 warning: array subscript ‘const long unsigned int[0]’ is partly outside array 
bounds of ‘unsigned char [1]’ [-Warray-bounds=]
  208 |                                 M[i] = byteswap(reinterpret_cast<const 
T*>(data)[blk * 16 + i]);
      |                                        
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/rapmap-0.15.0+dfsg/include/digestpp/hasher.hpp: In 
function ‘void indexTranscriptsSA(ParserT*, std::string&, 
spp::sparse_hash_set<std::__cxx11::basic_string<char> >&, bool, bool, uint32_t, 
bool, std::string&, std::mutex&, std::shared_ptr<spdlog::logger>) [with ParserT 
= fastx_parser::FastxParser<fastx_parser::ReadSeq>]’:
/build/reproducible-path/rapmap-0.15.0+dfsg/include/digestpp/hasher.hpp:169:39: 
note: object ‘byte’ of size 1
  169 |                         unsigned char byte = *begin++;
      |                                       ^~~~
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-unused-local-typedef’ may 
have been intended to silence earlier diagnostics
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-unused-local-typedef’ may 
have been intended to silence earlier diagnostics
make[4]: Leaving directory 
'/build/reproducible-path/rapmap-0.15.0+dfsg/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:154: src/CMakeFiles/rapmap.dir/all] Error 2
make[3]: Leaving directory 
'/build/reproducible-path/rapmap-0.15.0+dfsg/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:169: all] Error 2
make[2]: Leaving directory 
'/build/reproducible-path/rapmap-0.15.0+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[1]: *** [debian/rules:23: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/rapmap-0.15.0+dfsg'
make: *** [debian/rules:17: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: rapmap
Source-Version: 0.15.0+dfsg-5
Done: Andreas Tille <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rapmap, 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.
Andreas Tille <[email protected]> (supplier of updated rapmap 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: Thu, 09 Oct 2025 22:16:49 +0200
Source: rapmap
Architecture: source
Version: 0.15.0+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1097770
Changes:
 rapmap (0.15.0+dfsg-5) unstable; urgency=medium
 .
   [ Adrian Bunk ]
   * Fix FTBFS with GCC 15. (Closes: #1097770)
 .
   [ Andreas Tille ]
   * d/watch: version = 5
   * Standards-Version: 4.7.2 (routine-update)
   * Replace transitional package pkg-config by pkgconf in Build-Depends
     (routine-update)
   * debputy lint --auto-fix (routine-update)
   * d/copyright: review
Checksums-Sha1:
 64199d464cc728b3fd8c8a1a1dfebc68d7dda3b6 2346 rapmap_0.15.0+dfsg-5.dsc
 45cb4925e387422de5438679ac40d656c30266b4 15580 
rapmap_0.15.0+dfsg-5.debian.tar.xz
 e876c6f5fbe1ad57d3069dad22ff50b3d9573acc 8527 
rapmap_0.15.0+dfsg-5_amd64.buildinfo
Checksums-Sha256:
 cba47708c7c4dd9077de6b490bbeb9d60444b9dc7f54f03d466339a053d04a04 2346 
rapmap_0.15.0+dfsg-5.dsc
 63a3ffcf2735d118f16dfffa0efbdd16ad4bc5bb8edcdacef82ae09fce9068a6 15580 
rapmap_0.15.0+dfsg-5.debian.tar.xz
 59fb6e8e8f0dd0165e707181ace7726a1fecc1c2fe8e4d57a70c52ca0717e046 8527 
rapmap_0.15.0+dfsg-5_amd64.buildinfo
Files:
 0d57cbada023b9958591aae147311403 2346 science optional rapmap_0.15.0+dfsg-5.dsc
 5894ac5b38886b88479fb64ba49324e0 15580 science optional 
rapmap_0.15.0+dfsg-5.debian.tar.xz
 1e89b2b985de69b0c624a7f014efcc0d 8527 science optional 
rapmap_0.15.0+dfsg-5_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmjoGYIRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHJ5Q//RYMQ/1hCN0RKNqIKJ0lkGnMUu/0q/CZm
w/bONKCZ3EDJxvH1BKc+x+vJDC5YNRV7PZLZ6d6kTIUUVDHNub0s0EPcYJxRhTcQ
Qm8e0g42gUUL4wTTocmTUyYjUil2NApSHmosrmZRXBlEyohY6bV0O2JEV2QvhOOL
HGF9PEob8P1g1gRcvEUQdQQ8Azoxf+ZVuSJmF6tRy5nDUtdnz22ekmL0n8qMYD6n
hOP4u4p3oZ/ZV7k7JdH6QbF1xlR8ezAXUS8i2/R4ny9x0zSXbszN4SmERhjc0gG/
X+QB4JFo8QZceZvLwr7EKGwzpRTgxFpdFIMYtwPPL8D95ZYkehTfOmwjj3IFoUk2
EsU1tz9L89sRG9OgZgKUFL+XYgabYmYGCIss1nm2U3PhGO6DuzqM42Iyq4BcB/XE
ue8vonOJmMwhLzJwWF/QYzs20wSn0hFKadOkU3SAQJx0dx5V45twMYXwH7/75BTl
m399Y1kNUFmdZC+dB3bABrX9yhYmm1s/OppIypxewVUZEhLeNmBEUi4EIRpZPyDd
QGZn2gc4BmbskVoyI1rM3Xi3IWpUtoZ46gaQpwpCFlkR4rM4Pkjcqzskm7l9zqHA
ap7ROwyMtkZlbX8XDnlviJM1DQUD6XEdY8T/wgHDhr8zcmo5+3fY8tlgT1vm7xGo
2H+2/CNQzLE=
=XFX0
-----END PGP SIGNATURE-----

Attachment: pgpL6ruQ0F0VL.pgp
Description: PGP signature


--- End Message ---

Reply via email to