Your message dated Mon, 10 Oct 2016 16:29:28 +0000
with message-id <e1btdsc-0002mz...@franck.debian.org>
and subject line Bug#831129: fixed in kcollectd 0.9-3
has caused the Debian Bug report #831129,
regarding kcollectd: FTBFS with GCC 6: graph.cc:567:37: error: 'isnan' was not
declared in this scope
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.)
--
831129: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831129
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kcollectd
Version: 0.9-2.1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160713 qa-ftbfs
Justification: FTBFS with GCC 6 on amd64
Hi,
During a rebuild of all packages in sid using the gcc-defaults package
available in experimental to make GCC default to version 6, your package failed
to build on amd64. For more information about GCC 6 and Stretch, see:
- https://wiki.debian.org/GCC6
- https://lists.debian.org/debian-devel-announce/2016/06/msg00007.html
Relevant part (hopefully):
> make[3]: Entering directory '/«PKGBUILDDIR»/BUILD'
> [ 10%] Building CXX object
> kcollectd/CMakeFiles/kcollectd.dir/kcollectd_automoc.cpp.o
> [ 20%] Building CXX object kcollectd/CMakeFiles/kcollectd.dir/graph.cc.o
> /«PKGBUILDDIR»/kcollectd/graph.cc: In member function 'void
> Graph::drawGraph(QPainter&, const QRect&, const GraphInfo&, double, double)':
> /«PKGBUILDDIR»/kcollectd/graph.cc:567:37: error: 'isnan' was not declared in
> this scope
> while (i<size && (isnan(min_data[i]) || isnan(max_data[i]))) ++i;
> ^
> /«PKGBUILDDIR»/kcollectd/graph.cc:567:37: note: suggested alternative:
> In file included from /«PKGBUILDDIR»/kcollectd/graph.cc:25:0:
> /usr/include/c++/6/cmath:655:5: note: 'std::isnan'
> isnan(_Tp __x)
> ^~~~~
> /«PKGBUILDDIR»/kcollectd/graph.cc:569:37: error: 'isnan' was not declared in
> this scope
> while (i<size && !isnan(min_data[i]) && !isnan(max_data[i])) ++i;
> ^
> /«PKGBUILDDIR»/kcollectd/graph.cc:569:37: note: suggested alternative:
> In file included from /«PKGBUILDDIR»/kcollectd/graph.cc:25:0:
> /usr/include/c++/6/cmath:655:5: note: 'std::isnan'
> isnan(_Tp __x)
> ^~~~~
> /«PKGBUILDDIR»/kcollectd/graph.cc:600:36: error: 'isnan' was not declared in
> this scope
> while (i<size && isnan(avg_data[i])) ++i;
> ^
> /«PKGBUILDDIR»/kcollectd/graph.cc:600:36: note: suggested alternative:
> In file included from /«PKGBUILDDIR»/kcollectd/graph.cc:25:0:
> /usr/include/c++/6/cmath:655:5: note: 'std::isnan'
> isnan(_Tp __x)
> ^~~~~
> /«PKGBUILDDIR»/kcollectd/graph.cc:602:37: error: 'isnan' was not declared in
> this scope
> while (i<size && !isnan(avg_data[i])) ++i;
> ^
> /«PKGBUILDDIR»/kcollectd/graph.cc:602:37: note: suggested alternative:
> In file included from /«PKGBUILDDIR»/kcollectd/graph.cc:25:0:
> /usr/include/c++/6/cmath:655:5: note: 'std::isnan'
> isnan(_Tp __x)
> ^~~~~
> make[3]: *** [kcollectd/CMakeFiles/kcollectd.dir/graph.cc.o] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2016/07/13/kcollectd_0.9-2.1_unstable_gcc6.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 ---
Source: kcollectd
Source-Version: 0.9-3
We believe that the bug you reported is fixed in the latest version of
kcollectd, 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 831...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mattia Rizzolo <mat...@debian.org> (supplier of updated kcollectd 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, 10 Oct 2016 15:36:41 +0000
Source: kcollectd
Binary: kcollectd
Architecture: source
Version: 0.9-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Mattia Rizzolo <mat...@debian.org>
Description:
kcollectd - simple collectd graphing front-end for KDE
Closes: 620022 687354 831129
Changes:
kcollectd (0.9-3) unstable; urgency=medium
.
[ Mattia Rizzolo ]
* QA upload.
* Orphan the package. See #840320
* Add Vcs-* fields pointing to repository on collab-maint
* Use source format 3.0 (quilt)
* Convert patches into quilt patches.
* Run wrap-and-sort -ast.
* convert d/rules to use the dh sequencer.
* Bump debhelper compat level to 10.
* Bump Standards-Version to 3.9.8, no changes needed.
.
[ Justin B Rye ]
* Rewrite description. Closes: #620022, #687354
.
[ Logan Rosen ]
* Add patch to fix FTBFS with gcc 6. Closes: #831129
Checksums-Sha1:
3df94fad6688aceec0cda203f677dffa5b290187 1943 kcollectd_0.9-3.dsc
fe359e6de45ddc62a7fda05d3dd68cb0bd6052e2 4312 kcollectd_0.9-3.debian.tar.xz
Checksums-Sha256:
a67c82ad25b8b7f6fbb9f4d471599f70bb69a6a5c16c7ac91f394045eb741d22 1943
kcollectd_0.9-3.dsc
fa56a6ad64839f97032c3983ae341ce9b77383dbbebf0f08add4c8425f8723b1 4312
kcollectd_0.9-3.debian.tar.xz
Files:
8bd66ad22d3132480462a03ffcfbbbc4 1943 utils extra kcollectd_0.9-3.dsc
bcf272dea5ad70d9fea5ede90f120195 4312 utils extra kcollectd_0.9-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIvBAEBCgAZBQJX+7ZeEhxtYXR0aWFAZGViaWFuLm9yZwAKCRAIFrnhjHYrrb4M
EACCcnTmfn5RWuN2DklnwXQtgL03SLp39JMTdXo2mb3Mn+ImrgVmz0cUiMVlFM2L
R1ibAQW5nk16uMX7Gvbc4nEezZ8hlKonL6iEmXLDqZ5/2rkD/msP2nHMBfrBvy4O
iRhzQigFqTD4tmD/84XCf2buXWjKZcauXN+zuULXA53saZuV5+dxG7rJZuWgmV9F
oLdnlqTQqDpQNpVMV8S6XKrIpPbjZtrYK1qyv6Raep5KdJm116im+iiKbj4Jzhsn
wNhPqcTrDSDjqUwEbVD7v9rxI8gcmjm8Y9uAg5bQbcfbZpQ5/Z+oTRBiQtqt9mPh
tF2goQb7AvfgE6gubi3ITA5xj7aY5EoAp6+xGQFoIspZ6Nj1piAkAHnXPr4I4u92
9dd16+gQHK23L6HcxZ+qGSZx7Zw251f1QYnXfX5yjJ2WPnnSA3DXfwDBWneIEyyz
l7zrA5SskI4w0YpRVF9gWCrFvBbADYkAISTgHzaT3vXzQ+TmFBEyla27omGVX3dD
YRKeD50TFoiYlEarRfwQuD1uAUjj3GSzPHs5HB3sUVa6R6OQ2VaGTQDWPuC6wLJ/
5UaDNEW7kFfIB4cqczAWFG3FTRZcvwBw2Z5z2v8/gSNt3o1pSz+qlS78cK1objFp
dJkBywaxr5miDYs7Cs1g0seE6wwwGi8GWyYYO+q41W+u3g==
=faxS
-----END PGP SIGNATURE-----
--- End Message ---