Your message dated Wed, 09 Nov 2016 22:05:26 +0000
with message-id <e1c4azm-0007nt...@fasolo.debian.org>
and subject line Bug#843078: fixed in pokerth 1.1.1-7
has caused the Debian Bug report #843078,
regarding pokerth: -std=gnu++98 workaround no longer works with Qt 5.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.)


-- 
843078: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843078
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pokerth
Version: 1.1.1-6
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

pokerth fails to build from source in unstable/amd64:

  […]

  /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:72:88: error: 
'>>' should be '> >' within a nested template argument list
       template <typename... L1, typename...L2> struct List_Append<List<L1...>, 
List<L2...>> { typedef List<L1..., L2...> Value; };
                                                                                
          ^~
  In file included from 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:50:0,
                   from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:46,
                   from 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h:46,
                   from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:43,
                   from src/pokerth.cpp:35:
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:98:22: error: 
expected ',' or '...' before '&&' token
       void operator,(T &&value, const ApplyReturnValue<U> &container) {
                        ^~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:98:67: error: 
'void QtPrivate::operator,(T)' must take exactly two arguments
       void operator,(T &&value, const ApplyReturnValue<U> &container) {
                                                                     ^
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:215:62: error: 
'>>' should be '> >' within a nested template argument list
       template <> struct CheckCompatibleArguments<List<>, List<>> { enum { 
value = true }; };
                                                                ^~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:216:75: error: 
'>>' should be '> >' within a nested template argument list
       template <typename List1> struct CheckCompatibleArguments<List1, List<>> 
{ enum { value = true }; };
                                                                             ^~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:218:78: error: 
'>>' should be '> >' within a nested template argument list
       struct CheckCompatibleArguments<List<Arg1, Tail1...>, List<Arg2, 
Tail2...>>
                                                                                
^~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:221:78: error: 
'>>' should be '> >' within a nested template argument list
                       && CheckCompatibleArguments<List<Tail1...>, 
List<Tail2...>>::value };
                                                                                
^~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:238:113: error: 
'>>' should be '> >' within a nested template argument list
       template <typename Functor, typename... ArgList> struct 
ComputeFunctorArgumentCount<Functor, List<ArgList...>>
                                                                                
                                   ^~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:241:56: error: 
expected type-specifier before 'decltype'
           template <typename F> static auto test(F f) -> 
decltype(((f.operator()((dummy<ArgList>())...)), int()));
                                                          ^~~~~~~~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:241:56: error: 
expected initializer before 'decltype'
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:251:104: error: 
'>>' should be '> >' within a nested template argument list
       template <typename Functor, typename ... ArgList> struct 
FunctorReturnType<Functor, List<ArgList...>> {
                                                                                
                          ^~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:253:26: error: 
expected identifier
           typedef decltype(dummy<Functor>().operator()((dummy<ArgList>())...)) 
Value;
                            ^~~~~~~~~~~~~~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:253:40: error: 
expected unqualified-id before '(' token
           typedef decltype(dummy<Functor>().operator()((dummy<ArgList>())...)) 
Value;
                                          ^
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:253:40: error: 
expected ')' before '(' token
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:253:41: error: 
'decltype' declared as function returning a function
           typedef decltype(dummy<Functor>().operator()((dummy<ArgList>())...)) 
Value;
                                           ^
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:253:41: error: 
expected ';' at end of member declaration
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:253:42: error: 
expected unqualified-id before '.' token
           typedef decltype(dummy<Functor>().operator()((dummy<ArgList>())...)) 
Value;
                                            ^
  In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:56:0,
                   from 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h:46,
                   from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:43,
                   from src/pokerth.cpp:35:
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:66:54: error: '>>' 
should be '> >' within a nested template argument list
       template <> struct TypesAreDeclaredMetaType<List<>> { enum { Value = 
true }; };
                                                        ^~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:68:89: error: '>>' 
should be '> >' within a nested template argument list
       { enum { Value = QMetaTypeId2<Arg>::Defined && 
TypesAreDeclaredMetaType<List<Tail...>>::Value }; };
                                                                                
           ^~
  In file included from 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:48:0,
                   from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:43,
                   from 
/usr/include/x86_64-linux-gnu/qt5/QtGui/qguiapplication.h:46,
                   from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:51,
                   from src/pokerth.cpp:35:
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h: In member function 
'QPair<QHash<K, V>::iterator, QHash<K, V>::iterator> QHash<K, 
V>::equal_range(const Key&)':
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:957:10: error: 'pair' does 
not name a type
       auto pair = qAsConst(*this).equal_range(akey);
            ^~~~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:958:31: error: 'pair' was 
not declared in this scope
       return qMakePair(iterator(pair.first.i), iterator(pair.second.i));
                                 ^~~~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:958:31: note: suggested 
alternative:
  In file included from /usr/include/c++/6/bits/stl_algobase.h:64:0,
                   from /usr/include/c++/6/bits/char_traits.h:39,
                   from /usr/include/c++/6/string:40,
                   from /usr/include/c++/6/stdexcept:39,
                   from /usr/include/boost/asio/io_service.hpp:20,
                   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/pokerth.cpp:31:
  /usr/include/c++/6/bits/stl_pair.h:190:12: note:   'std::pair'
       struct pair
              ^~~~
  In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:167:0,
                   from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/QtWidgetsDepends:3,
                   from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QtWidgets:3,
                   from src/pokerth.cpp:38:
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h: At global scope:
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:202:67: error: expected 
',' or '...' before '&&' token
       QXmlStreamNamespaceDeclaration(QXmlStreamNamespaceDeclaration &&other) 
Q_DECL_NOTHROW // = default
                                                                     ^~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:202:74: error: invalid 
constructor; you probably meant 'QXmlStreamNamespaceDeclaration (const 
QXmlStreamNamespaceDeclaration&)'
       QXmlStreamNamespaceDeclaration(QXmlStreamNamespaceDeclaration &&other) 
Q_DECL_NOTHROW // = default
                                                                            ^
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:209:78: error: expected 
',' or '...' before '&&' token
       QXmlStreamNamespaceDeclaration &operator=(QXmlStreamNamespaceDeclaration 
&&other) Q_DECL_NOTHROW // = default
                                                                                
^~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h: In member function 
'QXmlStreamNamespaceDeclaration& 
QXmlStreamNamespaceDeclaration::operator=(QXmlStreamNamespaceDeclaration)':
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:211:20: error: 'move' 
is not a member of 'std'
           m_prefix = std::move(other.m_prefix);
                      ^~~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:211:30: error: 'other' 
was not declared in this scope
           m_prefix = std::move(other.m_prefix);
                                ^~~~~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:212:26: error: 'move' 
is not a member of 'std'
           m_namespaceUri = std::move(other.m_namespaceUri);
                            ^~~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h: At global scope:
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:245:65: error: expected 
',' or '...' before '&&' token
       QXmlStreamNotationDeclaration(QXmlStreamNotationDeclaration &&other) 
Q_DECL_NOTHROW // = default
                                                                   ^~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:245:72: error: invalid 
constructor; you probably meant 'QXmlStreamNotationDeclaration (const 
QXmlStreamNotationDeclaration&)'
       QXmlStreamNotationDeclaration(QXmlStreamNotationDeclaration &&other) 
