Package Details: fprintd-clients-git 1.90.1.r2.g54e56d6-7

Git Clone URL: https://aur.archlinux.org/fprintd-clients-git.git (read-only, click to copy)
Package Base: fprintd-clients-git
Description: Fprintd without the daemon (debian/clients-only git branch)
Upstream URL: https://gitlab.freedesktop.org/uunicorn/fprintd
Licenses: GPL-2.0-or-later
Conflicts: fprintd, fprintd-clients
Provides: fprintd-clients
Submitter: marcool04
Maintainer: marcool04
Last Packager: marcool04
Votes: 8
Popularity: 0.153838
First Submitted: 2023-12-10 18:38 (UTC)
Last Updated: 2024-05-04 09:15 (UTC)

Pinned Comments

Latest Comments

1 2 Next › Last »

marcool04 commented on 2024-04-28 15:25 (UTC) (edited on 2024-04-28 15:25 (UTC) by marcool04)

Compiles fine in a clean, up to date chroot for me, with latets meson which is 1.4.0-4.

==> Building in chroot for [extra] (x86_64)...                                                                                           
==> Synchronizing chroot copy [/var/lib/archbuild/extra-x86_64/root] -> [mark]...done                                                    
==> Making package: fprintd-clients-git 1.90.1.r2.g54e56d6-6 (Sun 28 Apr 2024 05:21:40 PM CEST)

[clip]

==> Starting build()...                                                                                                                  
+ exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_pie
=true -D python.bytecompile=1 fprintd-clients-git build -D pam_modules_dir=/usr/lib/security                                             
The Meson build system                                                                                                                   
Version: 1.4.0                                                                                                                           
Source dir: /build/fprintd-clients-git/src/fprintd-clients-git                                                                           
Build dir: /build/fprintd-clients-git/src/build                                                                                          
Build type: native build                                                                                                                 
Project name: fprintd                                                                                                                    
Project version: 1.90.1

[clip]

==> Leaving fakeroot environment.                                                                                                        
==> Finished making: fprintd-clients-git 1.90.1.r2.g54e56d6-6 (Sun Apr 28 17:21:59 2024)

Failing using a clean chroot yourself, maybe try with a fresh clone of this AUR repo, or clear cache of your AUR helper if you use one?

yumulo commented on 2024-04-28 13:20 (UTC)

Building fails due to issues with meson. Downgrading meson to 1.3.0-1 worked for me.

mozurin commented on 2023-02-08 06:51 (UTC)

I had to comment out to ignore the systemd service unit file like in the patch below:

diff --git a/data/meson.build b/data/meson.build
index d305c89..805e597 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -11,15 +11,15 @@
     #install_dir: dbus_service_dir,
 #)

-configure_file(
-    configuration: configuration_data({
-        'libexecdir': fprintd_installdir,
-    }),
-    input: 'fprintd.service.in',
-    output: 'fprintd.service',
-    install: true,
-    install_dir: systemd_unit_dir,
-)
+#configure_file(
+    #configuration: configuration_data({
+        #'libexecdir': fprintd_installdir,
+    #}),
+    #input: 'fprintd.service.in',
+    #output: 'fprintd.service',
+    #install: true,
+    #install_dir: systemd_unit_dir,
+#)

 polkit_policy = 'net.reactivated.fprint.device.policy'
 polkit_policy_target = i18n.merge_file(

to avoid the error message (conflicting with open-fprintd.service) below:

Feb 08 14:57:45 archlinux systemd[1]: fprintd.service: Two services allocated for the same bus name net.reactivated.Fprint, refusing operation.

stanm commented on 2021-12-29 16:12 (UTC)

@j.r I confirm that the latest version builds successfully for me too, without the dependency on pod2man.

Sorry for the false alarm, not sure what happened.

KJWRHRO commented on 2021-10-31 23:58 (UTC)

I have confirmed I cloud build the package! Now open-fprintd is working fine!

j.r commented on 2021-10-31 20:36 (UTC)

@TomaszHerman @KJWRHRO I patched the bug, this package now builds with latest meson

TomaszHerman commented on 2021-10-30 10:59 (UTC) (edited on 2021-10-30 11:04 (UTC) by TomaszHerman)

@KJWRHRO There is some issue in recent meson version: https://github.com/mesonbuild/meson/issues/9441. Downgrading meson to 0.59.2-1 fixes the issue with build.

KJWRHRO commented on 2021-10-28 06:44 (UTC)

I can't build this package. What should I do?

fprintd-clients/data/meson.build:25:0: ERROR: Function does not take positional arguments.

A full log can be found at /home/*/.cache/yay/fprintd-clients/src/build/meson-logs/meson-log.txt ==> ERROR: A failure occurred in build(). Aborting... -> error making: fprintd-clients

j.r commented on 2021-08-29 11:41 (UTC)

@stanm builds for me in a clean chroot without pod2man