Your message dated Tue, 27 Oct 2015 23:05:17 +0000 with message-id <e1zrdir-0008tx...@franck.debian.org> and subject line Bug#803072: fixed in qlipper 5.0.0+20150823-2 has caused the Debian Bug report #803072, regarding qlipper: FTBFS: error: ambiguous overload for 'operator<<' (operand types are 'QDataStream' and '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.) -- 803072: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803072 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: qlipper Version: 5.0.0+20150823-1 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, qlipper fails to build from source in unstable/amd64: [..] /build/qlipper-5.0.0+20150823/src/qlipperpreferences.cpp: In function 'QDataStream& operator<<(QDataStream&, const ClipboardContent&)': /build/qlipper-5.0.0+20150823/src/qlipperpreferences.cpp:26:9: error: ambiguous overload for 'operator<<' (operand types are 'QDataStream' and 'int') out << size; ^ 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/qsettings.h:37, from /usr/include/x86_64-linux-gnu/qt5/QtCore/QSettings:1, from /build/qlipper-5.0.0+20150823/src/qlipperpreferences.h:23, from /build/qlipper-5.0.0+20150823/src/qlipperpreferences.cpp:20: /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/qsettings.h:38:0, from /usr/include/x86_64-linux-gnu/qt5/QtCore/QSettings:1, from /build/qlipper-5.0.0+20150823/src/qlipperpreferences.h:23, from /build/qlipper-5.0.0+20150823/src/qlipperpreferences.cpp:20: /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); ^ /build/qlipper-5.0.0+20150823/src/qlipperpreferences.cpp: In function 'QDataStream& operator>>(QDataStream&, ClipboardContent&)': /build/qlipper-5.0.0+20150823/src/qlipperpreferences.cpp:42:11: error: invalid conversion from 'int' to 'QVariant::Type' [-fpermissive] in >> size; ^ In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qsettings.h:38:0, from /usr/include/x86_64-linux-gnu/qt5/QtCore/QSettings:1, from /build/qlipper-5.0.0+20150823/src/qlipperpreferences.h:23, from /build/qlipper-5.0.0+20150823/src/qlipperpreferences.cpp:20: /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:535:28: note: initializing argument 2 of 'QDataStream& operator>>(QDataStream&, QVariant::Type&)' Q_CORE_EXPORT QDataStream& operator>> (QDataStream& s, QVariant::Type& p); ^ /build/qlipper-5.0.0+20150823/src/qlipperpreferences.cpp:42:11: error: cannot bind rvalue '(QVariant::Type)size' to 'QVariant::Type&' in >> size; ^ [ 83%] Building CXX object CMakeFiles/qlipper.dir/src/moc_qlippermodel.cpp.o /usr/bin/c++ -DIS_CMAKE -DQLIPPER_VERSION=\"5.0.0\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DTRANSLATION_DIR=\"/usr/share/qlipper/translations\" -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.5.1 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.5.1/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.5.1 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.5.1/QtCore -I/build/qlipper-5.0.0+20150823/src -I/build/qlipper-5.0.0+20150823/obj-x86_64-linux-gnu -I/build/qlipper-5.0.0+20150823/obj-x86_64-linux-gnu/src -I/build/qlipper-5.0.0+20150823/qkeysequencewidget -I/build/qlipper-5.0.0+20150823/qxt -I/build/qlipper-5.0.0+20150823/qmenuview -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -fPIC -o CMakeFiles/qlipper.dir/src/moc_qlippermodel.cpp.o -c /build/qlipper-5.0.0+20150823/obj-x86_64-linux-gnu/src/moc_qlippermodel.cpp CMakeFiles/qlipper.dir/build.make:284: recipe for target 'CMakeFiles/qlipper.dir/src/qlipperpreferences.cpp.o' failed make[3]: *** [CMakeFiles/qlipper.dir/src/qlipperpreferences.cpp.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/build/qlipper-5.0.0+20150823/obj-x86_64-linux-gnu' CMakeFiles/Makefile2:166: recipe for target 'CMakeFiles/qlipper.dir/all' failed make[2]: *** [CMakeFiles/qlipper.dir/all] Error 2 make[2]: Leaving directory '/build/qlipper-5.0.0+20150823/obj-x86_64-linux-gnu' Makefile:152: recipe for target 'all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory '/build/qlipper-5.0.0+20150823/obj-x86_64-linux-gnu' dh_auto_build: make -j18 returned exit code 2 debian/rules:7: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 [..] The full build log is attached or can be viewed here: https://reproducible.debian.net/logs/unstable/amd64/qlipper_5.0.0+20150823-1.build1.log.gz Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
qlipper.5.0.0+20150823-1.unstable.amd64.log.txt.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---Source: qlipper Source-Version: 5.0.0+20150823-2 We believe that the bug you reported is fixed in the latest version of qlipper, 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 803...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Alf Gaida <aga...@siduction.org> (supplier of updated qlipper 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: Mon, 26 Oct 2015 19:30:22 +0100 Source: qlipper Binary: qlipper qlipper-dbg Architecture: source Version: 5.0.0+20150823-2 Distribution: unstable Urgency: medium Maintainer: LXQt Packaging Team <pkg-lxqt-de...@lists.alioth.debian.org> Changed-By: Alf Gaida <aga...@siduction.org> Description: qlipper - Lightweight and cross-platform clipboard history applet qlipper-dbg - Lightweight and cross-platform clipboard history applet (debug sy Closes: 803072 Changes: qlipper (5.0.0+20150823-2) unstable; urgency=medium . * Fix build with Qt 5, proposed upstream patch (Closes: #803072). Checksums-Sha1: 2ed83a95affaf12fa967918a872f97ebd87050a8 1803 qlipper_5.0.0+20150823-2.dsc 6f3f9bdebead7e9a94fc1de7da146c9410ef345c 3448 qlipper_5.0.0+20150823-2.debian.tar.xz Checksums-Sha256: 75094bddad08e4ddd018e2af63b7b5b41c4a75b71b13d239e1a11c48c4820aca 1803 qlipper_5.0.0+20150823-2.dsc aad60cc872abf863d205133840664f6963dacf784e2be2fd4e5a11d4a16d1b51 3448 qlipper_5.0.0+20150823-2.debian.tar.xz Files: 0247ed0566ddb9e5d9539cd4f0333dda 1803 x11 optional qlipper_5.0.0+20150823-2.dsc e3199547d84cbceae9a76eb44a42016f 3448 x11 optional qlipper_5.0.0+20150823-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBCgAGBQJWL/hsAAoJEM0oCgtNcoJ8qFwIAIEnME3cJt2rbi8ORSWr13fV lzhycORkfZnrMyzLJr6laeM9EpkVFyobPXddfb/xplnZctyAH+/Hz6qPwAyZoOMm rE4nz3pE874bNSt1w5Vcde2fl5mIGOXJCnqxkGnqFSAyW5ChIhZ1XQ7r6yzYMEML pi5kFgL3bjo/oZsuWKybf1caztAIBomVh5vckQABObL4sutiHwja9IdGkrSVMUKp UJbQfaji6T5AtoeN2WJHhcZZwfeggRTCPHrUJbWX0E9yCroyQrERaa+/GVEBSlBg Asw3WcE9kifx6uM+VNOQE0RC0AvdsBOegYnd/7K0E7i6IOulAKS//bzCcGSZnVg= =/tqV -----END PGP SIGNATURE-----
--- End Message ---