Your message dated Mon, 13 Jul 2020 21:21:20 +0000 with message-id <[email protected]> and subject line Bug#964687: fixed in quassel 1:0.13.1-4 has caused the Debian Bug report #964687, regarding quassel: FTBFS: qmetatype.h:818:16: error: ambiguous overload for ‘operator<<’ (operand types are ‘QDataStream’ and ‘const DccConfig::IpDetectionMode’) 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 [email protected] immediately.) -- 964687: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964687 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: quassel Version: 1:0.13.1-3 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200709 ftbfs-bullseye Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++ > -DHAVE_EXECINFO -DHAVE_KDE -DHAVE_KF5 -DHAVE_QT5 -DHAVE_SSL -DHAVE_SYSLOG > -DHAVE_UMASK -DHAVE_ZLIB -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG > -DWITH_OXYGEN_ICONS -D_GNU_SOURCE -D_LARGEFILE64_SOURCE > -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common > -I/<<PKGBUILDDIR>>/src/common > -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common/mod_common_autogen/include > -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem > /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem > /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem > /usr/include/x86_64-linux-gnu/qt5/QtNetwork -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -Wall > -Wextra -Wnon-virtual-dtor -fno-strict-aliasing -Wundef -Wcast-align > -Wpointer-arith -Wformat-security -fno-check-new -fno-common > -Woverloaded-virtual -fno-operator-names -Wall -Wextra -Wcast-align > -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef > -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time > -Wsuggest-override -Wlogical-op -fexceptions -fPIC -fvisibility=hidden > -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o > CMakeFiles/mod_common.dir/event.cpp.o -c /<<PKGBUILDDIR>>/src/common/event.cpp > In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:54, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qiodevice.h:45, > from > /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qabstractsocket.h:44, > from > /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qhostaddress.h:48, > from > /usr/include/x86_64-linux-gnu/qt5/QtNetwork/QHostAddress:1, > from /<<PKGBUILDDIR>>/src/common/dccconfig.h:23, > from /<<PKGBUILDDIR>>/src/common/dccconfig.cpp:21: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In instantiation of > ‘static void QtMetaTypePrivate::QMetaTypeFunctionHelper<T, > Accepted>::Save(QDataStream&, const void*) [with T = > DccConfig::IpDetectionMode; bool Accepted = true]’: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1874:39: required from > ‘void qRegisterMetaTypeStreamOperators(const char*, T*) [with T = > DccConfig::IpDetectionMode]’ > /<<PKGBUILDDIR>>/src/common/dccconfig.cpp:33:87: required from here > /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:818:16: error: ambiguous > overload for ‘operator<<’ (operand types are ‘QDataStream’ and ‘const > DccConfig::IpDetectionMode’) > 818 | stream << *static_cast<const T*>(t); > | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDataStream:1, > from /<<PKGBUILDDIR>>/src/common/syncableobject.h:24, > from /<<PKGBUILDDIR>>/src/common/dccconfig.h:25, > from /<<PKGBUILDDIR>>/src/common/dccconfig.cpp:21: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatastream.h:389:1: note: > candidate: ‘typename std::enable_if<std::is_enum<_Tp>::value, > QDataStream&>::type& operator<<(QDataStream&, const T&) [with T = > DccConfig::IpDetectionMode; typename std::enable_if<std::is_enum<_Tp>::value, > QDataStream&>::type = QDataStream&]’ > 389 | operator<<(QDataStream &s, const T &t) > | ^~~~~~~~ > In file included from /<<PKGBUILDDIR>>/src/common/dccconfig.cpp:25: > /<<PKGBUILDDIR>>/src/common/types.h:152:14: note: candidate: ‘QDataStream& > operator<<(QDataStream&, T) [with T = DccConfig::IpDetectionMode; > <template-parameter-1-2> = void]’ > 152 | QDataStream &operator<<(QDataStream &out, T value) { > | ^~~~~~~~ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:54, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qiodevice.h:45, > from > /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qabstractsocket.h:44, > from > /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qhostaddress.h:48, > from > /usr/include/x86_64-linux-gnu/qt5/QtNetwork/QHostAddress:1, > from /<<PKGBUILDDIR>>/src/common/dccconfig.h:23, > from /<<PKGBUILDDIR>>/src/common/dccconfig.cpp:21: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In instantiation of > ‘static void QtMetaTypePrivate::QMetaTypeFunctionHelper<T, > Accepted>::Load(QDataStream&, void*) [with T = DccConfig::IpDetectionMode; > bool Accepted = true]’: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1874:39: required from > ‘void qRegisterMetaTypeStreamOperators(const char*, T*) [with T = > DccConfig::IpDetectionMode]’ > /<<PKGBUILDDIR>>/src/common/dccconfig.cpp:33:87: required from here > /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:823:16: error: ambiguous > overload for ‘operator>>’ (operand types are ‘QDataStream’ and > ‘DccConfig::IpDetectionMode’) > 823 | stream >> *static_cast<T*>(t); > | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDataStream:1, > from /<<PKGBUILDDIR>>/src/common/syncableobject.h:24, > from /<<PKGBUILDDIR>>/src/common/dccconfig.h:25, > from /<<PKGBUILDDIR>>/src/common/dccconfig.cpp:21: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatastream.h:394:1: note: > candidate: ‘typename std::enable_if<std::is_enum<_Tp>::value, > QDataStream&>::type& operator>>(QDataStream&, T&) [with T = > DccConfig::IpDetectionMode; typename std::enable_if<std::is_enum<_Tp>::value, > QDataStream&>::type = QDataStream&]’ > 394 | operator>>(QDataStream &s, T &t) > | ^~~~~~~~ > In file included from /<<PKGBUILDDIR>>/src/common/dccconfig.cpp:25: > /<<PKGBUILDDIR>>/src/common/types.h:166:14: note: candidate: ‘QDataStream& > operator>>(QDataStream&, T&) [with T = DccConfig::IpDetectionMode; > <template-parameter-1-2> = void]’ > 166 | QDataStream &operator>>(QDataStream &in, T &value) { > | ^~~~~~~~ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:54, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qiodevice.h:45, > from > /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qabstractsocket.h:44, > from > /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qhostaddress.h:48, > from > /usr/include/x86_64-linux-gnu/qt5/QtNetwork/QHostAddress:1, > from /<<PKGBUILDDIR>>/src/common/dccconfig.h:23, > from /<<PKGBUILDDIR>>/src/common/dccconfig.cpp:21: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In instantiation of > ‘static void QtMetaTypePrivate::QMetaTypeFunctionHelper<T, > Accepted>::Save(QDataStream&, const void*) [with T = > DccConfig::PortSelectionMode; bool Accepted = true]’: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1874:39: required from > ‘void qRegisterMetaTypeStreamOperators(const char*, T*) [with T = > DccConfig::PortSelectionMode]’ > /<<PKGBUILDDIR>>/src/common/dccconfig.cpp:34:91: required from here > /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:818:16: error: ambiguous > overload for ‘operator<<’ (operand types are ‘QDataStream’ and ‘const > DccConfig::PortSelectionMode’) > 818 | stream << *static_cast<const T*>(t); > | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDataStream:1, > from /<<PKGBUILDDIR>>/src/common/syncableobject.h:24, > from /<<PKGBUILDDIR>>/src/common/dccconfig.h:25, > from /<<PKGBUILDDIR>>/src/common/dccconfig.cpp:21: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatastream.h:389:1: note: > candidate: ‘typename std::enable_if<std::is_enum<_Tp>::value, > QDataStream&>::type& operator<<(QDataStream&, const T&) [with T = > DccConfig::PortSelectionMode; typename > std::enable_if<std::is_enum<_Tp>::value, QDataStream&>::type = QDataStream&]’ > 389 | operator<<(QDataStream &s, const T &t) > | ^~~~~~~~ > In file included from /<<PKGBUILDDIR>>/src/common/dccconfig.cpp:25: > /<<PKGBUILDDIR>>/src/common/types.h:152:14: note: candidate: ‘QDataStream& > operator<<(QDataStream&, T) [with T = DccConfig::PortSelectionMode; > <template-parameter-1-2> = void]’ > 152 | QDataStream &operator<<(QDataStream &out, T value) { > | ^~~~~~~~ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:54, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qiodevice.h:45, > from > /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qabstractsocket.h:44, > from > /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qhostaddress.h:48, > from > /usr/include/x86_64-linux-gnu/qt5/QtNetwork/QHostAddress:1, > from /<<PKGBUILDDIR>>/src/common/dccconfig.h:23, > from /<<PKGBUILDDIR>>/src/common/dccconfig.cpp:21: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In instantiation of > ‘static void QtMetaTypePrivate::QMetaTypeFunctionHelper<T, > Accepted>::Load(QDataStream&, void*) [with T = DccConfig::PortSelectionMode; > bool Accepted = true]’: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1874:39: required from > ‘void qRegisterMetaTypeStreamOperators(const char*, T*) [with T = > DccConfig::PortSelectionMode]’ > /<<PKGBUILDDIR>>/src/common/dccconfig.cpp:34:91: required from here > /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:823:16: error: ambiguous > overload for ‘operator>>’ (operand types are ‘QDataStream’ and > ‘DccConfig::PortSelectionMode’) > 823 | stream >> *static_cast<T*>(t); > | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDataStream:1, > from /<<PKGBUILDDIR>>/src/common/syncableobject.h:24, > from /<<PKGBUILDDIR>>/src/common/dccconfig.h:25, > from /<<PKGBUILDDIR>>/src/common/dccconfig.cpp:21: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatastream.h:394:1: note: > candidate: ‘typename std::enable_if<std::is_enum<_Tp>::value, > QDataStream&>::type& operator>>(QDataStream&, T&) [with T = > DccConfig::PortSelectionMode; typename > std::enable_if<std::is_enum<_Tp>::value, QDataStream&>::type = QDataStream&]’ > 394 | operator>>(QDataStream &s, T &t) > | ^~~~~~~~ > In file included from /<<PKGBUILDDIR>>/src/common/dccconfig.cpp:25: > /<<PKGBUILDDIR>>/src/common/types.h:166:14: note: candidate: ‘QDataStream& > operator>>(QDataStream&, T&) [with T = DccConfig::PortSelectionMode; > <template-parameter-1-2> = void]’ > 166 | QDataStream &operator>>(QDataStream &in, T &value) { > | ^~~~~~~~ > make[3]: *** [src/common/CMakeFiles/mod_common.dir/build.make:222: > src/common/CMakeFiles/mod_common.dir/dccconfig.cpp.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/07/09/quassel_0.13.1-3_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: quassel Source-Version: 1:0.13.1-4 Done: Felix Geyer <[email protected]> We believe that the bug you reported is fixed in the latest version of quassel, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Felix Geyer <[email protected]> (supplier of updated quassel 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 13 Jul 2020 23:13:31 +0200 Source: quassel Architecture: source Version: 1:0.13.1-4 Distribution: unstable Urgency: medium Maintainer: Debian KDE Extras Team <[email protected]> Changed-By: Felix Geyer <[email protected]> Closes: 964687 Changes: quassel (1:0.13.1-4) unstable; urgency=medium . [ Scott Kitterman ] * Add explicit build-depeds on debhelper (>= 10.3~) since we use dh_missing * Bump standards-version to 4.5.0 without further change * Add Recommends: ca-certificates to quassel and quassel-client so network certificates can be verified . [ Felix Geyer ] * Add patches to fix building against Qt 5.14 from Ubuntu. Thanks Dan Streetman! (Closes: #964687) Checksums-Sha1: e80ddd2761d8fd69b14cc63ed30f0c84097179ab 2661 quassel_0.13.1-4.dsc d6c6b2d4c139e78e5577eaebc0acfb0ba3d75dae 31908 quassel_0.13.1-4.debian.tar.xz Checksums-Sha256: 6ac695c698eb433630657d7d07728395a01487bacbf9ef34d475be13b6b441c0 2661 quassel_0.13.1-4.dsc 8b9524f66fa34846d6e2c14a3c34d05e5da6d8b8f46920598aa81ad0226f40cc 31908 quassel_0.13.1-4.debian.tar.xz Files: 66620c19c637a79e9fd22431b429c73d 2661 net optional quassel_0.13.1-4.dsc 7bcfe1d41b9bd0f16d24f947fa0a84e5 31908 net optional quassel_0.13.1-4.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEFkxwUS95KUdnZKtW/iLG/YMTXUUFAl8MzuoACgkQ/iLG/YMT XUVtVg//Rzc0Vd+OoF8a0HNslqTbgliEgbtJuatFaN2ldL7iCVnt1c/002s4WiLA qHSyxvhfdIzLzERkleRHgr2ejwGoYQfhv5l62Pd4Ue9RuF8RKf3wISRBWHE1jMNW 9SxiH7bZBQHQFMGDXEo+sBtiC50qr9xLHarT0M4/gJfEVkbrdpp9bopgodfl00iW 2qI4rIBwhJwxyk+yQme16wDFSbfu/EAQpMyYx8OjW5NZMZIpSFhJ5UuYLedkzuHU Ca9w45uNO3sCKq3q1MNvxbFlrHzJ60bWypdPWhUiyC/XeHk7XxoGBIhLYnlcRhfg cTjTbKo7ZVQB3KNj9laHW3BcNnmetRpEL6CZCvAX0TWaN4XNArNDLqnZe0w0mmZc DDh8IXAq35kDEDh+H1OBXI+cBnOY1EXQTBRn9D0rlxLMPcQhjTFKOI+clG+/aXrk 14qMQp+RKvdNENKVzlVsEQ0liyvLxM6xCRS/hqA1sEJ6/+py3MCPLPJdyJt6lWAq 3LkgcuCC3MYew3bvqa6BJbyqQi6EqhrSyhr08PxaDNWx+xyzH+5SVooyWpQZSnCY hTTaPGJn3q/KXSGEjijtvUrdEFDjfdONCPwXwkjXw4VcYBmt1+C+03ZJnot26QyJ RztIfdrz2n6pFZ6B53FNT5Isvnl3cxKjXww5vAo7T6JvVQFYELY= =lfTm -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ pkg-kde-extras mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-kde-extras
