Your message dated Tue, 26 Sep 2017 21:36:04 +0000
with message-id <[email protected]>
and subject line Bug#876853: fixed in screengrab 1.97-1
has caused the Debian Bug report #876853,
regarding screengrab FTBFS: error: ambiguous overload for ‘operator!=’ (operand 
types are ‘QByteArray’ and ‘QChar’)
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.)


-- 
876853: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876853
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: screengrab
Version: 1.96-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/screengrab.html

...
/usr/bin/c++  -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_XML_LIB 
-DSG_DBUS_NOTIFY=\"1\" -DSG_DOCDIR=\"/usr/share/doc/screengrab\" 
-DSG_EXT_EDIT=\"1\" -DSG_EXT_UPLOADS=\"1\" 
-DSG_ICONPATH=\"/usr/share/pixmaps/screengrab.png\" -DVERSION="\"1.96  
(2.0-beta1)\"" -DX11_XCB_FOUND=\"1\" -DXCB_SHAPE_FOUND=\"1\" 
-DXCB_XCB_FOUND=\"1\" -DXCB_XFOXES_FOUND=\"1\" 
-I/build/1st/screengrab-1.96/obj-x86_64-linux-gnu -I/build/1st/screengrab-1.96 
-I/build/1st/screengrab-1.96/obj-x86_64-linux-gnu/screengrab_autogen/include 
-I/build/1st/screengrab-1.96/src 
-I/build/1st/screengrab-1.96/src/common/qkeysequencewidget/src 
-I/build/1st/screengrab-1.96/src/modules/uploader 
-I/build/1st/screengrab-1.96/src/modules/extedit -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 -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/qt5xdg 
-isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/qt5xdgiconloader 
-isystem /usr/include/qt5xdgiconloader/2.0.0 -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/KF5/KWindowSystem 
-isystem /usr/include/KF5  -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor 
-Woverloaded-virtual -Wall -Wextra   -fPIC -std=gnu++11 -o 
CMakeFiles/screengrab.dir/qrc_screengrab.cpp.o -c 
/build/1st/screengrab-1.96/obj-x86_64-linux-gnu/qrc_screengrab.cpp
/build/1st/screengrab-1.96/src/core/core.cpp: In member function ‘void 
Core::sendSystemNotify(const StateNotifyMessage&)’:
/build/1st/screengrab-1.96/src/core/core.cpp:293:55: warning: unused parameter 
‘notify’ [-Wunused-parameter]
 void Core::sendSystemNotify(const StateNotifyMessage &notify)
                                                       ^~~~~~
/build/1st/screengrab-1.96/src/core/ui/configwidget.cpp: In member function 
‘void ConfigDialog::selectDir()’:
/build/1st/screengrab-1.96/src/core/ui/configwidget.cpp:327:33: error: 
ambiguous overload for ‘operator!=’ (operand types are ‘QByteArray’ and ‘QChar’)
         if (directory->toUtf8() != QDir::separator())
             ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47:0,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qiodevice.h:45,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatastream.h:44,
                 from /usr/include/x86_64-linux-gnu/qt5/QtGui/qregion.h:49,
                 from /usr/include/x86_64-linux-gnu/qt5/QtGui/qevent.h:45,
                 from /usr/include/x86_64-linux-gnu/qt5/QtGui/QKeyEvent:1,
                 from 
/build/1st/screengrab-1.96/src/core/ui/configwidget.cpp:19:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:1264:13: note: candidate: 
bool QByteArray::operator!=(const QString&) const
 inline bool QByteArray::operator!=(const QString &s) const
             ^~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:1624:13: note: candidate: 
bool operator!=(const QString&, QChar)
 inline bool operator!=(const QString &lhs, QChar rhs) Q_DECL_NOTHROW { return 
!(rhs == lhs); }
             ^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:1199:32: note: candidate: 
bool operator!=(const char*, const QString&)
 inline QT_ASCII_CAST_WARN bool operator!=(const char *s1, const QString &s2)
                                ^~~~~~~~
