Your message dated Thu, 23 Jul 2020 04:18:35 +0000
with message-id <e1jysgl-0007ab...@fasolo.debian.org>
and subject line Bug#957244: fixed in fwknop 2.6.10-11
has caused the Debian Bug report #957244,
regarding fwknop: 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.)


-- 
957244: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957244
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:fwknop
Version: 2.6.10-8
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/fwknop_2.6.10-8_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

[...]
libtool: link: ( cd ".libs" && rm -f "libfko.la" && ln -s "../libfko.la" 
"libfko.la" )
make[4]: Leaving directory '/<<PKGBUILDDIR>>/lib'
Making all in client
make[4]: Entering directory '/<<PKGBUILDDIR>>/client'
gcc -DHAVE_CONFIG_H -I. -I..  -I ../lib -I ../common -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wformat 
-Wformat-security -fstack-protector-all -fstack-protector -fPIE -fPIC 
-D_FORTIFY_SOURCE=2 -c -o fwknop-fwknop.o `test -f 'fwknop.c' || echo 
'./'`fwknop.c
gcc -DHAVE_CONFIG_H -I. -I..  -I ../lib -I ../common -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wformat 
-Wformat-security -fstack-protector-all -fstack-protector -fPIE -fPIC 
-D_FORTIFY_SOURCE=2 -c -o fwknop-config_init.o `test -f 'config_init.c' || echo 
'./'`config_init.c
gcc -DHAVE_CONFIG_H -I. -I..  -I ../lib -I ../common -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wformat 
-Wformat-security -fstack-protector-all -fstack-protector -fPIE -fPIC 
-D_FORTIFY_SOURCE=2 -c -o fwknop-spa_comm.o `test -f 'spa_comm.c' || echo 
'./'`spa_comm.c
gcc -DHAVE_CONFIG_H -I. -I..  -I ../lib -I ../common -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wformat 
-Wformat-security -fstack-protector-all -fstack-protector -fPIE -fPIC 
-D_FORTIFY_SOURCE=2 -c -o fwknop-utils.o `test -f 'utils.c' || echo './'`utils.c
gcc -DHAVE_CONFIG_H -I. -I..  -I ../lib -I ../common -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wformat 
-Wformat-security -fstack-protector-all -fstack-protector -fPIE -fPIC 
-D_FORTIFY_SOURCE=2 -c -o fwknop-http_resolve_host.o `test -f 
'http_resolve_host.c' || echo './'`http_resolve_host.c
fwknop.c: In function ‘main’:
fwknop.c:719:53: warning: ‘%s’ directive output may be truncated writing up to 
1023 bytes into a region of size between 1008 and 1023 [-Wformat-truncation=]
  719 |             snprintf(access_buf, MAX_LINE_LEN, "%s%s%s",
      |                                                     ^~
  720 |                     options->allow_ip_str, ",", options->access_str);
      |                                                 ~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from ../common/common.h:50,
                 from fwknop_common.h:33,
                 from fwknop.h:33,
                 from fwknop.c:29:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output between 2 and 1040 bytes into a destination 
of size 1024
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fwknop.c:195:49: warning: ‘%s’ directive output may be truncated writing up to 
1023 bytes into a region of size between 1008 and 1023 [-Wformat-truncation=]
  195 |         snprintf(access_buf, MAX_LINE_LEN, "%s%s%s",
      |                                                 ^~
  196 |                 options.allow_ip_str, ",", options.server_command);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from ../common/common.h:50,
                 from fwknop_common.h:33,
                 from fwknop.h:33,
                 from fwknop.c:29:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output between 2 and 1040 bytes into a destination 
