Package: src:restinio
Version: 0.6.19+ds-1.1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202606/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:restinio, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
/<<PKGBUILDDIR>>/dev/restinio/impl/connection.hpp:1055:69: error: no matching 
function for call to 
‘nonstd::sv_lite::basic_string_view<char>::basic_string_view(<brace-enclosed 
initializer list>)’
 1055 |                                                 const string_view_t 
status_line{
      |                                                                     
^~~~~~~~~~~
/<<PKGBUILDDIR>>/dev/restinio/impl/connection.hpp:1055:69: note: there are 5 
candidates
In file included from /<<PKGBUILDDIR>>/dev/restinio/string_view.hpp:14,
                 from /<<PKGBUILDDIR>>/dev/restinio/exception.hpp:14,
                 from /<<PKGBUILDDIR>>/dev/restinio/settings.hpp:13,
                 from /<<PKGBUILDDIR>>/dev/restinio/all.hpp:14:
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:1060:5:
 note: candidate 1: ‘template<class Allocator> 
nonstd::sv_lite::basic_string_view<CharT, Traits>::basic_string_view(const 
std::__cxx11::basic_string<_CharT, _Traits, _Allocator>&) [with CharT = char; 
Traits = std::char_traits<char>]’
 1060 |     basic_string_view( std::basic_string<CharT, Traits, Allocator> 
const & s ) nssv_noexcept
      |     ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:1060:5:
 note: template argument deduction/substitution failed:
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:631:20:
 note: candidate 2: ‘constexpr nonstd::sv_lite::basic_string_view<CharT, 
Traits>::basic_string_view(const CharT*) [with CharT = char; Traits = 
std::char_traits<char>]’
  631 |     nssv_constexpr basic_string_view( CharT const * s) nssv_noexcept // 
non-standard noexcept
      |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:631:20:
 note: conversion of argument 1 would be ill-formed:
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:626:20:
 note: candidate 3: ‘constexpr nonstd::sv_lite::basic_string_view<CharT, 
Traits>::basic_string_view(const CharT*, size_type) [with CharT = char; Traits 
= std::char_traits<char>; size_type = long unsigned int]’
  626 |     nssv_constexpr basic_string_view( CharT const * s, size_type count 
) nssv_noexcept // non-standard noexcept
      |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:626:20:
 note: candidate expects 2 arguments, 1 provided
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:618:20:
 note: candidate 4: ‘constexpr nonstd::sv_lite::basic_string_view<CharT, 
Traits>::basic_string_view(const nonstd::sv_lite::basic_string_view<CharT, 
Traits>&) [with CharT = char; Traits = std::char_traits<char>]’
  618 |     nssv_constexpr basic_string_view( basic_string_view const & other ) 
nssv_noexcept = default;
      |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:618:20:
 note: conversion of argument 1 would be ill-formed:
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:612:20:
 note: candidate 5: ‘constexpr nonstd::sv_lite::basic_string_view<CharT, 
Traits>::basic_string_view() [with CharT = char; Traits = 
std::char_traits<char>]’
  612 |     nssv_constexpr basic_string_view() nssv_noexcept
      |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:612:20:
 note: candidate expects 0 arguments, 1 provided
/<<PKGBUILDDIR>>/dev/restinio/impl/connection.hpp: In instantiation of ‘void 
restinio::impl::connection_t<Traits>::init_write() [with Traits = 
restinio::traits_t<restinio::asio_timer_manager_t, restinio::null_logger_t, 
restinio::router::generic_express_router_t<restinio::router::std_regex_engine_t,
 restinio::no_extra_data_factory_t> >]’:
/<<PKGBUILDDIR>>/dev/restinio/impl/connection.hpp:1008:5:   required from 
‘void restinio::impl::connection_t<Traits>::init_write_if_necessary() [with 
Traits = restinio::traits_t<restinio::asio_timer_manager_t, 
restinio::null_logger_t, 
restinio::router::generic_express_router_t<restinio::router::std_regex_engine_t,
 restinio::no_extra_data_factory_t> >]’
 1008 |                                 init_write();
      |                                 ^~~~~~~~~~
/<<PKGBUILDDIR>>/dev/restinio/impl/connection.hpp:970:6:   required from 
‘void 
restinio::impl::connection_t<Traits>::write_response_parts_impl(restinio::request_id_t,
 restinio::response_output_flags_t, restinio::write_group_t) [with Traits = 
restinio::traits_t<restinio::asio_timer_manager_t, restinio::null_logger_t, 
restinio::router::generic_express_router_t<restinio::router::std_regex_engine_t,
 restinio::no_extra_data_factory_t> >; restinio::request_id_t = unsigned int]’
  970 |                                         init_write_if_necessary();
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/dev/restinio/impl/connection.hpp:694:8:   required from 
‘void restinio::impl::connection_t<Traits>::on_request_message_complete() 
[with Traits = restinio::traits_t<restinio::asio_timer_manager_t, 
restinio::null_logger_t, 
restinio::router::generic_express_router_t<restinio::router::std_regex_engine_t,
 restinio::no_extra_data_factory_t> >]’
  694 |                                                         
write_response_parts_impl(
      |                                                         
^~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/dev/restinio/impl/connection.hpp:629:5:   required from 
‘void restinio::impl::connection_t<Traits>::consume_data(const char*, 
std::size_t) [with Traits = restinio::traits_t<restinio::asio_timer_manager_t, 
restinio::null_logger_t, 
restinio::router::generic_express_router_t<restinio::router::std_regex_engine_t,
 restinio::no_extra_data_factory_t> >; std::size_t = long unsigned int]’
  629 |                                 on_request_message_complete();
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/dev/restinio/impl/connection.hpp:435:5:   required from 
‘void restinio::impl::connection_t<Traits>::wait_for_http_message() [with 
Traits = restinio::traits_t<restinio::asio_timer_manager_t, 
restinio::null_logger_t, 
restinio::router::generic_express_router_t<restinio::router::std_regex_engine_t,
 restinio::no_extra_data_factory_t> >]’
  435 |                                 consume_data( m_input.m_buf.bytes(), 
m_input.m_buf.length() );
      |                                 ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/dev/restinio/impl/connection.hpp:397:6:   [ skipping 15 
instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/usr/include/asio/async_result.hpp:648:73:   required from ‘ 
[too-long-redacted] e_t)::<lambda(const auto:9&)>]’
  648 |   return async_result<decay_t<CompletionToken>, 
Signatures...>::initiate(
      |          
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  649 |       static_cast<Initiation&&>(initiation),
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
 
  650 |       static_cast<CompletionToken&&>(token),
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
 
  651 |       static_cast<Args&&>(args)...);
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                     
 
/usr/include/asio/bind_executor.hpp:597:17:   required from  
[too-long-redacted] ::tcp>::initiate_async_accept]’
  594 |     return async_initiate<
      |            ~~~~~~~~~~~~~~~
  595 |       conditional_t<
      |       ~~~~~~~~~~~~~~
  596 |         is_const<remove_reference_t<RawCompletionToken>>::value, const 