CMakeFiles/screengrab.dir/build.make:268: recipe for target 
'CMakeFiles/screengrab.dir/src/core/ui/configwidget.cpp.o' failed
make[3]: *** [CMakeFiles/screengrab.dir/src/core/ui/configwidget.cpp.o] Error 1

--- End Message ---
--- Begin Message ---
Source: screengrab
Source-Version: 1.97-1

We believe that the bug you reported is fixed in the latest version of
screengrab, 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.
Alf Gaida <[email protected]> (supplier of updated screengrab 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: Tue, 26 Sep 2017 22:56:04 +0200
Source: screengrab
Binary: screengrab
Architecture: source
Version: 1.97-1
Distribution: unstable
Urgency: medium
Maintainer: LXQt Packaging Team <[email protected]>
Changed-By: Alf Gaida <[email protected]>
Description:
 screengrab - Crossplatform tool for getting screenshots
Closes: 876853
Changes:
 screengrab (1.97-1) unstable; urgency=medium
 .
   * Cherry-picked upstream version 1.97.
   * Bumped Standards to  4.1.0, no changes needed
   * Bumped year in copyrights
   * Added CMAKE_BUILD_TYPE=RelWithDebInfo
   * Added pgpsignmangle to watch file
   * Added upstream signing key to debian
   * Fixed spelling error in changelog
   * Closes: #876853
Checksums-Sha1:
 8fd573e1aebc643790d7a70a5d7044c228879530 1960 screengrab_1.97-1.dsc
 1ed2ea7cd04ca33dc60e3e3ce079ac8b22cc34b6 109084 screengrab_1.97.orig.tar.xz
 e451488f3dcce7586f6feb9c0c3ffdeed15ba25b 7348 screengrab_1.97-1.debian.tar.xz
 d3a56fdd78c520e66c8c055cb3a52d343911977f 11073 
screengrab_1.97-1_source.buildinfo
Checksums-Sha256:
 42a9434485b941c75ec38602f1a2da88c27fa3ed2103a62daad35977adcbfe26 1960 
screengrab_1.97-1.dsc
 a3d5bc5863f558054abaedf2b7dabb7de6732d8d614a41422022dd44e4e761fb 109084 
screengrab_1.97.orig.tar.xz
 e020948b2e4d98b3f9c0d77b9bd6106a717a25b9d8cfd8d577f83e9fce1da9f3 7348 
screengrab_1.97-1.debian.tar.xz
 a96a04ea29801bdb326857ed25228e9eafa8579aab375a2d27f44b23b83624bf 11073 
screengrab_1.97-1_source.buildinfo
Files:
 3579dbf4891c8fdd7ea9fb983ab52709 1960 graphics optional screengrab_1.97-1.dsc
 c538f1744e35fc2aff60cacd29dc0daf 109084 graphics optional 
screengrab_1.97.orig.tar.xz
 bf4101cf6709df46ac5d0f295ea0219e 7348 graphics optional 
screengrab_1.97-1.debian.tar.xz
 60692fc95fe5049a3594722883a6e1b3 11073 graphics optional 
screengrab_1.97-1_source.buildinfo

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

iQEzBAEBCgAdFiEEvb/GiO+tuolan0ZLzSgKC01ygnwFAlnKwXMACgkQzSgKC01y
gnwELAf6A7u5GcqK9WJqUVzHh18+t2eTDfCiynpyd5S+mSDZUo+IQ6xzIquoKo/x
cnfOsQwrDye049T+sTaUSQlT/Y3GNYD0u70OMz9ngDSY1Yds11cBys/4DXxVmbUp
ZEBOSQ3WgAXgi+jrPhhDF8XraQJylhaCRCZUlyIfZAFENSoeRC7qnjYVS7PFuFGN
sLhOS3f05uzQ17Hh7oc1ESYJ6/QyPHV2r4e8rf+mFk9RyHAZaRwC9mdvysri8U3c
ryAfRBz0N6Ys0KojseAnZOR8DJnQJ9D4Hk4s4U2l4hTKN5hFeoVOEKWoooDhu/nA
NSOiJ0eo10agi0o70Fy7AHJt+WODTA==
=JPZT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to