Your message dated Thu, 14 May 2026 11:22:20 +0000
with message-id <[email protected]>
and subject line Bug#1133439: fixed in cataclysm-dda 0.H-2
has caused the Debian Bug report #1133439,
regarding cataclysm-dda: 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.)


-- 
1133439: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1133439
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:cataclysm-dda
Version: 0.H-1
Severity: important
Tags: sid forky ftbfs
User: [email protected]
Usertags: ftbfs-gcc-16

Hi,

cataclysm-dda 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/cataclysm-dda_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.

[...]


make[2]: *** [Makefile:1056: obj/activity_item_handling.o] Error 1
make[2]: *** [Makefile:1056: obj/faction_camp.o] Error 1
make[2]: *** [Makefile:1056: obj/handle_action.o] Error 1
At top level:
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1056: obj/activity_handlers.o] Error 1
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1056: obj/avatar.o] Error 1
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1056: obj/map_extras.o] Error 1
src/iuse.cpp: In function ‘std::optional<int> iuse::sextant(Character*, item*, 
const tripoint&)’:
src/iuse.cpp:8132:101: note: parameter passing for argument of type 
‘std::pair<units::quantity<double, units::angle_in_radians_tag>, 
units::quantity<double, units::angle_in_radians_tag> >’ when C++17 is enabled 
changed to match C++14 in GCC 10.1
 8132 |     const std::pair<units::angle, units::angle> sun_position = 
sun_azimuth_altitude( calendar::turn );
      |                                                                         
                            ^
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1056: obj/bionics.o] Error 1
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1056: obj/magic.o] Error 1
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1056: obj/activity_actor.o] Error 1
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1056: obj/iexamine.o] Error 1
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1056: obj/debug_menu.o] Error 1
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1056: obj/martialarts.o] Error 1
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1056: obj/map.o] Error 1
At top level:
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1056: obj/iuse_actor.o] Error 1
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1056: obj/condition.o] Error 1
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1056: obj/item_factory.o] Error 1
At top level:
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1056: obj/iuse.o] Error 1
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
At top level:
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1056: obj/character.o] Error 1
make[2]: *** [Makefile:1056: obj/item.o] Error 1
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1056: obj/game.o] Error 1
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1056: obj/mapgen.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/cataclysm-dda-0.H'
dh_auto_build: error: make -j128 INSTALL="install --strip-program=true" 
RUNTESTS=0 VERSION=0.H PREFIX=/usr ASTYLE=0 RELEASE=1 USE_XDG_DIR=1 
LANGUAGES=all DEBUG_SYMBOLS=1 LINTJSON=0 PCH=0 DEBUGSYMS=-g1 LTO=1 GOLD=0 
returned exit code 2
make[1]: *** [debian/rules:29: override_dh_auto_build-arch] Error 25
make[1]: Leaving directory '/build/reproducible-path/cataclysm-dda-0.H'
make: *** [debian/rules:26: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2

--- End Message ---
--- Begin Message ---
Source: cataclysm-dda
Source-Version: 0.H-2
Done: Reiner Herrmann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
cataclysm-dda, 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.
Reiner Herrmann <[email protected]> (supplier of updated cataclysm-dda 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, 14 May 2026 12:28:02 +0200
Source: cataclysm-dda
Architecture: source
Version: 0.H-2
Distribution: unstable
Urgency: medium
Maintainer: Reiner Herrmann <[email protected]>
Changed-By: Reiner Herrmann <[email protected]>
Closes: 1133439
Changes:
 cataclysm-dda (0.H-2) unstable; urgency=medium
 .
   * Demote GCC 16 "sfinae-incomplete" to warning. (Closes: #1133439)
   * Upgrade to Standards-Version 4.7.4.
     - drop Priority: optional, which is now the default
   * Update watch file to version 5.
   * Drop Rules-Requires-Root: no, which is now the default.
Checksums-Sha1:
 45ce33f8a5985f7f09bcf50370005308e6b04b11 2296 cataclysm-dda_0.H-2.dsc
 4f6f36fdfa34cf514115520d343f7fe362a0ebb1 19260 
cataclysm-dda_0.H-2.debian.tar.xz
 7d041a1fde5ba880ebfaec1b7762d16447fb9050 14768 
cataclysm-dda_0.H-2_amd64.buildinfo
Checksums-Sha256:
 7513fb467c4a93b82d7d2d8a74fcd69b0d4ad0d0e34f16a71ef84fc0ad044b22 2296 
cataclysm-dda_0.H-2.dsc
 2940d661b44c03e19c595b866a54b2a6f664d67213a8746ac70d2099c5b03fd4 19260 
cataclysm-dda_0.H-2.debian.tar.xz
 9e73a48d9104b8269bb57bdb7562de4d276dd1579f3987d3f9c30b4751c64763 14768 
cataclysm-dda_0.H-2_amd64.buildinfo
Files:
 8d2fe25e7e80e8dac77de18c93e25ca6 2296 games optional cataclysm-dda_0.H-2.dsc
 dd5d1b4b99fec23c3fa5719e1068547e 19260 games optional 
cataclysm-dda_0.H-2.debian.tar.xz
 ba2205017863208a2aecf0a8c07c5d14 14768 games optional 
cataclysm-dda_0.H-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEE2Pb6feok2Q1urHM7zPBJKNsO6qcFAmoFq+AACgkQzPBJKNsO
6qfSaRAAz3DgUU9WhBjv5dyva2WTl0bLpfOXN4yN2u0VXn4sy3eK4yg6498ixps2
QVw4wb+CE6Aq2akII8dI7b4gA98ZMpYJPnFSqih6VTKreMa4KeRHUZztIR64JiJr
QVyG1Kfy2eKiT4drS2Ke+GC5knTED+PrcYkJ9GcHjZxBocG1pD3qwwMahAqcZmoO
Fa7YWDL/sxZu9YTfgoIsvGFLnFjsTdU9kRPG8dcedaE2E1mz0kwpYbuei0+IJUxk
JaCMXLapjuXZ+jnI6IgBcGvn1gc8fkuwGSwHhB6hRU7WlHjjKVNngSHZ4ppYdL1c
VEGFQZYJ3ALF6a0U/Yfd/TjQoEXzySTFjm2rcGbip6bS+N5D9o290UBghBu8fBWy
xcClvZxNwMJo+jlOs95Ec37yFFLQKvP1ubTUU042/QI3L+bOkHd126La8QD6udEu
BN8uaFwQb4OE26EN3853lc2YhKZs2NLOpxU7irjZbQOZpVdldL5LJaz3upf9HmRP
826vu0nRzr4UfRdqUHOYkrr7jqePzBGlYXVxV8E212lHNoH34/G16Lc38kBFJgtf
F3Mhx5DdnaHZpGyWEQg+pOX0T4jIB2bOClFAhl26Mxp5r12kVhzy13t/sWzzQona
TabzhlE6XvJ2WJYt/3JBCWYNiACuVb2Y9WfjDIBzLaqjdJ6XM+g=
=ydKS
-----END PGP SIGNATURE-----

Attachment: pgp109iB3HI5w.pgp
Description: PGP signature


--- End Message ---

Reply via email to