T, T>,
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  597 |       Signature>(
      |       ~~~~~~~~~~^
  598 |         init_wrapper<decay_t<Initiation>>(
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  599 |           static_cast<Initiation&&>(initiation)),
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  600 |         token.get(), token.get_executor(), 
static_cast<Args&&>(args)...);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/asio/async_result.hpp:648:73:   required from ‘ 
[too-long-redacted] t auto:9&)>, any_io_executor>]’
  648 |   return async_result<decay_t<CompletionToken>, 
Signatures...>::initiate(
      |          
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  649 |       static_cast<Initiation&&>(initiation),
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
 
  650 |       static_cast<CompletionToken&&>(token),
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
 
  651 |       static_cast<Args&&>(args)...);
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                     
 
/usr/include/asio/basic_socket_acceptor.hpp:1397:64:   requi 
[too-long-redacted] ol, Protocol1>::value)> = int]’
 1397 |     return async_initiate<AcceptToken, void (asio::error_code)>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 1398 |         initiate_async_accept(this), token,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                     
 1399 |         &peer, static_cast<endpoint_type*>(0));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                  
/<<PKGBUILDDIR>>/dev/restinio/impl/acceptor.hpp:338:27:   required from ‘void 
restinio::impl::acceptor_t<Traits>::call_accept_now(std::size_t) [with Traits = 
restinio::traits_t<restinio::asio_timer_manager_t, restinio::null_logger_t, 
restinio::router::generic_express_router_t<restinio::router::std_regex_engine_t,
 restinio::no_extra_data_factory_t> >; std::size_t = long unsigned int]’
  338 |                         m_acceptor.async_accept(
      |                         ~~~~~~~~~~~~~~~~~~~~~~~^
  339 |                                 this->socket( index ).lowest_layer(),
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                 asio_ns::bind_executor(
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~
  341 |                                         get_executor(),
      |                                         ~~~~~~~~~~~~~~~
  342 |                                         [index, ctx = 
this->shared_from_this()]
      |                                         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  343 |                                         ( const auto & ec ) noexcept
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                         {
      |                                         ~       
  345 |                                                 if( !ec )
      |                                                 ~~~~~~~~~
  346 |                                                 {
      |                                                 ~
  347 |                                                         
ctx->accept_current_connection( index, ec );
      |                                                         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                 }
      |                                                 ~
  349 |                                         } ) );
      |                                         ~~~~~   
