Package Details: libfprint-tod 1.95.0+tod1-1

Git Clone URL: https://aur.archlinux.org/libfprint-tod.git (read-only, click to copy)
Package Base: libfprint-tod
Description: Library for fingerprint readers - TOD version
Upstream URL: https://fprint.freedesktop.org/
Licenses: LGPL-2.1-or-later
Groups: fprint
Conflicts: libfprint
Provides: libfprint, libfprint-2-tod.so, libfprint-2.so, libfprint-tod
Submitter: nezu
Maintainer: nezu
Last Packager: nezu
Votes: 4
Popularity: 0.015330
First Submitted: 2024-09-13 11:30 (UTC)
Last Updated: 2026-03-02 23:12 (UTC)

Latest Comments

nezu commented on 2026-02-14 14:24 (UTC)

@vkxx You have to import the GPG key first gpg --recv-keys 40F65066AD7C16DB

See also: https://wiki.archlinux.org/title/Arch_User_Repository#Acquire_a_PGP_public_key_if_needed

vkxx commented on 2026-02-14 14:18 (UTC)

:: Downloading PKGBUILDs... PKGBUILDs up to date nothing new to review fetching devel info... ==> Making package: libfprint-tod 1.94.10+tod1-1 (Сб 14 фев 2026 16:15:54) ==> Retrieving sources... -> Updating libfprint git repo... ==> Validating source files with b2sums... libfprint ... Passed ==> Verifying source file signatures with gpg... libfprint git repo ... FAILED (unknown public key 40F65066AD7C16DB) ==> ERROR: One or more PGP signatures could not be verified! error: failed to download sources for 'libfprint-tod-1.94.10+tod1-1': error: packages failed to build: libfprint-tod-1.94.10+tod1-1

talaxin commented on 2026-01-02 15:46 (UTC) (edited on 2026-01-02 15:49 (UTC) by talaxin)

If you are getting the ModuleNotFoundError: No module named 'distutils' error while building the package, it's due to removal of distutils in Python 3.12. setuptools (or python-setuptools) fails to resolve this for Meson.

The Workaround: Disable GObject introspection and documentation (for good measure) during build. paru -G libfprint-tod && cd libfprint-tod, then edit PKGBUILD and append -D introspection=false -D doc=false to the arch-meson command to get arch-meson $_pkgdirname build "${meson_options[@]}" -D introspection=false -D doc=false. Finally run makepkg -si.

Error for SEO: File "/usr/bin/g-ir-scanner", line 99, in <module> from giscanner.utils import dll_dirs File "/usr/lib/gobject-introspection/giscanner/utils.py", line 385, in <module> import distutils.cygwinccompiler ModuleNotFoundError: No module named 'distutils'