Package Details: vim-youcompleteme-git r3216.0d855962-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: GPL3
Groups: vim-plugins
Submitter: thestinger
Maintainer: artafinde
Last Packager: artafinde
Votes: 170
Popularity: 0.037315
First Submitted: 2013-02-05 21:32 (UTC)
Last Updated: 2024-08-19 15:53 (UTC)

Dependencies (19)

Required by (0)

Sources (2)

Pinned Comments

artafinde commented on 2021-04-10 13:03 (UTC)

If you want to use system's abseil set the _use_system_abseil to ON - default is to download from internet during build.

Latest Comments

« First ‹ Previous 1 .. 33 34 35 36 37 38 39 40 41 42 43 .. 53 Next › Last »

yan12125 commented on 2016-01-11 14:00 (UTC)

Since [1] JediHTTP is used instead of jedi. As a result the following error occurs: ==> Starting package()... cp: cannot stat '/build/vim-youcompleteme-git/src/YouCompleteMe/third_party/ycmd/third_party/jedi': No such file or directory [1] https://github.com/Valloric/ycmd/commit/c42739a012c56657628ce92a117aac8b9823816b

danbruegge commented on 2016-01-03 18:29 (UTC)

@eberan thanks for the info. Sad to hear that it is not so easy to have one package with different dependencies. For now, i'm fine with `neovim-symlinks`, Thanks. :)

eberan commented on 2015-12-27 21:24 (UTC)

@Fuelen Take a look at the comments below. This error is raised because you have not added a key to your keychain (as a trusted source). See artafinde commented on 2015-12-04 09:08

fuelen commented on 2015-12-26 15:22 (UTC)

error clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz ... unknown public key 0FC3042E345AD05D

eberan commented on 2015-12-11 20:15 (UTC)

@danbruegge Sorry, that's "neovim-symlinks"..not "vim-symlinks" :-]

eberan commented on 2015-12-11 20:12 (UTC)

@danbruegge I don't see a way to have optional dependencies (PKGBUILD/script doesn't have that ability unless I am missing something). What you could do is install the vim-symlinks package, which provides 'vim' and should therefore satisfy this packages dependencies. Another option is (for me?) to clone this package and make one specific for Neovim. I'm ok with either, but the former would require no overhead of maintaining/merging the packages whenever they need updating. @artafinde I purposely didn't post the instructions for importing the key as I wanted people to research and understand what they were doing. But yeah...that'll work.

danbruegge commented on 2015-12-10 11:32 (UTC)

Is it possible to make the package depends on vim OR on neovim. Because i want to remove vim completely from my system. But this package depends on it.

<deleted-account> commented on 2015-12-05 11:15 (UTC)

@artafinde +1

artafinde commented on 2015-12-04 09:08 (UTC)

On a 64x system I got Verifying source file signatures with gpg... clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz ... FAILED (unknown public key 0FC3042E345AD05D) Solved it if I installed the gpg key from ubuntu servers: $ gpg --keyserver keyserver.ubuntu.com --recv-keys 0FC3042E345AD05D

eberan commented on 2015-11-24 22:51 (UTC)

@yan12125 Mmm, so my understanding is that checking the hash of the signature is redundant because only the keys whos fingerprint is in 'validpgpkeys' can verify/validate the signature. That makes sense. I'll make the change locally and push it up when the next large(r) change requires an update. Thanks for pointing that out.