Q_DECL_NOTHROW // = default
                                                                          ^
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:254:76: error: expected 
',' or '...' before '&&' token
       QXmlStreamNotationDeclaration &operator=(QXmlStreamNotationDeclaration 
&&other) Q_DECL_NOTHROW // = default
                                                                              ^~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h: In member function 
'QXmlStreamNotationDeclaration& 
QXmlStreamNotationDeclaration::operator=(QXmlStreamNotationDeclaration)':
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:256:18: error: 'move' 
is not a member of 'std'
           m_name = std::move(other.m_name);
                    ^~~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:256:28: error: 'other' 
was not declared in this scope
           m_name = std::move(other.m_name);
                              ^~~~~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:257:22: error: 'move' 
is not a member of 'std'
           m_systemId = std::move(other.m_systemId);
                        ^~~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:258:22: error: 'move' 
is not a member of 'std'
           m_publicId = std::move(other.m_publicId);
                        ^~~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h: At global scope:
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:290:61: error: expected 
',' or '...' before '&&' token
       QXmlStreamEntityDeclaration(QXmlStreamEntityDeclaration &&other) 
Q_DECL_NOTHROW // = default
                                                               ^~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:290:68: error: invalid 
constructor; you probably meant 'QXmlStreamEntityDeclaration (const 
QXmlStreamEntityDeclaration&)'
       QXmlStreamEntityDeclaration(QXmlStreamEntityDeclaration &&other) 
Q_DECL_NOTHROW // = default
                                                                      ^
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:301:72: error: expected 
',' or '...' before '&&' token
       QXmlStreamEntityDeclaration &operator=(QXmlStreamEntityDeclaration 
&&other) Q_DECL_NOTHROW // = default
                                                                          ^~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h: In member function 
