Your message dated Sun, 17 Jul 2016 22:21:30 +0000
with message-id <e1bourg-0007lj...@franck.debian.org>
and subject line Bug#831194: fixed in collectd 5.5.1-5
has caused the Debian Bug report #831194,
regarding collectd: FTBFS with GCC 6: write_kafka.c:473:5: error: this 'if'
clause does not guard... [-Werror=misleading-indentation]
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.)
--
831194: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831194
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: collectd
Version: 5.5.1-4
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):
> /bin/bash ../libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc
> -DHAVE_CONFIG_H -I. -I./daemon -DPREFIX='"/usr"'
> -DCONFIGFILE='"/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"'
> -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"'
> -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"'
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/«PKGBUILDDIR»/debian/include -UCONFIGFILE
> -DCONFIGFILE='"/etc/collectd/collectd.conf"' -Wall -Werror -g -O2
> -fstack-protector-strong -Wformat -Werror=format-security -Wall
> -Wno-error=deprecated-declarations -MT write_kafka_la-write_kafka.lo -MD -MP
> -MF .deps/write_kafka_la-write_kafka.Tpo -c -o write_kafka_la-write_kafka.lo
> `test -f 'write_kafka.c' || echo './'`write_kafka.c
> libtool: compile: x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./daemon
> -DPREFIX=\"/usr\" -DCONFIGFILE=\"/etc/collectd.conf\"
> -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\"
> -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\"
> -DPKGDATADIR=\"/usr/share/collectd\" -Wdate-time -D_FORTIFY_SOURCE=2
> -I/«PKGBUILDDIR»/debian/include -UCONFIGFILE
> -DCONFIGFILE=\"/etc/collectd/collectd.conf\" -Wall -Werror -g -O2
> -fstack-protector-strong -Wformat -Werror=format-security -Wall
> -Wno-error=deprecated-declarations -MT write_kafka_la-write_kafka.lo -MD -MP
> -MF .deps/write_kafka_la-write_kafka.Tpo -c write_kafka.c -fPIC -DPIC -o
> .libs/write_kafka_la-write_kafka.o
> write_kafka.c: In function 'kafka_handle':
> write_kafka.c:119:6: warning: 'rd_kafka_set_logger' is deprecated
> [-Wdeprecated-declarations]
> rd_kafka_set_logger(ctx->kafka, kafka_log);
> ^~~~~~~~~~~~~~~~~~~
> In file included from write_kafka.c:38:0:
> /usr/include/librdkafka/rdkafka.h:2400:6: note: declared here
> void rd_kafka_set_logger(rd_kafka_t *rk,
> ^~~~~~~~~~~~~~~~~~~
> write_kafka.c: In function 'kafka_config':
> write_kafka.c:473:5: error: this 'if' clause does not guard...
> [-Werror=misleading-indentation]
> if (conf != NULL)
> ^~
> write_kafka.c:475:2: note: ...this statement, but the latter is misleadingly
> indented as if it is guarded by the 'if'
> return (0);
> ^~~~~~
> cc1: all warnings being treated as errors
> make[4]: *** [write_kafka_la-write_kafka.lo] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2016/07/13/collectd_5.5.1-4_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: collectd
Source-Version: 5.5.1-5
We believe that the bug you reported is fixed in the latest version of
collectd, 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.
Sebastian Harl <tok...@debian.org> (supplier of updated collectd 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: SHA1
Format: 1.8
Date: Sun, 17 Jul 2016 23:30:33 +0200
Source: collectd
Binary: collectd-core collectd collectd-utils collectd-dbg collectd-dev
libcollectdclient-dev libcollectdclient1
Architecture: source
Version: 5.5.1-5
Distribution: unstable
Urgency: low
Maintainer: Sebastian Harl <tok...@debian.org>
Changed-By: Sebastian Harl <tok...@debian.org>
Description:
collectd - statistics collection and monitoring daemon
collectd-core - statistics collection and monitoring daemon (core system)
collectd-dbg - statistics collection and monitoring daemon (debugging symbols)
collectd-dev - statistics collection and monitoring daemon (development files)
collectd-utils - statistics collection and monitoring daemon (utilities)
libcollectdclient-dev - client library for collectd's control interface
(development file
libcollectdclient1 - client library for collectd's control interface
Closes: 825606 831194
Changes:
collectd (5.5.1-5) unstable; urgency=low
.
* debian/control, debian/rules:
- Disable the sigrok plugin on non-Linux; restrict build dependency to
linux-any; thanks to Andreas Beckmann for reporting this
(Closes: #825606).
* debian/rules:
- Fix failure to build twice in a row introduced by dh_autoreconf_clean;
drop the separate config.status target and, hence, a dependency on the
configure script.
* debian/patches/:
- Added gcc6.patch: Fix FTBFS with GCC 6; thanks to Lucas Nussbaum for
reporting this (Closes: #831194).
Checksums-Sha1:
b9b3195a3a481717910fb4ae9fa574188544af65 3684 collectd_5.5.1-5.dsc
295fdbc31390a9553056443d09c89d113ef99678 71340 collectd_5.5.1-5.debian.tar.xz
Checksums-Sha256:
17db2106e97e8c4f8a933c0bc642dc49d85e7ae1f388bd209a0a838630117eab 3684
collectd_5.5.1-5.dsc
87c28d206c5c52de435c9dcaa969a65756df2541053fac638b9243596f35fd20 71340
collectd_5.5.1-5.debian.tar.xz
Files:
6fb0796a1bf59933d13d2e86ed0df68a 3684 utils optional collectd_5.5.1-5.dsc
b9cb34aa6fa2ff0d481b59cf8797d0c0 71340 utils optional
collectd_5.5.1-5.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJXi/n0AAoJEMwFfnIvH/zHGiQQAImhrx2mvu4GdEbbG4sOBJax
GjPukfQsrIZ7Np38zkquIlrybBGECeVHasCOYfMH2pTUqJ7VFxnHqc6ExzjdhumE
liNnkdJ6K7sRcpGE/0xELnQ97L0ylt7gVjfpGeMbywEuRwjwmdYTp/ynUGewiKBc
ZueDuGAxp+uun1Z/Ulc9+4vTpYaNUXSL82kGNNpuoeLd67dSENdkdyXBNdvjd1gR
/EUqGoDSQOKXWlIrV2u4ceapIeWinvgy/evL9Vt/CiOpr7DSMu9FMVo8JisTqUs2
xsMu2+XTa5Ut8y9AtU1ae2MfG9V4+ge4wDlyfBVwnGK+uYLZTBtCNl8u02eC7vWl
3OAgXKEJI977H3dWb82hsE5LTXuJhZ4c5sBElzwIknP24ICz8JEfXlwC6IsNIJBG
w09kxfJCz2kLr+zKCyKElCwEHVbBmmP2Z0IdxCDKVAEaPThdr6gfNt1ZxpGWXtaw
WyOFrT7ENQy8qQWOMb14VrV3PYMYaVtmacU2hgMda8xhAxEuaiKubsCstSH+XIC4
aypbeC94jFKXh+aquUPwM2gorW1QNKQnlUDtlL0X0KtFwbk9jVydHOC3OMnbNUCv
HtkBpXq3UC6SCv0Rd6zMN/Gl1hqY+SxPwCQVlm6+OPu0DTYXvfT8T3bVhJ+8vczD
Rq+AW/lO3Fxd3E9XoCA0
=VxIt
-----END PGP SIGNATURE-----
--- End Message ---