/<<PKGBUILDDIR>>/dev/restinio/impl/acceptor.hpp:336:3:   required from here
  336 |                 call_accept_now( std::size_t index ) noexcept override
      |                 ^~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/dev/restinio/impl/connection.hpp:1055:69: error: no matching 
function for call to 
‘nonstd::sv_lite::basic_string_view<char>::basic_string_view(<brace-enclosed 
initializer list>)’
 1055 |                                                 const string_view_t 
status_line{
      |                                                                     
^~~~~~~~~~~
/<<PKGBUILDDIR>>/dev/restinio/impl/connection.hpp:1055:69: note: there are 5 
candidates
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:1060:5:
 note: candidate 1: ‘template<class Allocator> 
nonstd::sv_lite::basic_string_view<CharT, Traits>::basic_string_view(const 
std::__cxx11::basic_string<_CharT, _Traits, _Allocator>&) [with CharT = char; 
Traits = std::char_traits<char>]’
 1060 |     basic_string_view( std::basic_string<CharT, Traits, Allocator> 
const & s ) nssv_noexcept
      |     ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:1060:5:
 note: template argument deduction/substitution failed:
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:631:20:
 note: candidate 2: ‘constexpr nonstd::sv_lite::basic_string_view<CharT, 
Traits>::basic_string_view(const CharT*) [with CharT = char; Traits = 
std::char_traits<char>]’
  631 |     nssv_constexpr basic_string_view( CharT const * s) nssv_noexcept // 
non-standard noexcept
      |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:631:20:
 note: conversion of argument 1 would be ill-formed:
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:626:20:
 note: candidate 3: ‘constexpr nonstd::sv_lite::basic_string_view<CharT, 
Traits>::basic_string_view(const CharT*, size_type) [with CharT = char; Traits 
= std::char_traits<char>; size_type = long unsigned int]’
  626 |     nssv_constexpr basic_string_view( CharT const * s, size_type count 
) nssv_noexcept // non-standard noexcept
      |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:626:20:
 note: candidate expects 2 arguments, 1 provided
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:618:20:
 note: candidate 4: ‘constexpr nonstd::sv_lite::basic_string_view<CharT, 
Traits>::basic_string_view(const nonstd::sv_lite::basic_string_view<CharT, 
Traits>&) [with CharT = char; Traits = std::char_traits<char>]’
  618 |     nssv_constexpr basic_string_view( basic_string_view const & other ) 
nssv_noexcept = default;
      |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:618:20:
 note: conversion of argument 1 would be ill-formed:
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:612:20:
 note: candidate 5: ‘constexpr nonstd::sv_lite::basic_string_view<CharT, 
Traits>::basic_string_view() [with CharT = char; Traits = 
std::char_traits<char>]’
  612 |     nssv_constexpr basic_string_view() nssv_noexcept
      |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/dev/restinio/third_party/string-view-lite/string_view.hpp:612:20:
 note: candidate expects 0 arguments, 1 provided
make[3]: *** 
[test/router/express_router_bench/CMakeFiles/_test.router.express_router_bench.dir/build.make:82:
 
test/router/express_router_bench/CMakeFiles/_test.router.express_router_bench.dir/main.cpp.o]
 Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:4037: 
test/router/express_router_bench/CMakeFiles/_test.router.express_router_bench.dir/all]
 Error 2