'QXmlStreamEntityDeclaration& 
QXmlStreamEntityDeclaration::operator=(QXmlStreamEntityDeclaration)':
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:303:18: error: 'move' 
is not a member of 'std'
           m_name = std::move(other.m_name);
                    ^~~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:303:28: error: 'other' 
was not declared in this scope
           m_name = std::move(other.m_name);
                              ^~~~~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:304:26: error: 'move' 
is not a member of 'std'
           m_notationName = std::move(other.m_notationName);
                            ^~~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:305:22: error: 'move' 
is not a member of 'std'
           m_systemId = std::move(other.m_systemId);
                        ^~~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:306:22: error: 'move' 
is not a member of 'std'
           m_publicId = std::move(other.m_publicId);
                        ^~~
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qxmlstream.h:307:19: error: 'move' 
is not a member of 'std'
           m_value = std::move(other.m_value);
                     ^~~
  In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qevent.h:44:0,
                   from 
/usr/include/x86_64-linux-gnu/qt5/QtGui/qaccessible.h:55,
                   from /usr/include/x86_64-linux-gnu/qt5/QtGui/QtGui:4,
                   from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/QtWidgetsDepends:4,
                   from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QtWidgets:3,
                   from src/pokerth.cpp:38:
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qregion.h: At global scope:
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qregion.h:71:21: error: expected ',' 
or '...' before '&&' token
       QRegion(QRegion &&other) Q_DECL_NOTHROW
                       ^~
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qregion.h:71:28: error: invalid 
constructor; you probably meant 'QRegion (const QRegion&)'
       QRegion(QRegion &&other) Q_DECL_NOTHROW
                              ^
  In file included from 
/usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h:42:0,
                   from /usr/include/x86_64-linux-gnu/qt5/QtGui/qimage.h:47,
                   from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
                   from /usr/include/x86_64-linux-gnu/qt5/QtGui/qbitmap.h:43,
                   from /usr/include/x86_64-linux-gnu/qt5/QtGui/QtGui:8,
                   from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/QtWidgetsDepends:4,
                   from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QtWidgets:3,
                   from src/pokerth.cpp:38:
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:66:32: error: expected ',' 
or '...' before '&&' token
       QMatrix &operator=(QMatrix &&other) Q_DECL_NOTHROW // = default
                                  ^~
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:69:21: error: expected ',' 
or '...' before '&&' token
       QMatrix(QMatrix &&other) Q_DECL_NOTHROW // = default
                       ^~
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:69:28: error: invalid 
constructor; you probably meant 'QMatrix (const QMatrix&)'
       QMatrix(QMatrix &&other) Q_DECL_NOTHROW // = default
                              ^
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h: In member function 
'QMatrix& QMatrix::operator=(QMatrix)':
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:67:21: error: 'other' was 
not declared in this scope
       { memcpy(this, &other, sizeof(QMatrix)); return *this; }
                       ^~~~~
  In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qimage.h:47:0,
                   from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
                   from /usr/include/x86_64-linux-gnu/qt5/QtGui/qbitmap.h:43,
                   from /usr/include/x86_64-linux-gnu/qt5/QtGui/QtGui:8,
                   from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/QtWidgetsDepends:4,
                   from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QtWidgets:3,
                   from src/pokerth.cpp:38:
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h: At global scope:
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h:79:38: error: expected 
',' or '...' before '&&' token
       QTransform &operator=(QTransform &&other) Q_DECL_NOTHROW // = default
                                        ^~
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h:82:27: error: expected 
',' or '...' before '&&' token
       QTransform(QTransform &&other) Q_DECL_NOTHROW // = default
                             ^~
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h:82:34: error: invalid 
constructor; you probably meant 'QTransform (const QTransform&)'
       QTransform(QTransform &&other) Q_DECL_NOTHROW // = default
                                    ^
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h: In member function 
'QTransform& QTransform::operator=(QTransform)':
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h:80:21: error: 'other' 
was not declared in this scope
       { memcpy(this, &other, sizeof(QTransform)); return *this; }
                       ^~~~~
  In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/QtGui:8:0,
                   from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/QtWidgetsDepends:4,
                   from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QtWidgets:3,
                   from src/pokerth.cpp:38:
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qbitmap.h: At global scope:
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qbitmap.h:63:32: error: expected ',' 
or '...' before '&&' token
       QBitmap &operator=(QBitmap &&other) Q_DECL_NOTHROW { 
QPixmap::operator=(std::move(other)); return *this; }
                                  ^~
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qbitmap.h: In member function 
'QBitmap& QBitmap::operator=(QBitmap)':
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qbitmap.h:63:77: error: 'move' is not 
a member of 'std'
       QBitmap &operator=(QBitmap &&other) Q_DECL_NOTHROW { 
QPixmap::operator=(std::move(other)); return *this; }
                                                                               
