Your message dated Sun, 19 Dec 2021 03:04:55 +0000
with message-id <[email protected]>
and subject line Bug#984158: fixed in grfcodec 6.0.6-6
has caused the Debian Bug report #984158,
regarding grfcodec: 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.)


-- 
984158: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984158
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:grfcodec
Version: 6.0.6-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/grfcodec_6.0.6-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/bits/range_access.h:299:5: note:                 
‘template<class _Container> constexpr decltype (__cont.data()) std::data(const 
_Container&)’
  299 |     data(const _Container& __cont) noexcept(noexcept(__cont.data()))
      |     ^~~~
/usr/include/c++/11/bits/range_access.h:289:5: note:                 
‘template<class _Container> constexpr decltype (__cont.data()) 
std::data(_Container&)’
  289 |     data(_Container& __cont) noexcept(noexcept(__cont.data()))
      |     ^~~~
src/data.cpp:1049:33: note:                 ‘const dat data [14]’
 1049 | #define DATA() static const dat data[]={
      |                                 ^~~~
src/data.h:37:1: note: in expansion of macro ‘DATA’
   37 | DATA()
      | ^~~~
src/data.cpp: In function ‘int _CheckEOF(int, files, const char*, int)’:
src/data.cpp:1174:52: error: reference to ‘data’ is ambiguous
 1174 |                 
IssueMessage(0,DATAFILE_ERROR,LOAD,data[file].name+NFORENUM_DIR_LEN,FILELINE,src,line);
      |                                                    ^~~~
In file included from /usr/include/c++/11/string:54,
                 from src/data.cpp:29:
/usr/include/c++/11/bits/range_access.h:318:5: note: candidates are: 
‘template<class _Tp> constexpr const _Tp* std::data(std::initializer_list<_Tp>)’
  318 |     data(initializer_list<_Tp> __il) noexcept
      |     ^~~~
/usr/include/c++/11/bits/range_access.h:309:5: note:                 
‘template<class _Tp, long unsigned int _Nm> constexpr _Tp* std::data(_Tp 
(&)[_Nm])’
  309 |     data(_Tp (&__array)[_Nm]) noexcept
      |     ^~~~
/usr/include/c++/11/bits/range_access.h:299:5: note:                 
‘template<class _Container> constexpr decltype (__cont.data()) std::data(const 
_Container&)’
  299 |     data(const _Container& __cont) noexcept(noexcept(__cont.data()))
      |     ^~~~
/usr/include/c++/11/bits/range_access.h:289:5: note:                 
‘template<class _Container> constexpr decltype (__cont.data()) 
std::data(_Container&)’
  289 |     data(_Container& __cont) noexcept(noexcept(__cont.data()))
      |     ^~~~
src/data.cpp:1049:33: note:                 ‘const dat data [14]’
 1049 | #define DATA() static const dat data[]={
      |                                 ^~~~
src/data.h:37:1: note: in expansion of macro ‘DATA’
   37 | DATA()
      | ^~~~
src/data.cpp: In function ‘void _myfread(FILE*, uchar*, uint, files, const 
char*, int)’:
src/data.cpp:1188:52: error: reference to ‘data’ is ambiguous
 1188 |                 
IssueMessage(0,DATAFILE_ERROR,LOAD,data[file].name+NFORENUM_DIR_LEN,FILELINE,src,line);
      |                                                    ^~~~
In file included from /usr/include/c++/11/string:54,
                 from src/data.cpp:29:
/usr/include/c++/11/bits/range_access.h:318:5: note: candidates are: 
‘template<class _Tp> constexpr const _Tp* std::data(std::initializer_list<_Tp>)’
  318 |     data(initializer_list<_Tp> __il) noexcept
      |     ^~~~
/usr/include/c++/11/bits/range_access.h:309:5: note:                 
‘template<class _Tp, long unsigned int _Nm> constexpr _Tp* std::data(_Tp 
(&)[_Nm])’
  309 |     data(_Tp (&__array)[_Nm]) noexcept
      |     ^~~~
/usr/include/c++/11/bits/range_access.h:299:5: note:                 
‘template<class _Container> constexpr decltype (__cont.data()) std::data(const 
_Container&)’
  299 |     data(const _Container& __cont) noexcept(noexcept(__cont.data()))
      |     ^~~~
/usr/include/c++/11/bits/range_access.h:289:5: note:                 
‘template<class _Container> constexpr decltype (__cont.data()) 
std::data(_Container&)’
  289 |     data(_Container& __cont) noexcept(noexcept(__cont.data()))
      |     ^~~~
src/data.cpp:1049:33: note:                 ‘const dat data [14]’
 1049 | #define DATA() static const dat data[]={
      |                                 ^~~~
src/data.h:37:1: note: in expansion of macro ‘DATA’
   37 | DATA()
      | ^~~~
