Your message dated Wed, 28 Sep 2022 18:30:00 +0000
with message-id <e1odbom-00bga6...@fasolo.debian.org>
and subject line Bug#966848: fixed in sarg 2.4.0-2
has caused the Debian Bug report #966848,
regarding sarg: FTBFS: util.c:589:29: error: ‘%03d’ directive output may be 
truncated writing between 3 and 11 bytes into a region of size 4 
[-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.)


-- 
966848: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966848
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sarg
Version: 2.4.0-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200802 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> gcc -c -I. -Wdate-time -D_FORTIFY_SOURCE=2 -DBINDIR=\"/usr/bin\" 
> -DSYSCONFDIR=\"/etc/sarg\" -DFONTDIR=\"/usr/share/fonts/truetype/ttf-dejavu\" 
> -DIMAGEDIR=\"/usr/share/sarg/images\" -DSARGPHPDIR=\"/usr/share/sarg\" 
> -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE_NAME=\"sarg\" 
> -DPACKAGE_TARNAME=\"sarg\" -DPACKAGE_VERSION=\"2.4.0\" 
> -DPACKAGE_STRING=\"sarg\ 2.4.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
> -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 
> -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_TYPES_H=1 
> -DHAVE_SYS_SOCKET_H=1 -DHAVE_NETDB_H=1 -DHAVE_ARPA_INET_H=1 
> -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_CTYPE_H=1 -DHAVE_ERRNO_H=1 
> -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STDARG_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_EXECINFO_H=1 
> -DHAVE_MATH_H=1 -DHAVE_LIBINTL_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_STDBOOL_H=1 
> -DHAVE_GETOPT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FNMATCH_H=1 -DHAVE_GD_H=1 
> -DHAVE_GDFONTL_H=1 -DHAVE_GDFONTT_H=1 -DHAVE_GDFONTS_H=1 -DHAVE_GDFONTMB_H=1 
> -DHAVE_GDFONTG_H=1 -DHAVE_LDAP_CDEFS_H=1 -DHAVE_LDAP_FEATURES_H=1 
> -DHAVE_LDAP_H=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_ICONV_H=1 
> -DHAVE_GLOB_H=1 -DHAVE_ZLIB_H=1 -DHAVE_LZMA_H=1 -DENABLE_NLS=1 
> -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_FOPEN64=1 -D_LARGEFILE64_SOURCE=1 
> -DHAVE_BACKTRACE=1 -DHAVE_SYMLINK=1 -DHAVE_LSTAT=1 -DHAVE_GETNAMEINFO=1 
> -DHAVE_GETADDRINFO=1 -DHAVE_MKSTEMP=1 -DHAVE_FNMATCH=1 -DSIZEOF_RLIM_T=8 
> -DRLIM_STRING=\"%lli\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic 
> -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare 
> -Werror=implicit-function-declaration -Werror=format util.c
> util.c: In function ‘vrfydir’:
> util.c:589:29: error: ‘%03d’ directive output may be truncated writing 
> between 3 and 11 bytes into a region of size 4 [-Werror=format-truncation=]
>   589 |   snprintf(str,sizeof(str),"%03d",month);
>       |                             ^~~~
> util.c:589:28: note: directive argument in the range [-2147483647, 2147483647]
>   589 |   snprintf(str,sizeof(str),"%03d",month);
>       |                            ^~~~~~
> In file included from /usr/include/stdio.h:867,
>                  from include/conf.h:12,
>                  from util.c:30:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
> ‘__builtin___snprintf_chk’ output between 4 and 12 bytes into a destination 
> of size 4
>    67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    68 |        __bos (__s), __fmt, __va_arg_pack ());
>       |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> util.c:589:29: error: ‘%03d’ directive output may be truncated writing 
> between 3 and 11 bytes into a region of size 4 [-Werror=format-truncation=]
>   589 |   snprintf(str,sizeof(str),"%03d",month);
>       |                             ^~~~
> util.c:589:28: note: directive argument in the range [-2147483647, 2147483647]
>   589 |   snprintf(str,sizeof(str),"%03d",month);
>       |                            ^~~~~~
> In file included from /usr/include/stdio.h:867,
>                  from include/conf.h:12,
>                  from util.c:30:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
> ‘__builtin___snprintf_chk’ output between 4 and 12 bytes into a destination 
> of size 4
>    67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    68 |        __bos (__s), __fmt, __va_arg_pack ());
>       |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> util.c:589:29: error: ‘%03d’ directive output may be truncated writing 
> between 3 and 11 bytes into a region of size 4 [-Werror=format-truncation=]
>   589 |   snprintf(str,sizeof(str),"%03d",month);
>       |                             ^~~~
> util.c:589:28: note: directive argument in the range [-2147483647, 2147483647]
>   589 |   snprintf(str,sizeof(str),"%03d",month);
>       |                            ^~~~~~
> In file included from /usr/include/stdio.h:867,
>                  from include/conf.h:12,
>                  from util.c:30:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
> ‘__builtin___snprintf_chk’ output between 4 and 12 bytes into a destination 
> of size 4
>    67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    68 |        __bos (__s), __fmt, __va_arg_pack ());
>       |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> util.c:589:29: error: ‘%03d’ directive output may be truncated writing 
> between 3 and 11 bytes into a region of size 4 [-Werror=format-truncation=]
>   589 |   snprintf(str,sizeof(str),"%03d",month);
>       |                             ^~~~
> util.c:589:28: note: directive argument in the range [-2147483647, 2147483647]
>   589 |   snprintf(str,sizeof(str),"%03d",month);
>       |                            ^~~~~~
> In file included from /usr/include/stdio.h:867,
>                  from include/conf.h:12,
>                  from util.c:30:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
> ‘__builtin___snprintf_chk’ output between 4 and 12 bytes into a destination 
> of size 4
>    67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    68 |        __bos (__s), __fmt, __va_arg_pack ());
>       |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:75: util.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/08/02/sarg_2.4.0-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: sarg
Source-Version: 2.4.0-2
Done: Fabio Augusto De Muzio Tobich <ftob...@debian.org>

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

