Your message dated Sat, 14 Mar 2020 07:49:09 +0000
with message-id <e1jd1xh-000i9l...@fasolo.debian.org>
and subject line Bug#925753: fixed in libneo4j-client 2.2.0-1.1
has caused the Debian Bug report #925753,
regarding libneo4j-client: 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.)


-- 
925753: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925753
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libneo4j-client
Version: 2.2.0-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/libneo4j-client_2.2.0-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 pkg-config is at least version 0.9.0... yes
checking for OPENSSL... yes
checking for CRYPTO_set_locking_callback... no
checking for BIO_meth_new... yes
checking for ASN1_STRING_get0_data... yes
checking for CHECK... no
checking for LIBEDIT... yes
checking for CYPHER_PARSER... yes
checking for doxygen... no
configure: WARNING: doxygen not found - will not generate any doxygen 
documentation
checking for perl... /usr/bin/perl
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating neo4j-client.1
config.status: creating neo4j-client.pc
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating src/Makefile
config.status: creating src/bin/Makefile
config.status: creating src/lib/Makefile
config.status: creating src/lib/neo4j-client.h
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
   dh_auto_build -a
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in m4
make[3]: Entering directory '/<<PKGBUILDDIR>>/m4'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/m4'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
Making all in lib
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/lib'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread  -Wpedantic -Wvla -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu11 -fvisibility=hidden -pipe -Wall -W -Werror   
  -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith     
-Wstrict-prototypes -Wcast-qual -Wcast-align -Wno-error=unused-function     
-Wno-error=unused-variable -Wno-error=deprecated-declarations -c -o 
libneo4j_client_la-error_handling.lo `test -f 'error_handling.c' || echo 
'./'`error_handling.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -pthread -Wpedantic -Wvla -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu11 -fvisibility=hidden -pipe -Wall -W -Werror 
-Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith 
-Wstrict-prototypes -Wcast-qual -Wcast-align -Wno-error=unused-function 
-Wno-error=unused-variable -Wno-error=deprecated-declarations -c 
error_handling.c  -fPIC -DPIC -o .libs/libneo4j_client_la-error_handling.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -pthread -Wpedantic -Wvla -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu11 -fvisibility=hidden -pipe -Wall -W -Werror 
-Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith 
-Wstrict-prototypes -Wcast-qual -Wcast-align -Wno-error=unused-function 
-Wno-error=unused-variable -Wno-error=deprecated-declarations -c 
error_handling.c -o libneo4j_client_la-error_handling.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread  -Wpedantic -Wvla -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu11 -fvisibility=hidden -pipe -Wall -W -Werror   
  -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith     
-Wstrict-prototypes -Wcast-qual -Wcast-align -Wno-error=unused-function     
-Wno-error=unused-variable -Wno-error=deprecated-declarations -c -o 
libneo4j_client_la-buffering_iostream.lo `test -f 'buffering_iostream.c' || 
echo './'`buffering_iostream.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -pthread -Wpedantic -Wvla -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu11 -fvisibility=hidden -pipe -Wall -W -Werror 
-Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith 
-Wstrict-prototypes -Wcast-qual -Wcast-align -Wno-error=unused-function 
-Wno-error=unused-variable -Wno-error=deprecated-declarations -c 
buffering_iostream.c  -fPIC -DPIC -o 
.libs/libneo4j_client_la-buffering_iostream.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -pthread -Wpedantic -Wvla -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu11 -fvisibility=hidden -pipe -Wall -W -Werror 
-Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith 
-Wstrict-prototypes -Wcast-qual -Wcast-align -Wno-error=unused-function 
-Wno-error=unused-variable -Wno-error=deprecated-declarations -c 
buffering_iostream.c -o libneo4j_client_la-buffering_iostream.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread  -Wpedantic -Wvla -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu11 -fvisibility=hidden -pipe -Wall -W -Werror   
  -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith     
-Wstrict-prototypes -Wcast-qual -Wcast-align -Wno-error=unused-function     
-Wno-error=unused-variable -Wno-error=deprecated-declarations -c -o 
libneo4j_client_la-chunking_iostream.lo `test -f 'chunking_iostream.c' || echo 
'./'`chunking_iostream.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -pthread -Wpedantic -Wvla -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu11 -fvisibility=hidden -pipe -Wall -W -Werror 
-Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith 
-Wstrict-prototypes -Wcast-qual -Wcast-align -Wno-error=unused-function 
-Wno-error=unused-variable -Wno-error=deprecated-declarations -c 
chunking_iostream.c  -fPIC -DPIC -o .libs/libneo4j_client_la-chunking_iostream.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -pthread -Wpedantic -Wvla -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu11 -fvisibility=hidden -pipe -Wall -W -Werror 
-Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith 
-Wstrict-prototypes -Wcast-qual -Wcast-align -Wno-error=unused-function 
-Wno-error=unused-variable -Wno-error=deprecated-declarations -c 
chunking_iostream.c -o libneo4j_client_la-chunking_iostream.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread  -Wpedantic -Wvla -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu11 -fvisibility=hidden -pipe -Wall -W -Werror   
  -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith     
