Your message dated Mon, 16 Aug 2021 07:24:03 +0000
with message-id <[email protected]>
and subject line Bug#984296: fixed in praat 6.1.51-2
has caused the Debian Bug report #984296,
regarding praat: ftbfs with GCC-11
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 [email protected]
immediately.)


-- 
984296: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984296
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:praat
Version: 6.1.38-1
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye 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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/praat_6.1.38-1_unstable_gcc11.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.

[...]
   61 |         double min = std::numeric_limits<double>::max();
      |                           ^~~~~~~~~~~~~~
../../melder/melder_real.h:61:42: error: expected primary-expression before 
‘double’
   61 |         double min = std::numeric_limits<double>::max();
      |                                          ^~~~~~
../../melder/melder_real.h:62:27: error: ‘numeric_limits’ is not a member of 
‘std’
   62 |         double max = std::numeric_limits<double>::lowest();
      |                           ^~~~~~~~~~~~~~
../../melder/melder_real.h:62:42: error: expected primary-expression before 
‘double’
   62 |         double max = std::numeric_limits<double>::lowest();
      |                                          ^~~~~~
In file included from ../../melder/melder.h:52,
                 from clapack.h:4,
                 from lapack_dg.cpp:1:
../../melder/melder_real.h:61:27: error: ‘numeric_limits’ is not a member of 
‘std’
   61 |         double min = std::numeric_limits<double>::max();
      |                           ^~~~~~~~~~~~~~
../../melder/melder_real.h:61:42: error: expected primary-expression before 
‘double’
   61 |         double min = std::numeric_limits<double>::max();
      |                                          ^~~~~~
../../melder/melder_real.h:62:27: error: ‘numeric_limits’ is not a member of 
‘std’
   62 |         double max = std::numeric_limits<double>::lowest();
      |                           ^~~~~~~~~~~~~~
../../melder/melder_real.h:62:42: error: expected primary-expression before 
‘double’
   62 |         double max = std::numeric_limits<double>::lowest();
      |                                          ^~~~~~
