Your message dated Sat, 16 Oct 2021 19:03:53 +0000
with message-id <[email protected]>
and subject line Bug#984367: fixed in tigr-glimmer 3.02b-6
has caused the Debian Bug report #984367,
regarding tigr-glimmer: 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.)


-- 
984367: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984367
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:tigr-glimmer
Version: 3.02b-5
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/tigr-glimmer_3.02b-5_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.

[...]
/usr/include/c++/11/new:126:52: error: ISO C++17 does not allow dynamic 
exception specifications
  126 | _GLIBCXX_NODISCARD void* operator new(std::size_t) _GLIBCXX_THROW 
(std::bad_alloc)
      |                                                    ^~~~~~~~~~~~~~
/usr/include/c++/11/new:128:54: error: ISO C++17 does not allow dynamic 
exception specifications
  128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW 
(std::bad_alloc)
      |                                                      ^~~~~~~~~~~~~~
In file included from /usr/include/c++/11/string:55,
                 from delcher.hh:26,
                 from delcher.cc:10:
/usr/include/c++/11/bits/basic_string.h:523:27: error: ‘_RequireAllocator’ does 
not name a type
  523 |       template<typename = _RequireAllocator<_Alloc>>
      |                           ^~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/basic_string.h:523:44: error: expected ‘>’ before ‘<’ 
token
  523 |       template<typename = _RequireAllocator<_Alloc>>
      |                                            ^
/usr/include/c++/11/bits/basic_string.h:538:27: error: ‘_RequireAllocator’ does 
not name a type
  538 |       template<typename = _RequireAllocator<_Alloc>>
      |                           ^~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/basic_string.h:538:44: error: expected ‘>’ before ‘<’ 
token
  538 |       template<typename = _RequireAllocator<_Alloc>>
      |                                            ^
/usr/include/c++/11/bits/basic_string.h:6049:23: error: ‘_RequireInputIter’ 
does not name a type
 6049 |            typename = _RequireInputIter<_InputIterator>,
      |                       ^~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/basic_string.h:6049:40: error: expected ‘>’ before ‘<’ 
token
 6049 |            typename = _RequireInputIter<_InputIterator>,
      |                                        ^
/usr/include/c++/11/bits/basic_string.h:6058:23: error: ‘_RequireAllocator’ 
does not name a type
 6058 |            typename = _RequireAllocator<_Allocator>>
      |                       ^~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/basic_string.h:6058:40: error: expected ‘>’ before ‘<’ 
token
 6058 |            typename = _RequireAllocator<_Allocator>>
      |                                        ^
/usr/include/c++/11/bits/basic_string.h:6059:35: error: expected ‘)’ before ‘<’ 
token
 6059 |     basic_string(basic_string_view<_CharT, _Traits>, const _Allocator& 
= _Allocator())
      |                 ~                 ^
      |                                   )
/usr/include/c++/11/bits/basic_string.h:6064:23: error: ‘_RequireAllocator’ 
does not name a type
 6064 |            typename = _RequireAllocator<_Allocator>>
      |                       ^~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/basic_string.h:6064:40: error: expected ‘>’ before ‘<’ 
token
 6064 |            typename = _RequireAllocator<_Allocator>>
      |                                        ^
/usr/include/c++/11/bits/basic_string.h:6065:35: error: expected ‘)’ before ‘<’ 
token
 6065 |     basic_string(basic_string_view<_CharT, _Traits>,
      |                 ~                 ^
      |                                   )
In file included from /usr/include/c++/11/vector:67,
                 from delcher.hh:32,
                 from delcher.cc:10:
/usr/include/c++/11/bits/stl_vector.h:1874:23: error: ‘_RequireInputIter’ does 
not name a type
 1874 |            typename = _RequireInputIter<_InputIterator>,
      |                       ^~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/stl_vector.h:1874:40: error: expected ‘>’ before ‘<’ 
token
 1874 |            typename = _RequireInputIter<_InputIterator>,
      |                                        ^
In file included from delcher.hh:35,
                 from delcher.cc:10:
exceptions.hh:19:36: error: conversion from ‘const char [1]’ to non-scalar type 
‘const string’ {aka ‘const std::__cxx11::basic_string<char>’} requested
   19 | const std :: string  NULL_STRING = "";  //!< null string
      |                                    ^~
