Your message dated Mon, 27 Dec 2021 12:19:50 +0000
with message-id <e1n1oyk-000ega...@fasolo.debian.org>
and subject line Bug#984275: fixed in openmw 0.47.0-1
has caused the Debian Bug report #984275,
regarding openmw: ftbfs with GCC-11
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.)


-- 
984275: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984275
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:openmw
Version: 0.46.0-3
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye 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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/openmw_0.46.0-3_unstable_gcc11.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
   33 | #define dbl_max std::numeric_limits<double>::max()
      |                                     ^~~~~~
/<<PKGBUILDDIR>>/components/sceneutil/mwshadowtechnique.cpp:2837:78: note: in 
expansion of macro ‘dbl_max’
 2837 |     min_x_ratio = convexHull.valid() ? 
convexHull.minRatio(virtual_eye,0) : -dbl_max;
      |                                                                         
     ^~~~~~~
/<<PKGBUILDDIR>>/components/sceneutil/mwshadowtechnique.cpp:33:22: error: 
‘numeric_limits’ is not a member of ‘std’
   33 | #define dbl_max std::numeric_limits<double>::max()
      |                      ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/components/sceneutil/mwshadowtechnique.cpp:2838:77: note: in 
expansion of macro ‘dbl_max’
 2838 |     max_x_ratio = convexHull.valid() ? 
convexHull.maxRatio(virtual_eye,0) : dbl_max;
      |                                                                         
    ^~~~~~~
/<<PKGBUILDDIR>>/components/sceneutil/mwshadowtechnique.cpp:33:37: error: 
expected primary-expression before ‘double’
   33 | #define dbl_max std::numeric_limits<double>::max()
      |                                     ^~~~~~
/<<PKGBUILDDIR>>/components/sceneutil/mwshadowtechnique.cpp:2838:77: note: in 
expansion of macro ‘dbl_max’
 2838 |     max_x_ratio = convexHull.valid() ? 
convexHull.maxRatio(virtual_eye,0) : dbl_max;
      |                                                                         
    ^~~~~~~
/<<PKGBUILDDIR>>/components/sceneutil/mwshadowtechnique.cpp:33:22: error: 
‘numeric_limits’ is not a member of ‘std’
   33 | #define dbl_max std::numeric_limits<double>::max()
      |                      ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/components/sceneutil/mwshadowtechnique.cpp:2882:28: note: in 
expansion of macro ‘dbl_max’
 2882 |         if (min_z_ratio == dbl_max || rli.min_z_ratio > min_z_ratio)
      |                            ^~~~~~~
/<<PKGBUILDDIR>>/components/sceneutil/mwshadowtechnique.cpp:33:37: error: 
expected primary-expression before ‘double’
   33 | #define dbl_max std::numeric_limits<double>::max()
      |                                     ^~~~~~
/<<PKGBUILDDIR>>/components/sceneutil/mwshadowtechnique.cpp:2882:28: note: in 
expansion of macro ‘dbl_max’
 2882 |         if (min_z_ratio == dbl_max || rli.min_z_ratio > min_z_ratio)
      |                            ^~~~~~~
/<<PKGBUILDDIR>>/components/sceneutil/mwshadowtechnique.cpp:33:37: error: 
expected ‘)’ before ‘double’
   33 | #define dbl_max std::numeric_limits<double>::max()
      |                                     ^~~~~~
/<<PKGBUILDDIR>>/components/sceneutil/mwshadowtechnique.cpp:2882:28: note: in 
expansion of macro ‘dbl_max’
 2882 |         if (min_z_ratio == dbl_max || rli.min_z_ratio > min_z_ratio)
      |                            ^~~~~~~
/<<PKGBUILDDIR>>/components/sceneutil/mwshadowtechnique.cpp:2882:12: note: to 
match this ‘(’
 2882 |         if (min_z_ratio == dbl_max || rli.min_z_ratio > min_z_ratio)
      |            ^
/<<PKGBUILDDIR>>/components/sceneutil/mwshadowtechnique.cpp:33:22: error: 
‘numeric_limits’ is not a member of ‘std’
   33 | #define dbl_max std::numeric_limits<double>::max()
      |                      ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/components/sceneutil/mwshadowtechnique.cpp:2884:29: note: in 
expansion of macro ‘dbl_max’
 2884 |         if (max_z_ratio == -dbl_max || rli.max_z_ratio < max_z_ratio)
      |                             ^~~~~~~
/<<PKGBUILDDIR>>/components/sceneutil/mwshadowtechnique.cpp:33:37: error: 
expected primary-expression before ‘double’
   33 | #define dbl_max std::numeric_limits<double>::max()
      |                                     ^~~~~~
/<<PKGBUILDDIR>>/components/sceneutil/mwshadowtechnique.cpp:2884:29: note: in 
expansion of macro ‘dbl_max’
 2884 |         if (max_z_ratio == -dbl_max || rli.max_z_ratio < max_z_ratio)
      |                             ^~~~~~~
/<<PKGBUILDDIR>>/components/sceneutil/mwshadowtechnique.cpp:33:37: error: 
expected ‘)’ before ‘double’
   33 | #define dbl_max std::numeric_limits<double>::max()
      |                                     ^~~~~~
