Your message dated Wed, 29 Jul 2020 21:04:00 +0000
with message-id <e1k0tf2-000592...@fasolo.debian.org>
and subject line Bug#957004: fixed in argus-clients 1:3.0.8.2-6
has caused the Debian Bug report #957004,
regarding argus-clients: ftbfs with GCC-10
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.)


-- 
957004: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957004
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:argus-clients
Version: 1:3.0.8.2-5
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/argus-clients_3.0.8.2-5_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-10/porting_to.html

[...]
./rasqlinsert.c:1437:35: warning: ‘%s’ directive writing up to 4095 bytes into 
a region of size 1001 [-Wformat-overflow=]
 1437 |                sprintf (sbuf, "%s %s interval accepted", RAGETTINGuSTR, 
RaCommandInputStr);
      |                                   ^~                                    
~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from ../../include/argus_util.h:223,
                 from ./rasqlinsert.h:40,
                 from ./rasqlinsert.c:49:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 42 and 4137 bytes into a destination 
of size 1024
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./rasqlinsert.c:774:35: warning: ‘%s’ directive writing up to 4095 bytes into a 
region of size 1007 [-Wformat-overflow=]
  774 |                sprintf (sbuf, "%s %s filter accepted", RAGETTINGfSTR, 
RaCommandInputStr);
      |                                   ^~                                  
~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from ../../include/argus_util.h:223,
                 from ./rasqlinsert.h:40,
                 from ./rasqlinsert.c:49:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 34 and 4129 bytes into a destination 
of size 1024
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./rasqlinsert.c:774:35: warning: ‘%s’ directive writing up to 4095 bytes into a 
region of size 1007 [-Wformat-overflow=]
  774 |                sprintf (sbuf, "%s %s filter accepted", RAGETTINGfSTR, 
RaCommandInputStr);
      |                                   ^~                                  
~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from ../../include/argus_util.h:223,
                 from ./rasqlinsert.h:40,
                 from ./rasqlinsert.c:49:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 34 and 4129 bytes into a destination 
of size 1024
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./rasqlinsert.c:770:35: warning: ‘%s’ directive writing up to 4095 bytes into a 
region of size 1007 [-Wformat-overflow=]
  770 |                sprintf (sbuf, "%s %s syntax error", RAGETTINGfSTR, 
RaCommandInputStr);
      |                                   ^~                               
~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from ../../include/argus_util.h:223,
                 from ./rasqlinsert.h:40,
                 from ./rasqlinsert.c:49:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 31 and 4126 bytes into a destination 
of size 1024
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -O -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -o ../../bin/rasqlinsert raclient.o 
rasqlinsert.o  -Wl,-z,relro -L/usr/lib -lmysqlclient_r  ../../lib/argus_parse.a 
../../lib/argus_common.a ../../lib/argus_client.a -lm   -lpthread  -lGeoIP   
-lz -lncurses -lreadline
make[3]: Leaving directory '/<<PKGBUILDDIR>>/examples/ramysql'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/examples'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test
   create-stamp debian/debhelper-build-stamp
 fakeroot debian/rules binary
dh binary 
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
chmod -x support/Config/racolor.conf
find  -type f -name ._\* -exec rm {} \;
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_install
dh_install: warning: Cannot find (any matches for) "bin/raconvert" (tried in ., 
debian/tmp)

dh_install: warning: argus-client missing files: bin/raconvert
dh_install: error: missing files, aborting
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: argus-clients
Source-Version: 1:3.0.8.2-6
Done: Michael Stone <mst...@debian.org>

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