In file included from src/data.cpp:45:
src/sanity_defines.h: At global scope:
src/sanity_defines.h:79:9: warning: ignoring attributes applied to 
‘__va_list_tag’ after definition [-Wattributes]
   79 |         operator const va_list&()const{return _ap;}
      |         ^~~~~~~~
make[1]: *** [Makefile:243: objs/data.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" returned 
exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: grfcodec
Source-Version: 6.0.6-6
Done: Matthijs Kooijman <[email protected]>

We believe that the bug you reported is fixed in the latest version of
grfcodec, 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.
Matthijs Kooijman <[email protected]> (supplier of updated grfcodec 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: Tue, 23 Nov 2021 12:14:35 +0100
Source: grfcodec
Architecture: source
Version: 6.0.6-6
Distribution: unstable
Urgency: medium
Maintainer: Matthijs Kooijman <[email protected]>
Changed-By: Matthijs Kooijman <[email protected]>
Closes: 984158
Changes:
 grfcodec (6.0.6-6) unstable; urgency=medium
 .
   [ Matthijs Kooijman ]
   * [0353f34] Update watch file
   * [5499e4d] Fix FTBFS with gcc-11 (Closes: #984158)
   * [ef145c9] Bump standards version to 4.6.0 (no changes required)
   * [f02a6aa] Update lintian override
 .
   [ Jenkins ]
   * [b26c412] Set upstream metadata fields: Bug-Database, Bug-Submit,
     Repository, Repository-Browse.
Checksums-Sha1:
 38cbd4fda28f495838509e70e8591e07a64bac13 1956 grfcodec_6.0.6-6.dsc
 ec81853809d217d0d5bc118c4a89a0af8efbe229 6844 grfcodec_6.0.6-6.debian.tar.xz
 9e859cde725ca4452984181b72c390026a588ae7 6500 grfcodec_6.0.6-6_amd64.buildinfo
Checksums-Sha256:
 d88be0ebecd68e6c0af6e9224fd4478345a8da26b79a36ed51e4b69d1e7ee1db 1956 
grfcodec_6.0.6-6.dsc
 5c1f26a9d409f7b575e33ad46071360d42a7cdb730d4fcd0b09f24c6fd3662ba 6844 
grfcodec_6.0.6-6.debian.tar.xz
 07af30b95b53731232351eb6cc4be4c6541e291ff153289fa4c968db09c4f09e 6500 
grfcodec_6.0.6-6_amd64.buildinfo
Files:
 02f9d43b4bfe954e1cc1cd8f91e3c75a 1956 devel optional grfcodec_6.0.6-6.dsc
 3ec651f39ffd3669838b4e3c437ea836 6844 devel optional 
grfcodec_6.0.6-6.debian.tar.xz
 7db1aa06bba0a4b64e58d4edd6e2899d 6500 devel optional 
grfcodec_6.0.6-6_amd64.buildinfo

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

iQJGBAEBCAAwFiEEMyF3AetYrDfGJ9el6ZMxy91tJYwFAmGcz1oSHG1hdHRoaWpz
QHN0ZGluLm5sAAoJEOmTMcvdbSWMYCgQAMjMeafaV5xA3hXlibU0rd9USH4UeEq4
wLr+m3bJBs5vSFl5oSHLktbAOgwl64KhJlpGrEh3mORnt61XywbYG4B/UD5tfY++
Yg5zAxYQvSk6xB5Or0fnNYJ7qcs53R2HtDSdJjY8VvgEcJVT/nSvM59k5W0Tg+Hb
OzIvRmZJ+r0SZcepjk8wB2+r+akIiR9ATEmohyYd5uFX9KCt+GueEyoHko1O3CR/
EW2HDqNBllC5liRONc+EWHZskSLBpPgCVFhQ3wH/Ib59mO/QSAl8sMKWUE+TQIk1
MxzZeytE7C0yG36iOqKSyh/aHcK+v2tQYje/oFjp/EtPYfySCESI7TJV4MLI+rH1
1CTYXH9FFkis/7SyJULqrEVg60xhF90shARVlwx5RE5tTEcvwIyZLHbpm16HOk0A
l5iHTpGo3Oki++4ueq19Y4RUcVVCAHZwBHCa9BibNyvwqw23tQ3g6KhJi4079/Iv
uozSFlpr+WgbjkZA69ie/lDeLRjTQwlCOXWwUSdP9LCR7gnJ9sriTvfcTHwNgppF
MkanC6dMvmBZxDQ1YczlqSij7dlyGHYFHrsPAvODu9D4f26BGGKUvdQlARJfhRrO
adUhcttTZd9BY1Gok3LrRsTObxK3WoiG5YIJRBLwNmQG3c0/VehAJxfPSc26rW66
BT7XkBYfm1eC
=yxbY
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to