Your message dated Thu, 29 Oct 2015 16:24:31 +0000
with message-id <e1zrq07-0006wy...@franck.debian.org>
and subject line Bug#802868: fixed in quassel 1:0.12.2-2
has caused the Debian Bug report #802868,
regarding quassel: FTBFS: error: ambiguous overload for 'operator<<' (operand
types are 'QDataStream' and 'quint64 {aka long long unsigned int}')
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.)
--
802868: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802868
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: quassel
Version: 1:0.12.2-1
Severity: serious
Justification: fails to build from source
Tags: sid
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org
Dear Maintainer,
The package fails to build:
/quassel-0.12.2/src/common/peer.cpp: In function ‘QDataStream&
operator<<(QDataStream&, PeerPtr)’:
/quassel-0.12.2/src/common/peer.cpp:43:9: error: ambiguous overload for
‘operator<<’ (operand types are ‘QDataStream’ and ‘quint64 {aka long long
unsigned int}’)
out << reinterpret_cast<quint64>(ptr);
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:41:0,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:41,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qiodevice.h:39,
from
/usr/include/x86_64-linux-gnu/qt5/QtNetwork/qabstractsocket.h:37,
from
/usr/include/x86_64-linux-gnu/qt5/QtNetwork/QAbstractSocket:1,
from /quassel-0.12.2/src/common/peer.h:24,
from /quassel-0.12.2/src/common/peer.cpp:21:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:584:28: note: candidate:
QDataStream& operator<<(QDataStream&, QChar)
Q_CORE_EXPORT QDataStream &operator<<(QDataStream &, QChar);
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:37:0,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:40,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:42,
from
/usr/include/x86_64-linux-gnu/qt5/QtNetwork/qabstractsocket.h:40,
from
/usr/include/x86_64-linux-gnu/qt5/QtNetwork/QAbstractSocket:1,
from /quassel-0.12.2/src/common/peer.h:24,
from /quassel-0.12.2/src/common/peer.cpp:21:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:534:28: note: candidate:
QDataStream& operator<<(QDataStream&, const QVariant&)
Q_CORE_EXPORT QDataStream& operator<< (QDataStream& s, const QVariant& p);
^
/quassel-0.12.2/src/common/peer.cpp: In function ‘QDataStream&
operator>>(QDataStream&, Peer*&)’:
/quassel-0.12.2/src/common/peer.cpp:50:8: error: ambiguous overload for
‘operator>>’ (operand types are ‘QDataStream’ and ‘quint64 {aka long long
unsigned int}’)
in >> value;
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:41:0,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:41,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qiodevice.h:39,
from
/usr/include/x86_64-linux-gnu/qt5/QtNetwork/qabstractsocket.h:37,
from
/usr/include/x86_64-linux-gnu/qt5/QtNetwork/QAbstractSocket:1,
from /quassel-0.12.2/src/common/peer.h:24,
from /quassel-0.12.2/src/common/peer.cpp:21:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:585:28: note: candidate:
QDataStream& operator>>(QDataStream&, QChar&) <near match>
Q_CORE_EXPORT QDataStream &operator>>(QDataStream &, QChar &);
^
...
/quassel-0.12.2/src/common/peer.cpp:47:14: note: candidate: QDataStream&
operator>>(QDataStream&, Peer*&) <near match>
QDataStream &operator>>(QDataStream &in, PeerPtr &ptr)
^
/quassel-0.12.2/src/common/peer.cpp:47:14: note: conversion of argument 2
would be ill-formed:
/quassel-0.12.2/src/common/peer.cpp:50:11: error: invalid conversion from
‘quint64 {aka long long unsigned int}’ to ‘PeerPtr {aka Peer*}’ [-fpermissive]
in >> value;
^
/quassel-0.12.2/src/common/peer.cpp:50:11: error: cannot bind rvalue
‘(PeerPtr)value’ to ‘Peer*&’
src/common/CMakeFiles/mod_common.dir/build.make:665: recipe for target
'src/common/CMakeFiles/mod_common.dir/peer.cpp.o' failed
make[3]: *** [src/common/CMakeFiles/mod_common.dir/peer.cpp.o] Error 1
make[3]: Leaving directory '/quassel-0.12.2/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:486: recipe for target
'src/common/CMakeFiles/mod_common.dir/all' failed
make[2]: *** [src/common/CMakeFiles/mod_common.dir/all] Error 2
Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/quassel.html
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
--- End Message ---
--- Begin Message ---
Source: quassel
Source-Version: 1:0.12.2-2
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 802...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Felix Geyer <fge...@debian.org> (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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 29 Oct 2015 17:05:50 +0100
Source: quassel
Binary: quassel-core quassel-client quassel quassel-data quassel-client-kde4
quassel-kde4
Architecture: source
Version: 1:0.12.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team <pkg-kde-ext...@lists.alioth.debian.org>
Changed-By: Felix Geyer <fge...@debian.org>
Description:
quassel - distributed IRC client - monolithic core+client
quassel-client - distributed IRC client - client component
quassel-client-kde4 - transitional package to quassel-client
quassel-core - distributed IRC client - core component
quassel-data - distributed IRC client - shared data
quassel-kde4 - transitional package to quassel
Closes: 802868
Changes:
quassel (1:0.12.2-2) unstable; urgency=medium
.
* Fix FTBFS with Qt 5.5. (Closes: #802868)
- Add 04_fix_ftbfs_qt55.patch
Checksums-Sha1:
94725995c2a2e6a458ba1ca33f2d6dc65d682f93 2636 quassel_0.12.2-2.dsc
b72c844a362091699872edfe4beba36e9c9482f7 18628 quassel_0.12.2-2.debian.tar.xz
Checksums-Sha256:
2140a369ee7a70cb73211516b705950d0bd2fecc9ebcb0e391017e2d014f96bc 2636
quassel_0.12.2-2.dsc
f221cd3b265c03ffea72c02392ce8a18d19d35482b50cc0b09cdd8ce6c2ef8a7 18628
quassel_0.12.2-2.debian.tar.xz
Files:
ee90779e6418022f773f324301990a85 2636 net optional quassel_0.12.2-2.dsc
83a1963d436acc3e85818b683a673f73 18628 net optional
quassel_0.12.2-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCgAGBQJWMkQcAAoJEP4ixv2DE11FyPAP+gInFfeBKcDnOBmdkqxS0rYC
Fh0tD4nZPFKuEuRAVGFD+IZjlP69c8MshUS0dn366VSiTEsJ/T9sopzAr7oXnuGb
G77wxYIgdIfm54l2/DiTEt96Xk7qlK46rqMtGzsdomV2SEcT9ZE9nj3ts0lwVWAI
WAaRQ3cahsA5SrD8cBBZQfq/U5XMOMXeAqF/ejG2iNIG2zswpeIbWZMUukLlQuES
EdAP1qDlq7hAh5VGzi6evMnIjZoek4+HP8HyVkgH+5U26J3q9IqW3qYh8iEd3MfN
3z9foIen2MNrSxnKMG8OGwCKb3CeeC5Xq4TLFi4MqYVCaVEzzgZ8V4tCQv1aVt1W
yB3ivU6Owv57pAp9Qp9Z6FHhKAetvcL+da3Lw9V/QfNjws91ueTJzjNilVf4EsIJ
ZVVjyMxaA9LDP1soNKZHKbQ+2g1N5kZ7ZVzXG7FKTFYkT5A94hjU99D2D5VQ4/V1
WfwSKvA19/GOdihlGqESy+vXUrFk10Fw9FSFgLrE+zI3HI5+HNz0VZbJqltl+rXI
MN0jzTtLh/1K1CO2HyO3VKPxIsTfU3oQkc6XYipmnDn6LAKJ7s36zG9XZqa6Q888
7GHXaf4c2igsjBMOLFTZq8fAn0YjN9MJU2jfo/jCsj3ZIp106LAzZeLag4mF5LDY
IUxULqJTb4NkSuyW1Xjw
=OnWS
-----END PGP SIGNATURE-----
--- End Message ---