Your message dated Sat, 05 Aug 2017 20:51:56 +0000
with message-id <e1de63a-0004pf...@fasolo.debian.org>
and subject line Bug#853427: fixed in gnurobbo 0.68+dfsg-3
has caused the Debian Bug report #853427,
regarding gnurobbo: ftbfs with GCC-7
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.)


-- 
853427: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853427
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gnurobbo
Version: 0.68+dfsg-2
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/gnurobbo_0.68+dfsg-2_unstable_gcc7.log
The last lines of the build log are at the end of this report.

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

[...]
SCHROOT_CHROOT_NAME=unstable-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=unstable-amd64-sbuild-9b4f3b89-b4f5-4730-bd2c-91667babae9c
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42

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

dpkg-buildpackage: info: source package gnurobbo
dpkg-buildpackage: info: source version 0.68+dfsg-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Stephen Kitt <sk...@debian.org>
 dpkg-source --before-build gnurobbo-0.68+dfsg
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_testdir
   dh_auto_clean
        make -j1 clean
make[1]: Entering directory '/<<BUILDDIR>>/gnurobbo-0.68+dfsg'
rm -f *.o gnurobbo
make[1]: Leaving directory '/<<BUILDDIR>>/gnurobbo-0.68+dfsg'
   dh_clean
 dpkg-source -b gnurobbo-0.68+dfsg
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building gnurobbo using existing 
./gnurobbo_0.68+dfsg.orig.tar.bz2
dpkg-source: info: building gnurobbo in gnurobbo_0.68+dfsg-2.debian.tar.xz
dpkg-source: info: building gnurobbo in gnurobbo_0.68+dfsg-2.dsc
 debian/rules build
dh build
   dh_testdir
   dh_update_autotools_config
   dh_auto_configure
   dh_auto_build
        make -j1
make[1]: Entering directory '/<<BUILDDIR>>/gnurobbo-0.68+dfsg'
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/gnurobbo-0.68+dfsg=. -fstack-protector-strong 
-Wformat -Werror=format-security -d -Wall  `sdl-config --cflags` -DPLATFORM_PC 
-DVERSION=\"0.68\" -D_SMOOTH_SCRL_=\"yes\" -DLIGHTNINGENABLED=\"yes\" 
-DPACKAGE_DATA_DIR=\"/usr/share/games/gnurobbo\"   -DHAVE_DESIGNER -c 
ROB_engine.c -o ROB_engine.o
cc: error: missing argument to '-d'
Makefile:88: recipe for target 'ROB_engine.o' failed
make[1]: *** [ROB_engine.o] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/gnurobbo-0.68+dfsg'
dh_auto_build: make -j1 returned exit code 2
debian/rules:10: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: gnurobbo
Source-Version: 0.68+dfsg-3

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

Debian distribution maintenance software
pp.
Stephen Kitt <sk...@debian.org> (supplier of updated gnurobbo 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, 05 Aug 2017 21:47:07 +0200
Source: gnurobbo
Binary: gnurobbo gnurobbo-data
Architecture: source
Version: 0.68+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Stephen Kitt <sk...@debian.org>
Description:
 gnurobbo   - logic game ported from ATARI XE/XL
 gnurobbo-data - logic game ported from ATARI XE/XL - data files
Closes: 853427
Changes:
 gnurobbo (0.68+dfsg-3) unstable; urgency=medium
 .
   * Drop -d from CFLAGS so the package will build with GCC 7
     (closes: #853427).
   * Update debian/copyright.
   * Mark gnurobbo-data as Multi-Arch: foreign.
   * Standards-Version 4.0.0, no further change required.
   * Switch to debhelper compatibility level 10.
Checksums-Sha1:
 4b7e93d1edf26931a24f268de8f6ed4c35343175 2078 gnurobbo_0.68+dfsg-3.dsc
 4abaa4312d3f7f9d46fb527e4dba5109cc51ea55 7984 
gnurobbo_0.68+dfsg-3.debian.tar.xz
 4d95d8ffc49cd10f88f54c9fe44044b37f712ccd 10346 
gnurobbo_0.68+dfsg-3_source.buildinfo
Checksums-Sha256:
 d732429d5abe285689405a0dcc585d263bd50cf23d52c0ae792f562f50468773 2078 
gnurobbo_0.68+dfsg-3.dsc
 f88c30b7694f5151f9b21e73a7bada9ee26ef4c222123c55b3568c1a9a584117 7984 
gnurobbo_0.68+dfsg-3.debian.tar.xz
 4371de9fa04f5bc42d2dd3d12a44195cda93ca3e35a0af8b13e984caacd16039 10346 
gnurobbo_0.68+dfsg-3_source.buildinfo
Files:
 d4eeb3b0f3e9c94f29db714a34c7ff3a 2078 games optional gnurobbo_0.68+dfsg-3.dsc
 10a2f558e991e70a51d85364cf2fa8d6 7984 games optional 
gnurobbo_0.68+dfsg-3.debian.tar.xz
 dcf4492f2a4db886fa183d843af2cf5f 10346 games optional 
gnurobbo_0.68+dfsg-3_source.buildinfo

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

iQIzBAEBCgAdFiEEednFjFDWtapl1TDBdZd4qaNrSU8FAlmGIOQACgkQdZd4qaNr
SU/xXA//e/ETxOMF6nkYgIwGZuOx9CEPxNa8xOC7wKMMqmNkiOZ+rxruzM2jwubk
brNoyHDWP/JqBLz3z6hu3ABStmzX3HozmQvaKRwOBOMeQfGY+E4JeH/7jCQrZdv4
RyPmh72L/51WwBMIVbZDfGJTJSis3Q4nRBWCNBP11k4mOY2lcP/+d/JovYS+uIW3
D/yMr9L8GmQ4GoMt1YZjbB4me8lLCTcK5WRhPnkq8cSYfdtlwBHcjtaKbPg9BrOK
8OM9VBH/6ZCwUQHgSqH6PBxnKf09IYR+7M9gE9heLrbVWeK4kmyuyKGzcFa8aCJb
x/sLvpgNfOWmaClhcY+XkbH+y6FO34f7vepxn1wB4k5J6Xs8WtUoux+jMJqdZ4wI
oUPe3Og5C8kl7CAHqIyRGq79xRoF05KRb9+waDRNyihwvhdHGbatgVrS5eGqIaXC
7I7/Vh3vA0covFALOGzxqC8M+KbznRzrQlV7FI2sE/uwBPGU0dP34PgduBWgI3ki
MoZe2OVtJORzO7sOGYdVfGFwlLmH8QqFLtKsE0lucYjPuC2mzHYBVSTR2vsIVLxM
fv0acwOM3JJ54XkBUyJcE2Y9NHN49sHbJRf4y8RKaa9e9CnD+fomb/NHVP9OXotQ
vZSF8nL4Gaay9PTljRrXW/cV4nYxCSl6lPrGgaieDWKlO9BXO4Y=
=h2f5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to