python-validity icon indicating copy to clipboard operation
python-validity copied to clipboard

Error While Installing on Arch/Manjaro using yay

Open zPhoeniqz opened this issue 4 years ago • 1 comments

When I tried to install python-validity on Manjaro, I got following error message: fprintd-clients/data/meson.build:25:0: ERROR: Function does not take positional arguments.

And: ==> ERROR: A failure occurred in build()

The meson-log.txt was suggested, so I attached it: meson-log.txt

zPhoeniqz avatar Oct 27 '21 22:10 zPhoeniqz

You are missing "patch" dependency

sudo pacman -S patch

clodobox avatar Mar 06 '23 17:03 clodobox