Your message dated Sun, 10 Nov 2019 21:23:28 +0000
with message-id <e1itugc-0000oa...@fasolo.debian.org>
and subject line Bug#925833: fixed in snoopy 2.4.6-6
has caused the Debian Bug report #925833,
regarding snoopy: ftbfs with GCC-9
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.)


-- 
925833: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925833
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:snoopy
Version: 2.4.6-5
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. 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/gcc9-20190321/snoopy_2.4.6-5_unstable_gcc9.log
The last lines of the build log are at the end of this report.

To build with GCC 9, either set CC=gcc-9 CXX=g++-9 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-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
config.status: creating lib/Makefile
config.status: creating lib/inih/Makefile
config.status: creating lib/inih/src/Makefile
config.status: creating src/Makefile
config.status: creating src/datasource/Makefile
config.status: creating src/eventsource/Makefile
config.status: creating src/filter/Makefile
config.status: creating src/output/Makefile
config.status: creating util/Makefile
config.status: creating tests/Makefile
config.status: creating tests/bin/Makefile
config.status: creating tests/combined/Makefile
config.status: creating tests/configfile/Makefile
config.status: creating tests/datasource/Makefile
config.status: creating tests/filter/Makefile
config.status: creating tests/message/Makefile
config.status: creating tests/output/Makefile
config.status: creating tests/threads/Makefile
config.status: creating util/snoopy-disable
config.status: creating util/snoopy-enable
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build -a
        make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in etc
make[3]: Entering directory '/<<PKGBUILDDIR>>/etc'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/etc'
Making all in lib
make[3]: Entering directory '/<<PKGBUILDDIR>>/lib'
Making all in inih
make[4]: Entering directory '/<<PKGBUILDDIR>>/lib/inih'
Making all in src
make[5]: Entering directory '/<<PKGBUILDDIR>>/lib/inih/src'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wextra 
-Wno-unused-parameter -std=c99 -pedantic -I../../.. -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o ini.lo ini.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -Werror -Wextra -Wno-unused-parameter -std=c99 
-pedantic -I../../.. -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c ini.c  -fPIC -DPIC 
-o .libs/ini.o
In file included from /usr/include/string.h:494,
                 from ini.c:16:
In function 'strncpy',
    inlined from 'strncpy0' at ini.c:67:5,
    inlined from 'ini_parse_stream' at ini.c:164:17:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error: 
'__builtin_strncpy' specified bound 50 equals destination size 
[-Werror=stringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'strncpy0' at ini.c:67:5,
    inlined from 'ini_parse_stream' at ini.c:130:17:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error: 
'__builtin_strncpy' specified bound 50 equals destination size 
[-Werror=stringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[5]: *** [Makefile:462: ini.lo] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/lib/inih/src'
make[4]: *** [Makefile:427: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/lib/inih'
make[3]: *** [Makefile:428: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/lib'
make[2]: *** [Makefile:510: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:437: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:7: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: snoopy
Source-Version: 2.4.6-6

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

Debian distribution maintenance software
pp.
Aleksey Kravchenko <rhash.ad...@gmail.com> (supplier of updated snoopy 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: Sat, 09 Nov 2019 02:23:51 +0300
Source: snoopy
Architecture: source
Version: 2.4.6-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <team+pkg-secur...@tracker.debian.org>
Changed-By: Aleksey Kravchenko <rhash.ad...@gmail.com>
Closes: 925833
Changes:
 snoopy (2.4.6-6) unstable; urgency=medium
 .
   * Team upload.
   * d/patches
     - Add 05_gcc-9.patch: fix compialtion by gcc 9 (Closes: #925833).
     - Add 06_disable_rpname_test.patch: disable always failing test
   * d/control
     - Bump Standards-Version to 4.4.1
     - Add Rules-Requires-Root: no
Checksums-Sha1:
 80b85d50eaf0dcbc229d25ec34ec2d94ac000f7f 1926 snoopy_2.4.6-6.dsc
 de3462bb655bbea6d5d604e12ee3200ca8842d40 20656 snoopy_2.4.6-6.debian.tar.xz
 5fb2da10d6058aa4fa0f316a90786a2df12f6dc5 6014 snoopy_2.4.6-6_amd64.buildinfo
Checksums-Sha256:
 8169b20e7c3d3522ea626d17d0aba3ab889ea4bc5254ab14e64c2e886dbbb87f 1926 
snoopy_2.4.6-6.dsc
 ad2191312a6c4e13716e5540d1baae0d9c2fed12887e10ba118018478bfd7541 20656 
snoopy_2.4.6-6.debian.tar.xz
 1db705a37e1fc263761fd2fd69c4d89137923bd0d8be4a80138bfcedd3235ad8 6014 
snoopy_2.4.6-6_amd64.buildinfo
Files:
 43a48b031883e9e1cd0064ed472e00b4 1926 admin optional snoopy_2.4.6-6.dsc
 ea94e539363f67beb3ec7d8d1ef311c5 20656 admin optional 
snoopy_2.4.6-6.debian.tar.xz
 5c9667e15fbb9c912d70591c7fcdc1f4 6014 admin optional 
snoopy_2.4.6-6_amd64.buildinfo

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

iQIzBAEBCgAdFiEEBdtqg34QX0sdAsVfu6n6rcz7RwcFAl3IfHUACgkQu6n6rcz7
RwfRaBAAvnq+dJgmOTXJevkYSd79c5cJLoWqEBhuFhdeSy5YknMT5e0xHKecX2MU
Lyl3b3fWqEMg/FJ4jMygGxSGKSwfq7sJ4bADXHpuXEy5xlWZZBDLamqOKD2DMgdb
9PvUJ0HmynfpCI1z7fnEmp583dTtQCyqsF/6ruASizaFfScTchiW1mCkubjyjtxX
VepI0S0uxYCE2veID4b67Uttz+WN+ARNvC317CUIv4/eeTJofR53fOy8GVv+hjmN
xEzVHrYBNbxmTS2LwvVyjMd0A5YDvxvJ10vnd+M2plNoiqY/X2LY6MaT+gi0F6XR
WBExZLmyl51g8wRpzEtEzlk6uXyFdFEwgVNIGTf405k4jRhXYBl0XrBS5KRn6aSa
yRRYBM2Vdh5IofXu+K6q7tDjcG8ZIV27ehNS6ueh0uOIMGOb4X+OU3xVRDH5k8rw
ErzFi+8M4E165GcZpGWRG7FEt2yCHlKwYGfKGPQYacqvb3el2S/1RRkQcLfKVZBw
Zd/6keMpsWYd7+HLL7TxgTO8mWanHom0aJf8E5ed7l3bKBvWvhrdRAifyGpl6K+K
SPlkyKY0ooBDtXu645yZVj+MM07Vuvd9gl1XNoOJ7cKeSLtNqAHvM3RFytrHSONe
cScqDtcKcmOXt/o/D4/DAFRAMic/1HoU0WtnVspyyKQcsQod0sI=
=e9Md
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to