Your message dated Tue, 12 Oct 2021 09:48:24 +0000
with message-id <[email protected]>
and subject line Bug#984107: fixed in freecontact 1.0.21-10
has caused the Debian Bug report #984107,
regarding python-freecontact: 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.)


-- 
984107: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984107
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-freecontact
Version: 1.1-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/python-freecontact_1.1-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.

[...]
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) 
\)
 debian/rules build
dh build --with python3 --buildsystem=pybuild 
--builddirectory=/<<PKGBUILDDIR>>/builddir
   dh_update_autotools_config -O--buildsystem=pybuild 
-O--builddirectory=/<<PKGBUILDDIR>>/builddir
   dh_autoreconf -O--buildsystem=pybuild 
-O--builddirectory=/<<PKGBUILDDIR>>/builddir
   dh_auto_configure -O--buildsystem=pybuild 
-O--builddirectory=/<<PKGBUILDDIR>>/builddir
dh_auto_configure: warning: warning: pybuild does not support building out of 
source tree. In source building enforced.
        pybuild --configure -i python{version} -p 3.9
I: pybuild base:232: python3.9 setup.py config 
running config
   dh_auto_build -O--buildsystem=pybuild 
-O--builddirectory=/<<PKGBUILDDIR>>/builddir
dh_auto_build: warning: warning: pybuild does not support building out of 
source tree. In source building enforced.
        pybuild --build -i python{version} -p 3.9
I: pybuild base:232: /usr/bin/python3 setup.py build 
running build
running build_ext
building 'freecontact' extension
creating build
creating build/temp.linux-x86_64-3.9
creating build/temp.linux-x86_64-3.9/src
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g 
-ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. 
-fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.9 -c src/freecontact.cpp -o 
build/temp.linux-x86_64-3.9/src/freecontact.o
In file included from 
/usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
                 from 
/usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from 
/usr/include/boost/python/converter/shared_ptr_to_python.hpp:12,
                 from /usr/include/boost/python/converter/arg_to_python.hpp:15,
                 from /usr/include/boost/python/call.hpp:15,
                 from /usr/include/boost/python/object_core.hpp:14,
                 from /usr/include/boost/python/args.hpp:22,
                 from /usr/include/boost/python.hpp:11,
                 from src/freecontact.cpp:17:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of 
declaring the Bind placeholders (_1, _2, ...) in the global namespace is 
deprecated. Please use <boost/bind/bind.hpp> + using namespace 
boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the 
current behavior.’
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
/usr/include/boost/detail/iterator.hpp:13:1: note: ‘#pragma message: This 
header is deprecated. Use <iterator> instead.’
   13 | BOOST_HEADER_DEPRECATED("<iterator>")
      | ^~~~~~~~~~~~~~~~~~~~~~~
In file included from src/freecontact.cpp:19:
/usr/include/freecontact.h:113:56: error: ISO C++17 does not allow dynamic 
exception specifications
  113 |     ali_t&      push(const std::vector<uint8_t>& __al) throw 
(alilen_error);
      |                                                        ^~~~~
/usr/include/freecontact.h:116:50: error: ISO C++17 does not allow dynamic 
exception specifications
  116 |     inline ali_t&   push(const std::string& __l) throw (alilen_error)
      |                                                  ^~~~~
/usr/include/freecontact.h:185:23: error: ISO C++17 does not allow dynamic 
exception specifications
  185 |                     ) throw (alilen_error, icme_timeout_error, 
std::range_error, std::runtime_error);
      |                       ^~~~~
/usr/include/freecontact.h:219:23: error: ISO C++17 does not allow dynamic 
exception specifications
  219 |                     ) throw (alilen_error, icme_timeout_error, 
std::range_error, std::runtime_error);
      |                       ^~~~~
/usr/include/freecontact.h:227:23: error: ISO C++17 does not allow dynamic 
exception specifications
  227 |                     ) throw (alilen_error, icme_timeout_error, 
std::range_error, std::runtime_error);
      |                       ^~~~~
