Search Criteria
Package Details: xaskpass 2.5.7-1
Package Actions
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 password 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: | 2023-06-04 17:58 (UTC) |
Dependencies (8)
- cairo (cairo-git, cairo-minimal, cairo-glesv2-bin, cairo-glesv3-bin)
- libxcb (libxcb-git)
- libxkbcommon (libxkbcommon-git)
- libxkbcommon-x11 (libxkbcommon-x11-git)
- pango (pango-minimal-git, pango-git, gtk4-git)
- cargo (rust-nightly-bin, cargo-git, rustup-git, rust, rustup) (make)
- clang (clang8, clang-git, llvm-git, clang-minimal-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
Required by (26)
- code-git (requires x11-ssh-askpass) (optional)
- code-translucent (requires x11-ssh-askpass) (optional)
- code-transparent (requires x11-ssh-askpass) (optional)
- code-wayland (requires x11-ssh-askpass) (optional)
- cups-print-to-programme (requires x11-ssh-askpass) (optional)
- envizon-git (requires x11-ssh-askpass)
- eve-ng-integration (requires x11-ssh-askpass)
- eve-ng-integration-git (requires x11-ssh-askpass) (optional)
- openssh-dotconfig (requires x11-ssh-askpass) (optional)
- openssh-dotconfig-bin (requires x11-ssh-askpass) (optional)
- openssh-git (requires x11-ssh-askpass) (optional)
- openssh-gssapi (requires x11-ssh-askpass) (optional)
- openssh-hpn (requires x11-ssh-askpass) (optional)
- openssh-hpn-git (requires x11-ssh-askpass) (optional)
- openssh-hpn-shim (requires x11-ssh-askpass) (optional)
- openssh-selinux (requires x11-ssh-askpass) (optional)
- openssh-xdg (requires x11-ssh-askpass) (optional)
- openssh-xdg-git (requires x11-ssh-askpass) (optional)
- qsshfs (requires x11-ssh-askpass) (optional)
- qt-virt-manager (requires x11-ssh-askpass)
- Show 6 more...
Latest Comments
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:31note: 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.