/<<PKGBUILDDIR>>/components/sceneutil/mwshadowtechnique.cpp:2884:29: note: in 
expansion of macro ‘dbl_max’
 2884 |         if (max_z_ratio == -dbl_max || rli.max_z_ratio < max_z_ratio)
      |                             ^~~~~~~
/<<PKGBUILDDIR>>/components/sceneutil/mwshadowtechnique.cpp:2884:12: note: to 
match this ‘(’
 2884 |         if (max_z_ratio == -dbl_max || rli.max_z_ratio < max_z_ratio)
      |            ^
make[3]: *** [components/CMakeFiles/components.dir/build.make:702: 
components/CMakeFiles/components.dir/sceneutil/shadow.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [components/CMakeFiles/components.dir/build.make:715: 
components/CMakeFiles/components.dir/sceneutil/mwshadowtechnique.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[2]: *** [CMakeFiles/Makefile2:788: 
components/CMakeFiles/components.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/build'
dh_auto_build: error: cd build && make -j4 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:48: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: openmw
Source-Version: 0.47.0-1
Done: Bret Curtis <psi...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
openmw, 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 984...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bret Curtis <psi...@gmail.com> (supplier of updated openmw 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: Sun, 17 Oct 2021 08:15:09 +0200
Source: openmw
Architecture: source
Version: 0.47.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Bret Curtis <psi...@gmail.com>
Closes: 984275
Changes:
 openmw (0.47.0-1) unstable; urgency=low
 .
   [ Bret Curtis ]
   * Upstream release: OpenMW-0.47.0
   * Add fix for compiling on m68k and sh4
   * Add dep on recastnavigation
   * Fixes ftbfs with GCC-11 (Closes: #984275)
 .
   [ Tobias Frost ]
   * wrap-and-sort on d/control to better maintain dependencies.
   * Add B-D on liblz4-dev and librecast-dev (currently in NEW)
   * Set CMake option to use the packaged librecast in d/rules.
   * Fix d/watch.
 .
   [ Pino Toscano ]
   * Move /usr/share/metainfo/openmw.appdata.xml from openmw-data to
     openmw-launcher, together with the desktop file & application it refers to
     - add proper breaks/replaces
Checksums-Sha1:
 f80886af1ace43787bc32967d49ec8064f953bc9 2413 openmw_0.47.0-1.dsc
 bd28042b4962657f744de4ff20bbac3f639eab76 5156857 openmw_0.47.0.orig.tar.gz
 6ef723e7f95aea50ba8a6cba401f5983ad18703f 11004 openmw_0.47.0-1.debian.tar.xz
 b4b447c61280dabf8c920102188457d9478892fe 19063 openmw_0.47.0-1_source.buildinfo
Checksums-Sha256:
 3d71fab9c80cdda7245600834be9b7b0efdd656ba0f338e7b26c2673f4aaeee6 2413 
openmw_0.47.0-1.dsc
 bd7f77e1527c2180e9b0dfcbe401d6fb48f24dbb37701dac7747697873d6edb4 5156857 
openmw_0.47.0.orig.tar.gz
 f3458355606a2f859d81a50d50e044e5da65b4b74502dc5e3a2010c82a04368f 11004 
openmw_0.47.0-1.debian.tar.xz
 c08af9a634b2b0b70525a7c2661209c1aad527a40495e3b6bd6b0d58742d0be0 19063 
openmw_0.47.0-1_source.buildinfo
Files:
 cb57688f4d9cb2363df62e02669a5fdb 2413 games optional openmw_0.47.0-1.dsc
 823de13cc92645dd4e02c6343022c55c 5156857 games optional 
openmw_0.47.0.orig.tar.gz
 2befbb8026e26cb6067479e2532cca5f 11004 games optional 
openmw_0.47.0-1.debian.tar.xz
 9672bec2482aa7870b500317ac2db0c2 19063 games optional 
openmw_0.47.0-1_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmHJq0AQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFI4VC/9phWOw9PXtwE2M/jeoWNZYHGuYK5JIAqHk
9LXYfaVs4W7Jry926EBewf+2Qws5TBfnGjIVOw2QpIstv8w/L5xAT5c/nk3R7/3R
DMje0W/SBc4sku85lp941Df+9nSIw5sj9WRHvZ9V/b0KP/9v1NAAREPL6UuDtE/o
aYORZ1P/UXQy12mziaNbPPw0nPoFeBBAsuYU7Dx5MHM6pSuOKKaLitDlLb+6q2Qi
g+xQiL8zIkSvnp1wVbzLs32914VW2X/L3Dfb1l/GHdvkw8ZLK4K8nJahwF/quVUD
rsa5TX71IREX7cNz6zHEd7b2aXxFOPpvqQifGyP0gyj1qzmVWH+Qa+CCVr3WXjZJ
TCyAg3Y4Kqjb/vuse3ZFhS4bCf9WMLoL+MC2so46smVYPCkp6lXAOig1+p/uCMgB
eeVMQ7KxJ0o098xTR5jkCyPjxksnEs3dVxY0pkwECQ9PrkidwuvCS1yK0gNshwPx
TnY1vsEDvD6dO0Zf350s0jtKbI6lGHI=
=iZyu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to