make[2]: *** Waiting for unfinished jobs....
[ 13%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/impl/coop_repository_basis.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/impl/coop_repository_basis.cpp.o -MF 
CMakeFiles/so_s.5.5.24.3.dir/rt/impl/coop_repository_basis.cpp.o.d -o 
CMakeFiles/so_s.5.5.24.3.dir/rt/impl/coop_repository_basis.cpp.o -c 
/<<PKGBUILDDIR>>/dev/so_5/rt/impl/coop_repository_basis.cpp
[ 14%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/impl/disp_repository.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/impl/disp_repository.cpp.o -MF 
CMakeFiles/so_s.5.5.24.3.dir/rt/impl/disp_repository.cpp.o.d -o 
CMakeFiles/so_s.5.5.24.3.dir/rt/impl/disp_repository.cpp.o -c 
/<<PKGBUILDDIR>>/dev/so_5/rt/impl/disp_repository.cpp
[ 14%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/impl/layer_core.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/impl/layer_core.cpp.o 
-MF CMakeFiles/so_s.5.5.24.3.dir/rt/impl/layer_core.cpp.o.d -o 
CMakeFiles/so_s.5.5.24.3.dir/rt/impl/layer_core.cpp.o -c 
/<<PKGBUILDDIR>>/dev/so_5/rt/impl/layer_core.cpp
[ 14%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/impl/state_listener_controller.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/impl/state_listener_controller.cpp.o -MF 
CMakeFiles/so_s.5.5.24.3.dir/rt/impl/state_listener_controller.cpp.o.d -o 
CMakeFiles/so_s.5.5.24.3.dir/rt/impl/state_listener_controller.cpp.o -c 
/<<PKGBUILDDIR>>/dev/so_5/rt/impl/state_listener_controller.cpp
[ 15%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/impl/mt_env_infrastructure.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/impl/mt_env_infrastructure.cpp.o -MF 
CMakeFiles/so_s.5.5.24.3.dir/rt/impl/mt_env_infrastructure.cpp.o.d -o 
CMakeFiles/so_s.5.5.24.3.dir/rt/impl/mt_env_infrastructure.cpp.o -c 
/<<PKGBUILDDIR>>/dev/so_5/rt/impl/mt_env_infrastructure.cpp
[ 15%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/impl/simple_mtsafe_st_env_infrastructure.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/impl/simple_mtsafe_st_env_infrastructure.cpp.o
 -MF 
CMakeFiles/so_s.5.5.24.3.dir/rt/impl/simple_mtsafe_st_env_infrastructure.cpp.o.d
 -o 
CMakeFiles/so_s.5.5.24.3.dir/rt/impl/simple_mtsafe_st_env_infrastructure.cpp.o 
-c /<<PKGBUILDDIR>>/dev/so_5/rt/impl/simple_mtsafe_st_env_infrastructure.cpp
[ 15%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/impl/simple_not_mtsafe_st_env_infrastructure.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/impl/simple_not_mtsafe_st_env_infrastructure.cpp.o
 -MF 
CMakeFiles/so_s.5.5.24.3.dir/rt/impl/simple_not_mtsafe_st_env_infrastructure.cpp.o.d
 -o 
CMakeFiles/so_s.5.5.24.3.dir/rt/impl/simple_not_mtsafe_st_env_infrastructure.cpp.o
 -c 
/<<PKGBUILDDIR>>/dev/so_5/rt/impl/simple_not_mtsafe_st_env_infrastructure.cpp
[ 16%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/stats/repository.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/stats/repository.cpp.o -MF 
CMakeFiles/so_s.5.5.24.3.dir/rt/stats/repository.cpp.o.d -o 
CMakeFiles/so_s.5.5.24.3.dir/rt/stats/repository.cpp.o -c 
/<<PKGBUILDDIR>>/dev/so_5/rt/stats/repository.cpp
[ 16%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/stats/std_names.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/stats/std_names.cpp.o 
-MF CMakeFiles/so_s.5.5.24.3.dir/rt/stats/std_names.cpp.o.d -o 
CMakeFiles/so_s.5.5.24.3.dir/rt/stats/std_names.cpp.o -c 
/<<PKGBUILDDIR>>/dev/so_5/rt/stats/std_names.cpp
[ 16%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/stats/impl/std_controller.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/stats/impl/std_controller.cpp.o -MF 
CMakeFiles/so_s.5.5.24.3.dir/rt/stats/impl/std_controller.cpp.o.d -o 
CMakeFiles/so_s.5.5.24.3.dir/rt/stats/impl/std_controller.cpp.o -c 
/<<PKGBUILDDIR>>/dev/so_5/rt/stats/impl/std_controller.cpp
[ 17%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/stats/impl/ds_agent_core_stats.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/stats/impl/ds_agent_core_stats.cpp.o -MF 
CMakeFiles/so_s.5.5.24.3.dir/rt/stats/impl/ds_agent_core_stats.cpp.o.d -o 
CMakeFiles/so_s.5.5.24.3.dir/rt/stats/impl/ds_agent_core_stats.cpp.o -c 
/<<PKGBUILDDIR>>/dev/so_5/rt/stats/impl/ds_agent_core_stats.cpp
[ 17%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/stats/impl/ds_mbox_core_stats.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/stats/impl/ds_mbox_core_stats.cpp.o -MF 
CMakeFiles/so_s.5.5.24.3.dir/rt/stats/impl/ds_mbox_core_stats.cpp.o.d -o 
CMakeFiles/so_s.5.5.24.3.dir/rt/stats/impl/ds_mbox_core_stats.cpp.o -c 
/<<PKGBUILDDIR>>/dev/so_5/rt/stats/impl/ds_mbox_core_stats.cpp
[ 17%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/stats/impl/ds_timer_thread_stats.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/rt/stats/impl/ds_timer_thread_stats.cpp.o -MF 
CMakeFiles/so_s.5.5.24.3.dir/rt/stats/impl/ds_timer_thread_stats.cpp.o.d -o 
CMakeFiles/so_s.5.5.24.3.dir/rt/stats/impl/ds_timer_thread_stats.cpp.o -c 
/<<PKGBUILDDIR>>/dev/so_5/rt/stats/impl/ds_timer_thread_stats.cpp
[ 18%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/mpsc_queue_traits/pub.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/mpsc_queue_traits/pub.cpp.o -MF 
CMakeFiles/so_s.5.5.24.3.dir/disp/mpsc_queue_traits/pub.cpp.o.d -o 
CMakeFiles/so_s.5.5.24.3.dir/disp/mpsc_queue_traits/pub.cpp.o -c 
/<<PKGBUILDDIR>>/dev/so_5/disp/mpsc_queue_traits/pub.cpp
[ 18%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/mpmc_queue_traits/pub.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/mpmc_queue_traits/pub.cpp.o -MF 
CMakeFiles/so_s.5.5.24.3.dir/disp/mpmc_queue_traits/pub.cpp.o.d -o 
CMakeFiles/so_s.5.5.24.3.dir/disp/mpmc_queue_traits/pub.cpp.o -c 
/<<PKGBUILDDIR>>/dev/so_5/disp/mpmc_queue_traits/pub.cpp
[ 18%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/one_thread/pub.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/one_thread/pub.cpp.o -MF 
CMakeFiles/so_s.5.5.24.3.dir/disp/one_thread/pub.cpp.o.d -o 
CMakeFiles/so_s.5.5.24.3.dir/disp/one_thread/pub.cpp.o -c 
/<<PKGBUILDDIR>>/dev/so_5/disp/one_thread/pub.cpp
[ 19%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/active_obj/pub.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/active_obj/pub.cpp.o -MF 
CMakeFiles/so_s.5.5.24.3.dir/disp/active_obj/pub.cpp.o.d -o 
CMakeFiles/so_s.5.5.24.3.dir/disp/active_obj/pub.cpp.o -c 
/<<PKGBUILDDIR>>/dev/so_5/disp/active_obj/pub.cpp
[ 19%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/active_group/pub.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/active_group/pub.cpp.o -MF 
CMakeFiles/so_s.5.5.24.3.dir/disp/active_group/pub.cpp.o.d -o 
CMakeFiles/so_s.5.5.24.3.dir/disp/active_group/pub.cpp.o -c 
/<<PKGBUILDDIR>>/dev/so_5/disp/active_group/pub.cpp
[ 19%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/thread_pool/pub.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/thread_pool/pub.cpp.o -MF 
CMakeFiles/so_s.5.5.24.3.dir/disp/thread_pool/pub.cpp.o.d -o 
CMakeFiles/so_s.5.5.24.3.dir/disp/thread_pool/pub.cpp.o -c 
/<<PKGBUILDDIR>>/dev/so_5/disp/thread_pool/pub.cpp
[ 20%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/adv_thread_pool/pub.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/adv_thread_pool/pub.cpp.o -MF 
CMakeFiles/so_s.5.5.24.3.dir/disp/adv_thread_pool/pub.cpp.o.d -o 
CMakeFiles/so_s.5.5.24.3.dir/disp/adv_thread_pool/pub.cpp.o -c 
/<<PKGBUILDDIR>>/dev/so_5/disp/adv_thread_pool/pub.cpp
[ 20%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/prio_one_thread/strictly_ordered/pub.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/prio_one_thread/strictly_ordered/pub.cpp.o
 -MF 
CMakeFiles/so_s.5.5.24.3.dir/disp/prio_one_thread/strictly_ordered/pub.cpp.o.d 
-o CMakeFiles/so_s.5.5.24.3.dir/disp/prio_one_thread/strictly_ordered/pub.cpp.o 
-c /<<PKGBUILDDIR>>/dev/so_5/disp/prio_one_thread/strictly_ordered/pub.cpp
[ 20%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/prio_one_thread/quoted_round_robin/pub.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/prio_one_thread/quoted_round_robin/pub.cpp.o
 -MF 
CMakeFiles/so_s.5.5.24.3.dir/disp/prio_one_thread/quoted_round_robin/pub.cpp.o.d
 -o 
CMakeFiles/so_s.5.5.24.3.dir/disp/prio_one_thread/quoted_round_robin/pub.cpp.o 
-c /<<PKGBUILDDIR>>/dev/so_5/disp/prio_one_thread/quoted_round_robin/pub.cpp
[ 21%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/prio_dedicated_threads/one_per_prio/pub.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/disp/prio_dedicated_threads/one_per_prio/pub.cpp.o
 -MF 
CMakeFiles/so_s.5.5.24.3.dir/disp/prio_dedicated_threads/one_per_prio/pub.cpp.o.d
 -o 
CMakeFiles/so_s.5.5.24.3.dir/disp/prio_dedicated_threads/one_per_prio/pub.cpp.o 
-c /<<PKGBUILDDIR>>/dev/so_5/disp/prio_dedicated_threads/one_per_prio/pub.cpp
[ 21%] Building CXX object 
so_5/CMakeFiles/so_s.5.5.24.3.dir/experimental/testing/v1/all.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/x86_64-linux-gnu-g++ 
-DSO_5_PRJ -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara 
-I/<<PKGBUILDDIR>>/dev -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++14 -MD -MT 
so_5/CMakeFiles/so_s.5.5.24.3.dir/experimental/testing/v1/all.cpp.o -MF 
CMakeFiles/so_s.5.5.24.3.dir/experimental/testing/v1/all.cpp.o.d -o 
CMakeFiles/so_s.5.5.24.3.dir/experimental/testing/v1/all.cpp.o -c 
/<<PKGBUILDDIR>>/dev/so_5/experimental/testing/v1/all.cpp
[ 22%] Linking CXX static library libso_s.5.5.24.3.a
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/cmake -P 
CMakeFiles/so_s.5.5.24.3.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/so_s.5.5.24.3.dir/link.txt --verbose=1
/usr/bin/x86_64-linux-gnu-ar qc libso_s.5.5.24.3.a CMakeFile 
[too-long-redacted] perimental/testing/v1/all.cpp.o
/usr/bin/x86_64-linux-gnu-ranlib libso_s.5.5.24.3.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 22%] Built target so_s.5.5.24.3
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 INSTALL="install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:31: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

Reply via email to