Your message dated Wed, 03 Aug 2022 09:19:02 +0000
with message-id <[email protected]>
and subject line Bug#1012949: fixed in ii-esu 1.0a.dfsg2-1
has caused the Debian Bug report #1012949,
regarding ii-esu: ftbfs with GCC-12
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.)


-- 
1012949: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012949
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ii-esu
Version: 1.0a.dfsg2-0.1
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-12

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

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/gcc12/ii-esu_1.0a.dfsg2-0.1_unstable_gcc12.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.

[...]
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-cf57932f-b139-44af-bf78-aea9f30e33c7
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package ii-esu
dpkg-buildpackage: info: source version 1.0a.dfsg2-0.1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Ivo De Decker <[email protected]>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_auto_clean
        make -j8 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f ii-esu
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -- DFLAGS="-frelease"
        make -j8 "INSTALL=install --strip-program=true" DFLAGS=-frelease
make[2]: Entering directory '/<<PKGBUILDDIR>>'
gdc -o ii-esu -Iimport -Isrc -Wdeprecated -frelease -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro 
import/SDL.d import/SDL_active.d import/SDL_audio.d import/SDL_byteorder.d 
import/SDL_cdrom.d import/SDL_copying.d import/SDL_endian.d import/SDL_error.d 
import/SDL_events.d import/SDL_getenv.d import/SDL_joystick.d 
import/SDL_keyboard.d import/SDL_keysym.d import/SDL_keysym_.d 
import/SDL_mixer.d import/SDL_mouse.d import/SDL_mutex.d import/SDL_quit.d 
import/SDL_rwops.d import/SDL_syswm.d import/SDL_thread.d import/SDL_timer.d 
import/SDL_types.d import/SDL_version_.d import/SDL_video.d import/bulletml.d 
import/opengl.d import/openglu.d src/es/basis.d src/es/boot.d 
src/es/cloneable.d src/es/enemy.d src/es/field.d src/es/gamemanager.d 
src/es/mainloop.d src/es/mouse.d src/es/moving.d src/es/pointer.d src/es/rand.d 
src/es/screen.d src/es/shape.d src/es/ship.d src/es/shot.d src/es/sound.d src/
 es/stage.d -lSDL -lGL -lSDL_mixer
d21: warning: command-line option ‘-Wformat=1’ is valid for C/C++/ObjC/ObjC++ 
but not for D
d21: warning: ‘-Werror=’ argument ‘-Werror=format-security’ is not valid for D
d21: warning: command-line option ‘-Wdate-time’ is valid for 
C/C++/Fortran/ObjC/ObjC++ but not for D
src/es/enemy.d:496:49: error: none of the overloads of template 
‘std.math.operations.fmax’ are callable using argument types ‘!()(int, int)’
  496 |     glRotated(- 90.0 * fmax((1 - cast(real)(fmax(cnt - 80,0)) / 30.0) 
,0),0,1,0);
      |                                                 ^
/usr/lib/gcc/x86_64-linux-gnu/12/include/d/std/math/operations.d:774:3: note: 
Candidate is: ‘fmax(F)(const F x, const F y)’
     with `F = int`
  must satisfy the following constraint:
`       __traits(isFloating, F)`
  774 | F fmax(F)(const F x, const F y) @safe pure nothrow @nogc
      |   ^
src/es/ship.d:306:30: error: none of the overloads of template 
‘std.math.operations.fmax’ are callable using argument types ‘!()(int, int)’
  306 |         real co = (155 + fmax(shield  ,0) * 100 / MAXSHIELD)/255.0;
      |                              ^
/usr/lib/gcc/x86_64-linux-gnu/12/include/d/std/math/operations.d:774:3: note: 
Candidate is: ‘fmax(F)(const F x, const F y)’
     with `F = int`
  must satisfy the following constraint:
`       __traits(isFloating, F)`
  774 | F fmax(F)(const F x, const F y) @safe pure nothrow @nogc
      |   ^