make[3]: *** [/<<PKGBUILDDIR>>/src/c_make.gen:329: delcher.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/Common'
make[2]: *** [Makefile:6: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
dh_auto_build: error: cd src && make -j4 "INSTALL=install --strip-program=true" 
"CFLAGS=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security" "CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2" 
"CXXFLAGS=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security" "LDFLAGS=-Wl,-z,relro -Wl,-z,now" returned 
exit code 2
make[1]: *** [debian/rules:14: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: tigr-glimmer
Source-Version: 3.02b-6
Done: Étienne Mollier <[email protected]>

We believe that the bug you reported is fixed in the latest version of
tigr-glimmer, 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.
Étienne Mollier <[email protected]> (supplier of updated tigr-glimmer 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: SHA512

Format: 1.8
Date: Sat, 16 Oct 2021 20:37:42 +0200
Source: tigr-glimmer
Architecture: source
Version: 3.02b-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Étienne Mollier <[email protected]>
Closes: 984367
Changes:
 tigr-glimmer (3.02b-6) unstable; urgency=medium
 .
   * d/rules: prevent CXXDEFS from setting __cplusplus (Closes: #984367)
   * d/control: add myself to uploaders
   * d/watch: fall back to http protocol to repair scan
   * Standards-Version: 4.6.0 (routine-update)
   * debhelper-compat 13 (routine-update)
Checksums-Sha1:
 ee86fdeaac9266a270ff6216315f3d9a1702750e 2104 tigr-glimmer_3.02b-6.dsc
 409b805f26572654d9aa3a6acacbaa047ffbd0f3 20516 
tigr-glimmer_3.02b-6.debian.tar.xz
 17c650005d23ccff0878afbf28a086f6252fc5c2 5871 
tigr-glimmer_3.02b-6_amd64.buildinfo
Checksums-Sha256:
 dd8015292441e1a8d610b887c1f6c3cfb03130c876dd4ea2bdcc0f1d0c86e2e8 2104 
tigr-glimmer_3.02b-6.dsc
 94d8f00b7052a4792cd9612f9ef91eb229194f3dbaf057794c98112805b5537f 20516 
tigr-glimmer_3.02b-6.debian.tar.xz
 5c5f88b50ccee795096d7cad058b21260cd679cf53198cf616a1f918ba3ddc0f 5871 
tigr-glimmer_3.02b-6_amd64.buildinfo
Files:
 cac41fc5bb2f07048193326a9a4f5b1e 2104 science optional tigr-glimmer_3.02b-6.dsc
 b743ca043f6fd888e7892afd584d113b 20516 science optional 
tigr-glimmer_3.02b-6.debian.tar.xz
 fa5b1a0af8e598ef810d102c1cfcc9a5 5871 science optional 
tigr-glimmer_3.02b-6_amd64.buildinfo

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

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmFrHLEUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdoj5A/+Kq29/Zm/CJEysISM3lvta6mBWjSY
+x6VRCrTXifcLjMA7Z9UNfzFa4PY6x9pOBvo1ltcpgLwBTDR7lno7+Q90zoGzdaM
vlDQI2TTtZ+ZTTAl0myKXYKvi3g+HdUyFWx598q9jd2gwK9fwmwXSrx4tr05yRdw
/mMjhhJQHJS/pbNy0pW6ebmIZewrL+Er/6+WTBrfFRR47b5VD/AE/6BTvp6GSFrs
xeSXeRdqPlDj1CzsHJNPD+6WpGI2Dl/XmQPBsdxyGB+R9CqJm1rR6dzTyPPQkn/c
rh1AwdlCFfAr8DE1D2e9p+FKoTvUwF6F0e4NLx+AQb98GXwZy4ymIXj/U/VV52Rv
jiD8VWl8N4VYMwXwmpwrIDhkgMon2/IhMeXuJx2zD3byPmQQep60R7uSn4wN4M7g
EIFGVB+us5U5KdY/E8coAxn0u2JFXoNZfQh9VxFgSbThNJWPkqioOEEkva1CQfzO
cvrWjZCgm//+0wvjxKhiWnd+a/XFe3E886sxd5nHAspTZOZ/LfytWAnj3WBwMSog
XZ81tfjAjLswRzlwrEFnhrXZnMG5Ouy4ChuBDznE1fBEUyTHy/aWd0g7378fF2ik
kXRWL0Yha+nkyGIiGVVrBNWWyBcKoYduce8ZF6Ecx4d9yko+iWoFUxykgtocoVV6
RgRMK1GyTucFZ9w=
=y0jp
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to