Your message dated Tue, 23 Aug 2016 22:56:50 +0000
with message-id <e1bckck-0005wk...@franck.debian.org>
and subject line Bug#812290: fixed in pokerth 1.1.1-4
has caused the Debian Bug report #812290,
regarding pokerth: FTBFS with GCC 6: overriding...
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.)


-- 
812290: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812290
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pokerth
Version: 1.1.1-3
Severity: normal
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

You can find a snapshot of GCC 6 in experimental.  To build with
GCC 6, you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -c -m64 -pipe -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wall -W 
> -D_REENTRANT -DENABLE_IPV6 -DTIXML_USE_STL -DBOOST_FILESYSTEM_DEPRECATED 
> -DQT_NO_DEBUG -I. -I. -Isrc -Isrc/engine -Isrc/gui -Isrc/gui/qt 
> -Isrc/gui/qt/qttools -Isrc/net -Isrc/engine/local_engine 
> -Isrc/engine/network_engine -Isrc/config -Isrc/core 
> -Isrc/third_party/websocketpp -isystem /usr/include -I/opt/gsasl/include 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o 
> obj/chatcleanermanager.o src/net/common/chatcleanermanager.cpp
> In file included from src/third_party/websocketpp/websocketpp/uri.hpp:32:0,
>                  from 
> src/third_party/websocketpp/websocketpp/transport/base/endpoint.hpp:35,
>                  from 
> src/third_party/websocketpp/websocketpp/transport/iostream/endpoint.hpp:34,
>                  from 
> src/third_party/websocketpp/websocketpp/config/core.hpp:40,
>                  from 
> src/third_party/websocketpp/websocketpp/config/asio_no_tls.hpp:31,
>                  from src/net/websocket_defs.h:36,
>                  from src/net/sendbuffer.h:36,
>                  from src/net/asiosendbuffer.h:36,
>                  from src/net/common/chatcleanermanager.cpp:33:
> src/third_party/websocketpp/websocketpp/error.hpp:125:18: error: looser throw 
> specifier for 'virtual const char* websocketpp::error::category::name() const'
>      char const * name() const _WEBSOCKETPP_NOEXCEPT_TOKEN_ {
>                   ^~~~
> 
> In file included from /usr/include/boost/asio/io_service.hpp:25:0,
>                  from /usr/include/boost/asio/basic_io_object.hpp:19,
>                  from /usr/include/boost/asio/basic_socket.hpp:20,
>                  from /usr/include/boost/asio/basic_datagram_socket.hpp:20,
>                  from /usr/include/boost/asio.hpp:21,
>                  from src/net/chatcleanermanager.h:36,
>                  from src/net/common/chatcleanermanager.cpp:32:
> /usr/include/boost/system/error_code.hpp:190:32: error:   overriding 'virtual 
> const char* boost::system::error_category::name() const noexcept'
>        virtual const char *     name() const BOOST_SYSTEM_NOEXCEPT = 0;
>                                 ^~~~
> 
> In file included from 
> src/third_party/websocketpp/websocketpp/transport/iostream/connection.hpp:35:0,
>                  from 
> src/third_party/websocketpp/websocketpp/transport/iostream/endpoint.hpp:35,
>                  from 
> src/third_party/websocketpp/websocketpp/config/core.hpp:40,
>                  from 
> src/third_party/websocketpp/websocketpp/config/asio_no_tls.hpp:31,
>                  from src/net/websocket_defs.h:36,
>                  from src/net/sendbuffer.h:36,
>                  from src/net/asiosendbuffer.h:36,
>                  from src/net/common/chatcleanermanager.cpp:33:
> src/third_party/websocketpp/websocketpp/transport/base/connection.hpp:182:18: 
> error: looser throw specifier for 'virtual const char* 
> websocketpp::transport::error::category::name() const'
>      char const * name() const _WEBSOCKETPP_NOEXCEPT_TOKEN_ {
>                   ^~~~
> 
> In file included from /usr/include/boost/asio/io_service.hpp:25:0,
>                  from /usr/include/boost/asio/basic_io_object.hpp:19,
>                  from /usr/include/boost/asio/basic_socket.hpp:20,
>                  from /usr/include/boost/asio/basic_datagram_socket.hpp:20,
>                  from /usr/include/boost/asio.hpp:21,
>                  from src/net/chatcleanermanager.h:36,
>                  from src/net/common/chatcleanermanager.cpp:32:
> /usr/include/boost/system/error_code.hpp:190:32: error:   overriding 'virtual 
> const char* boost::system::error_category::name() const noexcept'
>        virtual const char *     name() const BOOST_SYSTEM_NOEXCEPT = 0;
>                                 ^~~~
> 
> In file included from 
> src/third_party/websocketpp/websocketpp/transport/iostream/connection.hpp:36:0,
>                  from 
> src/third_party/websocketpp/websocketpp/transport/iostream/endpoint.hpp:35,
>                  from 
> src/third_party/websocketpp/websocketpp/config/core.hpp:40,
>                  from 
> src/third_party/websocketpp/websocketpp/config/asio_no_tls.hpp:31,
>                  from src/net/websocket_defs.h:36,
>                  from src/net/sendbuffer.h:36,
>                  from src/net/asiosendbuffer.h:36,
>                  from src/net/common/chatcleanermanager.cpp:33:
> src/third_party/websocketpp/websocketpp/transport/iostream/base.hpp:67:18: 
> error: looser throw specifier for 'virtual const char* 
> websocketpp::transport::iostream::error::category::name() const'
>      char const * name() const _WEBSOCKETPP_NOEXCEPT_TOKEN_ {
>                   ^~~~
> 
> In file included from /usr/include/boost/asio/io_service.hpp:25:0,
>                  from /usr/include/boost/asio/basic_io_object.hpp:19,
>                  from /usr/include/boost/asio/basic_socket.hpp:20,
>                  from /usr/include/boost/asio/basic_datagram_socket.hpp:20,
>                  from /usr/include/boost/asio.hpp:21,
>                  from src/net/chatcleanermanager.h:36,
>                  from src/net/common/chatcleanermanager.cpp:32:
> /usr/include/boost/system/error_code.hpp:190:32: error:   overriding 'virtual 
> const char* boost::system::error_category::name() const noexcept'
>        virtual const char *     name() const BOOST_SYSTEM_NOEXCEPT = 0;
>                                 ^~~~
> 
> In file included from 
> src/third_party/websocketpp/websocketpp/message_buffer/message.hpp:32:0,
>                  from 
> src/third_party/websocketpp/websocketpp/config/core.hpp:47,
>                  from 
> src/third_party/websocketpp/websocketpp/config/asio_no_tls.hpp:31,
>                  from src/net/websocket_defs.h:36,
>                  from src/net/sendbuffer.h:36,
>                  from src/net/asiosendbuffer.h:36,
>                  from src/net/common/chatcleanermanager.cpp:33:
> src/third_party/websocketpp/websocketpp/frame.hpp: In function 
> 'boost::system::error_code 
> websocketpp::frame::set_size(websocketpp::frame::basic_header&, 
> websocketpp::frame::extended_header&, uint64_t)':
> src/third_party/websocketpp/websocketpp/frame.hpp:466:69: warning: unused 
> parameter 'eh' [-Wunused-parameter]
>  inline lib::error_code set_size(basic_header & h, extended_header & eh, 
> uint64_t
>                                                                      ^~
> 
> In file included from 
> src/third_party/websocketpp/websocketpp/extensions/permessage_deflate/disabled.hpp:35:0,
>                  from 
> src/third_party/websocketpp/websocketpp/config/core.hpp:61,
>                  from 
> src/third_party/websocketpp/websocketpp/config/asio_no_tls.hpp:31,
>                  from src/net/websocket_defs.h:36,
>                  from src/net/sendbuffer.h:36,
>                  from src/net/asiosendbuffer.h:36,
>                  from src/net/common/chatcleanermanager.cpp:33:
> src/third_party/websocketpp/websocketpp/extensions/extension.hpp: At global 
> scope:
> src/third_party/websocketpp/websocketpp/extensions/extension.hpp:65:17: 
> error: looser throw specifier for 'virtual const char* 
> websocketpp::extensions::error::category::name() const'
>      const char *name() const _WEBSOCKETPP_NOEXCEPT_TOKEN_ {
>                  ^~~~
> 
> In file included from /usr/include/boost/asio/io_service.hpp:25:0,
>                  from /usr/include/boost/asio/basic_io_object.hpp:19,
>                  from /usr/include/boost/asio/basic_socket.hpp:20,
>                  from /usr/include/boost/asio/basic_datagram_socket.hpp:20,
>                  from /usr/include/boost/asio.hpp:21,
>                  from src/net/chatcleanermanager.h:36,
>                  from src/net/common/chatcleanermanager.cpp:32:
> /usr/include/boost/system/error_code.hpp:190:32: error:   overriding 'virtual 
> const char* boost::system::error_category::name() const noexcept'
>        virtual const char *     name() const BOOST_SYSTEM_NOEXCEPT = 0;
>                                 ^~~~
> 
> In file included from 
> src/third_party/websocketpp/websocketpp/transport/asio/connection.hpp:36:0,
>                  from 
> src/third_party/websocketpp/websocketpp/transport/asio/endpoint.hpp:34,
>                  from 
> src/third_party/websocketpp/websocketpp/config/asio_no_tls.hpp:32,
>                  from src/net/websocket_defs.h:36,
>                  from src/net/sendbuffer.h:36,
>                  from src/net/asiosendbuffer.h:36,
>                  from src/net/common/chatcleanermanager.cpp:33:
> src/third_party/websocketpp/websocketpp/transport/asio/base.hpp:205:18: 
> error: looser throw specifier for 'virtual const char* 
> websocketpp::transport::asio::error::category::name() const'
>      char const * name() const _WEBSOCKETPP_NOEXCEPT_TOKEN_ {
>                   ^~~~
> 
> In file included from /usr/include/boost/asio/io_service.hpp:25:0,
>                  from /usr/include/boost/asio/basic_io_object.hpp:19,
>                  from /usr/include/boost/asio/basic_socket.hpp:20,
>                  from /usr/include/boost/asio/basic_datagram_socket.hpp:20,
>                  from /usr/include/boost/asio.hpp:21,
>                  from src/net/chatcleanermanager.h:36,
>                  from src/net/common/chatcleanermanager.cpp:32:
> /usr/include/boost/system/error_code.hpp:190:32: error:   overriding 'virtual 
> const char* boost::system::error_category::name() const noexcept'
>        virtual const char *     name() const BOOST_SYSTEM_NOEXCEPT = 0;
>                                 ^~~~
> 
> In file included from 
> src/third_party/websocketpp/websocketpp/transport/asio/security/none.hpp:32:0,
>                  from 
> src/third_party/websocketpp/websocketpp/transport/asio/endpoint.hpp:35,
>                  from 
> src/third_party/websocketpp/websocketpp/config/asio_no_tls.hpp:32,
>                  from src/net/websocket_defs.h:36,
>                  from src/net/sendbuffer.h:36,
>                  from src/net/asiosendbuffer.h:36,
>                  from src/net/common/chatcleanermanager.cpp:33:
> src/third_party/websocketpp/websocketpp/transport/asio/security/base.hpp:105:17:
>  error: looser throw specifier for 'virtual const char* 
> websocketpp::transport::asio::socket::socket_category::name() const'
>      const char *name() const _WEBSOCKETPP_NOEXCEPT_TOKEN_ {
>                  ^~~~
> 
> In file included from /usr/include/boost/asio/io_service.hpp:25:0,
>                  from /usr/include/boost/asio/basic_io_object.hpp:19,
>                  from /usr/include/boost/asio/basic_socket.hpp:20,
>                  from /usr/include/boost/asio/basic_datagram_socket.hpp:20,
>                  from /usr/include/boost/asio.hpp:21,
>                  from src/net/chatcleanermanager.h:36,
>                  from src/net/common/chatcleanermanager.cpp:32:
> /usr/include/boost/system/error_code.hpp:190:32: error:   overriding 'virtual 
> const char* boost::system::error_category::name() const noexcept'
>        virtual const char *     name() const BOOST_SYSTEM_NOEXCEPT = 0;
>                                 ^~~~
> 
> In file included from 
> src/third_party/websocketpp/websocketpp/transport/asio/endpoint.hpp:35:0,
>                  from 
> src/third_party/websocketpp/websocketpp/config/asio_no_tls.hpp:32,
>                  from src/net/websocket_defs.h:36,
>                  from src/net/sendbuffer.h:36,
>                  from src/net/asiosendbuffer.h:36,
>                  from src/net/common/chatcleanermanager.cpp:33:
> src/third_party/websocketpp/websocketpp/transport/asio/security/none.hpp: In 
> member function 'boost::system::error_code 
> websocketpp::transport::asio::basic_socket::connection::init_asio(websocketpp::transport::asio::basic_socket::connection::io_service_ptr,
>  websocketpp::transport::asio::basic_socket::connection::strand_ptr, bool)':
> src/third_party/websocketpp/websocketpp/transport/asio/security/none.hpp:157:67:
>  warning: unused parameter 'strand' [-Wunused-parameter]
>      lib::error_code init_asio (io_service_ptr service, strand_ptr strand,
>                                                                    ^~~~~~
> 
> src/third_party/websocketpp/websocketpp/transport/asio/security/none.hpp:158:14:
>  warning: unused parameter 'is_server' [-Wunused-parameter]
>          bool is_server)
>               ^~~~~~~~~
> 
> In file included from 
> src/third_party/websocketpp/websocketpp/processors/processor.hpp:31:0,
>                  from 
> src/third_party/websocketpp/websocketpp/connection.hpp:39,
>                  from src/third_party/websocketpp/websocketpp/endpoint.hpp:31,
>                  from 
> src/third_party/websocketpp/websocketpp/roles/server_endpoint.hpp:31,
>                  from src/third_party/websocketpp/websocketpp/server.hpp:31,
>                  from src/net/websocket_defs.h:37,
>                  from src/net/sendbuffer.h:36,
>                  from src/net/asiosendbuffer.h:36,
>                  from src/net/common/chatcleanermanager.cpp:33:
> src/third_party/websocketpp/websocketpp/processors/base.hpp: At global scope:
> src/third_party/websocketpp/websocketpp/processors/base.hpp:162:18: error: 
> looser throw specifier for 'virtual const char* 
> websocketpp::processor::error::processor_category::name() const'
>      char const * name() const _WEBSOCKETPP_NOEXCEPT_TOKEN_ {
>                   ^~~~
> 
> In file included from /usr/include/boost/asio/io_service.hpp:25:0,
>                  from /usr/include/boost/asio/basic_io_object.hpp:19,
>                  from /usr/include/boost/asio/basic_socket.hpp:20,
>                  from /usr/include/boost/asio/basic_datagram_socket.hpp:20,
>                  from /usr/include/boost/asio.hpp:21,
>                  from src/net/chatcleanermanager.h:36,
>                  from src/net/common/chatcleanermanager.cpp:32:
> /usr/include/boost/system/error_code.hpp:190:32: error:   overriding 'virtual 
> const char* boost::system::error_category::name() const noexcept'
>        virtual const char *     name() const BOOST_SYSTEM_NOEXCEPT = 0;
>                                 ^~~~
> 
> In file included from 
> src/third_party/websocketpp/websocketpp/processors/hybi13.hpp:40:0,
>                  from 
> src/third_party/websocketpp/websocketpp/processors/hybi08.hpp:31,
>                  from 
> src/third_party/websocketpp/websocketpp/processors/hybi07.hpp:31,
>                  from 
> src/third_party/websocketpp/websocketpp/impl/connection_impl.hpp:36,
>                  from 
> src/third_party/websocketpp/websocketpp/connection.hpp:1429,
>                  from src/third_party/websocketpp/websocketpp/endpoint.hpp:31,
>                  from 
> src/third_party/websocketpp/websocketpp/roles/server_endpoint.hpp:31,
>                  from src/third_party/websocketpp/websocketpp/server.hpp:31,
>                  from src/net/websocket_defs.h:37,
>                  from src/net/sendbuffer.h:36,
>                  from src/net/asiosendbuffer.h:36,
>                  from src/net/common/chatcleanermanager.cpp:33:
> src/third_party/websocketpp/websocketpp/sha1/sha1.hpp:46:41: warning: type 
> qualifiers ignored on function return type [-Wignored-qualifiers]
>                  const unsigned int steps)
>                                          ^
> 
> Makefile.pokerth_lib:1371: recipe for target 'obj/chatcleanermanager.o' failed
> make[2]: *** [obj/chatcleanermanager.o] Error 1
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> Makefile:103: recipe for target 'sub-pokerth_lib-pro-make_first-ordered' 
> failed
> make[1]: *** [sub-pokerth_lib-pro-make_first-ordered] Error 2
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_build: make -j1 returned exit code 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: pokerth
Source-Version: 1.1.1-4

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

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated pokerth 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: Tue, 23 Aug 2016 22:19:15 +0200
Source: pokerth
Binary: pokerth pokerth-server pokerth-data
Architecture: source
Version: 1.1.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 pokerth    - Texas hold'em game
 pokerth-data - Texas hold'em game - common data files
 pokerth-server - Texas hold'em game - server
Closes: 772929 772931 812290 828116
Changes:
 pokerth (1.1.1-4) unstable; urgency=medium
 .
   * Team upload.
   * Declare compliance with Debian Policy 3.9.8.
   * wrap-and-sort -sa.
   * Vcs-Browser: Use https.
   * Switch from ttf-dejavu-core to fonts-dejavu-core.
   * Add qmake-gcc-6.patch and std-ifstream-and-std-ofstream.patch and fix
     build failures with GCC-6. (Closes: #812290, #828116)
   * d/rules: Add QMAKE_CXXFLAGS+="-std=gnu++98" flag to configure and force
     building with the older gnu++98 standard.
   * d/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+all.
   * Add pokerth-server.service file and support systemd. (Closes: #772931)
   * d/control: pokerth-server: Depend on pokerth-data and adduser.
   * Add pokerth-server.postinst and pokerth-server.postrm maintainer scripts
     and start the server with system user _pokerth in
     /var/games/pokerth-server.
   * Add pokerth-server.links and symlink required data into
     /var/games/pokerth-server. (Closes: #772929)
   * Build with --parallel.
   * Build with systemd and build-depend on dh-systemd.
   * Install pokerth_server man page into section 6 (games).
   * Add pokerth-server.lintian-overrides because we ship a service file
     already.
   * Add README.Debian file for pokerth-server.
Checksums-Sha1:
 1f769e64259e61fcfbe3142880a426a848cbd39e 2685 pokerth_1.1.1-4.dsc
 0cdf21043da10658364cdce4c8f6a384e9e61ed0 33492 pokerth_1.1.1-4.debian.tar.xz
Checksums-Sha256:
 bdc288b89dedace7e22052dfebb670452b52cf448a2061f65122615ea9498acc 2685 
pokerth_1.1.1-4.dsc
 4abc0889180b745ae1c8394d4eaf53b23a3dc53c6ffab6c4c57074e84d80b4ac 33492 
pokerth_1.1.1-4.debian.tar.xz
Files:
 23bb914757f4e8cbb415a8356446d160 2685 games optional pokerth_1.1.1-4.dsc
 41a71a6ef9d9ed020e378f1f0c165a96 33492 games optional 
pokerth_1.1.1-4.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJXvLc9XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0AAoJENmtFLlRO1HkD/MP/jNjGg1KICiHI2roB5ZGrQbY
gNY88c7mSSq6QkJeHnM0SuDr6JnmHGqKPkYt7hb+qxYXZFHuYG2dJl77Qw3EI64J
zBsrg0hzbGskMlzVGp3SCADqNfdIDEYb5GzrWJ+3NB+r01jp0t9Pcuc7psEmh7LM
p+03McZb9vBQWNLBwGE9H3k52qwfYsgAZwkyG7YJYuuOzXsFEf0Dbfn2WWocQPsl
OdQMdAPgyZIUh3qBBS1cIsaL21qYRF8UhxjoYp7YjJy1veD0yzHXIsLWhvmucctK
zmZVoERk8U1XwAhios9pnm5xrj6eoIOCumaiobvnWxVwpExgHuxNX8PMV8jjtne5
8cf4YgA+mg8IEayUkUlGvw1StEKB3nIoB2ZbMLAXht1Tgknjv8FSJ3qm/6RD/0rR
Z6FPLAKysO/Na5KQLLVSmF5JoI0E3AAfNDuTCGakHhV9Cqj7iU/5jSmn8M2z2gIf
DvocSxs96H4vEd4AmmdtKlGzH2BMIiJfhUorOF5yX1vEcnWO2g0SvAKrMpLz1eRM
ppzg7jfCALtMp/6xYrnRxNLmuGmPLiUrLxYEkqNGpKErm9IL81Mlz5pUXazOyJdj
cF/HofCYHlKpJHuk0/3OyRIzK2aLA6FVmgEhcfn28YZnRuUEKdHuDNnemlhnNF6w
BNB0NjSRkL5ooZ/cYYFJ
=uMwX
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to