make[2]: *** [Makefile:8: ii-esu] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" 
DFLAGS=-frelease returned exit code 2
make[1]: *** [debian/rules:14: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ii-esu
Source-Version: 1.0a.dfsg2-1
Done: Reiner Herrmann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ii-esu, 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 ii-esu 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: Sat, 30 Jul 2022 19:49:18 +0200
Source: ii-esu
Architecture: source
Version: 1.0a.dfsg2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Reiner Herrmann <[email protected]>
Closes: 1012949
Changes:
 ii-esu (1.0a.dfsg2-1) unstable; urgency=medium
 .
   * Team upload.
   * Fix FTBFS with gdc 12. (Closes: #1012949)
   * Build with ldc instead of gdc, as gdc is crashing during compilation.
   * Import repository to salsa.
   * Update debhelper compat level to 13.
   * Bump Standards-Version to 4.6.1.
     - Declare that d/rules does not require root.
   * Drop dh_auto_build override, as dpkg-buildflags already supports
     -fdebug/-frelease via noopt.
   * Enable all hardening options.
   * Drop empty watch file.
Checksums-Sha1:
 533a286d33c4eb29c458f4e4e31498aaf476b8a5 2212 ii-esu_1.0a.dfsg2-1.dsc
 dbe493ef1194e1fdffed041862d2df19bb266d70 22668 
ii-esu_1.0a.dfsg2-1.debian.tar.xz
 bf6c10a2aa4da7a032b241df0c9458156ab08d51 11094 
ii-esu_1.0a.dfsg2-1_amd64.buildinfo
Checksums-Sha256:
 097c55bb6c43b07cd81bafe7a5a8672960804a12fe369b819f9d4034367a0893 2212 
ii-esu_1.0a.dfsg2-1.dsc
 7eebf5859da329d8c20b7513e6290e8478ab1b8088ad7e468299fb60345b182c 22668 
ii-esu_1.0a.dfsg2-1.debian.tar.xz
 f410313f9886cf3c8b4d1c4d96bac5013827a43108cad3d3981c669a46593934 11094 
ii-esu_1.0a.dfsg2-1_amd64.buildinfo
Files:
 193b3172b9ac4dd5882533d0ed67bd15 2212 games optional ii-esu_1.0a.dfsg2-1.dsc
 fd835fd36d1759de003aad6575325807 22668 games optional 
ii-esu_1.0a.dfsg2-1.debian.tar.xz
 60279f6bc333533542b9a5232da2e483 11094 games optional 
ii-esu_1.0a.dfsg2-1_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAmLqOQtfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkGe4QAKERo+gSUvYknXhBvWkTgWW9nilT+JQEn1YW
6j9cZruqLanvnQ96b5dQboyLyOGYdHqK8gdf4WO/da01srZ3D0mdGKXjSReJx3Dk
P02q2IXye8M8ahpaVBw1luOELS6x8RUzqP4Vg+6PQ6ujSx9a4UxSVhdLwDxvp5S1
sRSn33w4/gXYBpAtoNBXj52F4kzIpIAuX28BqOv8JQas2B9Qf4c68+HWSmPh+rIE
pvXdpSyfMt8KqDpmn5V+PTyFIZeKZ5EX4jr0h9r1KKVBuRMb6H6ufnVJXfFNc118
h02vrLrOYI70i/PU4MW6IdMIgp57wgr2w9lW2txoZfY8Y0E79fDHqZaMtvLlNOvY
FNlR0dg/x1+kIQvl9CbMHQANl7W8JqO22CBvEZpRjMS8t4IXiacVq5glQsb9zXv9
EnNLAx6KMSO0ecacW+VPHY3kJHf0h4lWHdBCXADeVRWupnRQryVeI0keok3eO2cu
mmSk4vXR2Zjkv4YCuuddOHLVSoD9yP4wM1i85UuLIWV0r8raUj7bN8QjSujk7Tfn
BLoQkYG3pEi7es8WBHpThkUOq1jk/xC3bDMd9THxhsvXzJs3mDCnNWp/WS66Hm4K
GUvKfCIxtpIZZ2L6bp/QyAvTMpdeoNcYc6GHD4+JlGeeQJTJPWcz6whwpJK8yd9j
4QJ7DQtE
=6CTi
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to