Your message dated Wed, 28 Oct 2020 17:49:50 +0000
with message-id <e1kxpa2-00075e...@fasolo.debian.org>
and subject line Bug#957640: fixed in openntpd 1:6.2p3-4.1
has caused the Debian Bug report #957640,
regarding openntpd: 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.)


-- 
957640: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957640
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:openntpd
Version: 1:6.2p3-4
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/openntpd_6.2p3-4_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

[...]
  CC       arc4random_uniform.lo
  CCLD     libcompat.la
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
  CCLD     libcompatnoopt.la
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/<<PKGBUILDDIR>>/compat'
Making all in src
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
  CC       ntpd-client.o
  CC       ntpd-config.o
  CC       ntpd-constraint-disabled.o
  CC       ntpd-control.o
  CC       ntpd-log.o
  CC       ntpd-ntp.o
  CC       ntpd-ntp_dns.o
  CC       ntpd-ntp_msg.o
  CC       ntpd-ntpd.o
ntpd.c: In function ‘show_peer_msg’:
ntpd.c:868:42: warning: ‘__builtin___snprintf_chk’ output may be truncated 
before the last format character [-Wformat-truncation=]
  868 |   snprintf(stratum, sizeof(stratum), "%2u", cpeer->stratum);
      |                                          ^
In file included from /usr/include/stdio.h:867,
                 from ../include/stdio.h:6,
                 from ntpd.c:30:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output between 3 and 4 bytes into a destination of 
size 3
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       ntpd-parse.o
  CC       ntpd-fake-sensors.o
  CC       ntpd-server.o
  CC       ntpd-util.o
util.c: In function ‘print_rtable’:
util.c:141:34: warning: ‘%d’ directive output may be truncated writing between 
1 and 10 bytes into a region of size 4 [-Wformat-truncation=]
  141 |   snprintf(b, sizeof(b), "rtable %d", r);
      |                                  ^~
util.c:141:26: note: directive argument in the range [1, 2147483647]
  141 |   snprintf(b, sizeof(b), "rtable %d", r);
      |                          ^~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from ../include/stdio.h:6,
                 from util.c:21:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output between 9 and 18 bytes into a destination of 
size 11
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CCLD     ntpd
/usr/bin/ld: ntpd-config.o:./src/ntp.h:108: multiple definition of `__packed'; 
ntpd-client.o:./src/ntp.h:108: first defined here
/usr/bin/ld: ntpd-constraint-disabled.o:./src/ntp.h:108: multiple definition of 
`__packed'; ntpd-client.o:./src/ntp.h:108: first defined here
/usr/bin/ld: ntpd-control.o:./src/ntp.h:108: multiple definition of `__packed'; 
ntpd-client.o:./src/ntp.h:108: first defined here
/usr/bin/ld: ntpd-ntp.o:./src/ntp.h:108: multiple definition of `__packed'; 
ntpd-client.o:./src/ntp.h:108: first defined here
/usr/bin/ld: ntpd-ntp_dns.o:./src/ntp_dns.c:36: multiple definition of 
`ibuf_dns'; ntpd-ntp.o:./src/ntp.c:45: first defined here
/usr/bin/ld: ntpd-ntp_dns.o:./src/ntp.h:108: multiple definition of `__packed'; 
ntpd-client.o:./src/ntp.h:108: first defined here
/usr/bin/ld: ntpd-ntp_msg.o:./src/ntp.h:108: multiple definition of `__packed'; 
ntpd-client.o:./src/ntp.h:108: first defined here
/usr/bin/ld: ntpd-ntpd.o:./src/ntp.h:108: multiple definition of `__packed'; 
ntpd-client.o:./src/ntp.h:108: first defined here
/usr/bin/ld: ntpd-parse.o:(.bss+0x140): multiple definition of `conf'; 
ntpd-ntp.o:(.bss+0x20): first defined here
/usr/bin/ld: ntpd-parse.o:./src/ntp.h:108: multiple definition of `__packed'; 
ntpd-client.o:./src/ntp.h:108: first defined here
/usr/bin/ld: ntpd-fake-sensors.o:./src/ntp.h:108: multiple definition of 
`__packed'; ntpd-client.o:./src/ntp.h:108: first defined here
/usr/bin/ld: ntpd-server.o:./src/ntp.h:108: multiple definition of `__packed'; 
ntpd-client.o:./src/ntp.h:108: first defined here
/usr/bin/ld: ntpd-util.o:./src/ntp.h:108: multiple definition of `__packed'; 
ntpd-client.o:./src/ntp.h:108: first defined here
/usr/bin/ld: 
../compat/.libs/libcompat.a(adjfreq_linux.o):./compat/../src/ntp.h:108: 
multiple definition of `__packed'; ntpd-client.o:./src/ntp.h:108: first defined 
here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:488: ntpd] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:403: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:41: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: openntpd
Source-Version: 1:6.2p3-4.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
openntpd, 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.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated openntpd 
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: Mon, 26 Oct 2020 17:10:47 +0000
Source: openntpd
Architecture: source
Version: 1:6.2p3-4.1
Distribution: unstable
Urgency: medium
Maintainer: Ulises Vitulli <der...@debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957640
Changes:
 openntpd (1:6.2p3-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957640)
