Your message dated Tue, 30 Sep 2025 12:35:30 +0000
with message-id <[email protected]>
and subject line Bug#1097435: fixed in ncbi-igblast 1.20.0-3
has caused the Debian Bug report #1097435,
regarding ncbi-igblast: 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.)
--
1097435: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097435
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ncbi-igblast
Version: 1.19.0-1
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/ncbi-igblast_1.19.0-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
[...]
1693 |
NCBI_EXCEPTION_DEFAULT_IMPLEMENTATION_TEMPL_ERRNO(CErrnoTemplException<TBase>,
CParent)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/ncbi-igblast-1.19.0/c++/include/corelib/ncbiexpt.hpp:1290:20:
note: remove the ‘< >’
1290 | exception_class(void) {} \
| ^
/build/reproducible-path/ncbi-igblast-1.19.0/c++/include/corelib/ncbiexpt.hpp:1370:5:
note: in expansion of macro ‘NCBI_EXCEPTION_DEFAULT_IMPLEMENTATION_COMMON’
1370 | NCBI_EXCEPTION_DEFAULT_IMPLEMENTATION_COMMON(exception_class,
base_class) \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/ncbi-igblast-1.19.0/c++/include/corelib/ncbiexpt.hpp:1693:5:
note: in expansion of macro ‘NCBI_EXCEPTION_DEFAULT_IMPLEMENTATION_TEMPL_ERRNO’
1693 |
NCBI_EXCEPTION_DEFAULT_IMPLEMENTATION_TEMPL_ERRNO(CErrnoTemplException<TBase>,
CParent)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/ncbi-igblast-1.19.0/c++/include/corelib/ncbiexpt.hpp:1696:32:
warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
1696 | CErrnoTemplException<TBase>(const CDiagCompileInfo& info,
| ^
/build/reproducible-path/ncbi-igblast-1.19.0/c++/include/corelib/ncbiexpt.hpp:1696:32:
note: remove the ‘< >’
In file included from
/build/reproducible-path/ncbi-igblast-1.19.0/c++/include/util/bitset/ncbi_bitset.hpp:38,
from
/build/reproducible-path/ncbi-igblast-1.19.0/c++/include/serial/serialbase.hpp:46,
from
/build/reproducible-path/ncbi-igblast-1.19.0/c++/include/serial/impl/stdtypes.hpp:36,
from
/build/reproducible-path/ncbi-igblast-1.19.0/c++/include/serial/objectinfo.hpp:40,
from
/build/reproducible-path/ncbi-igblast-1.19.0/c++/include/serial/impl/objecttype.hpp:36,
from
/build/reproducible-path/ncbi-igblast-1.19.0/c++/include/serial/objhook.hpp:37,
from
/build/reproducible-path/ncbi-igblast-1.19.0/c++/include/serial/objistr.hpp:42,
from
/build/reproducible-path/ncbi-igblast-1.19.0/c++/src/serial/typeinfo.cpp:38:
/build/reproducible-path/ncbi-igblast-1.19.0/c++/include/util/bitset/bm.h: In
member function ‘bm::bvector<A>::bulk_insert_iterator&
bm::bvector<A>::bulk_insert_iterator::operator=(const
bm::bvector<A>::bulk_insert_iterator&)’:
/build/reproducible-path/ncbi-igblast-1.19.0/c++/include/util/bitset/bm.h:526:32:
error: ‘bm::bvector<A>::bulk_insert_iterator::bvector_type’ has no member
named ‘allocate_tempblock’ [-Wtemplate-body]
526 | buf_ = bvect_->allocate_tempblock();
| ^~~~~~~~~~~~~~~~~~
/build/reproducible-path/ncbi-igblast-1.19.0/c++/include/util/bitset/bm.h: In
member function ‘bm::bvector<A>::bulk_insert_iterator&
bm::bvector<A>::bulk_insert_iterator::operator=(bm::bvector<A>::bulk_insert_iterator&&)’:
/build/reproducible-path/ncbi-igblast-1.19.0/c++/include/util/bitset/bm.h:537:25:
error: ‘bm::bvector<A>::bulk_insert_iterator::bvector_type’ has no member
named ‘free_tempblock’ [-Wtemplate-body]
537 | bvect_->free_tempblock(buf_);
| ^~~~~~~~~~~~~~
/build/reproducible-path/ncbi-igblast-1.19.0/c++/include/serial/objhook.hpp: At
global scope:
/build/reproducible-path/ncbi-igblast-1.19.0/c++/include/serial/objhook.hpp:614:9:
warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
614 | CSerial_FilterObjectsHook<TObject>* processor)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/ncbi-igblast-1.19.0/c++/include/serial/objhook.hpp:614:9:
note: remove the ‘< >’
make[6]: ***
[/build/reproducible-path/ncbi-igblast-1.19.0/c++/GCC1501-Release64/build/Makefile.rules:88:
typeinfo.o] Error 1
information for
/build/reproducible-path/ncbi-igblast-1.19.0/c++/src/serial/objistrasn.cpp.
Updating dependency information for
/build/reproducible-path/ncbi-igblast-1.19.0/c++/src/serial/objostrasnb.cpp.
Updating dependency information for
/build/reproducible-path/ncbi-igblast-1.19.0/c++/src/serial/objistrasnb.cpp.
Updating dependency information for
/build/reproducible-path/ncbi-igblast-1.19.0/c++/src/serial/objostrxml.cpp.
Updating dependency information for
/build/reproducible-path/ncbi-igblast-1.19.0/c++/src/serial/objistrxml.cpp.
Updating dependency information for
/build/reproducible-path/ncbi-igblast-1.19.0/c++/src/serial/objostrjson.cpp.
Updating dependency information for
/build/reproducible-path/ncbi-igblast-1.19.0/c++/src/serial/objistrjson.cpp.
Updating dependency information for
/build/reproducible-path/ncbi-igblast-1.19.0/c++/src/serial/serializable.cpp.
Updating dependency information for
/build/reproducible-path/ncbi-igblast-1.19.0/c++/src/serial/serialobject.cpp.
Updating dependency information for
/build/reproducible-path/ncbi-igblast-1.19.0/c++/src/serial/pathhook.cpp.
Updating dependency information for
/build/reproducible-path/ncbi-igblast-1.19.0/c++/src/serial/rpcbase.cpp.
/usr/bin/g++ -std=gnu++17 -msse4.2 -c -Wall -Wno-format-y2k -O2
-ffile-prefix-map=/build/reproducible-path/ncbi-igblast-1.19.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DNDEBUG -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2
-DNCBI_WITHOUT_MT
-I/build/reproducible-path/ncbi-igblast-1.19.0/c++/GCC1501-Release64/inc
-I/build/reproducible-path/ncbi-igblast-1.19.0/c++/include
/build/reproducible-path/ncbi-igblast-1.19.0/c++/src/serial/hookdata.cpp -o
hookdata.o
/usr/bin/g++ -std=gnu++17 -msse4.2 -c -Wall -Wno-format-y2k -O2
-ffile-prefix-map=/build/reproducible-path/ncbi-igblast-1.19.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DNDEBUG -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2
-DNCBI_WITHOUT_MT
-I/build/reproducible-path/ncbi-igblast-1.19.0/c++/GCC1501-Release64/inc
-I/build/reproducible-path/ncbi-igblast-1.19.0/c++/include
/build/reproducible-path/ncbi-igblast-1.19.0/c++/src/serial/hookdatakey.cpp -o
hookdatakey.o
/usr/bin/g++ -std=gnu++17 -msse4.2 -c -Wall -Wno-format-y2k -O2
-ffile-prefix-map=/build/reproducible-path/ncbi-igblast-1.19.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DNDEBUG -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2
-DNCBI_WITHOUT_MT
-I/build/reproducible-path/ncbi-igblast-1.19.0/c++/GCC1501-Release64/inc
-I/build/reproducible-path/ncbi-igblast-1.19.0/c++/include
/build/reproducible-path/ncbi-igblast-1.19.0/c++/src/serial/typeinfo.cpp -o
typeinfo.o
make[6]: Leaving directory
'/build/reproducible-path/ncbi-igblast-1.19.0/c++/GCC1501-Release64/build/serial'
FAILED: src/serial/Makefile.serial.lib
make[6]: Entering directory
'/build/reproducible-path/ncbi-igblast-1.19.0/c++/GCC1501-Release64/build/serial'
/bin/rm -f libxser.a .xser.dep .libxser.a.stamp
/bin/rm -f
/build/reproducible-path/ncbi-igblast-1.19.0/c++/GCC1501-Release64/lib/libxser.a
/build/reproducible-path/ncbi-igblast-1.19.0/c++/GCC1501-Release64/status/.xser.dep
\
/build/reproducible-path/ncbi-igblast-1.19.0/c++/GCC1501-Release64/lib/libxser-static.a
/build/reproducible-path/ncbi-igblast-1.19.0/c++/GCC1501-Release64/status/.xser-static.dep
make[6]: Leaving directory
'/build/reproducible-path/ncbi-igblast-1.19.0/c++/GCC1501-Release64/build/serial'
make[5]: ***
[/build/reproducible-path/ncbi-igblast-1.19.0/c++/src/build-system/Makefile.meta_l:328:
all.nonusr] Error 2
make[5]: Leaving directory
'/build/reproducible-path/ncbi-igblast-1.19.0/c++/GCC1501-Release64/build/serial'
make[4]: ***
[/build/reproducible-path/ncbi-igblast-1.19.0/c++/src/build-system/Makefile.meta_l:286:
all_l.real] Error 2
make[4]: Leaving directory
'/build/reproducible-path/ncbi-igblast-1.19.0/c++/GCC1501-Release64/build/serial'
make[3]: ***
[/build/reproducible-path/ncbi-igblast-1.19.0/c++/src/build-system/Makefile.meta_r:41:
all_r.real] Error 5
make[3]: Leaving directory
'/build/reproducible-path/ncbi-igblast-1.19.0/c++/GCC1501-Release64/build'
make[2]: *** [Makefile:24: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/ncbi-igblast-1.19.0/c++'
make[1]: *** [debian/rules:21: override_dh_auto_build] Error 2
make[1]: Leaving directory '/build/reproducible-path/ncbi-igblast-1.19.0'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: ncbi-igblast
Source-Version: 1.20.0-3
Done: Andrius Merkys <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ncbi-igblast, 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.
Andrius Merkys <[email protected]> (supplier of updated ncbi-igblast 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: Tue, 30 Sep 2025 08:15:02 -0400
Source: ncbi-igblast
Architecture: source
Version: 1.20.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Andrius Merkys <[email protected]>
Closes: 1097435
Changes:
ncbi-igblast (1.20.0-3) unstable; urgency=medium
.
* Use system-provided lmdb.
* Backport upstream fix for GCC-15 failure (Closes: #1097435)
* Adjust debian/source/lintian-overrides.
Checksums-Sha1:
157ba633fb20c10bf0ac24f747f3a6626f5107ec 2169 ncbi-igblast_1.20.0-3.dsc
a73d236acef8deb081562e05315747e2a6bee039 13252
ncbi-igblast_1.20.0-3.debian.tar.xz
569a441c93818e91323425b49918ea1326a258f6 7607
ncbi-igblast_1.20.0-3_source.buildinfo
Checksums-Sha256:
07f5c09589c837d1d59320889bbb7f9ecf6d7aa0270b67b67d585a7bf5cb5c15 2169
ncbi-igblast_1.20.0-3.dsc
44206e61f6c3ec376f1c482a9afe631237fea85fc42212f2756edecc7733868a 13252
ncbi-igblast_1.20.0-3.debian.tar.xz
2cf1cfca7be711f388bc9f0803417b65c80a462755fa0f08003b76ae0a8fe8fb 7607
ncbi-igblast_1.20.0-3_source.buildinfo
Files:
6d388ee965141e79ed2ccade2b2fd237 2169 science optional
ncbi-igblast_1.20.0-3.dsc
94516f225df38156b7be26665ef9d5e1 13252 science optional
ncbi-igblast_1.20.0-3.debian.tar.xz
f1e6ecfd47ccea39972cf15332b7c6b5 7607 science optional
ncbi-igblast_1.20.0-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEdyKS9veshfrgQdQe5fQ/nCc08ocFAmjbyhESHG1lcmt5c0Bk
ZWJpYW4ub3JnAAoJEOX0P5wnNPKHphAP/2KsI/iLTaZmnFj6c2JipUaSWEn0HR9Y
CA+pDuNJPKhKmw74Wv4yx1YRU8935Pb19x7/lKy2T02ho4y9cyr2PLiJjOtA542E
Bc+nJ9MyqG3qEp55gyY6PnaIO1vuLyrsgicbcJnxk7LFmwP1isOC7kIuDc6BOGCH
jnjaZG2bbNyRq6YBMXRMq4VxQ4n2Gt+1DFpX0hDriNNHVweLNT9BtYJ8tEOEOXFz
Q/lgueDW9hpIC/oPfofFZ4gczc9Kn/x5mEUL4TAJQyAsDpI8aLTCrSAk3xXeDHwn
4dHE0RPpio7z4Q6cla1zS/u1O3ba5vpMWrUiLZPKAA5p+pFKTV5i56Y5IYRAtYFw
5aj7LIQnBVz74W12fBNaS1O1Xe05W0YtIqAqymcUTZyvqb3LrevElDweVt5cGfM7
0dUFznsa//Znie7Gwmt9mQ8yFdXe+BPvrArYanrqKs2Xr97VPHGHmp4mSZ20Qr1t
33ebs9hCvWbWlAUUbVQsCs8TWnUMbLJSjyX9DkO0InasxYvPruKn1nvs2umNrA/V
4STAv4Q5NPuaCbcv8R8bP7dOMgHDEAupRkfkWwrRDXxlOJDGHeQ7pYgwkWzb2ejR
oM6niHMAM0yBvcNYAJxHBlc4SGs2AyKBgH8WtPGY+n17kg/nbzNNf+a1dqAm5f96
Yo3AJL/ipM4J
=qZkC
-----END PGP SIGNATURE-----
pgpIrE3LRnmQx.pgp
Description: PGP signature
--- End Message ---