Your message dated Sun, 24 Jul 2022 16:04:07 +0000
with message-id <e1ofe5p-0007ww...@fasolo.debian.org>
and subject line Bug#1012900: fixed in bctoolbox 5.0.37-2
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: 5.0.37-2
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, 24 Jul 2022 08:32:53 +0000
Source: bctoolbox
Architecture: source
Version: 5.0.37-2
Distribution: experimental
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 (5.0.37-2) experimental; urgency=medium
 .
   * Cherry-pick upstream patch e142436 (Closes: #1012900)
   * Work around a build-breaking inlining issue
Checksums-Sha1:
 5009ddf7763dbb2e1d72119ff8cd37985b56be3c 2113 bctoolbox_5.0.37-2.dsc
 17d4cf9885582ae355fad2ec2290890832ccc262 15988 bctoolbox_5.0.37-2.debian.tar.xz
 8046ee706c756a4ab33383d7f0c53757c3575185 7716 
bctoolbox_5.0.37-2_amd64.buildinfo
Checksums-Sha256:
 356bf2c0017bb7e68b57cef19084c1836182309aad4da355268df1db3d8ccccc 2113 
bctoolbox_5.0.37-2.dsc
 5162e671ef3ff908e86bbc265982e96298c23194b6f59437baad3ee1aa6d8631 15988 
bctoolbox_5.0.37-2.debian.tar.xz
 1ab18a810b5a8481287c9db307792514675d0433a7f119c2288a31ffd3a7a949 7716 
bctoolbox_5.0.37-2_amd64.buildinfo
Files:
 d3bd6a2c704898485ce88f69510553fd 2113 libs optional bctoolbox_5.0.37-2.dsc
 8a40c08408edb7b646ec13f9b5d4202f 15988 libs optional 
bctoolbox_5.0.37-2.debian.tar.xz
 c997408ce3937c041b8171e9768b08c1 7716 libs optional 
bctoolbox_5.0.37-2_amd64.buildinfo

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

iQJFBAEBCgAvFiEE1uAexRal3873GVbTd1B55bhQvJMFAmLdaCARHGJlcm5pQGRl
Ymlhbi5vcmcACgkQd1B55bhQvJOIAw//WlzA9Ua0RJI9JTflp7OtJVFlI2T647cQ
wwMnlObfyS0a92JdJR4VnAuoN0MhLDe1mat3FkNnm7nHgnp1uH4H3w18cWpx8In4
hZjpGymRRXz/+b/7qmwRtkquZI2c2NeND3ae1tDkxEHGJtJcCBhNyvblA8y+ocnQ
qFCht4rqVPQvaDgFMfAS+8GzDiqjAopBk8iO5nBfcx5pjQ/zAOndh/5KLYJvedMi
BmZDd+UJJJabnlTRil7v9Y5Xl/cl3MSr3XLYqcQ1BefKh9ufGtNQmqxzl5Kvv7NQ
FJtGoogC3LHw7k9/24IgZrm16IDxHakM2r0DPU0avVKd6Un8gI6x0Vqb91NUZAVq
CQ4btKdyWLORjZvNgDfPDGwNdK7w4jriDhKCF2FIrPj8z9YbU8tYUNuAisUPgmwM
HGUcZ4EZW/PJj82c2oHyRLtwqBAew1p5aYcpZhrN8ZAf8ycZFZCOHmjh2VWkpU7J
G1oDZeAZGSwICtaYJvKzN1+aZvlP1ODEh9PWkBgDpkQTSk2foLlbDgfPpj69nNMm
eAG7gdIIz0Wt4hIAlhLW15aHvqZ4pcbaOjjvM0QOLDP42KI6kMoXkyOr9DUmhbEO
xyBfAuxdGPN0z1YojoE6rL3f/w8nCTQIpP5bnUJUKCYl5Cro1I7YOzKgRN+GATrL
Owp/rfXv7uk=
=2kaG
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to