of size 1024
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I..  -I ../lib -I ../common -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wformat 
-Wformat-security -fstack-protector-all -fstack-protector -fPIE -fPIC 
-D_FORTIFY_SOURCE=2 -c -o fwknop-getpasswd.o `test -f 'getpasswd.c' || echo 
'./'`getpasswd.c
gcc -DHAVE_CONFIG_H -I. -I..  -I ../lib -I ../common -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wformat 
-Wformat-security -fstack-protector-all -fstack-protector -fPIE -fPIC 
-D_FORTIFY_SOURCE=2 -c -o fwknop-log_msg.o `test -f 'log_msg.c' || echo 
'./'`log_msg.c
/bin/sed \
        -e 's|[@]prefix@|/usr|g' \
        -e 's|[@]sysconfdir@|/etc|g' \
        -e 's|[@]datarootdir@|/usr/share|g' \
        -e 's|[@]bindir@|/usr/bin|g' \
        -e 's|[@]sbindir@|/usr/sbin|g' \
        -e 's|[@]localstatedir@|/var|g' \
        < ../client/fwknop.8.in > "fwknop.8"
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wformat -Wformat-security -fstack-protector-all 
-fstack-protector -fPIE -fPIC -D_FORTIFY_SOURCE=2  -Wl,-z,relro -Wl,-z,now 
-Wall -Wformat -Wformat-security -fstack-protector-all -fstack-protector -fPIE 
-fPIC -pie -fPIC -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -o fwknop 
fwknop-fwknop.o fwknop-config_init.o fwknop-spa_comm.o fwknop-utils.o 
fwknop-http_resolve_host.o fwknop-getpasswd.o fwknop-log_msg.o -L../common 
-lfko_util ../lib/libfko.la 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wformat 
-Wformat-security -fstack-protector-all -fstack-protector -fPIE -fPIC 
-D_FORTIFY_SOURCE=2 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wall -Wformat 
-Wformat-security -fstack-protector-all -fstack-protector -fPIE -fPIC -pie 
-fPIC -D_FORTIFY_SOURCE=2 -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/fwknop 
fwknop-fwknop.o fwknop-config_init.o fwknop-spa_comm.o fwknop-utils.o 
fwknop-http_resolve_host.o fwknop-getpasswd.o fwknop-log_msg.o  -L../common 
-lfko_util ../lib/.libs/libfko.so
/usr/bin/ld: fwknop-config_init.o:./client/log_msg.h:41: multiple definition of 
`log_level_t'; fwknop-fwknop.o:./client/log_msg.h:41: first defined here
/usr/bin/ld: fwknop-spa_comm.o:./client/log_msg.h:41: multiple definition of 
`log_level_t'; fwknop-fwknop.o:./client/log_msg.h:41: first defined here
/usr/bin/ld: fwknop-utils.o:./client/log_msg.h:41: multiple definition of 
`log_level_t'; fwknop-fwknop.o:./client/log_msg.h:41: first defined here
/usr/bin/ld: fwknop-http_resolve_host.o:./client/log_msg.h:41: multiple 
definition of `log_level_t'; fwknop-fwknop.o:./client/log_msg.h:41: first 
defined here
/usr/bin/ld: fwknop-getpasswd.o:./client/log_msg.h:41: multiple definition of 
`log_level_t'; fwknop-fwknop.o:./client/log_msg.h:41: first defined here
/usr/bin/ld: fwknop-log_msg.o:./client/log_msg.h:41: multiple definition of 
`log_level_t'; fwknop-fwknop.o:./client/log_msg.h:41: first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:488: fwknop] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/client'
make[3]: *** [Makefile:915: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:847: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make[1]: *** [debian/rules:35: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:24: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: fwknop
Source-Version: 2.6.10-11
Done: Francois Marier <franc...@debian.org>

We believe that the bug you reported is fixed in the latest version of
fwknop, 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.
Francois Marier <franc...@debian.org> (supplier of updated fwknop 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, 22 Jul 2020 20:33:25 -0700
Source: fwknop
Architecture: source
Version: 2.6.10-11
Distribution: unstable
Urgency: high
Maintainer: Francois Marier <franc...@debian.org>
Changed-By: Francois Marier <franc...@debian.org>
Closes: 957244
Changes:
 fwknop (2.6.10-11) unstable; urgency=high
 .
   * Fix gcc10 build (closes: #957244).
   * Fix typo in lintian override.
   * Build with root explicitly.
Checksums-Sha1:
 fa400459a5b56f0e39951468a725a90dae699ddb 2753 fwknop_2.6.10-11.dsc
 ee0b49cefec3fbfa8ffd109d42d65855a8163955 18296 fwknop_2.6.10-11.debian.tar.xz
 8e4d96de4cd84f14f9ddcccecbc6ad4d272f4330 12437 
fwknop_2.6.10-11_source.buildinfo
Checksums-Sha256:
 b75bcf1af8b68bf0de3c016fc00ff4293b7ccc2b8fa4047c6261991423eda1a3 2753 
fwknop_2.6.10-11.dsc
 66bb2f8d2fec2085b1674a70e199d0ee8116a37804c9c198f6b328dbf00ca2ea 18296 
fwknop_2.6.10-11.debian.tar.xz
 ec7e163625a02dc810dea0325a01244e6b0c06da6051fffc9e8bd038a8d483ff 12437 
fwknop_2.6.10-11_source.buildinfo
Files:
 2d121778acd7658842a12ca4dd89feb5 2753 admin optional fwknop_2.6.10-11.dsc
 fefc13bf2c973e98726ec1095ff04c27 18296 admin optional 
fwknop_2.6.10-11.debian.tar.xz
 e44bef77ee872c461aa223608a520226 12437 admin optional 
fwknop_2.6.10-11_source.buildinfo

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

iQKoBAEBCgCSFiEEjEcLKgsxVo4RDUMlFigfLgB8mNEFAl8ZCflfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDhD
NDcwQjJBMEIzMTU2OEUxMTBENDMyNTE2MjgxRjJFMDA3Qzk4RDEUHGZyYW5jb2lz
QGRlYmlhbi5vcmcACgkQFigfLgB8mNH++w/9FB6TcYGmrxK7/rJ4XzkDKVcG7BUA
7M5EtxLbla+0+zs2DtLi0K8lX75sb/uSP4rWc7gBhZ3Y9PpSZmI5X+/0iVt2eKNT
0PphQjN2L5pqsr4yRo2ACOea2VJXk8Wnw6fHzJylhosKCPMbMWr8Buh98ZjBf3mo
D6FUBBPwahAj2yWaTWgxdlB955WUmOKIgtDnVbPa7iknmPgb280Lyd6KdMSKWMYG
Seub4+k8a4O1P8sj+UFjK2tBPX5xvuCgGdvqE+zx5iS4ZHbtNxKb1cTiUcXPZOx6
yZaoZbVo0OKo3faApTBun6+74ViA0o9VSeD/5+hnVKLEpnZpj5OIP48u6duX3le2
A7fBgUccc1RgcSXxlknuZ1j/QbZdUkzZ0AGTDcg8bnkGZDD0YoLCd1tYyfPR0gFh
qAYgDYVwW+sYIdkz4vKgGa/H69nRmPSOB6VTl4qaGgB9e6lnbhsLR7toL59iVGu1
VJDqXcuWn32ZfRY71AQ7JnySVbAYKfMqVx3+SP63XE+MJaPyku4HqzpASVLYau2W
AWZOORsZZzt3MC/lllnUGuRjbqdKeo7JmZ7GtSM2B6FXpahuzMuelAIBL1evIVUV
TiCZ8t2zFJgDIOo9YazvMECbrLpmsBfMdkMttb0KNkqguq2OLXE/l96a/Tlh7xcY
8ful2lYXOHUaVUQ=
=QUXk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to