Search Criteria
Package Details: vim-clap 0.36-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vim-clap.git (read-only, click to copy) |
---|---|
Package Base: | vim-clap |
Description: | Modern performant generic finder and dispatcher for Vim and Neovim |
Upstream URL: | https://github.com/liuchengxu/vim-clap |
Licenses: | MIT |
Groups: | vim-plugins |
Submitter: | polyzen |
Maintainer: | None |
Last Packager: | lmartinez-mirror |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-08-06 01:58 (UTC) |
Last Updated: | 2022-08-12 02:02 (UTC) |
Dependencies (9)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- vim-plugin-runtime (nvim-with-restricted-modeAUR, neovim-nightly-binAUR, vim-cli-gitAUR, gvim-wayland-lilydjwg-gitAUR, neovim-gitAUR, vim-gitAUR, neovim-nightlyAUR, gvim, neovim, vim)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- libgit2 (libgit2-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- ctags (ctags-gitAUR) (optional) – for the proj_tags provider
- git (git-gitAUR, git-glAUR) (optional) – for the bcommits, commits, files, gfiles or git_files, and git_diff_files providers
- python (python37AUR, python311AUR, python310AUR) (optional) – for the Python dynamic module
- ripgrep (ripgrep-gitAUR) (optional) – for the files and grep providers
Latest Comments
darkfish commented on 2021-11-05 03:15 (UTC) (edited on 2021-11-05 03:16 (UTC) by darkfish)
Thanks Luis
You are right, this does look like an upstream issue. I have tried limiting to single threaded compile, but to no avail. Nothing has appeared yet on the upstream repo, so I'll keep an eye out and report it once I am certain. In fact, even the next set of tests fail for
fuzzymatch-rs
with some issues withpyo3
. I still have not much information on the reasons, so I am going to keep looking.For now, I'll follow your advice to skip tests.
lmartinez-mirror commented on 2021-11-04 22:55 (UTC) (edited on 2021-11-04 22:57 (UTC) by lmartinez-mirror)
I don't recall, actually. I'll add it into
makedepends
.I can reproduce this, but I'm not sure how to fix it, either. This may be an upstream issue. For now, if you need to use this, you'll have to pass
--nocheck
to your AUR helper when building this package.darkfish commented on 2021-11-04 09:27 (UTC) (edited on 2021-11-04 09:29 (UTC) by darkfish)
Hey Luis, I reckon
libgit2
should be added tomakedepends
. Without this, build fails for maple. Took me hours to debug that. Is there a reason for not including it?Tests are still failing (test_tokio_command within maple_cli crate), so I am still troubleshooting that step.