Your message dated Mon, 03 Aug 2026 07:19:15 +0000
with message-id <[email protected]>
and subject line Bug#1133512: fixed in libclaw 1.7.4-6
has caused the Debian Bug report #1133512,
regarding libclaw: 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.)
--
1133512: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1133512
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libclaw
Version: 1.7.4-4
Severity: important
Tags: sid forky ftbfs
User: [email protected]
Usertags: ftbfs-gcc-16
Hi,
libclaw 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/libclaw_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.
[...]
120 | struct unary_function
| ^~~~~~~~~~~~~~
/build/reproducible-path/libclaw-1.7.4/./claw/functional.hpp:295:17: warning:
‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated
[-Wdeprecated-declarations]
295 | public std::unary_function<T*, T&>
| ^~~~~~~~~~~~~~
/usr/include/c++/16/bits/stl_function.h:120:12: note: declared here
120 | struct unary_function
| ^~~~~~~~~~~~~~
/build/reproducible-path/libclaw-1.7.4/./claw/functional.hpp:316:17: warning:
‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated
[-Wdeprecated-declarations]
316 | public std::unary_function<const T*, const T&>
| ^~~~~~~~~~~~~~
/usr/include/c++/16/bits/stl_function.h:120:12: note: declared here
120 | struct unary_function
| ^~~~~~~~~~~~~~
In file included from /usr/include/boost/bind.hpp:30,
from
/build/reproducible-path/libclaw-1.7.4/claw/code/tween/single_tweener.cpp:32:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of
declaring the Bind placeholders (_1, _2, ...) in the global namespace is
deprecated. Please use <boost/bind/bind.hpp> + using namespace
boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the
current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/bind.hpp:30,
from
/build/reproducible-path/libclaw-1.7.4/claw/code/tween/single_tweener.cpp:32:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of
declaring the Bind placeholders (_1, _2, ...) in the global namespace is
deprecated. Please use <boost/bind/bind.hpp> + using namespace
boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the
current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
[ 89%] Linking CXX static library libclaw_tween.a
/usr/bin/cmake -P CMakeFiles/claw_tween-static.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/claw_tween-static.dir/link.txt
--verbose=1
/usr/bin/ar qc libclaw_tween.a
"CMakeFiles/claw_tween-static.dir/claw/code/tween/base_tweener.cpp.o"
"CMakeFiles/claw_tween-static.dir/claw/code/tween/single_tweener.cpp.o"
"CMakeFiles/claw_tween-static.dir/claw/code/tween/tweener.cpp.o"
"CMakeFiles/claw_tween-static.dir/claw/code/tween/tweener_group.cpp.o"
"CMakeFiles/claw_tween-static.dir/claw/code/tween/tweener_sequence.cpp.o"
"CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_circ.cpp.o"
"CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_none.cpp.o"
"CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_linear.cpp.o"
"CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_elastic.cpp.o"
"CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_quint.cpp.o"
"CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_cubic.cpp.o"
"CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_back.cpp.o"
"CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_quad.cpp.o"
"CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_sine.cpp.o"
"CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_quart.cpp.o"
"CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_bounce.cpp.o"
"CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_expo.cpp.o"
/usr/bin/ranlib libclaw_tween.a
make[3]: Leaving directory
'/build/reproducible-path/libclaw-1.7.4/obj-aarch64-linux-gnu'
[ 89%] Built target claw_tween-static
[ 90%] Linking CXX shared library libclaw_tween.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/claw_tween.dir/link.txt
--verbose=1
/usr/bin/c++ -fPIC -g -O2
-ffile-prefix-map=/build/reproducible-path/libclaw-1.7.4=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard -Wdate-time
-D_FORTIFY_SOURCE=2 -shared -Wl,-z,relro -s -Wl,--as-needed
-Wl,--dependency-file=CMakeFiles/claw_tween.dir/link.d
-Wl,-soname,libclaw_tween.so.1 -o libclaw_tween.so.1.7.4
CMakeFiles/claw_tween.dir/claw/code/tween/base_tweener.cpp.o
CMakeFiles/claw_tween.dir/claw/code/tween/single_tweener.cpp.o
CMakeFiles/claw_tween.dir/claw/code/tween/tweener.cpp.o
CMakeFiles/claw_tween.dir/claw/code/tween/tweener_group.cpp.o
CMakeFiles/claw_tween.dir/claw/code/tween/tweener_sequence.cpp.o
CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_circ.cpp.o
CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_none.cpp.o
CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_linear.cpp.o
CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_elastic.cpp.o
CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_quint.cpp.o
CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_cubic.cpp.o
CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_back.cpp.o
CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_quad.cpp.o
CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_sine.cpp.o
CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_quart.cpp.o
CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_bounce.cpp.o
CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_expo.cpp.o
/usr/bin/cmake -E cmake_symlink_library libclaw_tween.so.1.7.4
libclaw_tween.so.1 libclaw_tween.so
make[3]: Leaving directory
'/build/reproducible-path/libclaw-1.7.4/obj-aarch64-linux-gnu'
[ 90%] Built target claw_tween
[ 91%] Linking CXX shared library libclaw_graphic.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/claw_graphic.dir/link.txt
--verbose=1
[ 92%] Linking CXX static library libclaw_graphic.a
/usr/bin/cmake -P CMakeFiles/claw_graphic-static.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/claw_graphic-static.dir/link.txt
--verbose=1
/usr/bin/c++ -fPIC -g -O2
-ffile-prefix-map=/build/reproducible-path/libclaw-1.7.4=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard -Wdate-time
-D_FORTIFY_SOURCE=2 -shared -Wl,-z,relro -s -Wl,--as-needed
-Wl,--dependency-file=CMakeFiles/claw_graphic.dir/link.d
-Wl,-soname,libclaw_graphic.so.1 -o libclaw_graphic.so.1.7.4
CMakeFiles/claw_graphic.dir/claw/code/image.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/bitmap.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/bitmap_writer.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/bitmap_reader.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/gif.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/gif_frame.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/gif_reader.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/pcx.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/pcx_reader.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/pcx_writer.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/pixel.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/targa.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/targa_writer.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/targa_reader.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/targa_file_structure.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/xbm.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/xbm_reader.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/xbm_writer.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/jpeg.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/jpeg_reader.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/jpeg_writer.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/jpeg_error_manager.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/png.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/png_reader.cpp.o
CMakeFiles/claw_graphic.dir/claw/code/png_writer.cpp.o
/usr/lib/aarch64-linux-gnu/libjpeg.so /usr/lib/aarch64-linux-gnu/libpng.so
/usr/lib/aarch64-linux-gnu/libz.so
/usr/bin/cmake -E cmake_symlink_library libclaw_graphic.so.1.7.4
libclaw_graphic.so.1 libclaw_graphic.so
make[3]: Leaving directory
'/build/reproducible-path/libclaw-1.7.4/obj-aarch64-linux-gnu'
[ 92%] Built target claw_graphic
/usr/bin/ar qc libclaw_graphic.a
"CMakeFiles/claw_graphic-static.dir/claw/code/image.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/bitmap.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/bitmap_writer.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/bitmap_reader.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/gif.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/gif_frame.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/gif_reader.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/pcx.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/pcx_reader.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/pcx_writer.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/pixel.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/targa.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/targa_writer.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/targa_reader.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/targa_file_structure.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/xbm.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/xbm_reader.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/xbm_writer.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/jpeg.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/jpeg_reader.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/jpeg_writer.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/jpeg_error_manager.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/png.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/png_reader.cpp.o"
"CMakeFiles/claw_graphic-static.dir/claw/code/png_writer.cpp.o"
/usr/bin/ranlib libclaw_graphic.a
make[3]: Leaving directory
'/build/reproducible-path/libclaw-1.7.4/obj-aarch64-linux-gnu'
[ 92%] Built target claw_graphic-static
[ 93%] Linking CXX static library libclaw_configuration_file.a
/usr/bin/cmake -P
CMakeFiles/claw_configuration_file-static.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script
CMakeFiles/claw_configuration_file-static.dir/link.txt --verbose=1
[ 94%] Linking CXX shared library libclaw_configuration_file.so
/usr/bin/cmake -E cmake_link_script
CMakeFiles/claw_configuration_file.dir/link.txt --verbose=1
/usr/bin/ar qc libclaw_configuration_file.a
"CMakeFiles/claw_configuration_file-static.dir/claw/code/configuration_file.cpp.o"
/usr/bin/ranlib libclaw_configuration_file.a
make[3]: Leaving directory
'/build/reproducible-path/libclaw-1.7.4/obj-aarch64-linux-gnu'
[ 94%] Built target claw_configuration_file-static
/usr/bin/c++ -fPIC -g -O2
-ffile-prefix-map=/build/reproducible-path/libclaw-1.7.4=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard -Wdate-time
-D_FORTIFY_SOURCE=2 -shared -Wl,-z,relro -s -Wl,--as-needed
-Wl,--dependency-file=CMakeFiles/claw_configuration_file.dir/link.d
-Wl,-soname,libclaw_configuration_file.so.1 -o
libclaw_configuration_file.so.1.7.4
CMakeFiles/claw_configuration_file.dir/claw/code/configuration_file.cpp.o
/usr/bin/cmake -E cmake_symlink_library libclaw_configuration_file.so.1.7.4
libclaw_configuration_file.so.1 libclaw_configuration_file.so
make[3]: Leaving directory
'/build/reproducible-path/libclaw-1.7.4/obj-aarch64-linux-gnu'
[ 94%] Built target claw_configuration_file
make[3]: Leaving directory
'/build/reproducible-path/libclaw-1.7.4/obj-aarch64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:310:
CMakeFiles/claw_application-static.dir/all] Error 2
make[2]: Leaving directory
'/build/reproducible-path/libclaw-1.7.4/obj-aarch64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory
'/build/reproducible-path/libclaw-1.7.4/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:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--- End Message ---
--- Begin Message ---
Source: libclaw
Source-Version: 1.7.4-6
Done: Sébastien Noel <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libclaw, 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.
Sébastien Noel <[email protected]> (supplier of updated libclaw 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, 03 Aug 2026 08:41:45 +0200
Source: libclaw
Architecture: source
Version: 1.7.4-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Sébastien Noel <[email protected]>
Closes: 1133512
Changes:
libclaw (1.7.4-6) unstable; urgency=medium
.
* Team upload.
* Backport upstream patch to fix FTBFS with GCC-16 (Closes: #1133512)
Checksums-Sha1:
8a408865851f7b6f3e1fcf5890ac6daf59e6f54d 2872 libclaw_1.7.4-6.dsc
683f98491be9b7ae26628766af086617230c0729 10168 libclaw_1.7.4-6.debian.tar.xz
19675f8b8da41ebc8bf051c477d8f077943691a8 11674 libclaw_1.7.4-6_amd64.buildinfo
Checksums-Sha256:
06c89b60deac693ed4d96ebe412d5d7575c0fc341b5d0e599c25e6266650f597 2872
libclaw_1.7.4-6.dsc
f3c9d253b2df7b9f52d7fa8c9078d19ff98894a6105375c29052f536ea4e43e6 10168
libclaw_1.7.4-6.debian.tar.xz
fa3d84a41111a1483860024281efa0bb362858972908eca29e2fb37d75f18edb 11674
libclaw_1.7.4-6_amd64.buildinfo
Files:
e47fde76164aec3e5df0ae1589e46dac 2872 devel optional libclaw_1.7.4-6.dsc
65a9476f1b66ffdb875a9ea6602bf68a 10168 devel optional
libclaw_1.7.4-6.debian.tar.xz
470d6a3f9545e91af5cc7bc5565c61ae 11674 devel optional
libclaw_1.7.4-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFHBAEBCgAxFiEEdlP6my3wO8aMe9FCrKAIuMk0p9QFAmpwPzcTHHR3b2xpZmVA
ZGViaWFuLm9yZwAKCRCsoAi4yTSn1NeYB/sHkZAVblAG4HfUoRErl1jtmrcFte2v
jxRdtuB0TgBvtBHXPxO1Mpnw3SmCEyfOGjp3J1ddMMDI8tM85yR2q3Rj+04/gwcw
5ALaHmEsGCI8KH2OAmLKRkOiJfGYAW4rWFdibdr/wU0IaZQozGfqtp2LHk2MmsIn
05LOZuXZYz/Bxz/LTD3k1z5dc8YI7S0CroybJmDInoxSmbcQAzCXEvRchIk01ddP
ZOc8YDK3yjRM4a0SYXWpOZqSpTTjF1cm2lqB5brWGRoR5HpzANTZ8JkhrJAI9CxI
bJoaYzegaBsXUIeMuzFAaKrjaIXujvAl13rOoktovJ00BeGicTT6CfSa
=iyiN
-----END PGP SIGNATURE-----
pgpszF0iuVqYs.pgp
Description: PGP signature
--- End Message ---