Your message dated Fri, 13 Sep 2019 21:36:56 +0000
with message-id <e1i8tfq-0008qg...@fasolo.debian.org>
and subject line Bug#853629: fixed in qtads 2.1.7-0.1
has caused the Debian Bug report #853629,
regarding qtads: 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.)


-- 
853629: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853629
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:qtads
Version: 2.1.6-1
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/qtads_2.1.6-1_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

[...]
tads3/tct3.cpp:5154:19: note: 'lbl_done' was declared here
     CTcCodeLabel *lbl_done;
                   ^~~~~~~~
g++ -c -m64 -pipe -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing -Wall -W -Wno-unused-parameter 
-D_REENTRANT -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DTROLLTECH_QT 
-D_M_QT -DT3_COMPILING_FOR_HTML -DVM_FLAT_POOL -DUSE_HTML -DTC_TARGET_T3 
-DVMGLOB_VARS -D_GNU_SOURCE=1 -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB 
-DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc 
-Itads2 -Itads3 -Ihtmltads -I/usr/include/SDL -Itmp -Itmp -o obj/tct3_d.o 
tads3/tct3_d.cpp
In file included from tads3/tct3.h:24:0,
                 from tads3/tctarg.h:89,
                 from tads3/tct3_d.cpp:23:
tads3/tcprs.h:2251:5: warning: type qualifiers ignored on function return type 
[-Wignored-qualifiers]
     const size_t getval_literal_len() const { return val_.str_.len_; }
     ^~~~~
In file included from tads3/tct3drv.h:29:0,
                 from tads3/tct3.h:40,
                 from tads3/tctarg.h:89,
                 from tads3/tct3_d.cpp:23:
tads3/tcpndrv.h:573:5: warning: type qualifiers ignored on function return type 
[-Wignored-qualifiers]
     const size_t get_name_len() const { return name_.get_text_len(); }
     ^~~~~
g++ -c -m64 -pipe -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing -Wall -W -Wno-unused-parameter 
-D_REENTRANT -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DTROLLTECH_QT 
-D_M_QT -DT3_COMPILING_FOR_HTML -DVM_FLAT_POOL -DUSE_HTML -DTC_TARGET_T3 
-DVMGLOB_VARS -D_GNU_SOURCE=1 -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB 
-DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc 
-Itads2 -Itads3 -Ihtmltads -I/usr/include/SDL -Itmp -Itmp -o obj/tct3nl.o 
tads3/tct3nl.cpp
In file included from tads3/tct3.h:24:0,
                 from tads3/tct3nl.cpp:30:
tads3/tcprs.h:2251:5: warning: type qualifiers ignored on function return type 
[-Wignored-qualifiers]
     const size_t getval_literal_len() const { return val_.str_.len_; }
     ^~~~~
In file included from tads3/tct3drv.h:29:0,
                 from tads3/tct3.h:40,
                 from tads3/tct3nl.cpp:30:
tads3/tcpndrv.h:573:5: warning: type qualifiers ignored on function return type 
[-Wignored-qualifiers]
     const size_t get_name_len() const { return name_.get_text_len(); }
     ^~~~~
g++ -c -m64 -pipe -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing -Wall -W -Wno-unused-parameter 
-D_REENTRANT -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DTROLLTECH_QT 
-D_M_QT -DT3_COMPILING_FOR_HTML -DVM_FLAT_POOL -DUSE_HTML -DTC_TARGET_T3 
-DVMGLOB_VARS -D_GNU_SOURCE=1 -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB 
-DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc 
-Itads2 -Itads3 -Ihtmltads -I/usr/include/SDL -Itmp -Itmp -o obj/tct3stm.o 
tads3/tct3stm.cpp
In file included from tads3/tct3stm.cpp:30:0:
tads3/tcprs.h:2251:5: warning: type qualifiers ignored on function return type 
[-Wignored-qualifiers]
     const size_t getval_literal_len() const { return val_.str_.len_; }
     ^~~~~
In file included from tads3/tct3drv.h:29:0,
                 from tads3/tct3.h:40,
                 from tads3/tct3stm.cpp:31:
tads3/tcpndrv.h:573:5: warning: type qualifiers ignored on function return type 
[-Wignored-qualifiers]
     const size_t get_name_len() const { return name_.get_text_len(); }
     ^~~~~
tads3/tct3stm.cpp: In static member function 'static void 
CTPNVarIn::gen_iter_init(CTcPrsNode*, int, const char*)':
tads3/tct3stm.cpp:318:24: error: ISO C++ forbids comparison between pointer and 
integer [-fpermissive]
     if (create_iter != VM_INVALID_PROP)
                        ^~~~~~~~~~~~~~~
