Package: src:biometryd
Version: 0.3.1-6
Severity: important
Tags: sid forky
User: [email protected]
Usertags: boost1.88



[...]
In file included from /<<PKGBUILDDIR>>/src/biometry/util/dispatcher.h:24,
from /<<PKGBUILDDIR>>/src/biometry/devices/dispatching.h:29, from /<<PKGBUILDDIR>>/src/biometry/dispatching_service.h:25, from /<<PKGBUILDDIR>>/src/biometry/dispatching_service.cpp:20: /<<PKGBUILDDIR>>/src/biometry/runtime.h:70:18: error: ‘io_service’ in namespace ‘boost::asio’ does not name a type; did you mean ‘use_service’?
   70 |     boost::asio::io_service& service();
      |                  ^~~~~~~~~~
      |                  use_service
/<<PKGBUILDDIR>>/src/biometry/runtime.h:78:18: error: ‘io_service’ in namespace ‘boost::asio’ does not name a type; did you mean ‘use_service’?
   78 |     boost::asio::io_service service_;
      |                  ^~~~~~~~~~
      |                  use_service
/<<PKGBUILDDIR>>/src/biometry/runtime.h:79:18: error: ‘io_service’ in namespace ‘boost::asio’ does not name a type; did you mean ‘use_service’?
   79 |     boost::asio::io_service::strand strand_;
      |                  ^~~~~~~~~~
      |                  use_service
/<<PKGBUILDDIR>>/src/biometry/runtime.h:80:18: error: ‘io_service’ in namespace ‘boost::asio’ does not name a type; did you mean ‘use_service’?
   80 |     boost::asio::io_service::work keep_alive_;
      |                  ^~~~~~~~~~
      |                  use_service
