Your message dated Mon, 15 Aug 2022 11:03:56 +0000
with message-id <e1onxsy-00fiti...@fasolo.debian.org>
and subject line Bug#1012900: fixed in bctoolbox 4.4.13-4
has caused the Debian Bug report #1012900,
regarding bctoolbox: ftbfs with GCC-12
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.)


-- 
1012900: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012900
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:bctoolbox
Version: 4.4.13-3
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-12

[This bug is targeted to the upcoming bookworm release]

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-12/g++-12, but succeeds to build with gcc-11/g++-11. The
severity of this report will be raised before the bookworm release.

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/gcc12/bctoolbox_4.4.13-3_unstable_gcc12.log
The last lines of the build log are at the end of this report.

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

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
/usr/include/mbedtls/sha256.h:276:25: note: declared here
  276 | MBEDTLS_DEPRECATED void mbedtls_sha256( const unsigned char *input,
      |                         ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/crypto/mbedtls.c:470:25: warning: ‘mbedtls_sha512’ is 
deprecated [-Wdeprecated-declarations]
  470 |                         mbedtls_sha512(crt->raw.p, crt->raw.len, 
buffer, 1); /* last argument is a boolean, indicate to output sha-384 and not 
sha-512 */
      |                         ^~~~~~~~~~~~~~
In file included from /usr/include/mbedtls/entropy.h:34,
                 from /<<PKGBUILDDIR>>/src/crypto/mbedtls.c:34:
/usr/include/mbedtls/sha512.h:293:25: note: declared here
  293 | MBEDTLS_DEPRECATED void mbedtls_sha512( const unsigned char *input,
      |                         ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/crypto/mbedtls.c:476:25: warning: ‘mbedtls_sha512’ is 
deprecated [-Wdeprecated-declarations]
  476 |                         mbedtls_sha512(crt->raw.p, crt->raw.len, 
buffer, 0); /* last argument is a boolean, indicate to output sha-384 and not 
sha-512 */
      |                         ^~~~~~~~~~~~~~
/usr/include/mbedtls/sha512.h:293:25: note: declared here
  293 | MBEDTLS_DEPRECATED void mbedtls_sha512( const unsigned char *input,
      |                         ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/crypto/mbedtls.c: In function ‘bctbx_CreateDHMContext’:
/<<PKGBUILDDIR>>/src/crypto/mbedtls.c:736:25: warning: 
‘mbedtls_deprecated_string_constant_t’ is deprecated [-Wdeprecated-declarations]
  736 |                         if 
((mbedtls_mpi_read_string(&(mbedtlsDhmContext->P), 16, 
MBEDTLS_DHM_RFC3526_MODP_2048_P) != 0) ||
      |                         ^~
/<<PKGBUILDDIR>>/src/crypto/mbedtls.c:737:25: warning: 
‘mbedtls_deprecated_string_constant_t’ is deprecated [-Wdeprecated-declarations]
  737 |                         
(mbedtls_mpi_read_string(&(mbedtlsDhmContext->G), 16, 
MBEDTLS_DHM_RFC3526_MODP_2048_G) != 0)) {
      |                         ^
/<<PKGBUILDDIR>>/src/crypto/mbedtls.c:745:25: warning: 
‘mbedtls_deprecated_string_constant_t’ is deprecated [-Wdeprecated-declarations]
  745 |                         if 
((mbedtls_mpi_read_string(&(mbedtlsDhmContext->P), 16, 
MBEDTLS_DHM_RFC3526_MODP_3072_P) != 0) ||
      |                         ^~
/<<PKGBUILDDIR>>/src/crypto/mbedtls.c:746:25: warning: 
‘mbedtls_deprecated_string_constant_t’ is deprecated [-Wdeprecated-declarations]
  746 |                         
(mbedtls_mpi_read_string(&(mbedtlsDhmContext->G), 16, 
MBEDTLS_DHM_RFC3526_MODP_3072_G) != 0)) {
      |                         ^
/<<PKGBUILDDIR>>/src/crypto/mbedtls.c: In function ‘bctbx_sha512’:
/<<PKGBUILDDIR>>/src/crypto/mbedtls.c:1489:9: warning: ‘mbedtls_sha512’ is 
deprecated [-Wdeprecated-declarations]
 1489 |         mbedtls_sha512(input, inputLength, hashOutput, 0); /* last 
param to zero to select SHA512 and not SHA384 */
      |         ^~~~~~~~~~~~~~
/usr/include/mbedtls/sha512.h:293:25: note: declared here
  293 | MBEDTLS_DEPRECATED void mbedtls_sha512( const unsigned char *input,
      |                         ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/crypto/mbedtls.c: In function ‘bctbx_sha384’:
/<<PKGBUILDDIR>>/src/crypto/mbedtls.c:1513:9: warning: ‘mbedtls_sha512’ is 
deprecated [-Wdeprecated-declarations]
 1513 |         mbedtls_sha512(input, inputLength, hashOutput, 1); /* last 
param to one to select SHA384 and not SHA512 */
      |         ^~~~~~~~~~~~~~
/usr/include/mbedtls/sha512.h:293:25: note: declared here
  293 | MBEDTLS_DEPRECATED void mbedtls_sha512( const unsigned char *input,
      |                         ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/crypto/mbedtls.c: In function ‘bctbx_sha256’:
/<<PKGBUILDDIR>>/src/crypto/mbedtls.c:1537:9: warning: ‘mbedtls_sha256’ is 
deprecated [-Wdeprecated-declarations]
 1537 |         mbedtls_sha256(input, inputLength, hashOutput, 0); /* last 
param to zero to select SHA256 and not SHA224 */
      |         ^~~~~~~~~~~~~~
/usr/include/mbedtls/sha256.h:276:25: note: declared here
  276 | MBEDTLS_DEPRECATED void mbedtls_sha256( const unsigned char *input,
      |                         ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/crypto/mbedtls.c: In function ‘bctbx_md5’:
/<<PKGBUILDDIR>>/src/crypto/mbedtls.c:1588:9: warning: ‘mbedtls_md5’ is 
deprecated [-Wdeprecated-declarations]
 1588 |         mbedtls_md5(input, inputLength, output);
      |         ^~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/crypto/mbedtls.c:36:
/usr/include/mbedtls/md5.h:283:25: note: declared here
  283 | MBEDTLS_DEPRECATED void mbedtls_md5( const unsigned char *input,
      |                         ^~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:121: 
src/CMakeFiles/bctoolbox-static.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:147: src/CMakeFiles/bctoolbox.dir/all] Error 
2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: bctoolbox
Source-Version: 4.4.13-4
Done: Dennis Filder <d.fil...@web.de>

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

Debian distribution maintenance software
pp.
Dennis Filder <d.fil...@web.de> (supplier of updated bctoolbox 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: Sun, 14 Aug 2022 10:44:26 +0000
Source: bctoolbox
Architecture: source
Version: 4.4.13-4
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org>
Changed-By: Dennis Filder <d.fil...@web.de>
Closes: 1012900
Changes:
 bctoolbox (4.4.13-4) unstable; urgency=medium
 .
   * Cherry-pick upstream patch e142436 (Closes: #1012900)
   * Work around a build-breaking inlining issue
Checksums-Sha1:
 cc98f9dfb5c2f3367147e7a0de8bf4b21062357c 2099 bctoolbox_4.4.13-4.dsc
 fbcfdfbe073d239a4fef1c103110251ab2625199 15868 bctoolbox_4.4.13-4.debian.tar.xz
 ded69bf7902674ef221366e04013fc25f7d503df 7687 
bctoolbox_4.4.13-4_amd64.buildinfo
Checksums-Sha256:
 d39e36779381900c9ae2bf02594c05cfbbd13497b80318c51975c13b5d1b2b74 2099 
bctoolbox_4.4.13-4.dsc
 1d264ba0a09eb24ec99af6d7bd2b8098683ae2c878e8e717e7a8750157f542da 15868 
bctoolbox_4.4.13-4.debian.tar.xz
 a7f1e2d63cf6e5ef3bb11e3c31f34bae36bfd4842735bc3c030983351c47ab16 7687 
bctoolbox_4.4.13-4_amd64.buildinfo
Files:
 3910bce7e3172a049b95b04d2c5f1d14 2099 libs optional bctoolbox_4.4.13-4.dsc
 05b5b8108c3c36c874a98df80bc776ce 15868 libs optional 
bctoolbox_4.4.13-4.debian.tar.xz
 cba47f966a5f2336f0153b642e8802a7 7687 libs optional 
bctoolbox_4.4.13-4_amd64.buildinfo

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

iQJFBAEBCgAvFiEE1uAexRal3873GVbTd1B55bhQvJMFAmL6E8cRHGJlcm5pQGRl
Ymlhbi5vcmcACgkQd1B55bhQvJNJqBAAq7vJKms1RAsCcA0OkysdAVlyBrzvBy1p
a/jS+zVHbWfC90WTuJC6QdGX1pizqYdpxT52WVxVgprXAVN25TBB3CWgNSqeHzDS
wsyQJAHXEYt+uh5QP5wLmJBFi6kKqjpTuaNdfLbGMf6l/FUSWDGeM3Wz1d0+m4dL
3J5kI5CMFgW8ZmfRBpGtHURZwP7Nr/4kXYfiEhZBKJ+4VczMsOTts1iiUb+EsD9d
yP8RzSXNihHy7SlvLr9uftCNnqrmHiNTSk4HhPEUJzpTwiqW00tevmMc9jIT4Hpr
CNrHK2x6KykwaBhw5SHDQpzX5gc3cX0Sl7Y5DIftE17FFLB+tvHrY4s538V+aHd1
OVrjJAfaj2WJ5U2VBMWcB7aZdAmGyJ0qcrF/8n0ui1iGxUzAjwhLjsTWmnxjXFpP
QIN+X4fiRC7xlN8e62qcNfJTXxl/uoaPTqcV0dUFbgFve/9gbSOAnOPWLzYzFJqZ
iqjgqOKr4ypADc6S2CmigmI+e+dTFQp5ujvQGGZbpruVSL0T9kUnOem8LybIPi9Y
jCgcPDuFt/7jyccHVOTSOYpbSBbB7MCYuAalvHcAeF+OJOZ+nCqW4VcLbes3Gmbf
wpScRai+X2Eg2Jf6fxsK4lPvPLej0AvSDzRO0YkiPncz32XwsgOUzwy+KnhOdjQd
kgNuKOSyzyo=
=dfdO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to