Your message dated Mon, 21 Aug 2017 05:50:06 +0000
with message-id <e1djfbc-000hna...@fasolo.debian.org>
and subject line Bug#872538: fixed in sleepyhead 1.0.0-beta-2+dfsg-3
has caused the Debian Bug report #872538,
regarding sleepyhead FTBFS with Qt 5.9.1
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.)


-- 
872538: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872538
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sleepyhead
Version: 1.0.0-beta-2+dfsg-2
Severity: serious
Tags: buster sid

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

...
g++ -c -m64 -pipe -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -W -D_REENTRANT 
-fPIC -DLOCK_RESMED_SESSIONS -DGIT_BRANCH=\"UNKNOWN\" 
-DGIT_REVISION=\"UNKNOWN\" -DBETA_BUILD -D_TTY_POSIX_ -DQT_NO_DEBUG 
-DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB 
-DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_SERIALPORT_LIB 
-DQT_CORE_LIB -I../../sleepyhead -I. -isystem /usr/include/x86_64-linux-gnu/qt5 
-isystem /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtWebKitWidgets -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtOpenGL -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/QtXml -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtSerialPort -isystem /usr/include
 /x86_64-linux-gnu/qt5/QtCore -I. -isystem /usr/include/libdrm -I. 
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o updateparser.o 
../../sleepyhead/updateparser.cpp
../../sleepyhead/updateparser.cpp: In member function 'void 
UpdatesParser::readUpdates()':
../../sleepyhead/updateparser.cpp:253:67: error: call of overloaded 
'compare(const char [14], Qt::CaseSensitivity)' is ambiguous
         if (xml.name().compare("PackageUpdate",Qt::CaseInsensitive)==0) {
                                                                   ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qregexp.h:47:0,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:47,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:1094,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:46,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:45,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDebug:1,
                 from ../../sleepyhead/updateparser.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:1583:12: note: candidate: 
int QStringRef::compare(const QString&, Qt::CaseSensitivity) const
 inline int QStringRef::compare(const QString &s, Qt::CaseSensitivity cs) const 
Q_DECL_NOTHROW
            ^~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:1514:9: note: candidate: int 
QStringRef::compare(const QByteArray&, Qt::CaseSensitivity) const
     int compare(const QByteArray &s, Qt::CaseSensitivity cs = 
Qt::CaseSensitive) const
         ^~~~~~~
...

--- End Message ---
--- Begin Message ---
Source: sleepyhead
Source-Version: 1.0.0-beta-2+dfsg-3

We believe that the bug you reported is fixed in the latest version of
sleepyhead, 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 872...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sergio Durigan Junior <sergi...@sergiodj.net> (supplier of updated sleepyhead 
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: SHA256

Format: 1.8
Date: Mon, 21 Aug 2017 01:23:40 -0400
Source: sleepyhead
Binary: sleepyhead
Architecture: source amd64
Version: 1.0.0-beta-2+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Sergio Durigan Junior <sergi...@sergiodj.net>
Description:
 sleepyhead - Sleep tracking software with a focus on monitoring CPAP treatment
Closes: 872538
Changes:
 sleepyhead (1.0.0-beta-2+dfsg-3) unstable; urgency=medium
 .
   * Fix compiling against Qt 5.8.
     Qt 5.8 introduced a new overload to QStringRef::compare that now causes
     many ambiguities and the compile to fail.  The fix is to wrap strings
     being compared with QLatin1String to remove the ambiguity.
     Thanks to Kevin Lewis (<https://gitlab.com/kll>) for the patch.
     (Closes: #872538)
   * Bump compat level to 10.
   * Bump standards level to 4.0.1.
   * Fix Homepage URL.
   * Fix d/watch.
   * Enable hardening=+all in the build.
   * Using https on Vcs-Browser.
Checksums-Sha1:
 02c317a9cd85f41a49c1b24d1576e7d85455f781 2165 
sleepyhead_1.0.0-beta-2+dfsg-3.dsc
 8b8afda1720191484660ebcc4141df4d54f38393 7344 
sleepyhead_1.0.0-beta-2+dfsg-3.debian.tar.xz
 0eed500fdbd61d24496706cd5e42708c59e5f738 16868884 
sleepyhead-dbgsym_1.0.0-beta-2+dfsg-3_amd64.deb
 3e41e1feb3c37f25a8e236b79030083762e44b29 10386 
sleepyhead_1.0.0-beta-2+dfsg-3_amd64.buildinfo
 30de4384fa111d5fe19b7a2763f8e55c650c3d45 2700564 
sleepyhead_1.0.0-beta-2+dfsg-3_amd64.deb
Checksums-Sha256:
 852f1361f23fb262cfc6f8fcb5f859aa330cdcee10601d59ab4e7572220216c8 2165 
sleepyhead_1.0.0-beta-2+dfsg-3.dsc
 b13900b92158256f2919be3cff3b2ea8cae859f8306aa599362a3a5f4c3657b7 7344 
sleepyhead_1.0.0-beta-2+dfsg-3.debian.tar.xz
 3090cad5cdafd13ae31a5ff542ff1f9a2e5521a8e3f5f72dece220facd88f48a 16868884 
sleepyhead-dbgsym_1.0.0-beta-2+dfsg-3_amd64.deb
 9aeb5e1a05549c564f2bc8889a096bf53d387fdae09372ad7a7415f81fe0bad4 10386 
sleepyhead_1.0.0-beta-2+dfsg-3_amd64.buildinfo
 a1d6c5585693ae4bd7dc1938805408b00d6db66871c829bf5014142c5a93437b 2700564 
sleepyhead_1.0.0-beta-2+dfsg-3_amd64.deb
Files:
 43ed140b9594253df945651858921f3e 2165 science optional 
sleepyhead_1.0.0-beta-2+dfsg-3.dsc
 8ea7bb28cebe37b12f487413dd6072af 7344 science optional 
sleepyhead_1.0.0-beta-2+dfsg-3.debian.tar.xz
 55aa7f46f52f9acdae75ed479a696d23 16868884 debug extra 
sleepyhead-dbgsym_1.0.0-beta-2+dfsg-3_amd64.deb
 2977904683316d14b367331ded3ab4c3 10386 science optional 
sleepyhead_1.0.0-beta-2+dfsg-3_amd64.buildinfo
 fd6835bd5d8a0140ed80ba0f0c1a0fed 2700564 science optional 
sleepyhead_1.0.0-beta-2+dfsg-3_amd64.deb

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

iQIzBAEBCAAdFiEEI3pUsQKHKL8A7zH00Ot2KGX8XjYFAlmacC4ACgkQ0Ot2KGX8
XjbURRAAi9tY7kdSDWEWEqKsI8gJIzdWp5V6jwlyJxZTZSPmAk2EPEa82Tf+Bu6f
siyLqVWnNkIObX/1kYMZfpdJaIXIMhCE7BSoU0KgFElAWI3n8vQLZoOlBO5KFUBi
i9CfGt9IRBTIaPN23f3gAZRhGWPVqBwHvCIdcfEassuhx1U/SeMXEXNryXYT2BPI
CvR2skk3Wgev5HfKhrijQFig92Mwrq0TJbrUuIKYsyoVSLAsMXqoRGJM15HI9VS5
opg39r4dBlaJDFR0e+YhCxZXMLpKGnAnHEFaEW1KJEGKvNSeRMCpKiV8qK42A0WT
fX7tWxkTDXNCNoR8E2y+rkLNRKgBuD6o8qM2dkJZZWhbcyraqf6HPn5IoEGRCieo
cb19A+5d+TeKGE8SRQNkyrC+hYhobmp2BZVyE+1GGIs5XaFb6QKUziF8XaubkSAV
DFQWi+iq0JaxfEcnW9iislr2OCLJlRvEuvEMUx+bFWv3fiHuodlgyxtnUBFwrQCW
2HWE4J1Sjx7ilLWgIJo/4Ij3H/9YNAQn11ECuTYHt+MnZymR3eLn3M10MdpmqDXa
2eRwuK70NQke+3Nnk31WSfb8z5GsYt7SSF1ylkSTteLoJMkHuFtZYUhVEL+dzMcd
HfhJ2axXgdu/qmsXH+muNtb5eCECwMxPm3wXSjzdjvTH8ZejNlQ=
=DHZT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to