Your message dated Sun, 02 Aug 2026 21:04:56 +0000
with message-id <[email protected]>
and subject line Bug#1133431: fixed in bibletime 3.2.0-2
has caused the Debian Bug report #1133431,
regarding bibletime: ftbfs with GCC-16
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.)
--
1133431: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1133431
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:bibletime
Version: 3.2.0-1
Severity: important
Tags: sid forky ftbfs
User: [email protected]
Usertags: ftbfs-gcc-16
Hi,
bibletime fails to build in a test rebuild on at least amd64 and arm64 with
gcc-16/g++-16, but builds properly with gcc-15/g++-15. The severity of this
report will be raised before the forky release.
The full build log can be found at:
https://people.debian.org/~ema/gcc-16-rebuilds/output-1/bibletime_arm64.build.xz
The last lines of the build log are at the end of this report.
To build with GCC 16, either set CC=gcc-16 CXX=g++-16 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures include unused (but set) variables, array subscripts
partly outside array bounds, and new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-16/porting_to.html
Please only close this issue after double-checking that the package can be
built correctly with GCC 16.
Please do not reassign this bug to another package. If a fix in another package
is required, then file a bug for the other package (or clone), and mark this
bug as blocked by the bug in the other package.
[...]
/build/reproducible-path/bibletime-3.2.0/obj-aarch64-linux-gnu/bibletime_autogen/H3E7WVV4KP/../../../src/frontend/displaywindow/cdisplaywindow.h:44:7:
warning: defining ‘CDisplayWindow’, which previously failed to be complete in
a SFINAE context [-Wsfinae-incomplete=]
44 | class CDisplayWindow : public QMainWindow {
| ^~~~~~~~~~~~~~
In file included from /usr/include/aarch64-linux-gnu/qt6/QtCore/qobject.h:18,
from
/usr/include/aarch64-linux-gnu/qt6/QtCore/qabstractitemmodel.h:12,
from
/usr/include/aarch64-linux-gnu/qt6/QtCore/qabstractproxymodel.h:8,
from
/usr/include/aarch64-linux-gnu/qt6/QtCore/qsortfilterproxymodel.h:8,
from
/usr/include/aarch64-linux-gnu/qt6/QtCore/QSortFilterProxyModel:1,
from
/build/reproducible-path/bibletime-3.2.0/obj-aarch64-linux-gnu/bibletime_autogen/VMH3RV3WM3/../../../src/backend/bookshelfmodel/btbookshelffiltermodel.h:15,
from
/build/reproducible-path/bibletime-3.2.0/obj-aarch64-linux-gnu/bibletime_autogen/VMH3RV3WM3/moc_btbookshelffiltermodel.cpp:9,
from
/build/reproducible-path/bibletime-3.2.0/obj-aarch64-linux-gnu/bibletime_autogen/mocs_compilation.cpp:2:
/usr/include/aarch64-linux-gnu/qt6/QtCore/qmetatype.h:882:64: note: here. Use
‘-Wsfinae-incomplete=2’ for a diagnostic at that point
882 | static auto check(U *) -> std::integral_constant<bool,
sizeof(U) != 0>;
| ^~~~~~~~~
In file included from
/build/reproducible-path/bibletime-3.2.0/src/frontend/display/modelview/../../../backend/models/btmoduletextmodel.h:21,
from
/build/reproducible-path/bibletime-3.2.0/src/frontend/display/modelview/btqmlinterface.h:21,
from
/build/reproducible-path/bibletime-3.2.0/src/frontend/main.cpp:25:
/build/reproducible-path/bibletime-3.2.0/src/frontend/display/modelview/../../../backend/models/../keys/cswordversekey.h:
In function ‘bool operator<=>(const CSwordVerseKey&, const CSwordVerseKey&)’:
/build/reproducible-path/bibletime-3.2.0/src/frontend/display/modelview/../../../backend/models/../keys/cswordversekey.h:83:46:
error: cannot convert ‘std::common_comparison_category_t<std::strong_ordering,
std::strong_ordering, std::strong_ordering, std::strong_ordering,
std::strong_ordering>’ {aka ‘std::strong_ordering’} to ‘bool’ in return
83 | BibleTime_CSwordVerseKey_DEFINE_COMP(<=>)
| ^
| |
|
std::common_comparison_category_t<std::strong_ordering, std::strong_ordering,
std::strong_ordering, std::strong_ordering, std::strong_ordering> {aka
std::strong_ordering}
/build/reproducible-path/bibletime-3.2.0/src/frontend/display/modelview/../../../backend/models/../keys/cswordversekey.h:78:62:
note: in definition of macro ‘BibleTime_CSwordVerseKey_DEFINE_COMP’
78 | lhs.verse(), lhs.suffix()) op \
| ^~
In file included from
/build/reproducible-path/bibletime-3.2.0/src/frontend/display/modelview/../../../backend/models/btmoduletextmodel.h:22:
/build/reproducible-path/bibletime-3.2.0/src/frontend/display/modelview/../../../backend/models/../keys/cswordtreekey.h:
In function ‘bool operator<=>(const CSwordTreeKey&, const CSwordTreeKey&)’:
/build/reproducible-path/bibletime-3.2.0/src/frontend/display/modelview/../../../backend/models/../keys/cswordtreekey.h:57:45:
error: cannot convert ‘std::strong_ordering’ to ‘bool’ in return
57 | BibleTime_CSwordTreeKey_DEFINE_COMP(<=>)
| ^
| |
| std::strong_ordering
/build/reproducible-path/bibletime-3.2.0/src/frontend/display/modelview/../../../backend/models/../keys/cswordtreekey.h:55:35:
note: in definition of macro ‘BibleTime_CSwordTreeKey_DEFINE_COMP’
55 | { return lhs.offset() op rhs.offset(); }
| ^~
make[3]: *** [CMakeFiles/bibletime.dir/build.make:793:
CMakeFiles/bibletime.dir/src/backend/rendering/crossrefrendering.cpp.o] Error 1
In file included from
/build/reproducible-path/bibletime-3.2.0/src/frontend/displaywindow/../display/modelview/../../../backend/models/btmoduletextmodel.h:21,
from
/build/reproducible-path/bibletime-3.2.0/src/frontend/displaywindow/../display/modelview/btqmlinterface.h:21,
from
/build/reproducible-path/bibletime-3.2.0/src/frontend/displaywindow/cdisplaywindow.cpp:32:
/build/reproducible-path/bibletime-3.2.0/src/frontend/displaywindow/../display/modelview/../../../backend/models/../keys/cswordversekey.h:
In function ‘bool operator<=>(const CSwordVerseKey&, const CSwordVerseKey&)’:
/build/reproducible-path/bibletime-3.2.0/src/frontend/displaywindow/../display/modelview/../../../backend/models/../keys/cswordversekey.h:83:46:
error: cannot convert ‘std::common_comparison_category_t<std::strong_ordering,
std::strong_ordering, std::strong_ordering, std::strong_ordering,
std::strong_ordering>’ {aka ‘std::strong_ordering’} to ‘bool’ in return
83 | BibleTime_CSwordVerseKey_DEFINE_COMP(<=>)
| ^
| |
|
std::common_comparison_category_t<std::strong_ordering, std::strong_ordering,
std::strong_ordering, std::strong_ordering, std::strong_ordering> {aka
std::strong_ordering}
/build/reproducible-path/bibletime-3.2.0/src/frontend/displaywindow/../display/modelview/../../../backend/models/../keys/cswordversekey.h:78:62:
note: in definition of macro ‘BibleTime_CSwordVerseKey_DEFINE_COMP’
78 | lhs.verse(), lhs.suffix()) op \
| ^~
In file included from
/build/reproducible-path/bibletime-3.2.0/src/frontend/displaywindow/../display/modelview/../../../backend/models/btmoduletextmodel.h:22:
/build/reproducible-path/bibletime-3.2.0/src/frontend/displaywindow/../display/modelview/../../../backend/models/../keys/cswordtreekey.h:
In function ‘bool operator<=>(const CSwordTreeKey&, const CSwordTreeKey&)’:
/build/reproducible-path/bibletime-3.2.0/src/frontend/displaywindow/../display/modelview/../../../backend/models/../keys/cswordtreekey.h:57:45:
error: cannot convert ‘std::strong_ordering’ to ‘bool’ in return
57 | BibleTime_CSwordTreeKey_DEFINE_COMP(<=>)
| ^
| |
| std::strong_ordering
/build/reproducible-path/bibletime-3.2.0/src/frontend/displaywindow/../display/modelview/../../../backend/models/../keys/cswordtreekey.h:55:35:
note: in definition of macro ‘BibleTime_CSwordTreeKey_DEFINE_COMP’
55 | { return lhs.offset() op rhs.offset(); }
| ^~
make[3]: *** [CMakeFiles/bibletime.dir/build.make:1521:
CMakeFiles/bibletime.dir/src/frontend/displaywindow/cbiblereadwindow.cpp.o]
Error 1
make[3]: *** [CMakeFiles/bibletime.dir/build.make:1815:
CMakeFiles/bibletime.dir/src/frontend/main.cpp.o] Error 1
make[3]: *** [CMakeFiles/bibletime.dir/build.make:1563:
CMakeFiles/bibletime.dir/src/frontend/displaywindow/cdisplaywindow.cpp.o] Error
1
make[3]: *** [CMakeFiles/bibletime.dir/build.make:191:
CMakeFiles/bibletime.dir/bibletime_autogen/mocs_compilation.cpp.o] Error 1
make[3]: Leaving directory
'/build/reproducible-path/bibletime-3.2.0/obj-aarch64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:200: CMakeFiles/bibletime.dir/all] Error 2
make[2]: Leaving directory
'/build/reproducible-path/bibletime-3.2.0/obj-aarch64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory
'/build/reproducible-path/bibletime-3.2.0/obj-aarch64-linux-gnu'
dh_auto_build: error: cd obj-aarch64-linux-gnu && make -j128 INSTALL="install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--- End Message ---
--- Begin Message ---
Source: bibletime
Source-Version: 3.2.0-2
Done: Bastian Germann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
bibletime, 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.
Bastian Germann <[email protected]> (supplier of updated bibletime 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: Sun, 02 Aug 2026 22:43:44 +0200
Source: bibletime
Architecture: source
Version: 3.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: CrossWire Packaging Team
<[email protected]>
Changed-By: Bastian Germann <[email protected]>
Closes: 1133431 1139751
Changes:
bibletime (3.2.0-2) unstable; urgency=medium
.
* Team upload
* Drop retired Uploader (Closes: #1139751)
* Build with C++17 (Closes: #1133431)
Checksums-Sha1:
011381ab6e7783eff0724bc11c96e74b2c96de22 2155 bibletime_3.2.0-2.dsc
3ccdd0808f000ae7f78b223be81bbced6c46498b 15436 bibletime_3.2.0-2.debian.tar.xz
17607f6703e71be5512c5c67ede73347d0613f30 20294
bibletime_3.2.0-2_source.buildinfo
Checksums-Sha256:
e9bb60be85af9d25a289e801346b9ff720244aad076d359cb890b0e254dea28b 2155
bibletime_3.2.0-2.dsc
23405fd6c3a169da66e13671a20441f2eb6933ae1e2bc93836cd4ac266d38df7 15436
bibletime_3.2.0-2.debian.tar.xz
2ac80d44bd1fe03a7483c7a3de6b521693c4e4de1574ab09e0640f3090b9431b 20294
bibletime_3.2.0-2_source.buildinfo
Files:
2aed9432327c3de76085da60f50f369e 2155 kde optional bibletime_3.2.0-2.dsc
2c94329dda79fc5b31d8aeea67bf12a4 15436 kde optional
bibletime_3.2.0-2.debian.tar.xz
e17d9ee0126c7d2fa9ee50c341122234 20294 kde optional
bibletime_3.2.0-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmpvrCsQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFKF5DACwnrObZ6LLWMRKKpm+8dYRXasj8N1AQmVW
wM2WdkwRliFLQeANyIJ/NGW8RUeLhE5KgwIMd3IuLVyylnxQVHD2pMicxyXg9CmA
i9sR0ZjtSUvNCJNTmSgm8wOqVW5nOzF48nhGqDMypi4uLWXQEtFmKr8p3vxMTh/q
AOPzAsqLIHlRvExmTYaXxpT4Vkus/4kzqlMZuLVfsUp4vB+zIhKhJ0tT9Zcxj+La
INyZ4sEe0duRXCuXkBfTG2VPBmGSKRKEbAZwZy2pWU2dgK4vFJxbAhfrifDwauc7
BP5OtJIlDJUxPJOoPOt+686A8e+PgRWxJmDTkF8fF4vg1MHDK9gUCho3N4p2uzS7
lRxgCaAx8/CqKMaLqkMioXKpvQeEaDxy3JoQH8SXundcMUKvHwJriIvtX0Q8Np6o
nu7PpvO/5dcxqIS/vc0afF7QR7+DT9LTONlbZJM7R5HD1Hz/nLh9GQRroaFwOnTT
X9bv8GyJaWOpMGPRFjceiXbCDHONwTo=
=IwyI
-----END PGP SIGNATURE-----
pgpQOKb3KV1ID.pgp
Description: PGP signature
--- End Message ---