Checksums-Sha1:
 02f55480e8876a74ced353795b2c394128e1ccb4 1917 openntpd_6.2p3-4.1.dsc
 a002fbc12eb19fee61c97417b62d62bab11c7c1a 15700 openntpd_6.2p3-4.1.debian.tar.xz
 9b97405a0cb3ad8ac1f191fc26b1fdcb84fc69b1 6234 
openntpd_6.2p3-4.1_amd64.buildinfo
Checksums-Sha256:
 6996347697680bc3f58c496b6284a8cea00f6dae627863016c88cf9887e2b5e3 1917 
openntpd_6.2p3-4.1.dsc
 d5a1a07f1451fce82abc5d1fd23d108fc72b552e001e3bbebcd9855c4d757606 15700 
openntpd_6.2p3-4.1.debian.tar.xz
 4c1e684e56684340aff77be69f5cf8853b471d66354b33b7c01e437e163966e1 6234 
openntpd_6.2p3-4.1_amd64.buildinfo
Files:
 8b616e1ac4c7c1f3306131b6de464980 1917 net optional openntpd_6.2p3-4.1.dsc
 2dbb2691f54702ba8b95039e190607a3 15700 net optional 
openntpd_6.2p3-4.1.debian.tar.xz
 de8eb324da2f3c19adb2c91216b160a0 6234 net optional 
openntpd_6.2p3-4.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl+XBHwACgkQR5mjUUbR
KzVQ0A//aNTfgGqXlcnOnT2SDf1bmPtRP9HeLQ0n3o+b79d6J9Dk5NO/73u7todW
T2GO1Gr2mi9q74Qw/VyNrBizx/0gdqbC2IVdFSOh0nPT/3HPGVI4qjcTvxDDljLR
kIxVQ5gn4SI7Mwfa3YgQqSGJZ8igaFhZldfMqtWNtKJW1PtZO7ThD2zgpa4HcZLd
5a//IfRRaOtCMF2LmRgIfl0ByIV9v6HuS5bnwjwPB8IFG9RdiK1PeMj0TEp3UeRo
ZPMMR4xnpCa4sgKs33i6EwJX3c+UYM2gPuR201gX0EUnLT7yRjsh7yvwWGFWjfQ9
phOrxWyfXvDk6tmNKDEg6nyxTYJKbL7VzIjL5dWwD9CCuYw6YVl5O6Wj138S+z5h
oxJhwSTdkU4oLDCKh8+0UCaE0pRtWOV/jvu/KSAbEA+iWg1dhSJfOPB6cT7/O5QL
vBDQ4CbS7H6++kapijxJM5X/8BawZoVvBAb3e+82LK1toMry1pwKKc1x7GXMuYTa
CKbBTWxU2LpSIjaEg2YajIIZFZ2aUYuKL5+tCk1ii/s48tqWnPhZoTN52kc+SUxj
m1nE58sU1orLoL27GZeaxO5YQqxIPnh3B3J8mO22KpcykFMPhF7pIpaWT8oPtWSf
H81lc7sXJJ2/HOh1T3V4fdYxzHO8WVytd+NXgWTOy39xJ0Ae3/E=
=z/pI
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to