Your message dated Wed, 25 Feb 2026 23:09:35 +0000
with message-id <[email protected]>
and subject line Bug#1110585: fixed in biometryd 0.4.0-1
has caused the Debian Bug report #1110585,
regarding biometryd ftbfs with boost1.88
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.)


-- 
1110585: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1110585
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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'

--- End Message ---
--- Begin Message ---
Source: biometryd
Source-Version: 0.4.0-1
Done: Jeremy Bícha <[email protected]>

We believe that the bug you reported is fixed in the latest version of
biometryd, 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.
Jeremy Bícha <[email protected]> (supplier of updated biometryd 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: Wed, 25 Feb 2026 12:58:43 -0500
Source: biometryd
Binary: biometryd-bin biometryd-bin-dbgsym libbiometry-dev libbiometry1 
libbiometry1-dbgsym qml-module-biometryd qml-module-biometryd-dbgsym 
qml6-module-biometryd qml6-module-biometryd-dbgsym
Architecture: source amd64
Version: 0.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian UBports Team <[email protected]>
Changed-By: Jeremy Bícha <[email protected]>
Description:
 biometryd-bin - biometryd mediates/multiplexes to biometric devices - 
daemon/help
 libbiometry-dev - biometryd mediates/multiplexes to biometric devices - 
development
 libbiometry1 - biometryd mediates/multiplexes to biometric devices - runtime 
lib
 qml-module-biometryd - biometryd mediates/multiplexes to biometric devices - 
Qt 5 QML bi
 qml6-module-biometryd - biometryd mediates/multiplexes to biometric devices - 
Qt 6 QML bi
Closes: 1110585
Changes:
 biometryd (0.4.0-1) unstable; urgency=medium
 .
   * Team upload
 .
   [ Jeremy Bícha ]
   * New upstream release
   * Update debian/copyright*
   * Add Lintian override for use of get-orig-source
   * Add patch to fix build with boost 1.87 (Closes: #1110585)
   * Remove gcc-13 patch: no longer needed
 .
   [ Guido Berhoerster ]
   * debian: Build packages for both Qt 5 and 6
Checksums-Sha1:
 6596e78b227f972ff62d976ce821c1f702165954 2717 biometryd_0.4.0-1.dsc
 5d6fca9397c5e1b68b35153e5c746e3fd3b31d15 203640 biometryd_0.4.0.orig.tar.bz2
 03cf0cd97ce6ab1a28d765b3241351048a2bfb95 9452 biometryd_0.4.0-1.debian.tar.xz
 336db040d91a83640efd9d523037f4c28e8c8626 101100 
biometryd-bin-dbgsym_0.4.0-1_amd64.deb
 1b164afa6950e749d151b7d6d8a7daf2a41919f7 20024 biometryd-bin_0.4.0-1_amd64.deb
 3a352ffa52745a1d3cf1308b97b4c452933f3d2c 19395 
biometryd_0.4.0-1_amd64.buildinfo
 e17fe3991ec9f3113f647c707a7ed2d8edd8cf97 22648 
libbiometry-dev_0.4.0-1_amd64.deb
 40f3a4f590f38f25b5c6cf6aaed4541dcb39a136 8096448 
libbiometry1-dbgsym_0.4.0-1_amd64.deb
 9987f8d2eadbbbc2b986fe6559b6726a67424793 288492 libbiometry1_0.4.0-1_amd64.deb
 f1a415c46afbe317dd4644aa58154c69574a4f34 2180832 
qml-module-biometryd-dbgsym_0.4.0-1_amd64.deb
 9d099e39de6e2a048dfae7632ed325c6d37a978b 88972 
qml-module-biometryd_0.4.0-1_amd64.deb
 f7c41ee2067e7d54a4c8b69719d3867a1f9592c2 2368164 
qml6-module-biometryd-dbgsym_0.4.0-1_amd64.deb
 a2abefba2ef227d15056e37fb187602e9de3b803 87588 
qml6-module-biometryd_0.4.0-1_amd64.deb
Checksums-Sha256:
 ec8163bbeceb474e06b20a846e5bd3c53c1f16eb3d883e30af829ff038c91fc7 2717 
biometryd_0.4.0-1.dsc
 224bc7b69f2c19afa5f3a3384be8cf259150bbe3106aa04e9212e4e8dd168ede 203640 
biometryd_0.4.0.orig.tar.bz2
 fa751df500de68860085f0da9aaf5901ea2bf399d1076328b65baa5d30582562 9452 
biometryd_0.4.0-1.debian.tar.xz
 f84f7afa75e437dee38b16846781d20f31cd6d2b684d916a6539e4bdbd3f6674 101100 
biometryd-bin-dbgsym_0.4.0-1_amd64.deb
 78cd29189839db6fc530cdc2e6d6bb8e8358c7f610a0dce18a911065c795b0f6 20024 
biometryd-bin_0.4.0-1_amd64.deb
 a90177aa7a1e66ebbd2b98c105d49b21b19e470681d7d523d58e1d8c41e0a883 19395 
biometryd_0.4.0-1_amd64.buildinfo
 64deeb8894df0b7154870d8af6d49b846fa329e4a36b06bc518f6e94ff8b6ca3 22648 
libbiometry-dev_0.4.0-1_amd64.deb
 07798d883152e0e52e47743ecedf8ee825ab7fbc51c69224be1a7318e6fa5c54 8096448 
libbiometry1-dbgsym_0.4.0-1_amd64.deb
 770e9be01e78a55c7fb264e4d3a8be373ffc3f31fc43ecbe9ce42344760fa816 288492 
libbiometry1_0.4.0-1_amd64.deb
 cf13345444e5587f70d08e9e06180c57bb5339a0b591c55d5cf1917eedf768ca 2180832 
qml-module-biometryd-dbgsym_0.4.0-1_amd64.deb
 592f5a17587b8c092fe677474b235ebf49d84a783fd7dbb17fec8431cce49c4b 88972 
qml-module-biometryd_0.4.0-1_amd64.deb
 f8cb8888d5e62d1fcc4e2f0182a492b1ee6b8f24f59482bb43f6da9e46526f53 2368164 
qml6-module-biometryd-dbgsym_0.4.0-1_amd64.deb
 5339bc57762f99a819b11b78f47c361b461dbf50581aff07e382a575f280734f 87588 
qml6-module-biometryd_0.4.0-1_amd64.deb
Files:
 91f45db23c8cb6c37a93d138ee96cf1e 2717 libs optional biometryd_0.4.0-1.dsc
 45d930e2f19352ff9e034832603e4df9 203640 libs optional 
biometryd_0.4.0.orig.tar.bz2
 93d7604650c2e6ce2291bdda7e8863be 9452 libs optional 
biometryd_0.4.0-1.debian.tar.xz
 435595ded52539b8a8636b51e7b06e49 101100 debug optional 
biometryd-bin-dbgsym_0.4.0-1_amd64.deb
 44180edcb52e1f00b991c9c054dc9446 20024 devel optional 
biometryd-bin_0.4.0-1_amd64.deb
 2c3a607fe14339b396f880db232488fc 19395 libs optional 
biometryd_0.4.0-1_amd64.buildinfo
 1acd4f50c5876d89cd031be470519aa7 22648 libdevel optional 
libbiometry-dev_0.4.0-1_amd64.deb
 48f429c9e740050627469fbf0884792a 8096448 debug optional 
libbiometry1-dbgsym_0.4.0-1_amd64.deb
 76e3987d7e032006be00dc135fb4134e 288492 libs optional 
libbiometry1_0.4.0-1_amd64.deb
 89049ce2526f5cc01e4bb0cc16bf766f 2180832 debug optional 
qml-module-biometryd-dbgsym_0.4.0-1_amd64.deb
 a622bb5a12d3ad70987d60873b80d797 88972 devel optional 
qml-module-biometryd_0.4.0-1_amd64.deb
 b64f619383ac0f02f29bfb4dce80496b 2368164 debug optional 
qml6-module-biometryd-dbgsym_0.4.0-1_amd64.deb
 035f72e8227506471a31c1ae3fbd3da9 87588 devel optional 
qml6-module-biometryd_0.4.0-1_amd64.deb

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

iQIzBAEBCgAdFiEETQvhLw5HdtiqzpaW5mx3Wuv+bH0FAmmfO2wACgkQ5mx3Wuv+
bH3alw/+Lh5PP4gMtJHlTA99ZWAoflq1gzIeq3dCl5HIJJ3nshITjzcE9xeyRQHl
GmbnWZiV6NdISWzyiCs/H9ViYABV7IMG9G2DpLgcjTqMvjSzqTg2HlG66RP8WoN8
Sqc/Lti4MAYmS9M5XuNLgbafp0LZ22wYFjaVcI/jDTMINaXfcGZcKk0IyhFK4s/M
jqhZB1a/bQaPJt6WSgD8pbglnRvve4yabGvKkoFo3sfdZZXMA6ews1StN9Rjxfhe
5rBcGlfWu04qkwXOvEpl0jVD5g6msUa1yWRECB1aoOVpoGvRBti6Uf132OiQ+1gF
K8kv+zJEOGgdp6TC2O44rxOZh+Wchg2fsRSoRNuRb5vGFsRaiSpqedbpbjR01EwF
Dl2pBVOFsjf27qvbM/a0jQkvlZfOu3GzG7bySur2r8Ghbh7ve7XA6fRqQRfNasJO
kRqGQlWXdikil7E8M7CbyaKaFVY9HmzijFC23j93WvZNv7M0TCUOeMo5lqigSeBY
TM8Bvk9BXq8fUHkDPuRAMxMPjd9vb1sqhn8i79/LxeVviA7t1l6IQT+tyw5FmZef
piSWCjpLVPzV3gGzk0aEUHDlgl4ABd8AoylFyVWNa4pNSATx4wya1wi4rxL+TMXH
fipqUeA+vBTauFN7AISKTC44p1I7khNfAau1l9jI8E+KV/ZGhcw=
=42hl
-----END PGP SIGNATURE-----

Attachment: pgpcAgCsXZ1D4.pgp
Description: PGP signature


--- End Message ---

Reply via email to