make[3]: *** [<builtin>: blas.o] Error 1
make[3]: *** Waiting for unfinished jobs....
lapack.cpp: In function ‘integer iparmq_(integer*, const char*, const char*, 
integer*, integer*, integer*, integer*)’:
lapack.cpp:21930:62: warning: unused parameter ‘name__’ [-Wunused-parameter]
21930 | /* Subroutine */ integer iparmq_(integer *ispec, const char *name__, 
const char *opts, integer *n, integer
      |                                                  ~~~~~~~~~~~~^~~~~~
lapack.cpp:21930:82: warning: unused parameter ‘opts’ [-Wunused-parameter]
21930 | /* Subroutine */ integer iparmq_(integer *ispec, const char *name__, 
const char *opts, integer *n, integer
      |                                                                      
~~~~~~~~~~~~^~~~
lapack.cpp:21930:97: warning: unused parameter ‘n’ [-Wunused-parameter]
21930 | /* Subroutine */ integer iparmq_(integer *ispec, const char *name__, 
const char *opts, integer *n, integer
      |                                                                         
               ~~~~~~~~~^
lapack.cpp:21931:38: warning: unused parameter ‘lwork’ [-Wunused-parameter]
21931 |         *ilo, integer *ihi, integer *lwork)
      |                             ~~~~~~~~~^~~~~
In file included from ../melder/melder.h:52,
                 from longchar.h:21,
                 from longchar.cpp:38:
../melder/melder_real.h:61:27: error: ‘numeric_limits’ is not a member of ‘std’
   61 |         double min = std::numeric_limits<double>::max();
      |                           ^~~~~~~~~~~~~~
../melder/melder_real.h:61:42: error: expected primary-expression before 
‘double’
   61 |         double min = std::numeric_limits<double>::max();
      |                                          ^~~~~~
../melder/melder_real.h:62:27: error: ‘numeric_limits’ is not a member of ‘std’
   62 |         double max = std::numeric_limits<double>::lowest();
      |                           ^~~~~~~~~~~~~~
../melder/melder_real.h:62:42: error: expected primary-expression before 
‘double’
   62 |         double max = std::numeric_limits<double>::lowest();
      |                                          ^~~~~~
make[3]: *** [<builtin>: lapack.o] Error 1
make[3]: *** [<builtin>: lapack_dg.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/external/clapack'
make[2]: *** [Makefile:34: all-external] Error 2
make[2]: *** Waiting for unfinished jobs....
make[3]: *** [<builtin>: longchar.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/kar'
make[2]: *** [Makefile:45: all-self] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" returned 
exit code 2
make[1]: *** [debian/rules:70: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:27: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: praat
Source-Version: 6.1.51-2
Done: Rafael Laboissière <[email protected]>

We believe that the bug you reported is fixed in the latest version of
praat, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rafael Laboissière <[email protected]> (supplier of updated praat 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 15 Aug 2021 18:11:11 -0300
Source: praat
Architecture: source
Version: 6.1.51-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Rafael Laboissière <[email protected]>
Closes: 984296
Changes:
 praat (6.1.51-2) unstable; urgency=medium
 .
   * Upload to unstable (really, closes: #984296)
   * d/p/disable-read-vorbis-file.patch: New patch
Checksums-Sha1:
 2e265f3daefb8ea6b09c16ebd2c245b01c186625 2062 praat_6.1.51-2.dsc
 ae8cc3d81d07607fcc6ab02f26ef4bd6c00afc1a 25512 praat_6.1.51-2.debian.tar.xz
 abd9bd09c7a779119761193fe04ae66f7c987950 15241 praat_6.1.51-2_amd64.buildinfo
Checksums-Sha256:
 f9122cec106abe49d8fa1b0411dda65909baa6d322c04b07d17d7fb7c877cdfc 2062 
praat_6.1.51-2.dsc
 a9c22f4afd90b5885c92f97a89073f7a1fc0d638260036422a3df7ed3782f019 25512 
praat_6.1.51-2.debian.tar.xz
 3c100907abae86aa15158eb458fa1372815979baa49be6758cfba10cbe13a2f4 15241 
praat_6.1.51-2_amd64.buildinfo
Files:
 e06d25ad51db2ec9125ed5c39f6e5436 2062 science optional praat_6.1.51-2.dsc
 fc193f714da195a02c3e2051965f27e8 25512 science optional 
praat_6.1.51-2.debian.tar.xz
 b22f7ed86f32f16f6eef317849f6b37d 15241 science optional 
praat_6.1.51-2_amd64.buildinfo

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

iQIzBAEBCAAdFiEEP0ZDkUmP6HS9tdmPISSqGYN4XJAFAmEaBdUACgkQISSqGYN4
XJAMTQ/8D1YbRkSP837m9KrWBDsyECV/LDKbwDnHT8c2+wMNAYHYEORf/lIy21aX
LYToGwgpk9wYInCCT+woUzveUU6PgIMddsd7Y9ytXYc6Mdym59Hc3Yqr2fLzGPbK
bC2HOeM3hsHH5h5eeV7JPgvYElFLDJnuuWcQWWVi28IqDaDKlUU27jb8CWyhV6no
YXUTg3qxrTPAljrmdOdOpNMZTHRnckXO4fDM2t3DsWhKlofYIS5GFETOJX+ORgHk
/F/xl0H5yOlvl7dbqXIizYlL8wJr9Kc9/eiXP+g+X7kxCG6VfOT7j1Wu4ebY8W17
oBQ1sBZ0eXONrEC7md0UpMmvRhUtaB0376Hicb/0pV8K9h6/vlf4fo9Rr1INEFX6
ZgY3l4XgR7tGhTU98D5JCQsS+gQHAc0GfFg2ZlCTGyvqk8vJzElXFuDMkJiXC+JM
G5ohhvuAl/Kg+yJUPyTxsGGEbJXa1pGy9BbWpUDxf7PP79Anl4nZHZL4I3VL6jfW
k+9HEk2SXIYkmTEWPe/HV/49qHKr13rzAIVk8b16r5WNJD46BQc00Yvwq6PdbLcD
0N23GQFyVlRJnX1eRMp0OpAGsT0xC6wU09I41FJD+DFfTJr1IVUQMMqrTeeqyuDZ
ciaZPr5NUNS4squhnQ2CSEceXpKqbv6qX3KonA8d0ZuPq+89PPE=
=4s+U
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to