Your message dated Mon, 29 Jul 2024 17:34:47 +0000
with message-id <e1syugl-002iiu...@fasolo.debian.org>
and subject line Bug#1074867: fixed in cataclysm-dda 0.G-5
has caused the Debian Bug report #1074867,
regarding cataclysm-dda: ftbfs with GCC-14
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 ow...@bugs.debian.org
immediately.)


-- 
1074867: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074867
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:cataclysm-dda
Version: 0.G-4
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14

[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/cataclysm-dda_0.G-4_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

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-14/porting_to.html

[...]
      |     ~~~~~~~^~~~~~~~~~~~~~
In file included from src/third-party/flatbuffers/util.h:23,
                 from src/third-party/flatbuffers/flexbuffers.h:24,
                 from src/flexbuffer_json.h:8,
                 from src/json.h:1600,
                 from src/assign.h:17,
                 from src/generic_factory.h:11,
                 from src/achievement.cpp:16:
src/third-party/flatbuffers/stl_emulation.h: In member function ‘constexpr 
flatbuffers::span<T, Extent>& flatbuffers::span<T, Extent>::operator=(const 
flatbuffers::span<T, Extent>&)’:
src/third-party/flatbuffers/stl_emulation.h:548:12: error: assignment of 
read-only member ‘flatbuffers::span<T, Extent>::count_’
  548 |     count_ = other.count_;
      |     ~~~~~~~^~~~~~~~~~~~~~
In file included from src/third-party/flatbuffers/util.h:23,
                 from src/third-party/flatbuffers/flexbuffers.h:24,
                 from src/flexbuffer_json.h:8,
                 from src/json.h:1600,
                 from src/units.h:17,
                 from src/game_constants.h:7,
                 from src/activity_type.h:7,
                 from src/character.h:26,
                 from src/avatar.h:15,
                 from src/action.cpp:12:
src/third-party/flatbuffers/stl_emulation.h: In member function ‘constexpr 
flatbuffers::span<T, Extent>& flatbuffers::span<T, Extent>::operator=(const 
flatbuffers::span<T, Extent>&)’:
src/third-party/flatbuffers/stl_emulation.h:548:12: error: assignment of 
read-only member ‘flatbuffers::span<T, Extent>::count_’
  548 |     count_ = other.count_;
      |     ~~~~~~~^~~~~~~~~~~~~~
In file included from src/third-party/flatbuffers/util.h:23,
                 from src/third-party/flatbuffers/flexbuffers.h:24,
                 from src/flexbuffer_json.h:8,
                 from src/json.h:1600,
                 from src/cata_utility.h:20,
                 from src/cuboid_rectangle.h:4,
                 from src/coordinates.h:10,
                 from src/activity_handlers.h:12,
                 from src/activity_handlers.cpp:1:
src/third-party/flatbuffers/stl_emulation.h: In member function ‘constexpr 
flatbuffers::span<T, Extent>& flatbuffers::span<T, Extent>::operator=(const 
flatbuffers::span<T, Extent>&)’:
src/third-party/flatbuffers/stl_emulation.h:548:12: error: assignment of 
read-only member ‘flatbuffers::span<T, Extent>::count_’
  548 |     count_ = other.count_;
      |     ~~~~~~~^~~~~~~~~~~~~~
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
make[2]: *** [Makefile:970: obj/activity_tracker.o] Error 1
make[2]: *** Waiting for unfinished jobs....
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
make[2]: *** [Makefile:970: obj/activity_type.o] Error 1
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
make[2]: *** [Makefile:970: obj/active_item_cache.o] Error 1
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
make[2]: *** [Makefile:970: obj/achievement.o] Error 1
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
make[2]: *** [Makefile:970: obj/action.o] Error 1
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
make[2]: *** [Makefile:970: obj/activity_handlers.o] Error 1
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
make[2]: *** [Makefile:970: obj/activity_item_handling.o] Error 1
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
make[2]: *** [Makefile:970: obj/activity_actor.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" 
RUNTESTS=0 VERSION=0.G 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:26: override_dh_auto_build-arch] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:23: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: cataclysm-dda
Source-Version: 0.G-5
Done: Reiner Herrmann <rei...@reiner-h.de>

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 1074...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Reiner Herrmann <rei...@reiner-h.de> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 29 Jul 2024 19:11:59 +0200
Source: cataclysm-dda
Architecture: source
Version: 0.G-5
Distribution: unstable
Urgency: medium
Maintainer: Reiner Herrmann <rei...@reiner-h.de>
Changed-By: Reiner Herrmann <rei...@reiner-h.de>
Closes: 1074867
Changes:
 cataclysm-dda (0.G-5) unstable; urgency=medium
 .
   * Fix FTBFS with GCC 14. (Closes: #1074867)
Checksums-Sha1:
 c9667cffa981684cb9ae8cb29cf653aff2a0ebdb 2296 cataclysm-dda_0.G-5.dsc
 30108e300b7adfff24f261e1d1305e6bb4295eff 19920 
cataclysm-dda_0.G-5.debian.tar.xz
 61698ef377ddbdc522f66aaa844170db706d9844 14591 
cataclysm-dda_0.G-5_amd64.buildinfo
Checksums-Sha256:
 4433828d97b0a96cd8c393fbd6ab4544c9e6931a5c68a00c67570d55180add13 2296 
cataclysm-dda_0.G-5.dsc
 9e592200d05f5bc853b9903f5a9f03bf059b056b23c95bda4b4661c0b577cbd5 19920 
cataclysm-dda_0.G-5.debian.tar.xz
 81641cf554a20b078a1bf74a127a6bdcf097b462e0069c05a5198a0b8b52136c 14591 
cataclysm-dda_0.G-5_amd64.buildinfo
Files:
 324a76617816ad96a38734483c35fd75 2296 games optional cataclysm-dda_0.G-5.dsc
 9e8883e3bbd45a50ebb1964ec17b9628 19920 games optional 
cataclysm-dda_0.G-5.debian.tar.xz
 5bd6f759515e72cbfc86ca2474756bb9 14591 games optional 
cataclysm-dda_0.G-5_amd64.buildinfo

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

iQIzBAEBCgAdFiEE2Pb6feok2Q1urHM7zPBJKNsO6qcFAmanzr4ACgkQzPBJKNsO
6qddGw/+IPL69iFFe85AYKGbwtd9fGWTxxZF998VhhAWUiI2FRc7fv8bHvpG58X1
uRgE1CZOt9mpst/+kkxj9uPOTRO3iVyu95v7aYJJlen9ynTYV7+SQ0dLk4PbAOZm
r+yEUYb2wlwLqmp+Bzj5xCCYBhMzbTtVwW4Px5tQnW5bPGYnrphBkj5E5TaTQgCb
ZBGiS9IqKms3Ni9/kg9pPsrVIxYQQTe5SV+u5cXIeauPfkeICli9gsr9KJdnXAJy
PKkLtBnSRQSu2Pn+GQXquNwudyW3pUOlqObOhxI/K3ZxMxDyQtldR4Vm8GHFWzw0
cnRdvIOKWhzEyJTwLSWMxJbipoh4n0MYhmMnDwaHOur4oNej0Ax+oN60WJ1D/Lvg
WMKHYAHQJ7P1CST3xInRkIkdLzFNw+O421B/2uDQZOJZLizwxKtD4uB/BWAWrds0
8n3QuH5D5Di9wN494jHWUAbCEFBJRDOvc754x9Hf/1I0vXD5hzS2BBaBwH/PcQ5A
8RlNfOTWVKMy/oyHSrVOLh9ODHdOiCP2FZt+NtmyAWqNkFc/KmrZAIDwlSZjMqao
5evxdGPHA6rJi581CDWiP3lOIuS/jtfvqoF8T1KSVzWl+B1Hvt4O2SgqU57nxdyx
rd2gI8zG8Qevb0DyPnXN9lmvIzui6IuYiSjx/wi0oCSixiRFtNQ=
=O6LM
-----END PGP SIGNATURE-----

Attachment: pgp0_FVMf9fs_.pgp
Description: PGP signature


--- End Message ---

Reply via email to