^~~
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qbitmap.h:63:87: error: 'other' was 
not declared in this scope
       QBitmap &operator=(QBitmap &&other) Q_DECL_NOTHROW { 
QPixmap::operator=(std::move(other)); return *this; }
                                                                                
         ^~~~~
  In file included from 
/usr/include/x86_64-linux-gnu/qt5/QtGui/qsyntaxhighlighter.h:48:0,
                   from /usr/include/x86_64-linux-gnu/qt5/QtGui/QtGui:91,
                   from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/QtWidgetsDepends:4,
                   from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QtWidgets:3,
                   from src/pokerth.cpp:38:
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextobject.h: At global scope:
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextobject.h:155:27: error: expected 
',' or '...' before '&&' token
           iterator(iterator &&other) Q_DECL_NOTHROW // = default
                             ^~
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextobject.h:155:34: error: invalid 
constructor; you probably meant 'QTextFrame::iterator (const 
QTextFrame::iterator&)'
           iterator(iterator &&other) Q_DECL_NOTHROW // = default
                                    ^
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextobject.h:157:38: error: expected 
',' or '...' before '&&' token
           iterator &operator=(iterator &&other) Q_DECL_NOTHROW // = default
                                        ^~
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextobject.h: In member function 
'QTextFrame::iterator& QTextFrame::iterator::operator=(QTextFrame::iterator)':
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextobject.h:158:25: error: 'other' 
was not declared in this scope
           { memcpy(this, &other, sizeof(iterator)); return *this; }
                           ^~~~~
  In file included from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:44:0,
                   from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/QtWidgets:29,
                   from src/pokerth.cpp:38:
  /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h: In member 
function 'QStyleOptionGraphicsItem& QStyleOptionGraphicsItem::operator=(const 
QStyleOptionGraphicsItem&)':
  /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:647:24: error: 
ambiguous overload for 'operator=' (operand types are 'QMatrix' and 'const 
QMatrix')
   class Q_WIDGETS_EXPORT QStyleOptionGraphicsItem : public QStyleOption
                          ^~~~~~~~~~~~~~~~~~~~~~~~
  In file included from 
/usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h:42:0,
                   from /usr/include/x86_64-linux-gnu/qt5/QtGui/qimage.h:47,
                   from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
                   from /usr/include/x86_64-linux-gnu/qt5/QtGui/qbitmap.h:43,
                   from /usr/include/x86_64-linux-gnu/qt5/QtGui/QtGui:8,
                   from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/QtWidgetsDepends:4,
                   from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QtWidgets:3,
                   from src/pokerth.cpp:38:
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:66:14: note: candidate: 
QMatrix& QMatrix::operator=(QMatrix)
       QMatrix &operator=(QMatrix &&other) Q_DECL_NOTHROW // = default
                ^~~~~~~~
  /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:68:14: note: candidate: 
QMatrix& QMatrix::operator=(const QMatrix&)
       QMatrix &operator=(const QMatrix &) Q_DECL_NOTHROW; // = default
                ^~~~~~~~
  In file included from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:44:0,
                   from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/QtWidgets:29,
                   from src/pokerth.cpp:38:
  /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h: In copy 
constructor 'QStyleOptionGraphicsItem::QStyleOptionGraphicsItem(const 
QStyleOptionGraphicsItem&)':
  /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:658:109: note: 
synthesized method 'QStyleOptionGraphicsItem& 
QStyleOptionGraphicsItem::operator=(const QStyleOptionGraphicsItem&)' first 
required here 
       QStyleOptionGraphicsItem(const QStyleOptionGraphicsItem &other) : 
QStyleOption(Version, Type) { *this = other; }
                                                                                
                               ^~~~~
  In file included from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/QtWidgets:46:0,
                   from src/pokerth.cpp:38:
  /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qaction.h: At global scope:
  /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qaction.h:93:40: error: 'nullptr' 
