Your message dated Wed, 09 Aug 2017 21:44:27 +0000
with message-id <e1dfymb-0008ih...@fasolo.debian.org>
and subject line Bug#871066: fixed in scummvm-tools 1.9.0-2
has caused the Debian Bug report #871066,
regarding scummvm-tools: FTBFS: cc1plus: error: -Wformat-security ignored 
without -Wformat [-Werror=format-security]
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.)


-- 
871066: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871066
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: scummvm-tools
Version: 1.9.0-1
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170805 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> g++ -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11  
> -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder 
> -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings 
> -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I.  -lboost_program_options  
> -Wl,-z,relro -Wl,-z,now -lm -I./decompiler/test/cxxtest -Wno-format -o 
> decompiler/test/runner decompiler/test/runner.cpp common/file.o 
> decompiler/codegen.o decompiler/control_flow.o decompiler/disassembler.o 
> decompiler/instruction.o decompiler/simple_disassembler.o decompiler/value.o 
> decompiler/scummv6/disassembler.o decompiler/scummv6/codegen.o 
> decompiler/scummv6/engine.o decompiler/kyra/disassembler.o 
> decompiler/kyra/codegen.o decompiler/kyra/engine.o 
> decompiler/test/disassembler/pasc.o decompiler/test/disassembler/subopcode.o 
> decompiler/unknown_opcode.o
> cc1plus: error: -Wformat-security ignored without -Wformat 
> [-Werror=format-security]
> In file included from ./decompiler/instruction.h:32:0,
>                  from ./decompiler/graph.h:25,
>                  from ./decompiler/control_flow.h:25,
>                  from ./decompiler/test/cfg_test.h:24,
>                  from decompiler/test/runner.cpp:18:
> ./decompiler/value.h:93:31: warning: dynamic exception specifications are 
> deprecated in C++11 [-Wdeprecated]
>   virtual bool isSignedValue() throw(WrongTypeException);
>                                ^~~~~
> ./decompiler/value.h:101:28: warning: dynamic exception specifications are 
> deprecated in C++11 [-Wdeprecated]
>   virtual int32 getSigned() throw(WrongTypeException);
>                             ^~~~~
> ./decompiler/value.h:109:31: warning: dynamic exception specifications are 
> deprecated in C++11 [-Wdeprecated]
>   virtual uint32 getUnsigned() throw(WrongTypeException);
>                                ^~~~~
> ./decompiler/value.h:140:28: warning: dynamic exception specifications are 
> deprecated in C++11 [-Wdeprecated]
>   virtual ValuePtr negate() throw(WrongTypeException);
>                             ^~~~~
> ./decompiler/value.h:189:23: warning: dynamic exception specifications are 
> deprecated in C++11 [-Wdeprecated]
>   bool isSignedValue() throw(WrongTypeException);
>                        ^~~~~
> ./decompiler/value.h:190:20: warning: dynamic exception specifications are 
> deprecated in C++11 [-Wdeprecated]
>   int32 getSigned() throw(WrongTypeException);
>                     ^~~~~
> ./decompiler/value.h:191:23: warning: dynamic exception specifications are 
> deprecated in C++11 [-Wdeprecated]
>   uint32 getUnsigned() throw(WrongTypeException);
>                        ^~~~~
> ./decompiler/value.h:211:20: warning: dynamic exception specifications are 
> deprecated in C++11 [-Wdeprecated]
>   int32 getSigned() throw(WrongTypeException);
>                     ^~~~~
> In file included from ./decompiler/instruction.h:32:0,
>                  from ./decompiler/graph.h:25,
>                  from ./decompiler/control_flow.h:25,
>                  from ./decompiler/test/cfg_test.h:24,
>                  from decompiler/test/runner.cpp:18:
> ./decompiler/value.h:235:23: warning: dynamic exception specifications are 
> deprecated in C++11 [-Wdeprecated]
>   uint32 getUnsigned() throw(WrongTypeException);
>                        ^~~~~
> ./decompiler/value.h:338:28: warning: dynamic exception specifications are 
> deprecated in C++11 [-Wdeprecated]
>   virtual ValuePtr negate() throw(WrongTypeException);
>                             ^~~~~
> ./decompiler/value.h:380:28: warning: dynamic exception specifications are 
> deprecated in C++11 [-Wdeprecated]
>   virtual ValuePtr negate() throw(WrongTypeException);
>                             ^~~~~
> In file included from ./decompiler/engine.h:25:0,
>                  from ./decompiler/control_flow.h:26,
>                  from ./decompiler/test/cfg_test.h:24,
>                  from decompiler/test/runner.cpp:18:
> ./decompiler/disassembler.h:47:31: warning: dynamic exception specifications 
> are deprecated in C++11 [-Wdeprecated]
>   virtual void doDisassemble() throw(std::exception) = 0;
>                                ^~~~~
> In file included from ./decompiler/test/disassembler_test.h:24:0,
>                  from decompiler/test/runner.cpp:110:
> ./decompiler/test/disassembler/pasc.h:30:23: warning: dynamic exception 
> specifications are deprecated in C++11 [-Wdeprecated]
>   void doDisassemble() throw(std::exception);
>                        ^~~~~
> In file included from ./decompiler/test/disassembler_test.h:25:0,
>                  from decompiler/test/runner.cpp:110:
> ./decompiler/test/disassembler/subopcode.h:30:23: warning: dynamic exception 
> specifications are deprecated in C++11 [-Wdeprecated]
>   void doDisassemble() throw(std::exception);
>                        ^~~~~
> In file included from ./decompiler/test/disassembler_test.h:26:0,
>                  from decompiler/test/runner.cpp:110:
> ./decompiler/scummv6/disassembler.h:44:23: warning: dynamic exception 
> specifications are deprecated in C++11 [-Wdeprecated]
>   void doDisassemble() throw(std::exception);
>                        ^~~~~
> cc1plus: some warnings being treated as errors
> decompiler/test/module.mk:47: recipe for target 'decompiler/test/runner' 
> failed
> make[1]: *** [decompiler/test/runner] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2017/08/05/scummvm-tools_1.9.0-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: scummvm-tools
Source-Version: 1.9.0-2

