Package Details: libfprint-ft9366 1.94.4-2

Git Clone URL: https://aur.archlinux.org/libfprint-ft9366.git (read-only, click to copy)
Package Base: libfprint-ft9366
Description: Proprietary driver for the Focaltech fingerprint reader 2808:a658, which is used on various ASUS Vivobooks
Upstream URL: https://github.com/ftfpteams/RTS5811-FT9366-fingerprint-linux-driver-with-VID-2808-and-PID-a658
Conflicts: libfprint
Provides: libfprint, libfprint-2.so
Submitter: ayeitsharry
Maintainer: ayeitsharry
Last Packager: ayeitsharry
Votes: 1
Popularity: 0.61
First Submitted: 2024-10-30 20:06 (UTC)
Last Updated: 2024-10-30 20:55 (UTC)

Latest Comments

xenona11x commented on 2024-11-19 19:23 (UTC) (edited on 2024-11-19 19:23 (UTC) by xenona11x)

Hi, there's a problem with building the package provided.

groupadd: cannot lock /etc/group; try again later.

After a quick research, it became known that the issue stems from the following line of the PKGBUILD (as to 19.11.24):

getent group plugdev > /dev/null || groupadd plugdev

package() has not enough rights for creating the group, I suspect. A quick fix would be to manually add the plugdev group and then run the installation again, though.