-Wstrict-prototypes -Wcast-qual -Wcast-align -Wno-error=unused-function     
-Wno-error=unused-variable -Wno-error=deprecated-declarations -c -o 
libneo4j_client_la-client_config.lo `test -f 'client_config.c' || echo 
'./'`client_config.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -pthread -Wpedantic -Wvla -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu11 -fvisibility=hidden -pipe -Wall -W -Werror 
-Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith 
-Wstrict-prototypes -Wcast-qual -Wcast-align -Wno-error=unused-function 
-Wno-error=unused-variable -Wno-error=deprecated-declarations -c 
client_config.c  -fPIC -DPIC -o .libs/libneo4j_client_la-client_config.o
In file included from /usr/include/string.h:494,
                 from neo4j-client.h:30,
                 from client_config.h:20,
                 from client_config.c:18:
In function 'strncpy',
    inlined from 'ensure_basic_auth_credentials' at client_config.c:494:5:
/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[4]: *** [Makefile:644: libneo4j_client_la-client_config.lo] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/lib'
make[3]: *** [Makefile:403: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:624: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:489: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:10: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: libneo4j-client
Source-Version: 2.2.0-1.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
libneo4j-client, 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.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated 
libneo4j-client 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: Fri, 13 Mar 2020 23:36:49 +0000
Source: libneo4j-client
Architecture: source
Version: 2.2.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Chris Leishman <ch...@leishman.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 925753
Changes:
 libneo4j-client (2.2.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with gcc-9. (Closes: #925753)
Checksums-Sha1:
 ddcd214cd0e2ce18ba26337f13cebd24552902d9 2206 libneo4j-client_2.2.0-1.1.dsc
 4e241f82a3c3512c44e00e23016d2915a4c33eb1 32896 
libneo4j-client_2.2.0-1.1.debian.tar.xz
 67a2da51b1cd85b0a8df6c19a73e41239ff3ac20 5673 
libneo4j-client_2.2.0-1.1_source.buildinfo
Checksums-Sha256:
 631e493a535eb816dc45360e97c9644903985bca0977134f7532e50c3b72ab6e 2206 
libneo4j-client_2.2.0-1.1.dsc
 fad2c8dec3a034438e6e678422c5779278040e567ecd4eb91f7f6b296ecccc9b 32896 
libneo4j-client_2.2.0-1.1.debian.tar.xz
 e5476cd9138001df7d218edb51828a1b88888fff644930fe6b9b54c65894da99 5673 
libneo4j-client_2.2.0-1.1_source.buildinfo
Files:
 c1a8a015799a7238f073d6b5a0983bf9 2206 devel optional 
libneo4j-client_2.2.0-1.1.dsc
 faa3aa44a9758757412fa409a4648b8d 32896 devel optional 
libneo4j-client_2.2.0-1.1.debian.tar.xz
 e479fb7fe87de150b33958c53cca32cb 5673 devel optional 
libneo4j-client_2.2.0-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl5sihUACgkQweDZLphv
fH7vIA//cRvcBWRTyEaOLpz2xYSUigk5sb05NCEAdy3bpXXP4iAbLpHQ1FG+YCiA
L2wiJqDYBfNwuW6C25KtFw+ZIOT9isnKzvk9tF2dbOXchmAjqKoVB3ZYqSJ03okz
lSpGYzy1PkQcHFeo2Y+XAZ5ZUJcsEmOogjrB68bHY+xQ3X+BJPUwhyUG7D2poNAd
J/8LSKn73U3W0NUD2uDDnQ+61tsSK+WsXziToVhFh1IFe96gX2Vj0bAGvtTDUhnb
XABAJcYI1XGmDKYvRd9kCVdckHJTXtEZGvgR/NkFBEqg7Z1E3jBe+ia4hNwndsu+
bPJKw5+Cql6kHC/sJQWuUMNOB4jLqeRqmWm/CSD6M6yvyFfUaIz+nFZpgBQ4tOl4
ZmAnEywYOr1bBqv8ZrN6SP1eKOexwPr3IKGZQx3gGxLy47eJWKbbRSAx4YmBszBU
XVMWuVQIddKiMSgHrnNdWSfgsJ/WGkdm434Lhy8s14ilETmSiu7IPLA1a7S03GkD
SFDSy9Cgv1gcWJgCHkkqMpRheZSj7aRc/L+WO84jT2SzJbmLupUCrJ7JkD+nsrqP
eNYPHwh8RMpfcffg4QOIw+Ah864K0b06stnIlYhsQV2BAk2OgOUOH65L/2hKQdCH
xHjdz6H9olBNgwcO6Yw18LCBJb6/QUEnzB4Q4DcLNGinXwuzm54=
=C44P
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to