Package Details: xaskpass 2.5.8-1

Git Clone URL: https://aur.archlinux.org/xaskpass.git (read-only, click to copy)
Package Base: xaskpass
Description: A lightweight passphrase dialog
Upstream URL: https://github.com/user827/xaskpass.git
Keywords: askpass rust X11
Licenses: Apache
Provides: x11-ssh-askpass
Submitter: user827
Maintainer: user827
Last Packager: user827
Votes: 0
Popularity: 0.000000
First Submitted: 2020-12-04 08:56 (UTC)
Last Updated: 2024-03-03 08:59 (UTC)

Required by (17)

Sources (1)

Latest Comments

merdely commented on 2024-03-06 15:41 (UTC)

I was able to get through PGP verification by running: gpg --recv-keys D47AF080A89B17BA083053B68DFE60B7327D52D6

sproott commented on 2024-03-03 10:23 (UTC) (edited on 2024-03-03 10:24 (UTC) by sproott)

There seems to be an issue with PGP verification:

==> Verifying source file signatures with gpg...
    xaskpass git repo ... %s is unable to verify the signature.
git
==> ERROR: One or more PGP signatures could not be verified!
error: failed to download sources for 'xaskpass-2.5.8-1':
error: packages failed to build: xaskpass-2.5.8-1

izaera commented on 2022-10-02 15:51 (UTC)

Never mind my previous commit. It turned out that I hadn't installed base-devel.

izaera commented on 2022-10-02 07:29 (UTC) (edited on 2022-10-02 07:30 (UTC) by izaera)

This is failing compilation with:

=====

thread 'main' panicked at 'Unable to find libclang: "couldn't find any valid shared libraries matching: ['libclang.so', 'libclang-.so', 'libclang.so.', 'libclang-.so.'],

set the LIBCLANG_PATH environment variable to a path where one of these files can be found (invalid: [])"', /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.59.2/src/lib.rs:2144:31

note: run with RUST_BACKTRACE=1 environment variable to display a backtrace warning: build failed, waiting for other jobs to finish...

=====

I think it needs libclang or something like that as dev dependency. Gonna try installing it manually and see what happens. I'll report my findings.