Your message dated Sat, 17 Aug 2019 18:34:22 +0000
with message-id <e1hz3ww-000bak...@fasolo.debian.org>
and subject line Bug#925869: fixed in zookeeper 3.4.13-3
has caused the Debian Bug report #925869,
regarding zookeeper: 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.)


-- 
925869: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925869
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:zookeeper
Version: 3.4.13-1
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/zookeeper_3.4.13-1_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.

[...]
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking for nfds_t... yes
checking whether to enable ipv6... yes
checking for getcwd... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for getlogin... yes
checking for getpwuid_r... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for memmove... yes
checking for memset... yes
checking for poll... yes
checking for socket... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strtol... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
/usr/bin/make -C src/c
make[2]: Entering directory '/<<PKGBUILDDIR>>/src/c'
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /<<PKGBUILDDIR>>/src/c/missing 
autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
/usr/bin/make  all-am
make[3]: Entering directory '/<<PKGBUILDDIR>>/src/c'
gcc -DHAVE_CONFIG_H -I.  -I./include -I./tests -I./generated  -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -Werror  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MT cli.o -MD -MP -MF 
.deps/cli.Tpo -c -o cli.o `test -f 'src/cli.c' || echo './'`src/cli.c
In file included from /usr/include/string.h:494,
                 from src/cli.c:31:
In function 'strncpy',
    inlined from 'main' at src/cli.c:559:9:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error: 
'__builtin_strncpy' specified bound 1024 equals destination size 
[-Werror=stringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[3]: *** [Makefile:1057: cli.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/c'
make[2]: *** [Makefile:671: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src/c'
make[1]: *** [debian/rules:30: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:20: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: zookeeper
Source-Version: 3.4.13-3

We believe that the bug you reported is fixed in the latest version of
zookeeper, 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.
tony mancill <tmanc...@debian.org> (supplier of updated zookeeper 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, 17 Aug 2019 10:59:19 -0700
Source: zookeeper
Architecture: source
Version: 3.4.13-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Closes: 925869
Changes:
 zookeeper (3.4.13-3) unstable; urgency=medium
 .
   * Address FTBFS with GCC 9 (Closes: #925869)
   * Bump Standards-Version to 4.4.0
   * Freshen years in debian/copyright and update Source:
Checksums-Sha1:
 87ac8e2334a8da83bcefc6c6fe1fd01859d1fc69 3044 zookeeper_3.4.13-3.dsc
 74cb7cd17f257535148cb2da1262323bd23cee37 67604 zookeeper_3.4.13-3.debian.tar.xz
 22341226cdb38b6e825e7c53ec614d786b104c73 17139 
zookeeper_3.4.13-3_amd64.buildinfo
Checksums-Sha256:
 a46e874f7553f4537b664dc09dd495b61c21e275bad3ea32c6b8fb2baf68f847 3044 
zookeeper_3.4.13-3.dsc
 8a21712e2a6bbb87e996e450633acb83138521387d73975f6a7f389c90447da1 67604 
zookeeper_3.4.13-3.debian.tar.xz
 d609a1217070938a892e00b4e1b2a23c5d38d26103307e4dc0befeaf9326421d 17139 
zookeeper_3.4.13-3_amd64.buildinfo
Files:
 f0c7eb8772ad3b3fdd85161f06ba4385 3044 java optional zookeeper_3.4.13-3.dsc
 846051e02185ce410b10c6db89ab8d98 67604 java optional 
zookeeper_3.4.13-3.debian.tar.xz
 4a4848d0789ef02fa51967865c0971f8 17139 java optional 
zookeeper_3.4.13-3_amd64.buildinfo

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAl1YRUAUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpYhbw//ZIORJgHQ+qWg0mIA+EM+JK/d+IPp
LCVmzTQJ48QLxu+UcamghFAy3O9/Oo9B9cJCkiy9FlATY78YplGIYc3UQucUvsHy
LNehupbMZvx95M8Pc1Bgy3EsloWp6cARyvGTW8wYxpvpssrwwVPvHZ83+t2Aybsf
Rx5k8N7ji2lTzn3eN94S68+OAf6CpifjTzcspYvkWSuV0+hwKdkclQHoQhGqgeQc
jlOqzZ66hFsqkiXm9mXjyR4nyn3kiqnXqEfzml6VPdlOjIvhJNnjg14A/9sdoekg
GnCpvuRZQYbF8IplicZo59XTE9eIPw7Wnei3SLyt/cikczIdxTZbx3QtvT7qXY7N
MN/aMcsJCaAIzZtYEvaGqPJ2kRnXpjcQDljlUAuTq2yvB2ZkViKePIpaVCjcHz/5
vlkfvmE+qc0qKfEUg9fMe7ExHCAaYmM5eUZAxCIDrF0YHIovU6GDOcaIuIcnZ/AX
LEhe/i+6WsrJ/nNcIOumB5sGeWRVSiVAqAcKxC25c3oThKl6yLfx3qJ8IBlXjkuz
7GK4oy+aszlxHC8GOpwDjhUUyMWAwhLgM3KQT2hldSn8hczowWKbpi5y8REgN9C1
rFm/bov/shZwMBM9UUVXizvn2rjXBuTYXMRKo9I+u9KivjcPzXwKug3+DGXxzzRE
lu375+76pAhs9XI=
=uIcV
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to