Your message dated Fri, 29 Oct 2021 20:23:10 +0000
with message-id <e1mgyp8-0005me...@fasolo.debian.org>
and subject line Bug#984080: fixed in lamarc 2.1.10.1+dfsg-6
has caused the Debian Bug report #984080,
regarding lamarc: 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 ow...@bugs.debian.org
immediately.)


-- 
984080: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984080
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:lamarc
Version: 2.1.10.1+dfsg-5
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
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/lamarc_2.1.10.1+dfsg-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/wx-3.0/wx/hashmap.h:714:5: note: in expansion of macro 
‘_WX_DECLARE_HASH_MAP’
  714 |     _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, 
wxStringEqual, \
      |     ^~~~~~~~~~~~~~~~~~~~
/usr/include/wx-3.0/wx/clntdata.h:24:1: note: in expansion of macro 
‘WX_DECLARE_STRING_HASH_MAP_WITH_DECL’
   24 | WX_DECLARE_STRING_HASH_MAP_WITH_DECL(
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/wx-3.0/wx/hashmap.h:626:20: note: because ‘wxStringEqual’ has 
user-provided ‘wxStringEqual& wxStringEqual::operator=(const wxStringEqual&)’
  626 |     wxStringEqual& operator=(const wxStringEqual&) { return *this; }
      |                    ^~~~~~~~
/usr/include/wx-3.0/wx/hashmap.h:255:11: warning: implicitly-declared 
‘constexpr 
wxShadowObjectFields_wxImplementation_KeyEx::wxShadowObjectFields_wxImplementation_KeyEx(const
 wxShadowObjectFields_wxImplementation_KeyEx&)’ is deprecated 
[-Wdeprecated-copy]
  255 |           m_getKey( ht.m_getKey ) \
      |           ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/wx-3.0/wx/hashmap.h:638:1: note: in expansion of macro 
‘_WX_DECLARE_HASHTABLE’
  638 | _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, 
HASH_T, \
      | ^~~~~~~~~~~~~~~~~~~~~
/usr/include/wx-3.0/wx/hashmap.h:714:5: note: in expansion of macro 
‘_WX_DECLARE_HASH_MAP’
  714 |     _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, 
wxStringEqual, \
      |     ^~~~~~~~~~~~~~~~~~~~
/usr/include/wx-3.0/wx/clntdata.h:24:1: note: in expansion of macro 
‘WX_DECLARE_STRING_HASH_MAP_WITH_DECL’
   24 | WX_DECLARE_STRING_HASH_MAP_WITH_DECL(
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/wx-3.0/wx/hashmap.h:461:16: note: because 
‘wxShadowObjectFields_wxImplementation_KeyEx’ has user-provided 
‘wxShadowObjectFields_wxImplementation_KeyEx& 
wxShadowObjectFields_wxImplementation_KeyEx::operator=(const 
wxShadowObjectFields_wxImplementation_KeyEx&)’
  461 |     CLASSNAME& operator=(const CLASSNAME&) { return *this; } \
      |                ^~~~~~~~
/usr/include/wx-3.0/wx/hashmap.h:637:1: note: in expansion of macro 
‘_WX_DECLARE_HASH_MAP_KEY_EX’
  637 | _WX_DECLARE_HASH_MAP_KEY_EX( KEY_T, CLASSNAME##_wxImplementation_Pair, 
CLASSNAME##_wxImplementation_KeyEx, CLASSEXP ) \
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/wx-3.0/wx/hashmap.h:714:5: note: in expansion of macro 
‘_WX_DECLARE_HASH_MAP’
  714 |     _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, 
wxStringEqual, \
      |     ^~~~~~~~~~~~~~~~~~~~
/usr/include/wx-3.0/wx/clntdata.h:24:1: note: in expansion of macro 
‘WX_DECLARE_STRING_HASH_MAP_WITH_DECL’
   24 | WX_DECLARE_STRING_HASH_MAP_WITH_DECL(
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/wx-3.0/wx/clntdata.h: In member function 
‘wxShadowObjectFields_wxImplementation_HashTable::hasher 
wxShadowObjectFields_wxImplementation_HashTable::hash_funct()’:
/usr/include/wx-3.0/wx/hashmap.h:281:34: warning: implicitly-declared 
‘constexpr wxStringHash::wxStringHash(const wxStringHash&)’ is deprecated 
[-Wdeprecated-copy]
  281 |     hasher hash_funct() { return m_hasher; } \
      |                                  ^~~~~~~~
/usr/include/wx-3.0/wx/hashmap.h:638:1: note: in expansion of macro 
‘_WX_DECLARE_HASHTABLE’
  638 | _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, 
HASH_T, \
      | ^~~~~~~~~~~~~~~~~~~~~
/usr/include/wx-3.0/wx/hashmap.h:714:5: note: in expansion of macro 
‘_WX_DECLARE_HASH_MAP’
  714 |     _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, 
wxStringEqual, \
      |     ^~~~~~~~~~~~~~~~~~~~
/usr/include/wx-3.0/wx/clntdata.h:24:1: note: in expansion of macro 
‘WX_DECLARE_STRING_HASH_MAP_WITH_DECL’
   24 | WX_DECLARE_STRING_HASH_MAP_WITH_DECL(
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/wx-3.0/wx/hashmap.h:611:19: note: because ‘wxStringHash’ has 
user-provided ‘wxStringHash& wxStringHash::operator=(const wxStringHash&)’
  611 |     wxStringHash& operator=(const wxStringHash&) { return *this; }
      |                   ^~~~~~~~
/usr/include/wx-3.0/wx/clntdata.h: In member function 
‘wxShadowObjectFields_wxImplementation_HashTable::key_equal 
wxShadowObjectFields_wxImplementation_HashTable::key_eq()’:
/usr/include/wx-3.0/wx/hashmap.h:282:33: warning: implicitly-declared 
‘constexpr wxStringEqual::wxStringEqual(const wxStringEqual&)’ is deprecated 
[-Wdeprecated-copy]
  282 |     key_equal key_eq() { return m_equals; } \
      |                                 ^~~~~~~~
/usr/include/wx-3.0/wx/hashmap.h:638:1: note: in expansion of macro 
‘_WX_DECLARE_HASHTABLE’
  638 | _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, 
HASH_T, \
      | ^~~~~~~~~~~~~~~~~~~~~
/usr/include/wx-3.0/wx/hashmap.h:714:5: note: in expansion of macro 
‘_WX_DECLARE_HASH_MAP’
  714 |     _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, 
wxStringEqual, \
      |     ^~~~~~~~~~~~~~~~~~~~
/usr/include/wx-3.0/wx/clntdata.h:24:1: note: in expansion of macro 
‘WX_DECLARE_STRING_HASH_MAP_WITH_DECL’
   24 | WX_DECLARE_STRING_HASH_MAP_WITH_DECL(
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/wx-3.0/wx/hashmap.h:626:20: note: because ‘wxStringEqual’ has 
user-provided ‘wxStringEqual& wxStringEqual::operator=(const wxStringEqual&)’
  626 |     wxStringEqual& operator=(const wxStringEqual&) { return *this; }
      |                    ^~~~~~~~
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: lamarc
Source-Version: 2.1.10.1+dfsg-6
Done: Étienne Mollier <emoll...@debian.org>

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

Debian distribution maintenance software
pp.
Étienne Mollier <emoll...@debian.org> (supplier of updated lamarc 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: Fri, 29 Oct 2021 20:49:03 +0200
Source: lamarc
Architecture: source
Version: 2.1.10.1+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Étienne Mollier <emoll...@debian.org>
Closes: 984080
Changes:
 lamarc (2.1.10.1+dfsg-6) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Andreas Tille ]
   * Standards-Version: 4.6.0 (routine-update)
   * Fix ISO C++17 does not allow dynamic exception specifications issue
     Closes: #984080
 .
   [ Étienne Mollier ]
   * Add const-operators.patch to fix further #984080
Checksums-Sha1:
 5e405f0f803777fbf4c6c3fa19023abf97e48555 2041 lamarc_2.1.10.1+dfsg-6.dsc
 31700dec5521a6405c73e3537a10c0495d90e050 5736 
lamarc_2.1.10.1+dfsg-6.debian.tar.xz
 5a57a802cc880a7b7d9b209c9dd249e78348f1ab 10807 
lamarc_2.1.10.1+dfsg-6_amd64.buildinfo
Checksums-Sha256:
 14751740cbf65a70e63718fad7ef11d7a21985a9929da022ba27360dffbf58d5 2041 
lamarc_2.1.10.1+dfsg-6.dsc
 77cc645627ce083fbaeaacdbee96f8dd524faaeea7b127e1007c79ff318bea1f 5736 
lamarc_2.1.10.1+dfsg-6.debian.tar.xz
 52c03fccddf17d40d1ec73857108559e4f4034abec7eba37f848ff42921f882f 10807 
lamarc_2.1.10.1+dfsg-6_amd64.buildinfo
Files:
 6bc12c154b2b8abc73e9cbbf63863b97 2041 science optional 
lamarc_2.1.10.1+dfsg-6.dsc
 f5d77b793290110b82ed6398cf157656 5736 science optional 
lamarc_2.1.10.1+dfsg-6.debian.tar.xz
 60a6d04d80ceb521127ee18ba62ab7b2 10807 science optional 
lamarc_2.1.10.1+dfsg-6_amd64.buildinfo

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

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmF8TxQUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdpCrhAAhbQaZQ0zJIhTRXqNMFYeIXz62Ul6
67SgGDQY/PAmSESCLEU2xGU0tJtgJJooH+HhHURpZpIIW/Q/bq+EOoPPhiCT/jiG
5oMUqa0B6vk1fI/ZI6NRR7C8p6d1UDU6RI/QaYbKx8g3apy7JpjRONlsifMs9R5G
yKw+gKothCKKSGtxv3ZaG6GviZzag5bOv7IKT6kfGfhdyXdbmpzaBONsU1bF1/cQ
YrBjJGbqMWN3U5khuNYsQ4RTv1W117jrC4s8Cxke0ro5EGjOMpoja2ZS8yzER9JU
l4s7kymLj0gDgg3CWJ53k2PlHlZiR37+6rvPDF464asUeivJl1KSGKLvKgL8tlys
4oBjnJWJcErBz6kgK6+NFg6KR+uvYcINzUBLAOuYqoX88TkPExHBkLs9hcbjmSX9
8w6dRcujgthG3UdffEkfDjy7IGDH0g/qdaxtUdthLjB8Z2PpxBUrTZu1X7lPjF9t
B33WuY+jiSTlMb9gg+tA+VS1lAuUigw3ZjZzwtofHq++MaMEmfbnSM30rw1bKkpZ
uYqhT+NDvtdhs6E9V4jXlAmS4HFzo4uWxR/9bmsSaDN+T7TBQhenYIvBQizP+2O4
e+DQDauEZmItrW9fHQyPLj5vJTaH+vrXH7CZeM6g5ri76Lr8OvACW9U2jVxXQCxg
/NGGMnrNnppP44E=
=KtMj
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to