We believe that the bug you reported is fixed in the latest version of
scummvm-tools, 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 871...@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 scummvm-tools 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: Wed, 09 Aug 2017 22:36:33 +0200
Source: scummvm-tools
Binary: scummvm-tools
Architecture: source
Version: 1.9.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Stephen Kitt <sk...@debian.org>
Description:
 scummvm-tools - collection of tools for ScummVM
Closes: 871066
Changes:
 scummvm-tools (1.9.0-2) unstable; urgency=medium
 .
   * Avoid disabling -Wformat, which causes a build failure with GCC 7.
     Closes: #871066.
   * Update debian/copyright.
   * Standards-Version 4.0.0, no further change required.
Checksums-Sha1:
 f92627abf42343950fde4c899233dd5523cf1128 2128 scummvm-tools_1.9.0-2.dsc
 6a73c9dc569cc3d3fdba94b14f46f72afc67c863 6556 
scummvm-tools_1.9.0-2.debian.tar.xz
 03adb580f8500ec5ee5a3ceaa3d734a1b9b4d311 10801 
scummvm-tools_1.9.0-2_source.buildinfo
Checksums-Sha256:
 45ce2e5aed49a62814a978f2e8991500e69f2870d0027f976758116987fd53ef 2128 
scummvm-tools_1.9.0-2.dsc
 aaf7fdbde9329be9b7ab6eb9006a6c9122f5531c1a2ec11f0c0cb240ec59d69b 6556 
scummvm-tools_1.9.0-2.debian.tar.xz
 42124dec21d7be6b56590746ee7319aaf2c0f6fe9112f7554d43cb59dae9eb1f 10801 
scummvm-tools_1.9.0-2_source.buildinfo
Files:
 e8fa64b7a976165251dd9c10c806ef82 2128 games optional scummvm-tools_1.9.0-2.dsc
 e2498c94044070e1f29e3425ca12af8d 6556 games optional 
scummvm-tools_1.9.0-2.debian.tar.xz
 a5d5bcce240ea7dee09b24b4300a9b63 10801 games optional 
scummvm-tools_1.9.0-2_source.buildinfo

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

iQIzBAEBCgAdFiEEednFjFDWtapl1TDBdZd4qaNrSU8FAlmLco0ACgkQdZd4qaNr
SU8l9w/9GuxnKdDvX3XZfVwkiDegNN0U0X88NsPHoCO1Kiyf/gQ2wykDCGjm8sjN
ynjDZfMPC54fC6TYKRCqTpDTWEBVLLeR0ZTn0FXKZICZvmfnRpudBTKvuGgMakTS
67ZtpLNigPlCNyGNWdvpJFgSYV7z+WEUngdOiVA3ltD207zQ45KRhNOqovb8v+Wm
3wFbbhijlhWGYwqi/w0n9JsoJ8G20t5ua3EUfQKKxZDdcKcN5XRzdT0/3thPilu2
IYc/pG/uhw34VyOV2ArYZoPXz2J332RcIKnaG6q4Sg+/6xA4nVt1PlE51b1jEp1F
imdk4O+TiMtMZesu+4USrpKKItE+Vww1tiMaORmX3PHfE2D1cHgynF+hf35P4uNr
K6qniGe4RkSh2wNxgThYaQ3lP9mN9WdV5PijMpLuoJ+PyIxTJtfYlPpwDK/XJTS5
UUWGrq1KCCWUkqMliBqq1ghUUyPbv0SYGXuV28QyKzh+bRI2Tr+LJXsSBKOhPCBC
UmJIXeWnzn/2tqagfBxeMHWkqHVfirHJXZuOOJ7LSk3J0o+meqvwY93882wnleBk
P7fObEr7uzZkCuWo+jXWruyDYoIJuv2neqcvs4MzR+6QUNq5iitS8Bgjnp/EO1MD
UIJYvYJEoSdNL1MrUP7hdhzGZdFpthz3gF7UgzAQCJ2bgFNoaKo=
=MT4J
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to