Your message dated Sat, 19 Dec 2020 21:03:28 +0000 with message-id <e1kqjnw-000anf...@fasolo.debian.org> and subject line Bug#977219: fixed in anytun 0.3.7-1.3 has caused the Debian Bug report #977219, regarding anytun: FTBFS with boost 1.74 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.) -- 977219: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977219 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: anytun Version: 0.3.7-1.2 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) X-Debbugs-Cc: sramac...@debian.org anytun FTBFS with boost 1.74: | g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE -DLOG_STDOUT -DUSE_GCRYPT syncServer.cpp -c -o syncServer.o | In file included from /usr/include/boost/bind.hpp:30, | from syncServer.h:49, | from syncServer.cpp:46: | /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( | | ^~~~~~~~~~~~~~~~~~~~ | In file included from /usr/include/boost/asio/executor.hpp:342, | from /usr/include/boost/asio.hpp:86, | from syncServer.h:56, | from syncServer.cpp:46: | /usr/include/boost/asio/impl/executor.hpp: In instantiation of ‘void boost::asio::executor::impl< <template-parameter-1-1>, <template-parameter-1-2> >::on_work_started() [with Executor = boost::asio::execution::any_executor<boost::asio::execution::context_as_t<boost::asio::execution_context&>, boost::asio::execution::detail::blocking::never_t<0>, boost::asio::execution::prefer_only<boost::asio::execution::detail::blocking::possibly_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::tracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::untracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::fork_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::continuation_t<0> > >; Allocator = std::allocator<void>]’: | /usr/include/boost/asio/impl/executor.hpp:77:8: required from here | /usr/include/boost/asio/impl/executor.hpp:79:15: error: ‘class boost::asio::execution::any_executor<boost::asio::execution::context_as_t<boost::asio::execution_context&>, boost::asio::execution::detail::blocking::never_t<0>, boost::asio::execution::prefer_only<boost::asio::execution::detail::blocking::possibly_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::tracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::untracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::fork_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::continuation_t<0> > >’ has no member named ‘on_work_started’ | 79 | executor_.on_work_started(); | | ~~~~~~~~~~^~~~~~~~~~~~~~~ | /usr/include/boost/asio/impl/executor.hpp: In instantiation of ‘void boost::asio::executor::impl< <template-parameter-1-1>, <template-parameter-1-2> >::on_work_finished() [with Executor = boost::asio::execution::any_executor<boost::asio::execution::context_as_t<boost::asio::execution_context&>, boost::asio::execution::detail::blocking::never_t<0>, boost::asio::execution::prefer_only<boost::asio::execution::detail::blocking::possibly_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::tracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::untracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::fork_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::continuation_t<0> > >; Allocator = std::allocator<void>]’: | /usr/include/boost/asio/impl/executor.hpp:82:8: required from here | /usr/include/boost/asio/impl/executor.hpp:84:15: error: ‘class boost::asio::execution::any_executor<boost::asio::execution::context_as_t<boost::asio::execution_context&>, boost::asio::execution::detail::blocking::never_t<0>, boost::asio::execution::prefer_only<boost::asio::execution::detail::blocking::possibly_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::tracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::untracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::fork_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::continuation_t<0> > >’ has no member named ‘on_work_finished’ | 84 | executor_.on_work_finished(); | | ~~~~~~~~~~^~~~~~~~~~~~~~~~ | /usr/include/boost/asio/impl/executor.hpp: In instantiation of ‘void boost::asio::executor::impl< <template-parameter-1-1>, <template-parameter-1-2> >::dispatch(boost::asio::executor::function&&) [with Executor = boost::asio::execution::any_executor<boost::asio::execution::context_as_t<boost::asio::execution_context&>, boost::asio::execution::detail::blocking::never_t<0>, boost::asio::execution::prefer_only<boost::asio::execution::detail::blocking::possibly_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::tracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::untracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::fork_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::continuation_t<0> > >; Allocator = std::allocator<void>; boost::asio::executor::function = boost::asio::detail::executor_function]’: | /usr/include/boost/asio/impl/executor.hpp:92:8: required from here | /usr/include/boost/asio/impl/executor.hpp:94:15: error: ‘class boost::asio::execution::any_executor<boost::asio::execution::context_as_t<boost::asio::execution_context&>, boost::asio::execution::detail::blocking::never_t<0>, boost::asio::execution::prefer_only<boost::asio::execution::detail::blocking::possibly_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::tracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::untracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::fork_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::continuation_t<0> > >’ has no member named ‘dispatch’ | 94 | executor_.dispatch(BOOST_ASIO_MOVE_CAST(function)(f), allocator_); | | ~~~~~~~~~~^~~~~~~~ | /usr/include/boost/asio/impl/executor.hpp: In instantiation of ‘void boost::asio::executor::impl< <template-parameter-1-1>, <template-parameter-1-2> >::post(boost::asio::executor::function&&) [with Executor = boost::asio::execution::any_executor<boost::asio::execution::context_as_t<boost::asio::execution_context&>, boost::asio::execution::detail::blocking::never_t<0>, boost::asio::execution::prefer_only<boost::asio::execution::detail::blocking::possibly_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::tracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::untracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::fork_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::continuation_t<0> > >; Allocator = std::allocator<void>; boost::asio::executor::function = boost::asio::detail::executor_function]’: | /usr/include/boost/asio/impl/executor.hpp:97:8: required from here | /usr/include/boost/asio/impl/executor.hpp:99:15: error: ‘class boost::asio::execution::any_executor<boost::asio::execution::context_as_t<boost::asio::execution_context&>, boost::asio::execution::detail::blocking::never_t<0>, boost::asio::execution::prefer_only<boost::asio::execution::detail::blocking::possibly_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::tracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::untracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::fork_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::continuation_t<0> > >’ has no member named ‘post’ | 99 | executor_.post(BOOST_ASIO_MOVE_CAST(function)(f), allocator_); | | ~~~~~~~~~~^~~~ | /usr/include/boost/asio/impl/executor.hpp: In instantiation of ‘void boost::asio::executor::impl< <template-parameter-1-1>, <template-parameter-1-2> >::defer(boost::asio::executor::function&&) [with Executor = boost::asio::execution::any_executor<boost::asio::execution::context_as_t<boost::asio::execution_context&>, boost::asio::execution::detail::blocking::never_t<0>, boost::asio::execution::prefer_only<boost::asio::execution::detail::blocking::possibly_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::tracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::untracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::fork_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::continuation_t<0> > >; Allocator = std::allocator<void>; boost::asio::executor::function = boost::asio::detail::executor_function]’: | /usr/include/boost/asio/impl/executor.hpp:102:8: required from here | /usr/include/boost/asio/impl/executor.hpp:104:15: error: ‘class boost::asio::execution::any_executor<boost::asio::execution::context_as_t<boost::asio::execution_context&>, boost::asio::execution::detail::blocking::never_t<0>, boost::asio::execution::prefer_only<boost::asio::execution::detail::blocking::possibly_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::tracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::outstanding_work::untracked_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::fork_t<0> >, boost::asio::execution::prefer_only<boost::asio::execution::detail::relationship::continuation_t<0> > >’ has no member named ‘defer’; did you mean ‘prefer’? | 104 | executor_.defer(BOOST_ASIO_MOVE_CAST(function)(f), allocator_); | | ~~~~~~~~~~^~~~~ | | prefer | make[1]: *** [Makefile:227: syncServer.o] Error 1 See https://buildd.debian.org/status/fetch.php?pkg=anytun&arch=arm64&ver=0.3.7-1.2%2Bb1&stamp=1607763614&raw=0 Cheers -- Sebastian Ramacher
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: anytun Source-Version: 0.3.7-1.3 Done: Anton Gladky <gl...@debian.org> We believe that the bug you reported is fixed in the latest version of anytun, 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 977...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Anton Gladky <gl...@debian.org> (supplier of updated anytun 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: Mon, 14 Dec 2020 18:02:37 +0100 Source: anytun Architecture: source Version: 0.3.7-1.3 Distribution: unstable Urgency: medium Maintainer: Darshaka Pathirana <d...@syn-net.org> Changed-By: Anton Gladky <gl...@debian.org> Closes: 977219 Changes: anytun (0.3.7-1.3) unstable; urgency=medium . * Non-maintainer upload. * [0aff52e] Fix FTBFS against boost1.74. (Closes: #977219) Checksums-Sha1: 9bf4ef897f627143813e366e38b47b5bd8c9945f 1965 anytun_0.3.7-1.3.dsc 41f7fec7961bdee46834928e5d81586023ca1b2d 7476 anytun_0.3.7-1.3.debian.tar.xz d131deb38521378c26ddbcf00116a470a947c8a6 6900 anytun_0.3.7-1.3_source.buildinfo Checksums-Sha256: 86d9fd3f803373894c6f1d5a696cfe27522e8eb7ba18dfe2ad949453344848ee 1965 anytun_0.3.7-1.3.dsc 1b860ef591b30385a3b91ff298a8948b21611b90238630011c22552831f70481 7476 anytun_0.3.7-1.3.debian.tar.xz 7cb21859308f1cf322f111d630f22dd197e3f16390b34165ecb3595a5c3bf713 6900 anytun_0.3.7-1.3_source.buildinfo Files: 71a1080de2661b88a3da9f37d9f26e26 1965 net optional anytun_0.3.7-1.3.dsc de5d1c2c563cdb55bf48cf4bd52d014b 7476 net optional anytun_0.3.7-1.3.debian.tar.xz 89897d676c7d4c451a5e126f9ebc0d80 6900 net optional anytun_0.3.7-1.3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAl/Xza8ACgkQ0+Fzg8+n /wb6fg/+L8iqmyqNOftkYLaHdceiW5F1gBVQaL+ytDMCcjwtWMvjPdOP/woR4sAo mpkpY59C/ZY20CNRTCEb3BjYtR+chXeTn3B2S9mTZG0gfwgj41lG5iJ2sOwsKA8R KGhT/YHhcyR/tRe83aqBHXXNF9jgGoHzJryZuv66Gx4JQrxySfrzpZ6R0eVa1XdO +Aa3aBWGawSuLfk3kCu53AMV+0bXGz95DcNESytKy7TB3WlzWUhsbH4VcXjo/b1S b9mOfjlbzeGyLvvGDF7LV8o1h6ZHlX22DoLQfsRpODKP93VGUq+H9e3cogizEYgE udncvm7GLMY7D388DeIUyK45NVhTArArC8ot7wRAtF5sZmck3XsNOrH3MMUUt2ED QCiT0BAa/QLHCoXt2owiUl7dJUFQqyQXMZPRBXyYRfln81x7f63aGvronvTIB6gi N2bVgpxYH11/FHg3mWgDgU/DELk//bZxk8ZQLFmXS1UIrFh/TRFQgvQFnyLIRlC7 tP7MuAaClAFbH1GvtUTUmKuPPV0o0e3wKrK+h4XQz1bvGEORvhAtxWjnn/GWXI0K /JIWQgEpaeaWR8xQKFZVbze6UGv2n/Ps8V5YrMg3i2PRsDuwiPtd3Md5lzbJ7Wh/ baLh5IvpcSKXmJQRwsQWWHe6K+TLrOML/346pJywd+gG86jI4Ho= =pXT6 -----END PGP SIGNATURE-----
--- End Message ---