Your message dated Wed, 23 Aug 2017 16:34:19 +0000
with message-id <e1dkybj-000jay...@fasolo.debian.org>
and subject line Bug#871062: fixed in collectd 5.7.2-1
has caused the Debian Bug report #871062,
regarding collectd: FTBFS: client.c:621:23: error: '%s' directive output may be 
truncated writing up to 1023 bytes into a region of size 1010 
[-Werror=format-truncation=]
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.)


-- 
871062: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871062
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: collectd
Version: 5.7.1-1.1
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170805 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> /bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc 
> -DHAVE_CONFIG_H -I. -I../../src   -I../../src/libcollectdclient/collectd 
> -I../../src/libcollectdclient/collectd -I../../src/daemon  -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/debian/include -UCONFIGFILE 
> -DCONFIGFILE='"/etc/collectd/collectd.conf"' -Wall -Werror -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall -Wno-error=deprecated-declarations -c -o 
> libcollectdclient_la-client.lo `test -f 'client.c' || echo './'`client.c
> libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src 
> -I../../src/libcollectdclient/collectd -I../../src/libcollectdclient/collectd 
> -I../../src/daemon -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/<<PKGBUILDDIR>>/debian/include -UCONFIGFILE 
> -DCONFIGFILE=\"/etc/collectd/collectd.conf\" -Wall -Werror -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall -Wno-error=deprecated-declarations -c client.c  
> -fPIC -DPIC -o .libs/libcollectdclient_la-client.o
> client.c: In function 'lcc_getval':
> client.c:621:23: error: '%s' directive output may be truncated writing up to 
> 1023 bytes into a region of size 1010 [-Werror=format-truncation=]
>      LCC_SET_ERRSTR(c, "Server error: %s", res.message);
>                        ^                   ~
> client.c:94:48: note: in definition of macro 'LCC_SET_ERRSTR'
>      snprintf((c)->errbuf, sizeof((c)->errbuf), __VA_ARGS__);                 
>   \
>                                                 ^~~~~~~~~~~
> In file included from /usr/include/stdio.h:938:0,
>                  from client.c:42:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: 
> '__builtin___snprintf_chk' output between 15 and 1038 bytes into a 
> destination of size 1024
>    return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>         __bos (__s), __fmt, __va_arg_pack ());
>         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> client.c: In function 'lcc_putval':
> client.c:754:23: error: '%s' directive output may be truncated writing up to 
> 1023 bytes into a region of size 1010 [-Werror=format-truncation=]
>      LCC_SET_ERRSTR(c, "Server error: %s", res.message);
>                        ^                   ~
> client.c:94:48: note: in definition of macro 'LCC_SET_ERRSTR'
>      snprintf((c)->errbuf, sizeof((c)->errbuf), __VA_ARGS__);                 
>   \
>                                                 ^~~~~~~~~~~
> In file included from /usr/include/stdio.h:938:0,
>                  from client.c:42:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: 
> '__builtin___snprintf_chk' output between 15 and 1038 bytes into a 
> destination of size 1024
>    return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>         __bos (__s), __fmt, __va_arg_pack ());
>         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> client.c: In function 'lcc_flush':
> client.c:802:23: error: '%s' directive output may be truncated writing up to 
> 1023 bytes into a region of size 1010 [-Werror=format-truncation=]
>      LCC_SET_ERRSTR(c, "Server error: %s", res.message);
>                        ^                   ~
> client.c:94:48: note: in definition of macro 'LCC_SET_ERRSTR'
>      snprintf((c)->errbuf, sizeof((c)->errbuf), __VA_ARGS__);                 
>   \
>                                                 ^~~~~~~~~~~
> In file included from /usr/include/stdio.h:938:0,
>                  from client.c:42:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: 
> '__builtin___snprintf_chk' output between 15 and 1038 bytes into a 
> destination of size 1024
>    return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>         __bos (__s), __fmt, __va_arg_pack ());
>         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> client.c: In function 'lcc_listval':
> client.c:834:23: error: '%s' directive output may be truncated writing up to 
> 1023 bytes into a region of size 1010 [-Werror=format-truncation=]
>      LCC_SET_ERRSTR(c, "Server error: %s", res.message);
>                        ^                   ~
> client.c:94:48: note: in definition of macro 'LCC_SET_ERRSTR'
>      snprintf((c)->errbuf, sizeof((c)->errbuf), __VA_ARGS__);                 
>   \
>                                                 ^~~~~~~~~~~
> In file included from /usr/include/stdio.h:938:0,
>                  from client.c:42:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: 
> '__builtin___snprintf_chk' output between 15 and 1038 bytes into a 
> destination of size 1024
>    return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>         __bos (__s), __fmt, __va_arg_pack ());
>         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cc1: all warnings being treated as errors
> Makefile:649: recipe for target 'libcollectdclient_la-client.lo' failed
> make[5]: *** [libcollectdclient_la-client.lo] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2017/08/05/collectd_5.7.1-1.1_unstable.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.7.2-1

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 871...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marc Fournier <m...@bl.uem.li> (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: SHA512

Format: 1.8
Date: Wed, 23 Aug 2017 18:10:47 +0200
Source: collectd
Binary: collectd-core collectd collectd-utils collectd-dbg collectd-dev 
libcollectdclient-dev libcollectdclient1
Architecture: source
Version: 5.7.2-1
Distribution: unstable
Urgency: medium
Maintainer: Sebastian Harl <tok...@debian.org>
Changed-By: Marc Fournier <m...@bl.uem.li>
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: 859494 871062 872276
Changes:
 collectd (5.7.2-1) unstable; urgency=medium
 .
   * New upstream release.
     - Fix potential endless-loop in the network plugin, which can be triggered
       remotely by sending a crafted UDP packet (Closes: #859494,
       CVE-2017-7401).
   * debian/patches:
     - drop dpdkstat_goto_label.patch; included upstream.
     - drop drop_lssl_lcrypto_from_linking.patch; included upstream.
     - drop mqtt_invalid_symbols.patch; included upstream.
     - drop mqtt_resource_leak.patch; included upstream.
     - add libcollectdclient_error_buffer.patch, fixing a build error with
       GCC 7 (Closes: #871062). Thanks to Steve Langasek and Ruben Kerkhof.
     - add local-msr-index-h.patch, bundling a header file removed from 4.12+
       kernels (Closes: #872276). Thanks to Steve Langasek.
Checksums-Sha1:
 c4ad51468f53cd8b46d27149c1b1febf053bc32e 3978 collectd_5.7.2-1.dsc
 b27074fc363d942c8aee2f05baed0395a20c86d0 1798777 collectd_5.7.2.orig.tar.bz2
 46965c25af10f15d541ee4324935e4daf36f0c83 79192 collectd_5.7.2-1.debian.tar.xz
 aec4d988c7c222efc11dd45c14d1d86623a4f20d 18629 
collectd_5.7.2-1_source.buildinfo
Checksums-Sha256:
 d85abeee5787dcf3adffdd05b8534943fe37c1ac8474f43bb6728c17732da91e 3978 
collectd_5.7.2-1.dsc
 9d20a0221569a8d6b80bbc52b86e5e84965f5bafdbf5dfc3790e0fed0763e592 1798777 
collectd_5.7.2.orig.tar.bz2
 fb86b8aa84bbfd04e7337a84fb95748ae87ed4a78338bd00f6714d5807a43729 79192 
collectd_5.7.2-1.debian.tar.xz
 256b62cae336545749b5c13ee52028330fc1ad7d05d0f57a936ea648195043a4 18629 
collectd_5.7.2-1_source.buildinfo
Files:
 8f9819e490d63722068928bc659e68f8 3978 utils optional collectd_5.7.2-1.dsc
 5da2b69c286a064db35c6cc1e758b039 1798777 utils optional 
collectd_5.7.2.orig.tar.bz2
 9081ff82916e26d1ce7522d667f69ea3 79192 utils optional 
collectd_5.7.2-1.debian.tar.xz
 c7d9fc8ca633e3e3351b847b82cb104e 18629 utils optional 
collectd_5.7.2-1_source.buildinfo

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

iQJDBAEBCgAtFiEEFyYJDdJ26BUHqSsYEW9eOrNopOsFAlmdqmgPHG1hcmNAYmwu
dWVtLmxpAAoJEBFvXjqzaKTrdvIP+gIaJRqIvQeXq68Di6xBoSOJd3wpGB6RfHIM
ldc6rXNmcWPAV3oZ/YEgqxgSGagh5giFE3+J1/Q7fkQ1Va90FLorwO9qfrhyCGYu
IdpBX++9WfH+vwNHNBUH+/huVfiQfzSPHhGBwDYE+ijhxsgGv6MuRsEByy0ulZk2
k3iGq1stjvuj4oS0DGDZv41jLWNWqzmgeIqLIU/UQB+81DlFn2/JvzSvgon9clD1
k/4ChNlniiOVyaVBoFyWInAE+kIBhDzPTBWZ6e6iDy4Qh92Pa53UaVapm7KeZ6yG
e6izD3H0HZnStKvfzTPOnoQiamTQCFGeLkAYRNtd05ycgjksHipHc7CpzDlvOReR
rXTMtNl+PSTub80I3CiRJHGmlsMz6w6Jhe6oWzUbZ41HQtPlzavsM0NYWYXMltDg
p1Ao/aBP6oUa4IRYGlvkEza+wr99J4pns5cEYPSLiW9DItI+8Ukl+6mlRSfIve7u
2yoYwmXmSBodYOMypLwBPBxQ9BTx6T3evUMh1M7FkzMlvyU1OGHu2aQWS++xwBtM
Fu00ZKqFb3NeKErUdeHFzE430+kP7VG8Rnyooip6jrlPSvzHXBw2vB23Ve2FdoDe
2MXhn/9HTMGUjYT9g1LtO62QtYOOnEHXVkSDVezlcaPWpfxRQxNWMsFnFHEUbfRt
Xew7SR1a
=BK9k
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to