Your message dated Tue, 03 Mar 2020 03:19:24 +0000
with message-id <[email protected]>
and subject line Bug#953000: Removed package(s) from unstable
has caused the Debian Bug report #868920,
regarding arora: FTBFS: ../../src/network/cookiejar/cookiejar.cpp:81:12: error:
ambiguous overload for 'operator<<' (operand types are 'QDataStream' and 'const
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 [email protected]
immediately.)
--
868920: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868920
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: arora
Version: 0.11.0+qt5+git2014-04-06-1
Severity: serious
Tags: buster sid
User: [email protected]
Usertags: qa-ftbfs-20170719 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++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_CAST_FROM_ASCII
> -DQT_NO_CAST_TO_ASCII -DQT_STRICT_ITERATORS -DQT_NO_UITOOLS
> -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DDATADIR=\"/usr/share\"
> -DPKGDATADIR=\"/usr/share/arora\" -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB
> -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB
> -DQT_NETWORK_LIB -DQT_SCRIPT_LIB -DQT_CORE_LIB -I../../src -I. -I../../src
> -I../../src/adblock -I../../src/bookmarks -I../../src/bookmarks/xbel
> -I../../src/history -I../../src/locationbar -I../../src/network
> -I../../src/network/cookiejar -I../../src/network/cookiejar/networkcookiejar
> -I../../src/opensearch -I../../src/qwebplugins
> -I../../src/qwebplugins/clicktoflash -I../../src/utils -I../../src/useragent
> -I../../src/locale -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtWebKitWidgets -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtWebKit -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtScript -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I.
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o cookiejar.o
> ../../src/network/cookiejar/cookiejar.cpp
> ../../src/network/cookiejar/cookiejar.cpp: In function 'QDataStream&
> operator<<(QDataStream&, const QList<QNetworkCookie>&)':
> ../../src/network/cookiejar/cookiejar.cpp:81:12: error: ambiguous overload
> for 'operator<<' (operand types are 'QDataStream' and 'const unsigned int')
> stream << JAR_VERSION;
> ~~~~~~~^~~~~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:44:0,
> from
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:46,
> from
> /usr/include/x86_64-linux-gnu/qt5/QtCore/QSharedDataPointer:1,
> from
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworkcookie.h:43,
> from
> ../../src/network/cookiejar/networkcookiejar/networkcookiejar.h:40,
> from ../../src/network/cookiejar/cookiejar.h:66,
> from ../../src/network/cookiejar/cookiejar.cpp:63:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:582: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:43:0,
> 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/utils/singleapplication.h:32,
> from ../../src/browserapplication.h:66,
> from ../../src/network/cookiejar/cookiejar.cpp:66:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:540:28: note: candidate:
> QDataStream& operator<<(QDataStream&, const QVariant&)
> Q_CORE_EXPORT QDataStream& operator<< (QDataStream& s, const QVariant& p);
> ^~~~~~~~
> ../../src/network/cookiejar/cookiejar.cpp:82:12: error: ambiguous overload
> for 'operator<<' (operand types are 'QDataStream' and 'quint32 {aka unsigned
> int}')
> stream << quint32(list.size());
> ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:44:0,
> from
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:46,
> from
> /usr/include/x86_64-linux-gnu/qt5/QtCore/QSharedDataPointer:1,
> from
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworkcookie.h:43,
> from
> ../../src/network/cookiejar/networkcookiejar/networkcookiejar.h:40,
> from ../../src/network/cookiejar/cookiejar.h:66,
> from ../../src/network/cookiejar/cookiejar.cpp:63:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:582: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:43:0,
> 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/utils/singleapplication.h:32,
> from ../../src/browserapplication.h:66,
> from ../../src/network/cookiejar/cookiejar.cpp:66:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:540:28: note: candidate:
> QDataStream& operator<<(QDataStream&, const QVariant&)
> Q_CORE_EXPORT QDataStream& operator<< (QDataStream& s, const QVariant& p);
> ^~~~~~~~
> ../../src/network/cookiejar/cookiejar.cpp: In function 'QDataStream&
> operator>>(QDataStream&, QList<QNetworkCookie>&)':
> ../../src/network/cookiejar/cookiejar.cpp:93:15: error: invalid conversion
> from 'quint32 {aka unsigned int}' to 'QVariant::Type' [-fpermissive]
> stream >> version;
> ^~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:43:0,
> 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/utils/singleapplication.h:32,
> from ../../src/browserapplication.h:66,
> from ../../src/network/cookiejar/cookiejar.cpp:66:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:541:28: note:
> initializing argument 2 of 'QDataStream& operator>>(QDataStream&,
> QVariant::Type&)'
> Q_CORE_EXPORT QDataStream& operator>> (QDataStream& s, QVariant::Type& p);
> ^~~~~~~~
> ../../src/network/cookiejar/cookiejar.cpp:93:15: error: cannot bind rvalue
> '(QVariant::Type)version' to 'QVariant::Type&'
> stream >> version;
> ^~~~~~~
> ../../src/network/cookiejar/cookiejar.cpp:99:15: error: invalid conversion
> from 'quint32 {aka unsigned int}' to 'QVariant::Type' [-fpermissive]
> stream >> count;
> ^~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:43:0,
> 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/utils/singleapplication.h:32,
> from ../../src/browserapplication.h:66,
> from ../../src/network/cookiejar/cookiejar.cpp:66:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:541:28: note:
> initializing argument 2 of 'QDataStream& operator>>(QDataStream&,
> QVariant::Type&)'
> Q_CORE_EXPORT QDataStream& operator>> (QDataStream& s, QVariant::Type& p);
> ^~~~~~~~
> ../../src/network/cookiejar/cookiejar.cpp:99:15: error: cannot bind rvalue
> '(QVariant::Type)count' to 'QVariant::Type&'
> stream >> count;
> ^~~~~
> ../../src/network/cookiejar/cookiejar.cpp:109:19: error: invalid use of
> incomplete type 'class QDataStream'
> if (stream.atEnd())
> ^
> In file included from
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:43:0,
> from
> /usr/include/x86_64-linux-gnu/qt5/QtCore/QSharedDataPointer:1,
> from
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworkcookie.h:43,
> from
> ../../src/network/cookiejar/networkcookiejar/networkcookiejar.h:40,
> from ../../src/network/cookiejar/cookiejar.h:66,
> from ../../src/network/cookiejar/cookiejar.cpp:63:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:608:7: note: forward
> declaration of 'class QDataStream'
> class QDataStream;
> ^~~~~~~~~~~
> Makefile:2073: recipe for target 'cookiejar.o' failed
> make[2]: *** [cookiejar.o] Error 1
The full build log is available from:
http://aws-logs.debian.net/2017/07/19/arora_0.11.0+qt5+git2014-04-06-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 ---
Version: 0.11.0+qt5+git2014-04-06-1+rm
Dear submitter,
as the package arora has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/953000
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---