make[3]: *** [src/biometry/CMakeFiles/biometry.dir/build.make:138: src/biometry/CMakeFiles/biometry.dir/dispatching_service.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from /<<PKGBUILDDIR>>/src/biometry/runtime.cpp:19:
/<<PKGBUILDDIR>>/src/biometry/runtime.h:70:18: error: ‘io_service’ in namespace ‘boost::asio’ does not name a type; did you mean ‘use_service’?
   70 |     boost::asio::io_service& service();
      |                  ^~~~~~~~~~
      |                  use_service
/<<PKGBUILDDIR>>/src/biometry/runtime.h:78:18: error: ‘io_service’ in namespace ‘boost::asio’ does not name a type; did you mean ‘use_service’?
   78 |     boost::asio::io_service service_;
      |                  ^~~~~~~~~~
      |                  use_service
/<<PKGBUILDDIR>>/src/biometry/runtime.h:79:18: error: ‘io_service’ in namespace ‘boost::asio’ does not name a type; did you mean ‘use_service’?
   79 |     boost::asio::io_service::strand strand_;
      |                  ^~~~~~~~~~
      |                  use_service
/<<PKGBUILDDIR>>/src/biometry/runtime.h:80:18: error: ‘io_service’ in namespace ‘boost::asio’ does not name a type; did you mean ‘use_service’?
   80 |     boost::asio::io_service::work keep_alive_;
      |                  ^~~~~~~~~~
      |                  use_service
/<<PKGBUILDDIR>>/src/biometry/runtime.cpp:31:6: error: variable or field ‘exception_safe_run’ declared void
   31 | void exception_safe_run(boost::asio::io_service& service)
      |      ^~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/biometry/runtime.cpp:31:38: error: ‘io_service’ is not a member of ‘boost::asio’; did you mean ‘use_service’?
   31 | void exception_safe_run(boost::asio::io_service& service)
      |                                      ^~~~~~~~~~
      |                                      use_service
/<<PKGBUILDDIR>>/src/biometry/runtime.cpp:31:50: error: ‘service’ was not declared in this scope
   31 | void exception_safe_run(boost::asio::io_service& service)
      |                                                  ^~~~~~~
/<<PKGBUILDDIR>>/src/biometry/runtime.cpp: In constructor ‘biometry::Runtime::Runtime(uint16_t)’: /<<PKGBUILDDIR>>/src/biometry/runtime.cpp:62:7: error: class ‘biometry::Runtime’ does not have any field named ‘service_’
   62 |       service_{pool_size_},
      |       ^~~~~~~~
/<<PKGBUILDDIR>>/src/biometry/runtime.cpp:63:7: error: class ‘biometry::Runtime’ does not have any field named ‘strand_’
   63 |       strand_{service_},
      |       ^~~~~~~
/<<PKGBUILDDIR>>/src/biometry/runtime.cpp:63:15: error: ‘service_’ was not declared in this scope
   63 |       strand_{service_},
      |               ^~~~~~~~
/<<PKGBUILDDIR>>/src/biometry/runtime.cpp:64:7: error: class ‘biometry::Runtime’ does not have any field named ‘keep_alive_’
   64 |       keep_alive_{service_}
      |       ^~~~~~~~~~~
/<<PKGBUILDDIR>>/src/biometry/runtime.cpp: In member function ‘void biometry::Runtime::start()’: /<<PKGBUILDDIR>>/src/biometry/runtime.cpp:82:40: error: ‘exception_safe_run’ was not declared in this scope 82 | workers_.push_back(std::thread{exception_safe_run, std::ref(service_)});
      |                                        ^~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/biometry/runtime.cpp:82:69: error: ‘service_’ was not declared in this scope 82 | workers_.push_back(std::thread{exception_safe_run, std::ref(service_)}); | ^~~~~~~~ /<<PKGBUILDDIR>>/src/biometry/runtime.cpp:82:78: error: no matching function for call to ‘std::thread::thread(<brace-enclosed initializer list>)’ 82 | workers_.push_back(std::thread{exception_safe_run, std::ref(service_)}); | ^ /<<PKGBUILDDIR>>/src/biometry/runtime.cpp:82:78: note: there are 3 candidates
In file included from /usr/include/c++/15/future:53,
                 from /usr/include/boost/asio/detail/future.hpp:19,
                 from /usr/include/boost/asio/packaged_task.hpp:19,
                 from /usr/include/boost/asio.hpp:149,
                 from /<<PKGBUILDDIR>>/src/biometry/runtime.h:25:
/usr/include/c++/15/bits/std_thread.h:165:7: note: candidate 1: ‘template<class _Callable, class ... _Args, class> std::thread::thread(_Callable&&, _Args&& ...)’
  165 |       thread(_Callable&& __f, _Args&&... __args)
      |       ^~~~~~
/usr/include/c++/15/bits/std_thread.h:165:7: note: template argument deduction/substitution failed: /usr/include/c++/15/bits/std_thread.h:189:5: note: candidate 2: ‘std::thread::thread(std::thread&&)’
  189 |     thread(thread&& __t) noexcept
      |     ^~~~~~
/usr/include/c++/15/bits/std_thread.h:189:5: note: candidate expects 1 argument, 2 provided /usr/include/c++/15/bits/std_thread.h:143:5: note: candidate 3: ‘std::thread::thread()’
  143 |     thread() noexcept = default;
      |     ^~~~~~
/usr/include/c++/15/bits/std_thread.h:143:5: note: candidate expects 0 arguments, 2 provided /<<PKGBUILDDIR>>/src/biometry/runtime.cpp: In member function ‘void biometry::Runtime::stop()’: /<<PKGBUILDDIR>>/src/biometry/runtime.cpp:87:5: error: ‘service_’ was not declared in this scope
   87 |     service_.stop();
      |     ^~~~~~~~
/<<PKGBUILDDIR>>/src/biometry/runtime.cpp: In lambda function:
/<<PKGBUILDDIR>>/src/biometry/runtime.cpp:101:13: error: ‘using std::__shared_ptr_access<biometry::Runtime, __gnu_cxx::_S_atomic, false, false>::element_type = class biometry::Runtime’ {aka ‘class biometry::Runtime’} has no member named ‘strand_’
  101 |         sp->strand_.post(task);
      |             ^~~~~~~
/<<PKGBUILDDIR>>/src/biometry/runtime.cpp: At global scope:
/<<PKGBUILDDIR>>/src/biometry/runtime.cpp:105:14: error: ‘io_service’ in namespace ‘boost::asio’ does not name a type; did you mean ‘use_service’?
  105 | boost::asio::io_service& biometry::Runtime::service()
      |              ^~~~~~~~~~
      |              use_service
make[3]: *** [src/biometry/CMakeFiles/biometry.dir/build.make:208: src/biometry/CMakeFiles/biometry.dir/runtime.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'

Reply via email to