Your message dated Wed, 03 Aug 2022 09:20:25 +0000
with message-id <e1ojayd-00gxgf...@fasolo.debian.org>
and subject line Bug#1013055: fixed in torus-trooper 0.22.dfsg1-13
has caused the Debian Bug report #1013055,
regarding torus-trooper: 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 ow...@bugs.debian.org
immediately.)


-- 
1013055: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013055
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:torus-trooper
Version: 0.22.dfsg1-12
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
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/torus-trooper_0.22.dfsg1-12_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.

[...]
Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
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-bfbaad95-ba9a-4669-bfcf-b9c8344d5dd5
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 torus-trooper
dpkg-buildpackage: info: source version 0.22.dfsg1-12
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Markus Koschany <a...@debian.org>
 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 torus-trooper
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 torus-trooper 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_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/abagames/tt/barrage.d 
src/abagames/tt/boot.d src/abagames/tt/bulletactor.d 
src/abagames/tt/bulletactorpool.d src/abagames/tt/bulletimpl.d 
src/abagames/tt/bullettarget.d src/abagames/tt/camera.d src/abagames/tt/enemy.d 
src/abagames/tt/floatletter.d src/abagames/tt/gamemanager.d 
src/abagames/tt/letter.d src/abagames/tt/particle.d 
src/abagames/tt/prefmanager.d src/abagames/tt/replay.d src/abagames/tt/screen.d 
src/abagames/tt/shape.d src/abagames/tt/s
 hip.d src/abagames/tt/shot.d src/abagames/tt/soundmanager.d 
src/abagames/tt/stagemanager.d src/abagames/tt/title.d src/abagames/tt/tunnel.d 
src/abagames/util/actor.d src/abagames/util/bulletml/bullet.d 
src/abagames/util/bulletml/bulletsmanager.d src/abagames/util/iterator.d 
src/abagames/util/logger.d src/abagames/util/prefmanager.d 
src/abagames/util/rand.d src/abagames/util/sdl/displaylist.d 
src/abagames/util/sdl/gamemanager.d src/abagames/util/sdl/input.d 
src/abagames/util/sdl/luminous.d src/abagames/util/sdl/mainloop.d 
src/abagames/util/sdl/pad.d src/abagames/util/sdl/recordablepad.d 
src/abagames/util/sdl/screen.d src/abagames/util/sdl/screen3d.d 
src/abagames/util/sdl/sdlexception.d src/abagames/util/sdl/sound.d 
src/abagames/util/sdl/texture.d src/abagames/util/tokenizer.d 
src/abagames/util/vector.d -Iimport -Isrc -Wno-deprecated -frelease -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,re
 lro -lSDL -lGL -lGLU -lSDL_mixer -lbulletml
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
import/SDL_cdrom.d:71:21: error: instead of C-style syntax, use D-style 
‘SDL_CDtrack[SDL_MAX_TRACKS + 1] track’
   71 |         SDL_CDtrack track[SDL_MAX_TRACKS+1];
      |                     ^
import/SDL_mouse.d:35:16: error: instead of C-style syntax, use D-style 
‘Uint8*[2] save’
   35 |         Uint8 *save[2];                 /* Place to save cursor area */
      |                ^
make[2]: *** [Makefile:8: torus-trooper] 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: torus-trooper
Source-Version: 0.22.dfsg1-13
Done: Reiner Herrmann <rei...@reiner-h.de>

We believe that the bug you reported is fixed in the latest version of
torus-trooper, 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 1013...@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 torus-trooper 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: Sat, 30 Jul 2022 22:57:17 +0200
Source: torus-trooper
Architecture: source
Version: 0.22.dfsg1-13
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Reiner Herrmann <rei...@reiner-h.de>
Closes: 1013055
Changes:
 torus-trooper (0.22.dfsg1-13) unstable; urgency=medium
 .
   * Team upload.
   * Fix FTBFS with gdc 12. (Closes: #1013055)
   * Update debhelper compat level to 13.
   * Update Standards-Version to 4.6.1.
     - Declare that d/rules does not require root.
   * Bump watch file format to 4.
   * Use https for homepage.
   * Drop dh_auto_build override, as dpkg-buildflags already supports
     -fdebug/-frelease via noopt.
   * Enable all hardening options.
Checksums-Sha1:
 47afa93af410a38ebfcc7f475a0630af70928bfe 2454 torus-trooper_0.22.dfsg1-13.dsc
 943f47592a65a0c07933eafadef8d43114482887 31860 
torus-trooper_0.22.dfsg1-13.debian.tar.xz
 69e83f1c128c7eb65fadad7c10ca03cc6963676f 11508 
torus-trooper_0.22.dfsg1-13_amd64.buildinfo
Checksums-Sha256:
 730120107f1c2a3cbee10f05da6085a4c774f05f0b1ee227eada4c18cf5ff198 2454 
torus-trooper_0.22.dfsg1-13.dsc
 979c7230b9d8566283c3ab9ae6ac093458ae393dc20b8e72b875dbb21e00436e 31860 
torus-trooper_0.22.dfsg1-13.debian.tar.xz
 46237874fc6b1cc57eb2d928d976be9aa457feaa6aaac3865165de3cbb40e5a4 11508 
torus-trooper_0.22.dfsg1-13_amd64.buildinfo
Files:
 62ac521698352c660292823f5eb285c6 2454 games optional 
torus-trooper_0.22.dfsg1-13.dsc
 5b65c38f53e455d84a8aca3aea7c5857 31860 games optional 
torus-trooper_0.22.dfsg1-13.debian.tar.xz
 ef0ee1a0d85c691a3bebbe9498630c13 11508 games optional 
torus-trooper_0.22.dfsg1-13_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAmLqOuxfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkT1YQAJ5SLsNLvDWKswtg18iUrVz1voaapiDMdGQ9
5TqpQY3qqwA2205mJU4ca34Ev7WFoDE8Q61BmXGm8hdByYLZBpzSRAcE1Li/f+XV
RR3WwUjku8Ou3c/d+4VqjLugBd39fM8GXD9qX8qvs52lUddmSwz4JXLQLYvWb6LY
SgTGe0iJi6wlLfhT8VyITp66WLGdLweg77vFr6epbw7fv31JDzkUUbDgPtAuf5rt
Cfd+auCnuVCCbFsUukBSLNfZEf+SFM8phwy+x61ES2oc8KgoQ7VpSUjSDbtDmbwk
JRTgcLejA3gyfM7vQri5NXTgUWVo6Fhw44yxm8StI/5yh09k4doLEoH7JO0ncFvy
lunhQzFg7amPUEOiB/t04WUUBSyiA176dgQPbOB8r9S99PFD7m52TJ9tpk1GKpTg
WW9+ZGdz7QMiXYX+7s1KT72y0swhpAJQ8fNPgmy+7sJ7WT+V0D/1JisCj9PLn0iv
esnfxwMdXgWt8lPW1u2e8SHz/EVLgwmqeQL26t+OsO50LttuRsk7aNNCruoPNByr
oS4qjEnWZbyoChKqOeLyuoycvfnHL7JlVDsw3iWSrhEJkhrzb20sXfMGkwKPn9hj
VnwbVgjIq0UGNUZFCeXWCzkQuOmJfFzgLDv/aQ8GNqu3hL54EiTYhLFzeZz4vR7o
B7ww3jFn
=7gxn
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to