was not declared in this scope
       explicit QAction(QObject *parent = nullptr);
                                          ^~~~~~~
  /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qaction.h:94:61: error: 'nullptr' 
was not declared in this scope
       explicit QAction(const QString &text, QObject *parent = nullptr);
                                                               ^~~~~~~
  /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qaction.h:95:80: error: 'nullptr' 
was not declared in this scope
       explicit QAction(const QIcon &icon, const QString &text, QObject *parent 
= nullptr);
                                                                                
  ^~~~~~~
  Makefile.pokerth_game:1406: recipe for target 'obj/pokerth.o' failed
  make[2]: *** [obj/pokerth.o] Error 1
  make[2]: Leaving directory 
'/home/lamby/temp/cdt.20161103173033.BEnT79oldn.db.pokerth/pokerth-1.1.1'
  Makefile:132: recipe for target 'sub-pokerth_game-pro-make_first-ordered' 
failed
  make[1]: *** [sub-pokerth_game-pro-make_first-ordered] Error 2
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20161103173033.BEnT79oldn.db.pokerth/pokerth-1.1.1'
  dh_auto_build: make -j9 returned exit code 2
  debian/rules:15: recipe for target 'build' failed
  make: *** [build] Error 25

  […]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: pokerth.1.1.1-6.unstable.amd64.log.txt.gz
Description: Binary data


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

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 843...@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: Wed, 09 Nov 2016 22:21:49 +0100
Source: pokerth
Binary: pokerth pokerth-server pokerth-data
Architecture: source
Version: 1.1.1-7
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: 843078
Changes:
 pokerth (1.1.1-7) unstable; urgency=medium
 .
   * Team upload.
   * Apply upstream patch and fix FTBFS with c++11. (Closes: #843078)
   * Switch to compat level 10.
Checksums-Sha1:
 036e9a6c02160c5cc9dfc6ff7abceb4f12be9514 2692 pokerth_1.1.1-7.dsc
 892a1706ef5e02226efa792aa46fa4e739b27d25 34520 pokerth_1.1.1-7.debian.tar.xz
Checksums-Sha256:
 f1f1563dc10dd227756418ac9becd8aba23169dcd17a0426a5e666f4795c0e0f 2692 
pokerth_1.1.1-7.dsc
 937ad29f7946a93ab5ef4359031c301aa2a983d6c8db24393b30bff5d54f83d1 34520 
pokerth_1.1.1-7.debian.tar.xz
Files:
 01708b9797fd5e791624d2f4ba87d736 2692 games optional pokerth_1.1.1-7.dsc
 dc4ea42046b062dca062b1ffa2e8dd55 34520 games optional 
pokerth_1.1.1-7.debian.tar.xz

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

iQKMBAEBCgB2BQJYI5iBXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0DxxhcG9AZGViaWFuLm9yZwAKCRDZrRS5UTtR5BKID/wI
EvH/f3AsYY6moyjUfC14qpm17EELQ09guYB6Qb/aKK4lMVBDddnUUyn+u/pT/3HC
QNiC0bUc7AxSHfgFau7PY+vt0aTgdrGKx5XnTTRQy1DwDCzojaJBeb7IkS82JMb5
Vv3M4TMcSxWXgiE9dEWv/O50qdmnr/zNPbnp2yrNtBDGMBwIBMOIouXtLhYYaqml
qsMv5qXyvrUeGtTjVlv2Zhs7s0/qOfp1XAC6zVomqDKiStZQJNQBXxeFgRKGyKcI
lTJVwLHJikBLG0bmc1klc4BksCXI4XH/F5Kk+Hli/anxyoRHEUptcwFbDJ6wpAey
SeTEee42Jft/FnLNk3ukelo5k5soQCIX5prxymBV0r98csvPMcyCGjahStdJFAHu
VeXOpeaZd/RUY8+LRC+ZTiDUgoAWV8nQgIxmYT8pRUnIFVa/Z8bPFZN62EEEyxdn
qbSvTg2kjnaq4p/TkU+SrJ3RLlJzYRqypTgRemZLrjaJWFlIkUqkTzP4jCcLga8l
Ch3LcZKYK9zplCSZZBp4wksCWfGF665ATfZhEurDLgAKSBEzuD9wqBuJjSKjHWaP
JOv55aRkSASBLzYgyWIlONwSQ4LTDfcwOMR+UoPgnvQh/7iVzjlPXRjkuHRtsI3z
RdRAmwXQK2hXOIO8LtdNRNNXk8reAV12c62W47ALqg==
=mx+O
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to