Debian distribution maintenance software
pp.
Michael Stone <mst...@debian.org> (supplier of updated argus-clients 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, 29 Jul 2020 15:25:38 -0400
Source: argus-clients
Binary: argus-client argus-client-dbgsym
Architecture: source amd64
Version: 1:3.0.8.2-6
Distribution: unstable
Urgency: low
Maintainer: Michael Stone <mst...@debian.org>
Changed-By: Michael Stone <mst...@debian.org>
Description:
 argus-client - IP network transaction auditing tool
Closes: 957004
Changes:
 argus-clients (1:3.0.8.2-6) unstable; urgency=low
 .
   * Fix FTBFS with gcc-10 (Closes: #957004)
   * bump debhelper compat level from 11 to 12
   * update standards version
Checksums-Sha1:
 01d07d473c0ec599c67945e41221a85a1fb2dbde 1906 argus-clients_3.0.8.2-6.dsc
 ea0c125cb9bda5225aa17a5375ba6722afd448d0 23168 
argus-clients_3.0.8.2-6.debian.tar.xz
 651ce2bba82422a8f3edfa8bbf289ff7bc80be45 20041352 
argus-client-dbgsym_3.0.8.2-6_amd64.deb
 9610ac5e01dab05200931fc0502145ef920c7680 3056716 
argus-client_3.0.8.2-6_amd64.deb
 c7ff27a1c340dbef502a6f3e1719b8b793c206ad 7733 
argus-clients_3.0.8.2-6_amd64.buildinfo
Checksums-Sha256:
 3f5d616af36241ab1ca1257b0e0d156e30f5e60056379186e4c5cf7f4413e399 1906 
argus-clients_3.0.8.2-6.dsc
 cfb0fd2395a40d4b41d1e3da3c6db54308c3ac890a54d6a2834d704d2ad11492 23168 
argus-clients_3.0.8.2-6.debian.tar.xz
 5c9fe748bd69671d579632aea613c2c19c39256fb4c6442ac4af2ef2a27eaf91 20041352 
argus-client-dbgsym_3.0.8.2-6_amd64.deb
 7d6c96ff3adb5d617339e8457931e9898afc8195566adf42a45fce04b70120e1 3056716 
argus-client_3.0.8.2-6_amd64.deb
 4b9ce352ca7f7c45708aeedf42b7ed0a77b8d6b49708b5cbb7f09d91017bf8c8 7733 
argus-clients_3.0.8.2-6_amd64.buildinfo
Files:
 0b221616cc5dcc2a9cd8a4693bb43b7f 1906 utils optional 
argus-clients_3.0.8.2-6.dsc
 9ebb635296b212f8e00844a39303117c 23168 utils optional 
argus-clients_3.0.8.2-6.debian.tar.xz
 8adec847be8a12271504cebe5efd3d1c 20041352 debug optional 
argus-client-dbgsym_3.0.8.2-6_amd64.deb
 993d4ac08f6932b1109242c8968a6948 3056716 utils optional 
argus-client_3.0.8.2-6_amd64.deb
 482a93b7fad956d597cc063fa8e7314f 7733 utils optional 
argus-clients_3.0.8.2-6_amd64.buildinfo

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

iQIzBAEBCgAdFiEEAtUxX/EfGGGGDh4C9hqs3PoR/94FAl8h3UIACgkQ9hqs3PoR
/95Tzw/+P5/J7iSamGIhjVg/VhlgANO0H6y4SmZLtknvZSFnZTT0yLR+UGMqdXYX
VtuMFNS8N/f9qq1UId5agGIR3FXfW0g0DOniw7XQ1B4hDZMX3qXTDT96E8z/Mnah
GjC5Vgg5bKxnqYKV7eYyZFg1NQl6kS7ZEZpW73U90ov542jghqbRZHjCU0Zqx5ug
v4K29x1rreIZmcuWTlUGmDgtDBMz3fUispcE/iIeO+NTEDvvxWjkHV0J1fTUDBve
T+VEnL2aNOiP/Qj5WdCKMRFfcDfvlXmW8qF2+HqRPYqMvcwcN5psaGEtPAFTipGL
XM2nLMS8vYa6Pd00e7iXkAwnQ5KCn9VvnrAKF1GE1JvDmKMOgDiOzJGJwu40PDPY
vxDgEKEIwn/+d/RKJGS9Cp4BChuYQn3RcgZH+u2E7MSKVW6XoUWUH9xOKIXq6Rd4
Hygkx/R4hvXqNZEgjCnaDu/Wg22NHKv79dUHgDb3Bo+FH1HJwyV1d/serJE4xDcs
/dQV9MpkCy4zE4WmkE0oSLxvoeNh34Wc38UncOaQjSYNiW3sTutzVXUR822RYfcx
ihyf2LdwQ2UJ5hrFBx0iOHAyEciBLdf5BKsvRrNoOGZOQFmtqtqbUe+j82t3G3xE
vM1EizaBelqLCd+avY3XUcUFP+pyrkzvOXMRLk13vdvcn23QsV0=
=c9Rj
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to