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.041346
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 .. 22 23 24 25 26 27 28 29 30 31 32 .. 53 Next › Last »

0x76 commented on 2017-03-10 16:05 (UTC)

@MasterMax I'm not exactly sure why this error occurs but maybe "ycm_core library compiled for Python 2 but loaded in Python 3." has something to do with it. You could try setting "let g:ycm_server_python_interpreter - '/usr/bin/python2' " in your .vimrc to try if that fixes the problem. Otherwise I'm afraid I can't help you.

MasterMax commented on 2017-03-10 15:43 (UTC)

the update from 2017-03-08 breaks the plugin: I added let g:ycm_global_ycm_extra_conf = '/usr/share/vim/vimfiles/third_party/ycmd/cpp/ycm/.ycm_extra_conf.py'to my .vimrc as displayed on installation (not adding this also results in youcompleteme not working). auto completion is missing completely. :YcmDebugInfo shows ... -- Server errored, no debug info from server ... the error-log shows: 2017-03-10 16:37:36,900 - ERROR - Error occurred while loading global extra conf /usr/share/vim/vimfiles/third_party/ycmd/cpp/ycm/.ycm_extra_conf.py Traceback (most recent call last): File "/usr/share/vim/vimfiles/third_party/ycmd/ycmd/../ycmd/extra_conf_store.py", line 95, in _CallGlobalExtraConfMethod module = Load( global_ycm_extra_conf, force = True ) File "/usr/share/vim/vimfiles/third_party/ycmd/ycmd/../ycmd/extra_conf_store.py", line 174, in Load module = LoadPythonSource( _RandomName(), module_file ) File "/usr/share/vim/vimfiles/third_party/ycmd/ycmd/../ycmd/utils.py", line 392, in LoadPythonSource return importlib.machinery.SourceFileLoader( name, pathname ).load_module() File "<frozen importlib._bootstrap_external>", line 399, in _check_name_wrapper File "<frozen importlib._bootstrap_external>", line 823, in load_module File "<frozen importlib._bootstrap_external>", line 682, in load_module File "<frozen importlib._bootstrap>", line 251, in _load_module_shim File "<frozen importlib._bootstrap>", line 675, in _load File "<frozen importlib._bootstrap>", line 655, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 678, in exec_module File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed File "/usr/share/vim/vimfiles/third_party/ycmd/cpp/ycm/.ycm_extra_conf.py", line 32, in <module> import ycm_core ImportError: dynamic module does not define module export function (PyInit_ycm_core) 2017-03-10 16:37:36,901 - ERROR - ycm_core library compiled for Python 2 but loaded in Python 3. Traceback (most recent call last): File "/usr/share/vim/vimfiles/third_party/ycmd/ycmd/server_utils.py", line 95, in CompatibleWithCurrentCore ycm_core = ImportCore() File "/usr/share/vim/vimfiles/third_party/ycmd/ycmd/server_utils.py", line 87, in ImportCore import ycm_core as ycm_core ImportError: dynamic module does not define module export function (PyInit_ycm_core)

AKSoo commented on 2017-01-30 17:39 (UTC)

@biosin That directory has been recently removed. Just removing retries in PKGBUILD should work. Flagged.

OneObsession commented on 2017-01-29 17:50 (UTC)

@biosin yes, i have the same problem. A few days ago it didn't occur.

<deleted-account> commented on 2017-01-29 17:11 (UTC)

package() fails with error: cp: cannot stat '/home/[user]/.cache/pacaur/vim-youcompleteme-git/src/YouCompleteMe/third_party/retries': No such file or directory Anyone else got the same problem?

yan12125 commented on 2016-12-29 03:56 (UTC)

@leemeng0x61 The binary package (*.pkg.tar.xz) is not provided by @tata but Stephen Zhang. Ask him for why his package is broken.

leemeng0x61 commented on 2016-12-29 03:43 (UTC)

Broken pkg, vim-youcompleteme-git-1969.8161d350-4-x86_64.pkg.tar.xz invalid or corrupted package (PGP signature) error msg ```bash error: vim-youcompleteme-git: signature from "Stephen Zhang (lazy...) <zsrkmyn@gmail.com>" is invalid :: File /var/cache/pacman/pkg/vim-youcompleteme-git-1969.8161d350-4-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)). ```

wijagels commented on 2016-11-03 21:29 (UTC)

@tata could you update this package to properly install the clang_includes folder? Zemen's PKGBUILD worked very well for me.

zemen commented on 2016-10-05 13:10 (UTC)

@tata: Here are my PKGBUILD and ycm_extra_conf.py PKGBUILD: http://pastebin.com/NUyednPj ycm_extra_conf.py: http://pastebin.com/CDDBywSa I also slightly modified pkgbuild in order to be able to choose completers for building

eberan commented on 2016-09-26 19:25 (UTC)

I'll be disowning the package now; No time to put into it right now. Keep it going please :-]