Search Criteria
Package Details: vim-youcompleteme-git r2784.dbf67638-1
Git Clone URL: | https://aur.archlinux.org/vim-youcompleteme-git.git (read-only, click to copy) |
---|---|
Package Base: | vim-youcompleteme-git |
Description: | A code-completion engine for Vim |
Upstream URL: | https://ycm-core.github.io/YouCompleteMe/ |
Keywords: | completion engine neovim vim ycm |
Licenses: | |
Groups: | |
Submitter: | thestinger |
Maintainer: | artafinde |
Last Packager: | artafinde |
Votes: | 160 |
Popularity: | 0.83 |
First Submitted: | 2013-02-05 21:32 |
Last Updated: | 2021-02-12 08:09 |
Dependencies (21)
- python-bottle (python-bottle-git)
- python-requests
- python-requests-futures
- python-waitress
- python-watchdog (python-watchdog-git)
- vim (vim-qt-git, vim-qt-qt5-git, neovim-drop-in, vim-clipboard, vim-gnome, gvim-hg, neovim-symlinks, vim-git, vim-x11, vim-min, gvim-gtk2, gvim)
- clang>=11.0 (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-minimal-git, llvm-toolchain-nightly-bin, llvm-git, clang-rc)
- python>=3.6 (python-dbg)
- cmake (cmake-git) (make)
- git (git-git) (make)
- pybind11 (make)
- gopls (optional) – Go semantic completion
- jdtls (optional) – Java semantic completion
- nodejs-tern (optional) – JavaScript semantic completion
- omnisharp-roslyn (omnisharp-roslyn-bin, omnisharp-roslyn-bundled) (optional) – C# semantic completion
- python-jedi (python-jedi-git) (optional) – Python semantic completion
- python-numpydoc (optional) – Python semantic completion
- python-regex (python-regex-git) (optional) – Better Unicode support
- rust-analyzer (rust-analyzer-git) (optional) – Rust semantic completion
- typescript (optional) – Typescript semantic completion
- java-environment>=11 (jdk5, tuxjdk, jdk7-openjdk-infinality, java-8-openjdk-shenandoah, jdk8-openjdk-infinality, java-gcj-compat, jdk9, zulu-10-bin, jdk-devel, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk8-openjdk-jetbrains, jdk8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, amazon-corretto-15, jdk-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jdk8, jdk-openj9-bin, jdk, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jdk11, sapmachine-jdk-bin, jdk11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jdk8-adoptopenjdk, jdk-arm, jdk-jetbrains, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-openjdk, jdk11-openjdk, jdk7-openjdk, jdk8-openjdk) (optional) – Java semantic completion
Latest Comments
1 2 3 4 5 6 ... Next › Last »
Herbort11 commented on 2021-02-25 15:10
EDIT: solved after a clean rebuild
Stopped working after
clang
updated to version11.1.0-1
.Error log:
It is looking for
libclang.so.11
, but with thisclang
version we havelibclang.so.11.1
.wjhandley commented on 2021-02-18 23:43
After inspecting that error message, it seems like the advice on this page fixes the issue
https://github.com/archlinuxcn/repo/issues/319
wjhandley commented on 2021-02-18 23:26
Apologies @staletic -- I'd thought it looked similar to @David01's error, but you are right that it is different.
@artafinde -- yes, this error occurs after a clean build and fresh pacman update.
artafinde commented on 2021-02-18 12:07
@wjhandley Did you rebuild
ycm
after a recentpacman
full upgrade?staletic commented on 2021-02-18 09:39
@wjhandley It's useful to post entire errors, not just the first line.
wjhandley commented on 2021-02-18 09:12
I'm also still getting the error
Error detected while processing function <SNR>84_PollServerReady: line 7:
Has anybody found a solution to this?
David01 commented on 2021-01-03 02:33
After new year's there has been a recent pacman packages update. This update was performed successfully, but there is some conflict with ycm's 2020-12-21 update:
vim filename
gives::scriptnames
gives:Could you please help me ? Many thanks
lahwaacz commented on 2020-12-12 09:49
@artafinde I see you've removed the
ycmd
repo from thesources
array, which makes sense - now makepkg won't update the module only forgit submodule update
to skip back to the tracked commit.Now the only problem with package versions is that the last 11 commits have the same message:
upgpkg: vim-youcompleteme-git r2774.4496153a-1
. I understand you just force-install the same package version with makepkg, but people who put the package into their custom binary repo actually need to bumppkgrel
, otherwise pacman won't recognize it as an update and will just tell you that the old, cached package has become corrupted.artafinde commented on 2020-12-09 08:20
@lahwaacz: The
-git
packages in AUR are mostlypkgver
of1
since they don't represent any particular release / tag. Whoever uses them agrees in the "silent contract" that they should keep them up to date.On top of that the
vim-youcompleteme-git
plugin is a bit more complicated since the upstream depends on theycmd
(server) and it's tracked as git submodule in the upstream source code. So even if the upstreamyoucompleteme
project source code might seem as not updated the submodule (ycmd
) might.My recommendation is to rebuild the
-git
packages you use often.Disclaimer: I don't use any aur helper - just
makepkg
so no clue on what they offer, if any.staletic commented on 2020-12-09 01:23
@lahwaacz The ycmd git source is YCM's submodule, so it can't change without getting updated in the YCM repo first.
@artafinde pybind11-2.6.1-1 is out and headers now do exist in
/usr/include/pybind11
. This PKGBUILD should be able to addpybind11
to therm -rf
command on line 77.