Your message dated Thu, 04 Aug 2011 10:02:13 +0000
with message-id <e1qoukn-000119...@franck.debian.org>
and subject line Bug#636001: fixed in clementine 0.7.1+dfsg-2.1
has caused the Debian Bug report #636001,
regarding clementine: FTBFS in qFuzzyCompare on armel, armhf and sh4
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.)
--
636001: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636001
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: clementine
Version: 0.7.1+dfsg-2
Justification: ftbfs
Severity: serious
Tags: patch
Hi,
clementine FTBFS on armel, armfg and sh4.
- armel
https://buildd.debian.org/status/fetch.php?pkg=clementine&arch=armel&ver=0.7.1%2Bdfsg-2&stamp=1311217925
- armhf
http://buildd.debian-ports.org/status/fetch.php?pkg=clementine&arch=armhf&ver=0.7.1%2Bdfsg-2&stamp=1311341981
- sh4
http://buildd.debian-ports.org/status/fetch.php?pkg=clementine&arch=sh4&ver=0.7.1%2Bdfsg-2&stamp=1311283442
----
/build/buildd-clementine_0.7.1+dfsg-2-armel-Txwhgu/clementine-0.7.1+dfsg/src/widgets/nowplayingwidget.cpp:344:49:
error: ISO C++ says that these are ambiguous, even though the worst
conversion for the first is better than the worst conversion for the
second: [-Werror]
/usr/include/qt4/QtCore/qglobal.h:1893:20: note: candidate 1: bool
qFuzzyCompare(double, double)
/usr/include/qt4/QtCore/qglobal.h:1898:20: note: candidate 2: bool
qFuzzyCompare(float, float)
cc1plus: all warnings being treated as errors
----
I created a patch which revise this problem.
Could you check and apply this patch?
Best regards,
Nobuhiro
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
diff --git a/debian/changelog b/debian/changelog
index 7f5be63..6129e55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+clementine (0.7.1+dfsg-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix FTBFS by qFuzzyCompare function on armel, armhf and sh4.
+
+ -- Nobuhiro Iwamatsu <iwama...@debian.org> Sat, 30 Jul 2011 03:53:04 +0900
+
clementine (0.7.1+dfsg-2) unstable; urgency=low
[ Thomas Pierson ]
diff --git a/src/widgets/nowplayingwidget.cpp b/src/widgets/nowplayingwidget.cpp
index 92c8877..ef92458 100644
--- a/src/widgets/nowplayingwidget.cpp
+++ b/src/widgets/nowplayingwidget.cpp
@@ -341,7 +341,7 @@ void NowPlayingWidget::DrawContents(QPainter *p) {
void NowPlayingWidget::FadePreviousTrack(qreal value) {
previous_track_opacity_ = value;
- if (qFuzzyCompare(previous_track_opacity_, 0.0)) {
+ if (qFuzzyCompare(previous_track_opacity_, qreal(0.0))) {
previous_track_ = QPixmap();
}
--- End Message ---
--- Begin Message ---
Source: clementine
Source-Version: 0.7.1+dfsg-2.1
We believe that the bug you reported is fixed in the latest version of
clementine, which is due to be installed in the Debian FTP archive:
clementine_0.7.1+dfsg-2.1.debian.tar.gz
to main/c/clementine/clementine_0.7.1+dfsg-2.1.debian.tar.gz
clementine_0.7.1+dfsg-2.1.dsc
to main/c/clementine/clementine_0.7.1+dfsg-2.1.dsc
clementine_0.7.1+dfsg-2.1_i386.deb
to main/c/clementine/clementine_0.7.1+dfsg-2.1_i386.deb
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 636...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Lisandro Damián Nicanor Pérez Meyer <perezme...@gmail.com> (supplier of updated
clementine 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...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 03 Aug 2011 14:14:46 -0300
Source: clementine
Binary: clementine
Architecture: source i386
Version: 0.7.1+dfsg-2.1
Distribution: unstable
Urgency: low
Maintainer: Thomas PIERSON <web.pier...@gmail.com>
Changed-By: Lisandro Damián Nicanor Pérez Meyer <perezme...@gmail.com>
Description:
clementine - modern music player and library organizer
Closes: 636001
Changes:
clementine (0.7.1+dfsg-2.1) unstable; urgency=low
.
* Non-maintainer upload.
* Fix FTBFS by qFuzzyCompare function on armel, armhf and sh4. Thanks
Nobuhiro Iwamatsu for the patch. This patch has already been applied
upstream in current trunk (Closes: #636001).
Checksums-Sha1:
9e5bfc26838755e457292936c9a32d61cfcd42c0 2216 clementine_0.7.1+dfsg-2.1.dsc
8da19a90f618040a8710026b7d5726c0bf8c6423 12615
clementine_0.7.1+dfsg-2.1.debian.tar.gz
7b4240d86834bb5b8a465bfdc588aefcac7b9b15 3695348
clementine_0.7.1+dfsg-2.1_i386.deb
Checksums-Sha256:
07284d6af873129efa74f978bba9693911bf69246285f04c2bce62b31e8a806c 2216
clementine_0.7.1+dfsg-2.1.dsc
3387219ad542cee059b94872c32234ac8e9a65853830bebd6125aad679196d62 12615
clementine_0.7.1+dfsg-2.1.debian.tar.gz
b90dd9bc393cb3ccb9772c0dea78b46f7b970e98d8fa809b17d0995524a04e12 3695348
clementine_0.7.1+dfsg-2.1_i386.deb
Files:
bd70de465a8bade12c24c33d7bb5d0a3 2216 sound optional
clementine_0.7.1+dfsg-2.1.dsc
cbc28746f0a78bd4db083ed4029b6090 12615 sound optional
clementine_0.7.1+dfsg-2.1.debian.tar.gz
c6baa05435b1ba5c5da23c0572646e94 3695348 sound optional
clementine_0.7.1+dfsg-2.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJOOmoaAAoJEEgU3sIrMHw8A/UP+gLTXpmY/vgGew+shkW+MnaB
CjIdPUVfR6vf4EM2WFt8UVhWbWDhPY4PWkhqpjslJCtUpvJ8XM39w5l3GQDSyuxT
k1cVRqEmXaGR4hvni4OeBbTbfWWwA6iSOnvM/REdIVku3Tfd3ESRbqBJmSj8dEmL
DtqHIlb3Ky1bv9SKSyTGAv8dt2TVD5W8su7EM46Tnef0SybjeXU6rcUQwAmVPxk7
Px/TtM2nWJQvtTlPIwo8u9qZTBdX2vwTyMAtBEM0FIwzPuOsoBY5+GkH/Vt/eLC9
azoYrlKP9chcUkfDmxgKyGyH9+J6pPB87TQhMpazbmza0vnhs+nbuh8LydkmEXMU
RmUej9IIM0y0PcPUdnA/lfmDmA3UZl9Z+G+gFxIBfq+vRBlBDoghTrQCXrLYNntw
lUMm1absVhEkQZR7OXrCR9elJYcAeLQQA1wHcoa+qzGfJou4j38oNa/VZbEam2wb
/W9hN+UWFUq1nDmK36rYrEdg4JMZgrYv/B1247CoQBnSp32/ShbMTNUNny56u6na
QHP3D4rXsZriXALukdBkBO9rPzzckNgxhJSjzDxeVn3gv70sjnxSNMrz9r7421vZ
gi5l+QKNKczXtTObq3kh+jUFZvl8opOyj14O/JGBiwfnT9b+R+fdJ5R212lkFztE
RpA0WGvy3w4J2MMLoO+0
=MIsM
-----END PGP SIGNATURE-----
--- End Message ---