/usr/include/freecontact.h:234:23: error: ISO C++17 does not allow dynamic 
exception specifications
  234 |                     ) throw (alilen_error, icme_timeout_error, 
std::range_error, std::runtime_error)
      |                       ^~~~~
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
E: pybuild pybuild:353: build: plugin distutils failed with: exit code=1: 
/usr/bin/python3 setup.py build 
dh_auto_build: error: pybuild --build -i python{version} -p 3.9 returned exit 
code 13
make: *** [debian/rules:9: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: freecontact
Source-Version: 1.0.21-10
Done: Pierre Gruet <[email protected]>

We believe that the bug you reported is fixed in the latest version of
freecontact, 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.
Pierre Gruet <[email protected]> (supplier of updated freecontact 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: Tue, 12 Oct 2021 11:20:41 +0200
Source: freecontact
Architecture: source
Version: 1.0.21-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Pierre Gruet <[email protected]>
Closes: 984107
Changes:
 freecontact (1.0.21-10) unstable; urgency=medium
 .
   * Team upload
   * Remove exception specifications, removed in C++17 (Closes: #984107)
   * Raising Standards version to 4.6.0 (no change needed)
   * Raising d/watch version to 4
   * Refreshing d/copyright
   * Adding Multi-Arch fields in d/control
Checksums-Sha1:
 ea7b4582b147c9c1547916f5faa8eb6f55ec2eea 2413 freecontact_1.0.21-10.dsc
 9e6ecf1f6f6d3d946b5e8d27d79c5328bd29c01b 8316 
freecontact_1.0.21-10.debian.tar.xz
 fc47ec33d49f1b13c7bbbbc317eae5986e2592bb 8853 
freecontact_1.0.21-10_amd64.buildinfo
Checksums-Sha256:
 4aa5a13c213a7f9acdc9438044dc034233e264dbc842f7bc1851573035867b74 2413 
freecontact_1.0.21-10.dsc
 c9e87a0d7a6b580125eec1ba32063e14fbc48a63cd44ceb8c9e7f9063b1327cf 8316 
freecontact_1.0.21-10.debian.tar.xz
 2d15306ef32be0f364b9c301c2a33e635f21bf7d38534cc0cb20aa661bf7ac5f 8853 
freecontact_1.0.21-10_amd64.buildinfo
Files:
 75ce148316678b7987665c3db2d58a79 2413 science optional 
freecontact_1.0.21-10.dsc
 1d77f765713d19313252f2eb944c4e09 8316 science optional 
freecontact_1.0.21-10.debian.tar.xz
 930ff656ef8fb4c927b490efaa428808 8853 science optional 
freecontact_1.0.21-10_amd64.buildinfo

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

iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmFlVnMACgkQYAMWptwn
dHZs0w//c3BLMshgZCayqw+//JyeX7Fo7tl8lHCSb6JqkgQpGBGxEWjLh3wcq6/q
fa9AcL62aafTEdGI6PL1EwXHusP3Da5p35wAeu6ov95kyi2qj3WmXaw7G/NiOZet
6bCsXF+TJmyc7rTz0v7MZfyy8EkDhadnIEv3c/eBZo6dNmDsPzF0ZgQeXjRPTBhJ
O+bb84eXUHqc7VZ5swG3ZfGISIZdTSmLg3FrJKoCKpxtVB8bfEbPD5QsYN5AW+cV
OYqSqeKHCcgZgCVTUhb4YLBlaarIubTGewNYfVwObV3oFm3BdQS7P4Sa+mioy8en
uTEo4QKOcY8a01jSg6fXHr+NVAtk/gp2lKvoyIO+yi5KckzTNvD54xPVE7tK4MAk
n1OO+B4iyd/A4IpBKy1MjaDAWJtPd0lfynGCfIEFKKvxwLbxT0py3P75X/v3Wbvv
2LDRgNR1EW1Bd5HZs7eJW1a2KkiRHDQpHiUOd0vebXpCnxe0HjIV9xfs9a1rnMjy
HDEukV3WK3mrRvQ23qNRb8MVpEbA6/X3sFupz6BwpY11e+UOsNaDRXyoeke8WzbZ
0AoPxU58Nx0GYIro20xGOJn2t4pcuJzYxSzqZWOdNKtcC3pB7SO7sjqQzybeEzIh
nrqCVJfXeqOZ98mcKkz9DrAAJuopETnS0S5GlLzJBD+91dKn95Q=
=+KAH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to