Makefile:3794: recipe for target 'obj/tct3stm.o' failed
make[1]: *** [obj/tct3stm.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
/usr/share/cdbs/1/class/makefile.mk:77: recipe for target 
'debian/stamp-makefile-build' failed
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: qtads
Source-Version: 2.1.7-0.1

We believe that the bug you reported is fixed in the latest version of
qtads, 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.
Moritz Muehlenhoff <j...@debian.org> (supplier of updated qtads 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: Thu, 12 Sep 2019 22:48:42 +0200
Source: qtads
Architecture: source
Version: 2.1.7-0.1
Distribution: unstable
Urgency: medium
Maintainer: Daniel Schepler <schep...@debian.org>
Changed-By: Moritz Muehlenhoff <j...@debian.org>
Closes: 471293 853629 875157
Changes:
 qtads (2.1.7-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
     New upstream release, fixes frequent crashes (Closes: #471293)
   * Debhelper 9
   * Fix FTBFS with contemporary compilers, patch by Juhani Numminen. Thanks!
     (Closes: #853629)
   * Build with Qt5, patch by Juhani Numminen. Thanks! (Closes: #875157)
Checksums-Sha1:
 268274b63062e42f875801a4ca1b8affe8db7034 1735 qtads_2.1.7-0.1.dsc
 981ec3ec4d50ad14f1e41b4bb08e4940eade4101 3352535 qtads_2.1.7.orig.tar.gz
 2a47cee8f8bdc1c0638f3740a18e1cc87f56e1c6 4348 qtads_2.1.7-0.1.debian.tar.xz
 989bfeab50d5a543a4b8c1daa37b1aaf643b9da9 13029 qtads_2.1.7-0.1_amd64.buildinfo
Checksums-Sha256:
 4b0cc55d7d94a1e3b59d9bca0d31c82b1706152927f076a7ed07df10617a46e2 1735 
qtads_2.1.7-0.1.dsc
 13fa9070b6412f243722b5e7776424d4fadf21fdf006cdcc83e0088f6e8c03fa 3352535 
qtads_2.1.7.orig.tar.gz
 5a9e05100b0788f6a345a96c25536aac94d55248bdd5da017d9b8290bd66f284 4348 
qtads_2.1.7-0.1.debian.tar.xz
 5b8387813adabcb6477ca95e4a0348c751a559b72d84ca94f749140cda839166 13029 
qtads_2.1.7-0.1_amd64.buildinfo
Files:
 80cab4764f78394d553903091dbd7e7f 1735 games optional qtads_2.1.7-0.1.dsc
 5967011895b31ead923abc87f241bfac 3352535 games optional qtads_2.1.7.orig.tar.gz
 3e892e6a228f71867a389a4750c831ca 4348 games optional 
qtads_2.1.7-0.1.debian.tar.xz
 c83f6ce613e4b9ab9310338fa2b51370 13029 games optional 
qtads_2.1.7-0.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEtuYvPRKsOElcDakFEMKTtsN8TjYFAl18BGAACgkQEMKTtsN8
TjapbBAAiEL9LtufTCzy6OCU/Qvi282vCAHm9sO1owZY4SqwOP/N6CTdLdp859/C
yOxmmu1PyhSK+7sv6ROtAysz9xVJ9v79tMvCVDH0NGf2v7ZugpfWRWhvoWStpicf
lRKkBK+OH4jDvsgjyxZfV6azrwqxW5ophm0M/ZjzifcYh5pOn8xoGPnIuaN+XOW8
g22kDz9thWRdssns2I/4cfJbgtBoNTJPFh8AD6fuNYCKQbSSNQHw9rGQzJhku+K3
91Tqbd6cxzatvGPlIZXNsNCMwW509PqMfYvvBNg7UGZ3INJ+vSQwgghNk6222EsK
MHAR6w05z67TBdmtctlslCFsltCSE/0mZlTNHBB1InIp0wgfdJw5xhXqnRZhRVLk
WEuCHIUlFSh4mtmcQE5Qw0KhdEl4xv/n8prh9azN7kldrxadiZoRjQ+3EDyHMgea
TVH6puFIfMm/S1413KLxrzYa//0xs+Hd05/HHHsqa7/e0eb66aHUZIPMCbiPX0U8
ezxLSScKfdc18CrTAHOQPCNXwvEd5avOvEwLKS9UIK0I0yrMtf8RdriOfJpVN38l
sklfpylceh4tTchiUNqgVPgUClkbuUjAEqYvmjrG7/TLFxxAiO/sqd7K3Nqr/wdE
T5pxv2k6D5e0kxoHu1HJmOJPMELCRNMrKYhAPYZlshyzVF5fjvM=
=+k5Q
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to