Debian distribution maintenance software
pp.
Fabio Augusto De Muzio Tobich <ftob...@debian.org> (supplier of updated sarg 
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, 28 Sep 2022 14:40:49 -0300
Source: sarg
Architecture: source
Version: 2.4.0-2
Distribution: unstable
Urgency: medium
Maintainer: Fabio Augusto De Muzio Tobich <ftob...@debian.org>
Changed-By: Fabio Augusto De Muzio Tobich <ftob...@debian.org>
Closes: 962200 966848
Changes:
 sarg (2.4.0-2) unstable; urgency=medium
 .
   [ Fabio Augusto De Muzio Tobich ]
   * New maintainer.
     Many thanks to Luigi Gangitano, first of all for his excellent work with
     sarg over the years and also for his trust in allowing me to continue the
     work from now on.
   * Using new DH level format. Consequently:
       - debian/compat: removed.
       - debian/control:
           - Changed from 'debhelper' to 'debhelper-compat' in Build-Depends
             field and bumped level to 13.
           - Dropped unnecessary dependencies in Build-Depends field.
   * debian/control:
       - Added Homepage field.
       - Added Rules-Requires-Root: no.
       - Bumped Standards-Version to 4.6.1.
   * debian/copyright:
       - Migrated to 1.0 format.
       - Updated all data.
   * debian/dirs: removed empty directory.
   * debian/patches/:
       - 0004-fix-format-security.patch: added to fix format truncation error.
         Thanks to Matthias Klose. (Closes: #966848)
       - 0005-fix-multiple-include-conf.patch: added to fix FTBFS with GCC 10.3.
         Thanks to Sergio Durigan Junior.
   * debian/rules: removed unnecessary lines.
   * debian/salsa-ci.yml: added to provide CI tests for Salsa.
   * debian/upstream/metadata: created.
   * debian/watch: bumped version to 4.
 .
   [ Olivier Tilloy ]
   * Update runtime dependency on the transitional dummy ttf-dejavu-core (which
     was dropped from unstable) to fonts-dejavu-core. (Closes: #962200)
     Consequently:
       - debian/control: replaced ttf-dejavu-core to fonts-dejavu-core in
         Depends field.
       - debian/rules: replaced path in --enable-fontdir on
         override_dh_auto_configure from '.../ttf-dejavu' to '.../dejavu'.
       - debian/sarg.conf: updated graph_font field path from '.../ttf-dejavu'
         to '.../dejavu'.
Checksums-Sha1:
 10e5640023919b2f7764d27f0f77d4cb9fd0aef3 1828 sarg_2.4.0-2.dsc
 a98c26f8763521692c80b4ce22a91ff2cb8ff446 26672 sarg_2.4.0-2.debian.tar.xz
 935146a5a68534402be82734776685c3326cf780 8423 sarg_2.4.0-2_source.buildinfo
Checksums-Sha256:
 81b13710988a637ab1bf6c4342a0d314b00063fd475d9db6e34707a1d46ef787 1828 
sarg_2.4.0-2.dsc
 bb552332ede4a5d0113349a64f803e18a4e4dc22f628023336e623d4c1299552 26672 
sarg_2.4.0-2.debian.tar.xz
 5c78069032f7dc5819ffe0ea5cd5d7821b5f4834bad1cc23d647274af6f8ed7d 8423 
sarg_2.4.0-2_source.buildinfo
Files:
 2d18922e986b0510057c1dd58f6f6cbc 1828 web optional sarg_2.4.0-2.dsc
 d0a5e1c90363620f58614c475eb6a310 26672 web optional sarg_2.4.0-2.debian.tar.xz
 e48001b15f77c8ca41027e31e6930ec2 8423 web optional 
sarg_2.4.0-2_source.buildinfo

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

iQIzBAEBCgAdFiEElzBAZuWu+sImg9A9T7O00372Oy4FAmM0h+kACgkQT7O00372
Oy5N2g//Zw7vUw3qMVjDjLwKtJ1UvtMqbJmNn8Z4kp6vSHu3iyTBUZ2YOEfFuUwP
H4bbXffDAyHWuLFCCsV0NTKdnwsN6TXYEfMdHQ4wDJ1OLL26rPc2tMqmhJYYW011
Ab9Ug2Fosq95423/J18Nh6O6URasLgQ5w2wbOalbfVH2Cy/+J21BUmoqovIHy4oc
uRykPd0FmRl7Yoo/QGneLUlEbaJ/uoU2yC73iMm1IQCuCCY18lMVc8/jwFBEPssQ
fEY9d8i75oTuLRKJmpxmGB6ZW7vwDpEsDGjwy/3jRnaq4QS0y5imcbd+jZxJdT/p
2GGtdoQttpizqkVpenC5ED2UWCqtCIqPWTbDp2n1DJo43LEA3q1dafyJwGLOlAKA
9+2yZ/eT6T8PT8TrgWpoz/HG9iv5J6AF+douKXbVeTVT2aej4fB16JXmtj4YYe5e
0KCPTOiVCZAIuH9x0c9SV6wCOBhsHYwZHqFMZjGA/B4v/PW8O80I+yVbdvbXl2bF
a9mUIRX+orz4TsmsDJ5B0oYDU1PufR/0aLKFpnHIqYekOmYIFYNqKXfsneXKJkfw
bnEVONJMPhY9QJEcm3i4lfYoIElE7cFquoKCl6p1XINIdAK5y7NZsPkw9pSveyCl
F+qPMOVxf4WYZStpbpmAJQ6HRpGC3Po13DH1Vb7T1jpNDz7WhtY=
=iArc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to