Your message dated Mon, 22 Feb 2021 13:03:32 +0000
with message-id <[email protected]>
and subject line Bug#978201: fixed in autobahn-cpp 17.5.1+git7cc5d37-2.1
has caused the Debian Bug report #978201,
regarding autobahn-cpp: FTBFS: wamp_websocketpp_websocket_transport.ipp:55:113: 
error: ‘::_1’ has not been declared
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.)


-- 
978201: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978201
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: autobahn-cpp
Version: 17.5.1+git7cc5d37-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201226 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/c++ 
> -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK 
> -DBOOST_RANDOM_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK 
> -I/<<PKGBUILDDIR>> -std=c++11 -Wall -Werror -Wno-unused-variable 
> -fdiagnostics-color=auto -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security 
> -DMSGPACK_DEFAULT_API_VERSION=1 -Wdate-time -D_FORTIFY_SOURCE=2 -o 
> CMakeFiles/provide_prefix.dir/callee.cpp.o -c 
> /<<PKGBUILDDIR>>/examples/callee.cpp
> In file included from 
> /<<PKGBUILDDIR>>/autobahn/wamp_websocketpp_websocket_transport.hpp:103,
>                  from /<<PKGBUILDDIR>>/examples/websocket_callee.cpp:34:
> /<<PKGBUILDDIR>>/autobahn/wamp_websocketpp_websocket_transport.ipp: In 
> constructor 
> ‘autobahn::wamp_websocketpp_websocket_transport<Config>::wamp_websocketpp_websocket_transport(autobahn::wamp_websocketpp_websocket_transport<Config>::client_type&,
>  const string&, bool)’:
> /<<PKGBUILDDIR>>/autobahn/wamp_websocketpp_websocket_transport.ipp:55:113: 
> error: ‘::_1’ has not been declared
>    55 |         
> m_client.set_message_handler(bind(&wamp_websocketpp_websocket_transport<Config>::on_ws_message,
>  this, ::_1, ::_2));
>       |                                                                       
>                                           ^~
> /<<PKGBUILDDIR>>/autobahn/wamp_websocketpp_websocket_transport.ipp:55:113: 
> note: suggested alternatives:
> In file included from /usr/include/boost/mpl/aux_/include_preprocessed.hpp:37,
>                  from /usr/include/boost/mpl/placeholders.hpp:43,
>                  from /usr/include/boost/iterator/iterator_categories.hpp:16,
>                  from /usr/include/boost/iterator/iterator_facade.hpp:13,
>                  from /usr/include/boost/range/iterator_range_core.hpp:27,
>                  from /usr/include/boost/lexical_cast.hpp:30,
>                  from /<<PKGBUILDDIR>>/autobahn/wamp_event.ipp:31,
>                  from /<<PKGBUILDDIR>>/autobahn/wamp_event.hpp:208,
>                  from /<<PKGBUILDDIR>>/autobahn/autobahn.hpp:40,
>                  from /<<PKGBUILDDIR>>/examples/websocket_callee.cpp:33:
> /usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:29:16: note:   
> ‘mpl_::_1’
>    29 | typedef arg<1> _1;
>       |                ^~
> In file included from /usr/include/boost/system/error_code.hpp:19,
>                  from /usr/include/boost/asio/detail/throw_error.hpp:19,
>                  from /usr/include/boost/asio/detail/impl/posix_event.ipp:23,
>                  from /usr/include/boost/asio/detail/posix_event.hpp:172,
>                  from /usr/include/boost/asio/detail/event.hpp:25,
>                  from 
> /usr/include/boost/asio/execution/blocking_adaptation.hpp:19,
>                  from /usr/include/boost/asio/execution.hpp:22,
>                  from /usr/include/boost/asio/any_io_executor.hpp:22,
>                  from /usr/include/boost/asio/basic_socket_acceptor.hpp:19,
>                  from /usr/include/boost/asio/ip/tcp.hpp:19,
>                  from /<<PKGBUILDDIR>>/examples/parameters.hpp:34,
>                  from /<<PKGBUILDDIR>>/examples/websocket_callee.cpp:31:
> /usr/include/c++/10/functional:221:34: note:   ‘std::placeholders::_1’
>   221 |     extern const _Placeholder<1> _1;
>       |                                  ^~
> In file included from /usr/include/boost/mpl/aux_/include_preprocessed.hpp:37,
>                  from /usr/include/boost/mpl/placeholders.hpp:43,
>                  from /usr/include/boost/iterator/iterator_categories.hpp:16,
>                  from /usr/include/boost/iterator/iterator_facade.hpp:13,
>                  from /usr/include/boost/range/iterator_range_core.hpp:27,
>                  from /usr/include/boost/lexical_cast.hpp:30,
>                  from /<<PKGBUILDDIR>>/autobahn/wamp_event.ipp:31,
>                  from /<<PKGBUILDDIR>>/autobahn/wamp_event.hpp:208,
>                  from /<<PKGBUILDDIR>>/autobahn/autobahn.hpp:40,
>                  from /<<PKGBUILDDIR>>/examples/websocket_callee.cpp:33:
> /usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:29:16: note:   
> ‘mpl_::_1’
>    29 | typedef arg<1> _1;
>       |                ^~
> In file included from /usr/include/boost/bind/bind.hpp:2356,
>                  from /usr/include/boost/thread/detail/thread.hpp:33,
>                  from /usr/include/boost/thread/thread_only.hpp:22,
>                  from /usr/include/boost/thread/future.hpp:45,
>                  from /<<PKGBUILDDIR>>/autobahn/boost_config.hpp:12,
>                  from /<<PKGBUILDDIR>>/autobahn/wamp_transport_handler.hpp:34,
>                  from /<<PKGBUILDDIR>>/autobahn/wamp_session.hpp:41,
>                  from /<<PKGBUILDDIR>>/autobahn/autobahn.hpp:42,
>                  from /<<PKGBUILDDIR>>/examples/websocket_callee.cpp:33:
> /usr/include/boost/bind/placeholders.hpp:46:38: note:   
> ‘boost::placeholders::_1’
>    46 | BOOST_STATIC_CONSTEXPR boost::arg<1> _1;
>       |                                      ^~
> In file included from /usr/include/boost/mpl/aux_/include_preprocessed.hpp:37,
>                  from /usr/include/boost/mpl/placeholders.hpp:43,
>                  from /usr/include/boost/iterator/iterator_categories.hpp:16,
>                  from /usr/include/boost/iterator/iterator_facade.hpp:13,
>                  from /usr/include/boost/range/iterator_range_core.hpp:27,
>                  from /usr/include/boost/lexical_cast.hpp:30,
>                  from /<<PKGBUILDDIR>>/autobahn/wamp_event.ipp:31,
>                  from /<<PKGBUILDDIR>>/autobahn/wamp_event.hpp:208,
>                  from /<<PKGBUILDDIR>>/autobahn/autobahn.hpp:40,
>                  from /<<PKGBUILDDIR>>/examples/websocket_callee.cpp:33:
> /usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:29:16: note:   
> ‘mpl_::_1’
>    29 | typedef arg<1> _1;
>       |                ^~
> In file included from 
> /<<PKGBUILDDIR>>/autobahn/wamp_websocketpp_websocket_transport.hpp:103,
>                  from /<<PKGBUILDDIR>>/examples/websocket_callee.cpp:34:
> /<<PKGBUILDDIR>>/autobahn/wamp_websocketpp_websocket_transport.ipp:55:119: 
> error: ‘::_2’ has not been declared
>    55 |         
> m_client.set_message_handler(bind(&wamp_websocketpp_websocket_transport<Config>::on_ws_message,
>  this, ::_1, ::_2));
>       |                                                                       
>                                                 ^~
> /<<PKGBUILDDIR>>/autobahn/wamp_websocketpp_websocket_transport.ipp:55:119: 
> note: suggested alternatives:
> In file included from /usr/include/boost/mpl/aux_/include_preprocessed.hpp:37,
>                  from /usr/include/boost/mpl/placeholders.hpp:43,
>                  from /usr/include/boost/iterator/iterator_categories.hpp:16,
>                  from /usr/include/boost/iterator/iterator_facade.hpp:13,
>                  from /usr/include/boost/range/iterator_range_core.hpp:27,
>                  from /usr/include/boost/lexical_cast.hpp:30,
>                  from /<<PKGBUILDDIR>>/autobahn/wamp_event.ipp:31,
>                  from /<<PKGBUILDDIR>>/autobahn/wamp_event.hpp:208,
>                  from /<<PKGBUILDDIR>>/autobahn/autobahn.hpp:40,
>                  from /<<PKGBUILDDIR>>/examples/websocket_callee.cpp:33:
> /usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:42:16: note:   
> ‘mpl_::_2’
>    42 | typedef arg<2> _2;
>       |                ^~
> In file included from /usr/include/boost/system/error_code.hpp:19,
>                  from /usr/include/boost/asio/detail/throw_error.hpp:19,
>                  from /usr/include/boost/asio/detail/impl/posix_event.ipp:23,
>                  from /usr/include/boost/asio/detail/posix_event.hpp:172,
>                  from /usr/include/boost/asio/detail/event.hpp:25,
>                  from 
> /usr/include/boost/asio/execution/blocking_adaptation.hpp:19,
>                  from /usr/include/boost/asio/execution.hpp:22,
>                  from /usr/include/boost/asio/any_io_executor.hpp:22,
>                  from /usr/include/boost/asio/basic_socket_acceptor.hpp:19,
>                  from /usr/include/boost/asio/ip/tcp.hpp:19,
>                  from /<<PKGBUILDDIR>>/examples/parameters.hpp:34,
>                  from /<<PKGBUILDDIR>>/examples/websocket_callee.cpp:31:
> /usr/include/c++/10/functional:222:34: note:   ‘std::placeholders::_2’
>   222 |     extern const _Placeholder<2> _2;
>       |                                  ^~
> In file included from /usr/include/boost/mpl/aux_/include_preprocessed.hpp:37,
>                  from /usr/include/boost/mpl/placeholders.hpp:43,
>                  from /usr/include/boost/iterator/iterator_categories.hpp:16,
>                  from /usr/include/boost/iterator/iterator_facade.hpp:13,
>                  from /usr/include/boost/range/iterator_range_core.hpp:27,
>                  from /usr/include/boost/lexical_cast.hpp:30,
>                  from /<<PKGBUILDDIR>>/autobahn/wamp_event.ipp:31,
>                  from /<<PKGBUILDDIR>>/autobahn/wamp_event.hpp:208,
>                  from /<<PKGBUILDDIR>>/autobahn/autobahn.hpp:40,
>                  from /<<PKGBUILDDIR>>/examples/websocket_callee.cpp:33:
> /usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:42:16: note:   
> ‘mpl_::_2’
>    42 | typedef arg<2> _2;
>       |                ^~
> In file included from /usr/include/boost/bind/bind.hpp:2356,
>                  from /usr/include/boost/thread/detail/thread.hpp:33,
>                  from /usr/include/boost/thread/thread_only.hpp:22,
>                  from /usr/include/boost/thread/future.hpp:45,
>                  from /<<PKGBUILDDIR>>/autobahn/boost_config.hpp:12,
>                  from /<<PKGBUILDDIR>>/autobahn/wamp_transport_handler.hpp:34,
>                  from /<<PKGBUILDDIR>>/autobahn/wamp_session.hpp:41,
>                  from /<<PKGBUILDDIR>>/autobahn/autobahn.hpp:42,
>                  from /<<PKGBUILDDIR>>/examples/websocket_callee.cpp:33:
> /usr/include/boost/bind/placeholders.hpp:47:38: note:   
> ‘boost::placeholders::_2’
>    47 | BOOST_STATIC_CONSTEXPR boost::arg<2> _2;
>       |                                      ^~
> In file included from /usr/include/boost/mpl/aux_/include_preprocessed.hpp:37,
>                  from /usr/include/boost/mpl/placeholders.hpp:43,
>                  from /usr/include/boost/iterator/iterator_categories.hpp:16,
>                  from /usr/include/boost/iterator/iterator_facade.hpp:13,
>                  from /usr/include/boost/range/iterator_range_core.hpp:27,
>                  from /usr/include/boost/lexical_cast.hpp:30,
>                  from /<<PKGBUILDDIR>>/autobahn/wamp_event.ipp:31,
>                  from /<<PKGBUILDDIR>>/autobahn/wamp_event.hpp:208,
>                  from /<<PKGBUILDDIR>>/autobahn/autobahn.hpp:40,
>                  from /<<PKGBUILDDIR>>/examples/websocket_callee.cpp:33:
> /usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:42:16: note:   
> ‘mpl_::_2’
>    42 | typedef arg<2> _2;
>       |                ^~
> make[3]: *** [examples/CMakeFiles/websocket_callee.dir/build.make:85: 
> examples/CMakeFiles/websocket_callee.dir/websocket_callee.cpp.o] Error 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/12/26/autobahn-cpp_17.5.1+git7cc5d37-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with me
so that we can identify if something relevant changed in the meantime.

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: autobahn-cpp
Source-Version: 17.5.1+git7cc5d37-2.1
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
autobahn-cpp, 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.
Adrian Bunk <[email protected]> (supplier of updated autobahn-cpp 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: Mon, 08 Feb 2021 22:23:04 +0200
Source: autobahn-cpp
Architecture: source
Version: 17.5.1+git7cc5d37-2.1
Distribution: unstable
Urgency: medium
Maintainer: Konstantinos Margaritis <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 978201
Changes:
 autobahn-cpp (17.5.1+git7cc5d37-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add upstream fix for FTBFS with Boost 1.74. (Closes: #978201)
Checksums-Sha1:
 909a7dc1a1685947bd8e51ddfccf83c8ca2297ef 2209 
autobahn-cpp_17.5.1+git7cc5d37-2.1.dsc
 bdf38e3ef9e07c8230b51bb6b560936f2e170c25 3856 
autobahn-cpp_17.5.1+git7cc5d37-2.1.debian.tar.xz
Checksums-Sha256:
 aee05d0090089cf1fde46eb7bf3913d7309816ff6ce2692259411384cd86cb9c 2209 
autobahn-cpp_17.5.1+git7cc5d37-2.1.dsc
 dbd03ae646bb5dfbf739eeacca3196553096b4f05cc501e0a86a28008c4d4a1e 3856 
autobahn-cpp_17.5.1+git7cc5d37-2.1.debian.tar.xz
Files:
 5d5dbbde71e410fa109fa8feab029572 2209 libs optional 
autobahn-cpp_17.5.1+git7cc5d37-2.1.dsc
 573a14897ce8e38aaa5974318b4da181 3856 libs optional 
autobahn-cpp_17.5.1+git7cc5d37-2.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmAhnmIACgkQiNJCh6LY
mLF/1g/8ClO1ivLfnDjVxoPjCV3DHedUOmx/KGfVjtYW8WTBXPJwKd7WqimQIKxZ
Z0efCdOkE834Z/mViqha1nWUtyQKgDFNo6a7dZ2eXb5xDG+tya0O574ReLUuRf04
iGMwSrSTbh899Xsu16ZBuw9DCRG9pb0lMoMdo0FlwnWn+VRASbUTQ8+TwDUsYu6I
UhMB37LL0B62bIanQzyNsz8gJJaopgRt4LwluD4CJ8dLj838CErIpAc+PEm3ibxD
am2H/2MyVcmxaXk40I61KwD9iz8lX3KmJ1cedGdBSAX1nN6Pswez0JqPGiByqp8+
Ey37Wr712dgjGLj0mB6BiLJuBNusqHJXeF32YenpPz+araU7BeDqQu4DK+ryrWRk
Ef6pzKadqTUVEpA1eEJNivHixFSiiLBRoXkL5zygGF23Zccc78qdIKqsWsdqMyv0
/cBfqTeNeM+9ZbVqMn7fSwXchi0C0isTQ5mfLYjGGebtA/t00N6eVPdnOxnWfVv8
yaW4Qy3wGe9Yg6Gr3dNpJ3NOOh3CVv++m4pjyX8ENedgA6FzsdldvRgw0cqfSow9
8LVWrsjdSoZuPc5G0mtyv9lQwKA7pjli66yBAkdvzLg8GDowYYSKxluxxWAR+NtL
ox8KYZT2BjZZx1vv+1/zan7lR09GY1hEb5NOtfY+MVaxXAF+zzY=
=WQOb
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to